上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页
摘要: 下载anaconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 安装anaconda 1. ananconda 会默认安装在/root/anaconda3 2.安装完成后设置环境变量 vi ~/.bashrc 加入下面这一行:ex 阅读全文
posted @ 2023-07-07 10:50 northli 阅读(104) 评论(0) 推荐(0)
摘要: 利用ls命令查看,该命令可将结果以KB、MB等为单位进行显示,语法为“ls -ll”或“ls-lh” 阅读全文
posted @ 2023-07-06 19:47 northli 阅读(976) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/qq_38974638/article/details/113846870 阅读全文
posted @ 2023-07-06 19:39 northli 阅读(154) 评论(0) 推荐(0)
摘要: https://www.lmlphp.com/user/16591/article/item/584530/ https://vault.centos.org/6.3/os/x86_64/Packages/ 阅读全文
posted @ 2023-07-06 19:07 northli 阅读(930) 评论(0) 推荐(0)
摘要: 查看原有磁盘大小: 参考: https://blog.csdn.net/qq_28834355/article/details/123379202 阅读全文
posted @ 2023-07-06 15:50 northli 阅读(16) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/R_Y_Fren/article/details/126707829 阅读全文
posted @ 2023-07-06 14:26 northli 阅读(8) 评论(0) 推荐(0)
摘要: python 导入错误 ImportError: Unable to import required dependencies: numpy python3.9对应的numpy版本 参考: https://blog.csdn.net/guigenyi/article/details/12624848 阅读全文
posted @ 2023-07-05 10:18 northli 阅读(676) 评论(0) 推荐(0)
摘要: mysql主从复制:sql打到masster,会有binlog存放sql, 当binlog发生改变,master与slave 通过IO Thread交互,relaylog复制了master的binlog,slave通过SQLThread来回放sql,保持主从数据的一致性;当并发请求sql过多时候,通 阅读全文
posted @ 2023-06-30 17:29 northli 阅读(15) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/github_39083395/article/details/104472129 阅读全文
posted @ 2023-06-30 10:23 northli 阅读(183) 评论(0) 推荐(0)
摘要: pom.xml中取消数据库相关的配置,maven的相关的数据库依赖包删除,右击项目open module settings 阅读全文
posted @ 2023-06-30 10:00 northli 阅读(375) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页