摘要: 学习head_first python 安卓开发那一章需要的程序android-sdk_r23.0.2-windows.zip //模拟器PythonForAndroid_r4.apk sl4a_r4.apk下载地址链接: http://pan.baidu.com/s/1nuzLadF 密码: 4s... 阅读全文
posted @ 2016-01-11 15:57 cn_Net 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 最近学习python,因经常登录公积金网站查看公积金缴存还款情况,so网上找了写脚本,修改了一下,方便获取网页中的数据。使用谷歌浏览器F12查看登录请求内容1.request header需要参数:User-Agent、Referer等。2.post内容。python 3.x中urllib库和uri... 阅读全文
posted @ 2015-12-30 15:55 cn_Net 阅读(7136) 评论(1) 推荐(0) 编辑
摘要: 自己整理的一些python开发,notepad++环境配置方法 阅读全文
posted @ 2015-12-19 16:19 cn_Net 阅读(5949) 评论(0) 推荐(0) 编辑
摘要: 1 BaseException 2 +-- SystemExit 3 +-- KeyboardInterrupt 4 +-- GeneratorExit 5 +-- Exception 6 +-- StopIteration 7 +-- ArithmeticErro... 阅读全文
posted @ 2015-12-19 15:19 cn_Net 阅读(370) 评论(0) 推荐(0) 编辑