Skip to content

Commit ecec45a

Browse files
committed
Merge branch 'master' of github.com:leeyis/python-snippets
add proxyCheck.py
2 parents 217f014 + c61d4a7 commit ecec45a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# python-snippets
2+
Learn and share some useful python snippets
3+
学习并分享一些有用的python代码片

xiachufang.py renamed to lxmlUsage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
rst=html.xpath('''//header[@class="name ellipsis font19 bold"]/text()''')
1515
for i in rst:
1616
print i
17+
18+
19+

0 commit comments

Comments
 (0)