摘要: python D:\pymine\clean\spider_map\get_bd_uid_rest_b.py python D:\pymine\clean\spider_map\get_bd_uid_rest.py python D:\pymine\clean\spider_map\get_bd_uid_28_other20_b.py #MAX_USED_TIMES = 1900 p... 阅读全文
posted @ 2017-08-29 20:04 papering 阅读(322) 评论(0) 推荐(0)
摘要: import xlrd import time import sys import os import requests import sqlite3 import threading curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.path.... 阅读全文
posted @ 2017-08-29 17:53 papering 阅读(381) 评论(0) 推荐(0)
摘要: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 62332 and this is thread id 53032 sqlite支持 阅读全文
posted @ 2017-08-29 17:09 papering 阅读(3709) 评论(0) 推荐(0)
摘要: 06 | 链表(上):如何实现LRU缓存淘汰算法?-极客时间 https://time.geekbang.org/column/article/41013 不过,数组和链表的对比,并不能局限于时间复杂度。而且,在实际的软件开发中,不能仅仅利用复杂度分析就决定使用哪个数据结构来存储数据。 数组简单易用 阅读全文
posted @ 2017-08-29 12:49 papering 阅读(247) 评论(0) 推荐(0)