01 2019 档案

python2.7 3.5 3.6 3.7 的不同
摘要:https://blog.csdn.net/kwame211/article/details/77862166/ 阅读全文

posted @ 2019-01-14 19:28 黎明NB 阅读(3094) 评论(0) 推荐(0)

python脚本后台启动
摘要:nohup python -u test.py > out.log 2>&1 & nohup python -u 文件路径 > 打印日志 2>&1 & 阅读全文

posted @ 2019-01-14 18:32 黎明NB 阅读(1136) 评论(0) 推荐(0)

nginx相关命令
摘要:https://www.cnblogs.com/zdz8207/p/CentOS-nginx-yum.html 阅读全文

posted @ 2019-01-08 11:00 黎明NB 阅读(110) 评论(0) 推荐(0)

uwsgi后台运行/背后运行/守护运行的方法
摘要:uwsgi -d --ini uwsgi.ini 阅读全文

posted @ 2019-01-08 10:58 黎明NB 阅读(4217) 评论(0) 推荐(0)

fabric使用
摘要:1.入门博客https://fabric-chs.readthedocs.io/zh_CN/chs/tutorial.html 如果遇到这个问题说明你的fabric版本太高了 卸载到现在版本重新安装就行了 用命令查看现在可用的获取任务列表 参考博客: https://www.cnblogs.com/ 阅读全文

posted @ 2019-01-07 14:39 黎明NB 阅读(196) 评论(0) 推荐(0)

memcached的安装
摘要:如果没出现这个界面,那么就需要安装memcache数据库。 在centos下安装也是非常简单的。 yum -y install memcached 该命令用来安装memcached,不必关心其中各个安装包之间的依赖。命令执行结果如下图所示: 配置memcache数据库参数: 1、chkconfig 阅读全文

posted @ 2019-01-06 10:48 黎明NB 阅读(165) 评论(0) 推荐(0)

nginx 配置
摘要:vue和python的nginx配置的server配置 nginx的base配置 #mail { 68 # # See sample authentication script at: 69 # # http://wiki.nginx.org/ImapAuthenticateWithApachePh 阅读全文

posted @ 2019-01-06 10:19 黎明NB 阅读(170) 评论(0) 推荐(0)

从一个服务器复制一个文件到另一个服务器
摘要:scp -r 用户名@ip:目标文件路径 想要放的地址 接着输入XXX的密码就行了 阅读全文

posted @ 2019-01-05 17:12 黎明NB 阅读(1231) 评论(0) 推荐(0)

导航