随笔分类 -  Django

摘要:升级python2.7 wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz mkdir /usr/local/python27 ./configure --prefix=/usr/local/python27 Make Make 阅读全文
posted @ 2017-10-15 21:35 两年十一时 阅读(148) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- '''python coded by written in 2016/8/31 Used for get win os log for each windows server''' '''pymssql 帮助文档http://pymssql.org/e 阅读全文
posted @ 2016-08-31 17:39 两年十一时 阅读(196) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- '''python coded by written in 2016/8/31 Used for get win os log for each windows server''' '''pymssql 帮助文档http://pymssql.org/e 阅读全文
posted @ 2016-08-31 17:38 两年十一时 阅读(263) 评论(0) 推荐(0)
摘要:安装第三方库出现 Python version 2.7 required, which was not found in the registry 建立一个文件 register.py 内容如下. 然后执行该脚本. http://blog.csdn.net/zklth/article/details 阅读全文
posted @ 2016-06-20 15:24 两年十一时 阅读(127) 评论(0) 推荐(0)
摘要:--python下载 https://www.python.org/downloads/ --pip 下载 https://pypi.python.org/pypi/pip --pip 安装及路径 解压 pip-8.1.2 安装 python setup.py install --pip配置 用户主 阅读全文
posted @ 2016-06-20 10:26 两年十一时 阅读(257) 评论(0) 推荐(0)