2016年9月2日

摘要: Windows: 安装目录下新建my.ini文件,输入一下内容 [mysqld]#修改服务器端默认字符编码格式为utf8character-set-server = utf8 [client]#修改客户端默认字符编码格式为utf8default-character-set=utf8 linux: / 阅读全文
posted @ 2016-09-02 11:02 小马哥哥的哥哥 阅读(116) 评论(0) 推荐(0) 编辑

2016年8月17日

摘要: Windows: 在C:\Users\xxx\AppData\Local\pip 下新建文件pip.ini,填入一下内容 [global] trusted-host = pypi.douban.com index-url = http://pypi.douban.com/simple Ubuntu: 阅读全文
posted @ 2016-08-17 15:23 小马哥哥的哥哥 阅读(127) 评论(0) 推荐(0) 编辑
摘要: git clone http://github.com/mayuanwei/excelreadandwrite git init git status git add filename git commit -m '提交注释' (git commit -a) git push origin mast 阅读全文
posted @ 2016-08-17 14:20 小马哥哥的哥哥 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.创建: mkvirtualenv 虚拟环境目录 2.查看虚拟环境 workon lsvirtualenv 3.进入虚拟环境 workon 虚拟环境目录 4.退出虚拟环境 deactivate 5.删除虚拟环境 rmvirtualenv 虚拟环境目录 虚拟环境默认健在C:\USERS\XXX\En 阅读全文
posted @ 2016-08-17 13:49 小马哥哥的哥哥 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1.下载安装Python3.5 2.pip安装virtualenv和virtualenvwrapper(管理Python虚拟环境) 阅读全文
posted @ 2016-08-17 12:19 小马哥哥的哥哥 阅读(144) 评论(0) 推荐(0) 编辑

导航