它山之石可以攻玉

键盘上的生活
随笔 - 433, 文章 - 5, 评论 - 35, 阅读 - 90万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

09 2021 档案

摘要:转载:https://www.jiweichengzhu.com/article/322378a857194c1580693944eff9468f 阅读全文

posted @ 2021-09-30 12:23 陈达辉 阅读(290) 评论(0) 推荐(0) 编辑

摘要:官方文档:https://nginx.org/en/docs/beginners_guide.html 1. 语法nginx -s signal signal 的值如下:stop:fast shutdown,快速的停止 nginxquit:graceful shutdown,不再接受新的请求,等正在 阅读全文

posted @ 2021-09-27 14:20 陈达辉 阅读(4293) 评论(0) 推荐(0) 编辑

摘要:安装pip install pymysql碰到的问题 报错信息: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vZoYWX/pip/ You are using pip version 8 阅读全文

posted @ 2021-09-15 16:47 陈达辉 阅读(718) 评论(0) 推荐(0) 编辑

摘要:基本用法:进入要运行的py文件目录前 nohup python -u test.py > test.log 2>&1 & //打印日志 nohup xxxx >/dev/null 2>&1 & //不打印日志 含义解释:nohup 不挂起的意思 python test.py python运行test 阅读全文

posted @ 2021-09-15 16:13 陈达辉 阅读(919) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示