摘要: ./kafka-consumer-groups.sh --bootstrap-server 10.1.16.73:9092 --describe --group track-consumer-group 阅读全文
posted @ 2020-03-24 19:27 银荡的那一夏 阅读(5377) 评论(0) 推荐(0) 编辑
摘要: Android 7.0及以上版本,需要手动安装app-uiautomator.apk和app-uiautomator-test.apk。 下载地址:https://github.com/jiankehtt/uiautomator/tree/master/uiautomator/libs 阅读全文
posted @ 2019-03-14 11:13 银荡的那一夏 阅读(385) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_37275456/article/details/80781755 阅读全文
posted @ 2018-09-29 17:40 银荡的那一夏 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 安装 # yum -y install vsftpd 配置 配置相关详见 https://blog.csdn.net/myphp2012/article/details/78295396 这大佬整得超级细了 不过配置文件还是得加入以下 pasv_address=xxx.xxx.xxx.xxx 服务器 阅读全文
posted @ 2018-06-30 17:58 银荡的那一夏 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1.环境准备 Apache+MySQL+PHP+Linux Apache和MySQL直接yum安装即可 PHP安装 https://www.cnblogs.com/beyang/p/6972412.html 2. showslow安装 数据库配置 下载安装包http : //www.showslow 阅读全文
posted @ 2018-06-27 21:17 银荡的那一夏 阅读(208) 评论(0) 推荐(0) 编辑
摘要: TCP编程-- server TCP编程-- client 代码摘自 Python爬虫开发与项目实战-- 机械工业出版社 阅读全文
posted @ 2018-05-11 17:27 银荡的那一夏 阅读(141) 评论(0) 推荐(0) 编辑
摘要: gevent 对协和的支持,本质上是greenlet在实现切换工作。工作流程如下:假如进行访问网络的IO操作时,出现阻塞,greenlet就显式切换到另一段没有被阻塞的代码段执行,直到原先的阻塞状态消失以后,再自动切换回原来的代码段继续处理。因此,greenlet是一种合理安排的串行方式。 由于IO 阅读全文
posted @ 2018-05-08 16:09 银荡的那一夏 阅读(171) 评论(0) 推荐(0) 编辑
摘要: os.fork 该方法仅支持Linux/Unix multiprocessing 进程池 pool 进程间通信 Queue Pipe 代码摘自 《Python爬虫开发与项目实战》-- 范伟辉 阅读全文
posted @ 2018-05-04 17:58 银荡的那一夏 阅读(150) 评论(0) 推荐(0) 编辑
摘要: https://www.oschina.net/question/853151_241231 这有大神 阅读全文
posted @ 2018-04-01 14:20 银荡的那一夏 阅读(225) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gxiaop/article/details/55098842 关于各项指标在某些情况下给出的建议有参考意义 阅读全文
posted @ 2018-03-26 19:36 银荡的那一夏 阅读(104) 评论(0) 推荐(0) 编辑