上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页
摘要: https://www.jianshu.com/p/7f72a7f360f9 阅读全文
posted @ 2018-12-17 17:20 秋寻草 阅读(285) 评论(0) 推荐(0)
摘要: 在安装uwsgi时,提示缺少python.h 其实是缺少python-dev 手动下载对应版本的python-dev:http://archive.ubuntu.com/ubuntu/pool/main/p/python-defaults dpkg - i python-dev_2.7.14-2ub 阅读全文
posted @ 2018-12-17 17:00 秋寻草 阅读(1893) 评论(0) 推荐(0)
摘要: 问题: 执行sudo apt-get update提示:Failed to fetch 但是在虚拟机里面直接访问:http://ppa.launchpad.net/fkrull/deadsnakes-python2.7/ubuntu 是可以的啊 一、删除文件 sudo rm -rf /var/lib 阅读全文
posted @ 2018-12-17 15:06 秋寻草 阅读(6977) 评论(0) 推荐(0)
摘要: 一、下载 手动或者命令都行 wget http://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz 二、解压: #xz -d Python-2.7.6.tar.xz #tar xvf Python-2.7.6.tar #cd Python- 阅读全文
posted @ 2018-12-17 13:42 秋寻草 阅读(220) 评论(0) 推荐(0)
摘要: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 https://www.cnblogs.com/chenice 阅读全文
posted @ 2018-12-16 22:21 秋寻草 阅读(141) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Jamin2018/article/details/79060509 https://www.cnblogs.com/lfoder/p/6013142.html 阅读全文
posted @ 2018-12-16 21:00 秋寻草 阅读(274) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/suiyueshentou/p/7798340.html 阅读全文
posted @ 2018-12-16 19:14 秋寻草 阅读(126) 评论(0) 推荐(0)
摘要: 查询nginx进程信息 chen@ubuntu:~$ ps -ef |grep nginx root 933 1 0 20:18 ? 00:00:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; www 阅读全文
posted @ 2018-12-16 13:09 秋寻草 阅读(285) 评论(0) 推荐(0)
摘要: 最近把自己在windows上的Django项目放在的Ubuntu上,启动时提示找不到模块 原来是自己的项目用的是虚拟环境,安装的第三方库全部在虚拟环境中 AutoTestSite/venv/Lib/site-packages 在Ubuntu中查看模块搜索路径: 发现并没有这个路径:AutoTestS 阅读全文
posted @ 2018-12-16 13:02 秋寻草 阅读(16289) 评论(0) 推荐(0)
摘要: 在Ubuntu(192.168.1.20)中部署项目后,mysql还在另外一台windows(192.168.1.6)机子上,ping windows时可以ping通,但是访问项目提示: perationalError: (2003, "Can't connect to MySQL server o 阅读全文
posted @ 2018-12-16 11:40 秋寻草 阅读(1370) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页