摘要: ``` # server.py # Fib microservice from socket import * from fib import fib from threading import Thread #from concurrent.futures import ProcessPoolExecutor as Pool ##pool = Pool(4) def fib_server(... 阅读全文
posted @ 2017-03-12 16:26 idlewith 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 代码如下 阅读全文
posted @ 2017-03-09 23:27 idlewith 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 添加以下代码 阅读全文
posted @ 2017-03-09 19:15 idlewith 阅读(996) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-03-08 20:42 idlewith 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ``` from gevent import monkey; monkey.patch_all() import gevent from information_from_espace import Espace_info def get_email(jobNumber): t = Espace_info(jobNumber) print t.get_espace_info(... 阅读全文
posted @ 2017-03-07 13:23 idlewith 阅读(106) 评论(0) 推荐(0) 编辑
摘要: # ```analyze``` ``` result_sid = xml.dom.minidom.parseString(res).getElementsByTagName('email')[0].childNodes[0].nodeValue ``` 阅读全文
posted @ 2017-03-07 09:58 idlewith 阅读(87) 评论(0) 推荐(0) 编辑
摘要: * ```function``` ``` def modify_time(time_str): ''' set time of kwargs :param time_str: like '2017-02-16' :return: dict ''' kwargs = {'earliest_time':'', \ 'lat... 阅读全文
posted @ 2017-02-28 11:20 idlewith 阅读(129) 评论(0) 推荐(0) 编辑
摘要: === 下载(Download): 1 2 item1 item2 点击 "状态页" 下方的【诊断信息】按钮,如没有这个按钮,请将显示详细信息从【OFF】改为【ON】。 underline "baidu.com" This is [baidu][1] [1]:http://www.baidu.com 阅读全文
posted @ 2017-02-25 09:54 idlewith 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 下载离线包 或者 阅读全文
posted @ 2017-02-25 09:13 idlewith 阅读(136) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-22 01:05 idlewith 阅读(0) 评论(0) 推荐(0) 编辑