摘要: #coding=utf-8 import requests from lxml import etree import urllib url = 'http://www.7160.com/zhenrenxiu/56786/' def parse_content(content): tree = etree.HTML(content) title = tree.xpath("/h... 阅读全文
posted @ 2018-09-19 22:33 brady-wang 阅读(641) 评论(0) 推荐(0) 编辑
摘要: File》Setting》Editor》Code Style》File and Code Templates》Python Script 后面加上 # *_*coding:utf-8 *_* 即可 File》Setting》Editor》Code Style》File and Code Templa 阅读全文
posted @ 2018-09-19 21:24 brady-wang 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 写在前面: 目前,Go语言已经发布了1.5的版本,已经有不少Go语言相关的书籍和教程了,但是看了一些后,觉得还是应该自己写一套Go语言的教程。给广大学习Go语言的朋友多一种选择。因为,咱写的教程,向来和其他的不一样。 尊重劳动,如果转载,请注明出处:常城的专栏 Go语言在Centos下的安装: 注意 阅读全文
posted @ 2018-09-19 15:29 brady-wang 阅读(427) 评论(0) 推荐(0) 编辑