摘要: 前提: python3.4 windows 作用:通过搜狗的微信搜索接口http://weixin.sogou.com/来搜索相关微信文章,并将标题及相关链接导入Excel表格中 说明:需xlsxwriter模块,另程序编写时间为2017/7/11,以免之后程序无法使用可能是网站做过相关改变,程序较 阅读全文
posted @ 2017-07-11 21:36 羽化凡 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 生成的二维码只是网址的链接 直接上代码: 1 import qrcode 2 title = input("要生成的内容:") 3 img = qrcode.make(title) 4 with open("二维码.png","wb") as f: 5 img.save(f) 如本页的链接:http 阅读全文
posted @ 2017-05-05 22:59 羽化凡 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 我的第一篇博客,这是试水练习。这次上的菜是Haporxy配置文件操作。 <1> 上需求: 具体配置文件如下: 1 global 2 log 127.0.0.1 local2 3 daemon 4 maxconn 256 5 log 127.0.0.1 local2 info 6 defaults 7 阅读全文
posted @ 2017-04-23 14:24 羽化凡 阅读(503) 评论(0) 推荐(0) 编辑