摘要: JAVA锁 阅读全文
posted @ 2020-01-11 13:42 me-ht 阅读(187) 评论(0) 推荐(0)
摘要: 自动化测试 阅读全文
posted @ 2019-11-19 22:34 me-ht 阅读(4699) 评论(0) 推荐(0)
摘要: CountDownLatch 阅读全文
posted @ 2019-06-29 21:26 me-ht 阅读(280) 评论(0) 推荐(0)
摘要: public enum SequenceEnum { SEQUENCE; SequenceEnum() { } private static final ConcurrentLinkedQueue cache = new ConcurrentLinkedQueue(); private static final ReentrantLock lock ... 阅读全文
posted @ 2019-06-22 01:51 me-ht 阅读(474) 评论(0) 推荐(0)
摘要: IO 阅读全文
posted @ 2019-05-22 22:45 me-ht 阅读(203) 评论(0) 推荐(0)
摘要: scrapy按顺序启动多个爬虫代码片段(python3) 阅读全文
posted @ 2019-01-18 23:48 me-ht 阅读(1450) 评论(0) 推荐(0)
摘要: scrapy主动退出爬虫的代码片段(python3) 阅读全文
posted @ 2019-01-16 18:05 me-ht 阅读(1444) 评论(0) 推荐(0)
摘要: scrapy生成csv工具(python3) 阅读全文
posted @ 2019-01-15 22:28 me-ht 阅读(798) 评论(0) 推荐(0)
摘要: scrapy生成excel工具(python3) 阅读全文
posted @ 2019-01-15 22:25 me-ht 阅读(1078) 评论(0) 推荐(0)
摘要: scrapy通过连接池连接mysql工具(python3) 阅读全文
posted @ 2019-01-15 22:21 me-ht 阅读(2992) 评论(0) 推荐(1)