上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 35 下一页

2017年6月17日

摘要: 阅读全文
posted @ 2017-06-17 11:46 sunny_2016 阅读(119) 评论(0) 推荐(0)

2017年6月14日

摘要: http://selenium-release.storage.googleapis.com/index.html IE驱动https://sites.google.com/a/chromium.org/chromedriver/downloads chrome驱动 阅读全文
posted @ 2017-06-14 14:05 sunny_2016 阅读(148) 评论(0) 推荐(0)

2017年6月12日

该文被密码保护。 阅读全文
posted @ 2017-06-12 11:49 sunny_2016 阅读(1) 评论(0) 推荐(0)

2017年6月1日

摘要: http://blog.csdn.net/ken_wanglin/article/details/53095967 http://www.infoq.com/cn/articles/Python-writing-module http://blog.csdn.net/maocaowu_csdn/ar 阅读全文
posted @ 2017-06-01 18:09 sunny_2016 阅读(61) 评论(0) 推荐(0)
摘要: >>> a=1992>>> b="free">>> print b+ `a`free1992>>> print b+str(a)free1992>>> print b+repr(a)free1992>>>>>> dos="c:\\news">>> print dosc:\news>>> dos=r" 阅读全文
posted @ 2017-06-01 09:12 sunny_2016 阅读(59) 评论(0) 推荐(0)

2017年5月24日

摘要: SyntaxError: Non-ASCII character '\xe2' in file意思是说,在文件中存在非ASCII字符; ASCII是8位即一个字符,一共256个字符,随着计算机的发展,现在已经用到2个或者4个字符; 建议在【文件头】追加: 1 2 3 # -*- coding: cp 阅读全文
posted @ 2017-05-24 17:29 sunny_2016 阅读(252) 评论(0) 推荐(0)

2017年5月20日

摘要: Windows 10包含版本 win10家庭版win10专业版win10教育版win 10企业版 Windows 7包含6个版本分别为Windows 7 Starter(初级版)Windows 7 Home Basic(家庭普通版)Windows 7 Home Premium(家庭高级版)Windo 阅读全文
posted @ 2017-05-20 10:20 sunny_2016 阅读(1518) 评论(0) 推荐(0)

2017年5月19日

摘要: {"cmd": ["python", "-u", "$file"],"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)","path":"D:/Python27","selector": "source.python"} 阅读全文
posted @ 2017-05-19 09:43 sunny_2016 阅读(110) 评论(0) 推荐(0)
摘要: Sublime Text 2 ?ctrl+b 如果出现运行为空白,按ctrl+`来显示错误,如下所示,转载了一篇解决方案 ? 文章参考:http://eric.themoritzfamily.com/python-encodings-and-unicode.html http://desert3.i 阅读全文
posted @ 2017-05-19 09:41 sunny_2016 阅读(545) 评论(0) 推荐(0)

2017年5月16日

该文被密码保护。 阅读全文
posted @ 2017-05-16 17:44 sunny_2016 阅读(1) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 35 下一页

导航