01 2019 档案

摘要:# -*- coding: utf-8 -*-# @Time : 2018/12/30 20:55# @Author : yang dan# @FileName: mockXCX.py """1.服务名称:挡板程序,模拟企业版微服务 小程序sprint 1st 接口服务2.接口详情: 1)小程序登录 阅读全文
posted @ 2019-01-30 16:24 ivon168 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/gx_1_11_real/article/details/80243956 阅读全文
posted @ 2019-01-23 20:47 ivon168 阅读(645) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/chengJAVA/p/5821218.html 阅读全文
posted @ 2019-01-23 20:38 ivon168 阅读(94) 评论(0) 推荐(0) 编辑
摘要:test 阅读全文
posted @ 2019-01-21 17:09 ivon168 阅读(74) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/JahanGu/p/7452527.html linux环境下默认python2.x版本保留不动。新增python3 注意: 1、不改动已有的配置,新增ln -s /usr/local/python3/bin/python3 /usr/bin/pyth 阅读全文
posted @ 2019-01-19 19:54 ivon168 阅读(122) 评论(0) 推荐(0) 编辑
摘要:https://cloud.tencent.com/developer/news/111681 阅读全文
posted @ 2019-01-12 16:22 ivon168 阅读(82) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2019-01-11 20:06 ivon168 阅读(0) 评论(0) 推荐(0) 编辑
摘要:dir = "D://05性能测试//para//"file_name = "redis_data_script"fo = open(dir + file_name, "a",encoding='utf-8')start_time = datetime.now()for i in range(100 阅读全文
posted @ 2019-01-11 19:08 ivon168 阅读(170) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/wuseyukui/article/details/71512793 阅读全文
posted @ 2019-01-09 17:30 ivon168 阅读(111) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/AmilyWilly/p/7272160.html?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2019-01-09 16:35 ivon168 阅读(102) 评论(0) 推荐(0) 编辑
摘要:使用spring-boot-admin对spring-boot服务进行监控 阅读全文
posted @ 2019-01-08 10:43 ivon168 阅读(113) 评论(0) 推荐(0) 编辑
摘要:@echo offfor %%I in (*.jtl) do F:\new_myTest\jmeter_test\package\jmeter\apache-jmeter-3.1\bin\jmeter -g %%I -e -o %%I_reportpause 阅读全文
posted @ 2019-01-06 14:30 ivon168 阅读(189) 评论(0) 推荐(0) 编辑