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