摘要: 在 ~/.bashrc 里加一下这两句export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin 阅读全文
posted @ 2016-08-11 23:10 藥師 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 1.文件夹选项显示所有隐藏文件 2.使用 Everything 查找 blizzard 、Battle.net 删完所有文件夹 3.管理员模式运行安装程序 4.到 AppData 里面找到配置文件,做出如下改动,重启客户端即可 阅读全文
posted @ 2016-08-03 00:28 藥師 阅读(386) 评论(0) 推荐(0) 编辑
摘要: >>> import compileall>>> compileall.compile_dir(r'your_path_to_python_files') >>> import compileall>>> compileall.compile_dir(r'your_path_to_python_fi 阅读全文
posted @ 2016-06-24 11:18 藥師 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 转自:http://game.ali213.net/thread-5693230-1-1.html 本人已经完美解决了 办法如下:零售版导入方法1:在STEAM先不要有任何GTAV的下载进程,如果有请删除。2:然后进入Steam\steamapps\common,如果没有的话可以自行新建。3:将游戏 阅读全文
posted @ 2016-05-08 16:21 藥師 阅读(11986) 评论(0) 推荐(0) 编辑
摘要: import site; site.getsitepackages() 阅读全文
posted @ 2016-05-04 12:40 藥師 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/866000/using-beautifulsoup-to-find-a-html-tag-that-contains-certain-text 阅读全文
posted @ 2016-04-26 14:26 藥師 阅读(3518) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/28397370/python-selenium-unexpectedalertpresentexception 阅读全文
posted @ 2016-04-21 11:05 藥師 阅读(4653) 评论(0) 推荐(0) 编辑
摘要: 新版火狐把关闭图片的选项移除了,所以需要加一步操作。 阅读全文
posted @ 2016-04-21 10:45 藥師 阅读(1810) 评论(0) 推荐(0) 编辑
摘要: 因为 Mac 下的 .DS_Store 也会包含进去 解决方法: 阅读全文
posted @ 2016-03-16 00:13 藥師 阅读(1682) 评论(0) 推荐(0) 编辑
摘要: 本来官方的说法是:The current version works on Windows only. 而且 PIL 已经好多年没更新了 怎么办? 当然是用 Pillow。已经在 3.0.0 版本支持 Windows 和 OS X。 The current version works on OS X 阅读全文
posted @ 2016-03-10 23:49 藥師 阅读(1604) 评论(0) 推荐(0) 编辑