最新文章
-
Windows10 电脑安装两个不同的版本的MySQL,MySQL2并修改密码
C:/Windows/system32>net start MySQL2 请求的服务已经启动。 C:/Windows/system32>mysql -uroot -p -P3307 Enter password: Welcome to the MySQL monitor. …… -
OKE部署Rancher
OKE部署Rancher 安装Helm curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash 添加Helm Chart Repository helm repo add…… -
-
问题解决 之 Win10 快速打开 ipynb 文件
问题描述 在服务器上,编辑了一个 .ipynb 文件,下载下来想在本地电脑打开。 恰好本地装了 Anaconda 带有 jupyter notebook,在 cmd 中输入 jupyter notebook …… -
C++最大公因数模板
#include using namespace std; int gcd(int a,int b) { if(a%b==0) { return b; } else { return gcd(b,a%b); } } int main() { int n,m; cin>>…… -
代码生成器 generator
代码生成器 generator的使用 适用版本:mybatis-plus-generator 3.5.1 及其以上版本,由于生成器代码不需要提交维护,代码放在test包下面即可 1、引入依赖 …… -
《终日打雁,叫雁啄了眼》– Error is 16047
DG搭建过程中一直报错: Sat Feb 12 15:50:09 2022 PING[ARC2]: Heartbeat failed to connect to standby 'standby'. Error is 16047. Sat Feb 12 15:51:10 20…… -
-
-
友情链接