会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
northli
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
35
下一页
2023年7月7日
centos下载安装anaconda
摘要: 下载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)
2023年7月6日
centos 查看文件夹文件的大小ls-lh(MB显示)
摘要: 利用ls命令查看,该命令可将结果以KB、MB等为单位进行显示,语法为“ls -ll”或“ls-lh”
阅读全文
posted @ 2023-07-06 19:47 northli
阅读(976)
评论(0)
推荐(0)
Java class sun.net.www.protocol.http.HttpURLConnection cannot be cast to class问题解决
摘要: 参考: https://blog.csdn.net/qq_38974638/article/details/113846870
阅读全文
posted @ 2023-07-06 19:39 northli
阅读(154)
评论(0)
推荐(0)
centos安装telnet,rpm包下载
摘要: 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)
linux挂载新磁盘
摘要: 查看原有磁盘大小: 参考: https://blog.csdn.net/qq_28834355/article/details/123379202
阅读全文
posted @ 2023-07-06 15:50 northli
阅读(16)
评论(0)
推荐(0)
linux安装jdk
摘要: https://blog.csdn.net/R_Y_Fren/article/details/126707829
阅读全文
posted @ 2023-07-06 14:26 northli
阅读(8)
评论(0)
推荐(0)
2023年7月5日
python 导入错误 ImportError: Unable to import required dependencies: numpy
摘要: 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)
2023年6月30日
mysql分布式与锁
摘要: 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)
HttpURLConnection setConnectTimeout超时无响应的问题
摘要: https://blog.csdn.net/github_39083395/article/details/104472129
阅读全文
posted @ 2023-06-30 10:23 northli
阅读(183)
评论(0)
推荐(0)
springboot启动取消数据源
摘要: 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
下一页
公告