会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仁义礼智信的
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
48
下一页
2023年7月26日
pip install 提速
摘要: pip install package -i https://pypi.tuna.tsinghua.edu.cn/simple // 使用清华镜像
阅读全文
posted @ 2023-07-26 11:54 仁义礼智信的
阅读(19)
评论(0)
推荐(0)
2023年7月7日
git 使用代理
摘要: 全局代理 git config --global http.proxy http://127.0.0.1:8888 取消全局代理 git config --global --unset http.proxy
阅读全文
posted @ 2023-07-07 13:42 仁义礼智信的
阅读(13)
评论(0)
推荐(0)
2023年5月29日
通过top找到相关进程
摘要: 1.通过top 命令 找到PID 2.ps -aux|grep -v grep |grep PID
阅读全文
posted @ 2023-05-29 09:58 仁义礼智信的
阅读(24)
评论(0)
推荐(0)
2023年5月11日
在PhpStorm项目工具窗口中显示.idea文件夹
摘要: 转自:https://www.codenong.com/33010238/ 对于.idea,它也有专用的注册表设置(默认情况下,我至少在PhpStorm中启用了此设置) Help | Find Action...并查找registry(或在Windows上使用默认键盘映射通过Maintenance
阅读全文
posted @ 2023-05-11 18:00 仁义礼智信的
阅读(176)
评论(0)
推荐(0)
2023年4月11日
去代理,拉取github项目
摘要: 去代理 git config --global --unset http.proxy git config --global --unset https.proxy
阅读全文
posted @ 2023-04-11 09:55 仁义礼智信的
阅读(17)
评论(0)
推荐(0)
2023年4月7日
B-tree
摘要: 在计算机科学中,B树(英语:B-tree)是一种自平衡的树,能够保持数据有序。这种数据结构能够让查找数据、顺序访问、插入数据及删除的动作,都在对数时间内完成。B树,概括来说是一个一般化的二叉查找树(binary search tree),可以拥有多于2个子节点。与自平衡二叉查找树不同,B树为系统大块
阅读全文
posted @ 2023-04-07 09:15 仁义礼智信的
阅读(35)
评论(0)
推荐(0)
1227- Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
摘要: 用root账号给当前用赋值PROCESS的权限grant process on *.* to 数据库用户名; 刷新权限flush privileges;
阅读全文
posted @ 2023-04-07 08:54 仁义礼智信的
阅读(254)
评论(0)
推荐(0)
2023年4月4日
nginx的cgi配置要和php-fpm的配置一致
摘要: nginx fastcgi_pass unix:/tmp/php-cgi.sock; php-fpm listen = 127.0.0.1:9000listen = /tmp/php-cgi.sock
阅读全文
posted @ 2023-04-04 15:00 仁义礼智信的
阅读(46)
评论(0)
推荐(0)
2023年3月21日
DRS无法连接ECS自建的MySQL数据库
摘要: 转自: https://bbs.huaweicloud.com/blogs/266749 iptables --list iptables -L IN_HIDS_MYSQLD_DENY_DROP --line-numbers iptables -D IN_HIDS_MYSQLD_DENY_DROP
阅读全文
posted @ 2023-03-21 18:38 仁义礼智信的
阅读(54)
评论(0)
推荐(0)
2023年3月10日
linux安装mysql8
摘要: 转自: https://www.cnblogs.com/1963942081zzx/p/16828665.html
阅读全文
posted @ 2023-03-10 14:27 仁义礼智信的
阅读(12)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
48
下一页
公告