会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
藥師的琉璃盞
水能载舟,亦可赛艇。
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2016年8月11日
cannot download, $GOPATH not set. For more details see: go help gopath
摘要: 在 ~/.bashrc 里加一下这两句export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
阅读全文
posted @ 2016-08-11 23:10 藥師
阅读(795)
评论(0)
推荐(0)
2016年8月3日
国服战网卸载装外服问题
摘要: 1.文件夹选项显示所有隐藏文件 2.使用 Everything 查找 blizzard 、Battle.net 删完所有文件夹 3.管理员模式运行安装程序 4.到 AppData 里面找到配置文件,做出如下改动,重启客户端即可
阅读全文
posted @ 2016-08-03 00:28 藥師
阅读(418)
评论(0)
推荐(0)
2016年6月24日
批量编译 Python 文件
摘要: >>> 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 藥師
阅读(253)
评论(0)
推荐(0)
2016年5月8日
Steam 导入已下载好的游戏
摘要: 转自:http://game.ali213.net/thread-5693230-1-1.html 本人已经完美解决了 办法如下:零售版导入方法1:在STEAM先不要有任何GTAV的下载进程,如果有请删除。2:然后进入Steam\steamapps\common,如果没有的话可以自行新建。3:将游戏
阅读全文
posted @ 2016-05-08 16:21 藥師
阅读(12350)
评论(0)
推荐(0)
2016年5月4日
找到 Python 的 site-packages 目录(Python site-packages directory)
摘要: import site; site.getsitepackages()
阅读全文
posted @ 2016-05-04 12:40 藥師
阅读(270)
评论(0)
推荐(0)
2016年4月26日
BeautifulSoup 根据文本内容反查标签
摘要: http://stackoverflow.com/questions/866000/using-beautifulsoup-to-find-a-html-tag-that-contains-certain-text
阅读全文
posted @ 2016-04-26 14:26 藥師
阅读(3524)
评论(0)
推荐(0)
2016年4月21日
Selenium Python 解决 UnexpectedAlertPresentException
摘要: http://stackoverflow.com/questions/28397370/python-selenium-unexpectedalertpresentexception
阅读全文
posted @ 2016-04-21 11:05 藥師
阅读(4723)
评论(0)
推荐(0)
Selenium Firefox Webdriver 无图模式
摘要: 新版火狐把关闭图片的选项移除了,所以需要加一步操作。
阅读全文
posted @ 2016-04-21 10:45 藥師
阅读(1841)
评论(0)
推荐(0)
2016年3月16日
Mac 下 Python os.listdir 出现 invalid literal for int() with base 10 错误
摘要: 因为 Mac 下的 .DS_Store 也会包含进去 解决方法:
阅读全文
posted @ 2016-03-16 00:13 藥師
阅读(1703)
评论(0)
推荐(0)
2016年3月10日
[解决]OS X 下 Python 导入 PIL 中的 ImageGrab 错误
摘要: 本来官方的说法是: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 藥師
阅读(1642)
评论(0)
推荐(0)
1
2
3
下一页
公告