- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 python异步协程简单爬虫
其中 1.txt是保存的网页源代码 放在当前文件夹import urllib.requestimport reimport geventfrom gevent.pool import Poolfrom gevent import monkeymonkey.patch_all()def jpg_dy(): # 提取网页图片链接 # global pics w...
2019-04-14 11:19:39
609
3
转载 Python --判断路径是否为目录或文件
os.path.isdir( ), os.path.isfile(),os.listdir( ), os.walk( )os.path.isdir( ) 函数:判断某一路径是否为目录os.path.isdir(path)os.path.isfile( ) 函数:判断某一路径是否为文件os.path.isfile(path)path:要进行判断的路径实例:判断E:\照片 这个路径是否为目...
2019-04-12 09:50:51
21067
转载 Python3: 什么是*args和**kwargs
今天看源码的时候发现一个是*args和**kwargs,一看就能知道args是神马,就是所有参数的数组,kwargs就不知道了,google一下,一个人的blog写的比较简单明了,秒懂了~~kwargs就是当你传入key=value是存储的字典。补充一下:kwargs不影响参数位置例子:def test(a,*args,**kwargs):print a#pri...
2019-04-10 19:57:03
198
原创 BrokenPipeError: [Errno 32] Broken pipe
BrokenPipeError: [Errno 32] Broken pipe管道破裂,tcp服务器循环中当前用户退出后套接字未关闭,if dow_date: new_tcp.send(dow_date) # new_tcp.send("已发送".encode("utf-8")) print("已发...
2019-04-08 10:52:49
739
百度坐标,百度墨卡托坐标转换.py
2020-09-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人