上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 71 下一页
摘要: ddt官方help 文档:https://ddt.readthedocs.io/en/latest/example.html 阅读全文
posted @ 2019-04-13 21:16 不带R的墨菲特 阅读(556) 评论(0) 推荐(0)
摘要: 再来一个大家很熟悉的 C:\Python37\python.exe C:/Users/Administrator/PycharmProjects/Supro/lib/python_utils.py('a', 'b') ('c', 'd')a bc d Process finished with ex 阅读全文
posted @ 2019-04-13 15:59 不带R的墨菲特 阅读(1741) 评论(0) 推荐(0)
摘要: https://github.com/githublitao/api_automation_test 阅读全文
posted @ 2019-04-12 23:49 不带R的墨菲特 阅读(1205) 评论(0) 推荐(0)
摘要: email sever linux 阅读全文
posted @ 2019-04-12 23:42 不带R的墨菲特 阅读(363) 评论(0) 推荐(0)
摘要: unittest失败重跑截图 阅读全文
posted @ 2019-04-12 22:50 不带R的墨菲特 阅读(1215) 评论(1) 推荐(0)
摘要: HTMLTestRunner_PY3 github python3版本 阅读全文
posted @ 2019-04-12 00:08 不带R的墨菲特 阅读(464) 评论(1) 推荐(0)
摘要: python 异步并发BeautifulReport 报告生成 阅读全文
posted @ 2019-04-11 23:56 不带R的墨菲特 阅读(779) 评论(1) 推荐(0)
摘要: linux下怎么清理缓存 free -m 命令可以查看内存使用情况 sysctl 命令可以临时改变某个系统参数 如:sysctl -w net.ipv4.ip_forward=1 是将forware参数临时改为1 当 service network restart后 失效. 我们在清理缓存前应该先 阅读全文
posted @ 2019-04-03 23:01 不带R的墨菲特 阅读(1780) 评论(2) 推荐(0)
摘要: 如何定位是哪个服务进程导致CPU过载,哪个线程导致CPU过载,哪段代码导致CPU过载? 步骤一、找到最耗CPU的进程 工具:top 方法: 执行top -c ,显示进程运行信息列表 键入P (大写p),进程按照CPU使用率排序 执行top -c ,显示进程运行信息列表 键入P (大写p),进程按照C 阅读全文
posted @ 2019-04-03 22:37 不带R的墨菲特 阅读(3265) 评论(1) 推荐(0)
摘要: 认识cpu(中央处理器简称处理器)也叫CPU,Central Processing Unit线程是安排CPU执行的最小单位 四核八线程内涵: 每个单位时间内,一个CPU只能处理一个线程(操作系统:thread),以这样的单位进行,如果想要在一单位时间内处理超过一个线程是不可能的,除非是有两个CPU的 阅读全文
posted @ 2019-04-03 22:31 不带R的墨菲特 阅读(1311) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 71 下一页