上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 48 下一页
摘要: pip install package -i https://pypi.tuna.tsinghua.edu.cn/simple // 使用清华镜像 阅读全文
posted @ 2023-07-26 11:54 仁义礼智信的 阅读(19) 评论(0) 推荐(0)
摘要: 全局代理 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)
摘要: 1.通过top 命令 找到PID 2.ps -aux|grep -v grep |grep PID 阅读全文
posted @ 2023-05-29 09:58 仁义礼智信的 阅读(24) 评论(0) 推荐(0)
摘要: 转自:https://www.codenong.com/33010238/ 对于.idea,它也有专用的注册表设置(默认情况下,我至少在PhpStorm中启用了此设置) Help | Find Action...并查找registry(或在Windows上使用默认键盘映射通过Maintenance  阅读全文
posted @ 2023-05-11 18:00 仁义礼智信的 阅读(176) 评论(0) 推荐(0)
摘要: 去代理 git config --global --unset http.proxy git config --global --unset https.proxy 阅读全文
posted @ 2023-04-11 09:55 仁义礼智信的 阅读(17) 评论(0) 推荐(0)
摘要: 在计算机科学中,B树(英语:B-tree)是一种自平衡的树,能够保持数据有序。这种数据结构能够让查找数据、顺序访问、插入数据及删除的动作,都在对数时间内完成。B树,概括来说是一个一般化的二叉查找树(binary search tree),可以拥有多于2个子节点。与自平衡二叉查找树不同,B树为系统大块 阅读全文
posted @ 2023-04-07 09:15 仁义礼智信的 阅读(35) 评论(0) 推荐(0)
摘要: 用root账号给当前用赋值PROCESS的权限grant process on *.* to 数据库用户名; 刷新权限flush privileges; 阅读全文
posted @ 2023-04-07 08:54 仁义礼智信的 阅读(254) 评论(0) 推荐(0)
摘要: 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)
摘要: 转自: 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)
摘要: 转自: 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 下一页