摘要: JAVA锁 阅读全文
posted @ 2020-01-11 13:42 me-ht 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 自动化测试 阅读全文
posted @ 2019-11-19 22:34 me-ht 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: CountDownLatch 阅读全文
posted @ 2019-06-29 21:26 me-ht 阅读(273) 评论(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 阅读(456) 评论(0) 推荐(0) 编辑
摘要: IO 阅读全文
posted @ 2019-05-22 22:45 me-ht 阅读(199) 评论(0) 推荐(0) 编辑
摘要: scrapy按顺序启动多个爬虫代码片段(python3) 阅读全文
posted @ 2019-01-18 23:48 me-ht 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: scrapy主动退出爬虫的代码片段(python3) 阅读全文
posted @ 2019-01-16 18:05 me-ht 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: scrapy生成csv工具(python3) 阅读全文
posted @ 2019-01-15 22:28 me-ht 阅读(776) 评论(0) 推荐(0) 编辑
摘要: scrapy生成excel工具(python3) 阅读全文
posted @ 2019-01-15 22:25 me-ht 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: scrapy通过连接池连接mysql工具(python3) 阅读全文
posted @ 2019-01-15 22:21 me-ht 阅读(2912) 评论(0) 推荐(1) 编辑