摘要: 1 import sys 2 import multiprocessing 3 import re 4 import os 5 import urllib.request as lib 6 7 def craw_links( url,depth,keyword,processed): 8 ''' url:the url to craw 9 deth:t... 阅读全文
posted @ 2017-06-29 22:04 JustLittle 阅读(354) 评论(0) 推荐(0)
摘要: ftpServer.py ftpClient.py 阅读全文
posted @ 2017-06-29 00:05 JustLittle 阅读(285) 评论(0) 推荐(0)