mysql主从 2022-03-24 22:15 阅读 77 views 次 mysql主从已关闭评论 电脑技术 /etc/my.cnf bin-log server-id sql command: slave stop; #停止slave同步进程 change master to master_host='xxxx.xx.xx.xx',master_user='xx'...
美国信息学奥赛讲解 2022-03-03 09:48 阅读 97 views 次 美国信息学奥赛讲解已关闭评论 电脑技术 录播课程: https://ke.qq.com/course/4543831 配套代码: https://gitee.com/myie9/usaco
自动杀mdsync 2021-12-10 09:25 阅读 257 views 次 自动杀mdsync已关闭评论 电脑技术 脚本: #!/bin/sh echo -n "runing" while true; do ps -ef|grep mdsync|grep -v grep if [ $? -ne 0 ] then sleep 1 else sudo pkill -f mds...
mac vscode python 进程占满cpu的解决方法 2021-08-15 21:28 阅读 408 views 次 mac vscode python 进程占满cpu的解决方法已关闭评论 电脑技术 Open the command palette (View > Command Palette...) Run the "Preferences: Open Settings (JSON)" command. This will open the user s...
ubuntu install paddleGan 2021-08-06 19:46 阅读 287 views 次 ubuntu install paddleGan已关闭评论 电脑技术 sudo apt-get install python3.7 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 pip install --upgrade pip pip ...
python后台执行ipynb的notebook 2021-08-06 17:47 阅读 420 views 次 python后台执行ipynb的notebook已关闭评论 电脑技术 jupyter nbconvert --to script --execute 1602780.ipynb ipython 1602780.py
CentOS 6.7编译安装PHP7 2021-07-14 23:12 阅读 260 views 次 CentOS 6.7编译安装PHP7已关闭评论 电脑技术 https://blog.csdn.net/tomspcc/article/details/71080991
mac vscode配置c++环境 2021-05-13 11:04 阅读 470 views 次 mac vscode配置c++环境已关闭评论 电脑技术 https://zhuanlan.zhihu.com/p/339185300 launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view d...