上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 71 下一页
摘要: def request(method, url, **kwargs): """Constructs and sends a :class:`Request <Request>`. :return: :class:`Response <Response>` object :rtype: request 阅读全文
posted @ 2019-10-21 18:52 不带R的墨菲特 阅读(7186) 评论(0) 推荐(1)
摘要: 1. pass 2. pass 阅读全文
posted @ 2019-10-12 16:52 不带R的墨菲特 阅读(1533) 评论(0) 推荐(0)
摘要: 1.jenkin安装部署 2.git 安装 3.git server 配置 4.contab 阅读全文
posted @ 2019-10-12 15:18 不带R的墨菲特 阅读(269) 评论(0) 推荐(0)
摘要: import csv def read_csvList(path="./datasets/test.csv")->list: """return data format [[],[]]""" with open(file=path,mode="r")as f: df=csv.reader(f,dia 阅读全文
posted @ 2019-10-11 18:24 不带R的墨菲特 阅读(408) 评论(0) 推荐(0)
摘要: import pandas as pd"""pandas doc:df.dtypes 查看数据每column 数据类型 id int64x0 float64df.reindex 查看多少行多少列的数据结构 [569 rows x 21 columns]>df.reindex_axis 查看数据行列带 阅读全文
posted @ 2019-10-11 14:16 不带R的墨菲特 阅读(232) 评论(0) 推荐(0)
摘要: 实现要求使用beanshell 或者JSR223 够造请求body json请求体 预期请求体json效果: 1、方法一:JSR223 选取-groovy脚本 import java.util.List; import java.util.ArrayList; import org.json.JSO 阅读全文
posted @ 2019-10-10 18:39 不带R的墨菲特 阅读(926) 评论(0) 推荐(0)
摘要: 1.变量名称 name,pwd 格式表示因为文本中分割默认是逗号所以变量设置也是按此格式如果想按其他格式可以在分隔符栏自定义 2.忽略首行: 有的csv读取你希望读取的数据有header如: user,pwd admin,123456 如果false 就代表不忽略,true 忽略 3.分隔符就是变量 阅读全文
posted @ 2019-10-10 17:54 不带R的墨菲特 阅读(446) 评论(0) 推荐(0)
摘要: 需求压测随机抽取10w数据中自定义区间的指定数量数据进行压测: jmeter csv/txt配置: 需要获取{data: [${myList}] } jmeter需要数据类型 获取展读取csv数据展示{ data: [ "cfcd208495d565ef66e7dff9f98764da", "c4c 阅读全文
posted @ 2019-10-10 17:44 不带R的墨菲特 阅读(361) 评论(0) 推荐(0)
摘要: model 字段Field 阅读全文
posted @ 2019-09-30 10:33 不带R的墨菲特 阅读(2398) 评论(0) 推荐(0)
摘要: windows: 请访问 http://www.sqlite.org/download.html,从 Windows 区下载预编译的二进制文件。 您需要下载 sqlite-tools-win32-*.zip 和 sqlite-dll-win32-*.zip 压缩文件。 创建文件夹 C:\sqlite 阅读全文
posted @ 2019-09-05 17:42 不带R的墨菲特 阅读(514) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 71 下一页