05 2017 档案
阿里云ubuntu16.04中python3部署常见问题
只有注册用户登录后才能阅读该文。
posted @ 2017-05-20 22:48 VincentZhu 阅读(8) 评论(0) 推荐(0)
centos安装mysql57
摘要:下载源安装文件 https://dev.mysql.com/downloads/repo/yum/ wget http://repo.mysql.com//mysql57-community-release-el7-8.noarch.rpm wget https://repo.mysql.com// 阅读全文
posted @ 2017-05-16 10:06 VincentZhu 阅读(605) 评论(0) 推荐(0)
CentOS71611部署Django
摘要:web.conf 升级pip 因为python3.5自带pip,setuptools 参考:http://www.cnblogs.com/edward2013/p/5289056.html 参考:http://www.cnblogs.com/starof/p/4685132.html centos下 阅读全文
posted @ 2017-05-15 17:22 VincentZhu 阅读(362) 评论(0) 推荐(0)
CentOS71611安装Python3.5.3
摘要:参考: http://www.landui.com/help/show-4902.html http://www.cnblogs.com/waylon/p/6569196.html 解决yum update报错问题: 阅读全文
posted @ 2017-05-15 16:17 VincentZhu 阅读(208) 评论(0) 推荐(0)
Ubuntu系统使用apache部署多个django项目(python4.3)
摘要:/etc/apache2/sites-available/pyweb.conf /etc/apache2/ports.conf 参考: http://www.cnblogs.com/helloworldtoyou/p/5978977.html http://www.cnblogs.com/codem 阅读全文
posted @ 2017-05-12 16:32 VincentZhu 阅读(231) 评论(0) 推荐(0)