上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: 2to3.py demo.py 执行命令: 阅读全文
posted @ 2019-01-03 09:21 qukaige 阅读(331) 评论(0) 推荐(0) 编辑
摘要: from myThread import MyThread from time import ctime, sleep def fib(x): sleep(0.005) if x < 2: return 1 return (fib(x - 2) + fib(x - 1)) def fac(x): sleep(0.1) if x < 2: retur... 阅读全文
posted @ 2018-12-29 10:19 qukaige 阅读(160) 评论(0) 推荐(0) 编辑
摘要: myThread.py 阅读全文
posted @ 2018-12-29 09:31 qukaige 阅读(212) 评论(0) 推荐(0) 编辑
摘要: threading 阅读全文
posted @ 2018-12-29 09:23 qukaige 阅读(110) 评论(0) 推荐(0) 编辑
摘要: excel 读取 excel 写 数据传入格式 : 阅读全文
posted @ 2018-12-18 11:17 qukaige 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 参考资料 阅读全文
posted @ 2018-12-17 14:49 qukaige 阅读(434) 评论(0) 推荐(0) 编辑
摘要: https://alibaba.github.io/arthas 阿尔萨斯 阅读全文
posted @ 2018-12-10 14:18 qukaige 阅读(191) 评论(0) 推荐(0) 编辑
摘要: eureka 服务已经启动 http://localhost:8761/ 注: 在启动文件加上 注解 clienta 服务注册eureka 启动文件加入注解: 访问 http://localhost:8000/msg 能返回结果 client 服务注册eureka 同clienta 在clien中调 阅读全文
posted @ 2018-12-04 11:17 qukaige 阅读(864) 评论(0) 推荐(0) 编辑
摘要: ab -n 100 -c 100 http://www.baidu.com # -n请求 -c并发 ab -t 60 -c 100 http://www.baidu.com # -t 秒 60秒内完成100次并发 阅读全文
posted @ 2018-11-30 10:57 qukaige 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 前端代码: 后端代码: 1.引入pom文件 2.配置config 3.配置controller 阅读全文
posted @ 2018-11-30 09:51 qukaige 阅读(575) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页