上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 51 下一页
摘要: 1、官网 https://prometheus.io/docs/introduction/overview/ https://grafana.com/docs/grafana/latest/ https://github.com/prometheus-community/windows_export 阅读全文
posted @ 2022-07-30 21:23 代码诠释的世界 阅读(1857) 评论(0) 推荐(0)
摘要: 1、创建测试计划 2、创建线程组 3、创建JDBC连接 4、添加JDBC请求 6、添加数据库操作 7、添加结果报告 8、执行并查看结果 问题1、Cannot create PoolableConnectionFactory (The server time zone value '�й���׼ʱ�� 阅读全文
posted @ 2022-07-30 17:42 代码诠释的世界 阅读(425) 评论(0) 推荐(0)
摘要: 1、原因,模拟用户并发插入数据库数据场景,评估系统吞吐量 2、jmeter官网 https://jmeter.apache.org/download_jmeter.cgi 3、用户手册 https://jmeter.apache.org/usermanual/index.html 4、启动jmete 阅读全文
posted @ 2022-07-30 17:36 代码诠释的世界 阅读(405) 评论(0) 推荐(0)
摘要: 1、问题现场 自动化测试中,封装接口,用到requests, 封装目录为http, 用于存放相关api 别人下载工程下来之后,运行报错 ModuleNotFoundError: No module named 'http.client' 2、处理方法 经过各种排查,发现确实是目录命名导致 参考链接: 阅读全文
posted @ 2022-07-30 17:04 代码诠释的世界 阅读(1228) 评论(0) 推荐(0)
摘要: 1、官网 https://nuitka.net/ 2、github https://github.com/Nuitka/Nuitka 3、安装mingw64 https://winlibs.com/ 4、创建python项目 以一个tk小例子 from tkinter import * root = 阅读全文
posted @ 2022-07-30 16:56 代码诠释的世界 阅读(4911) 评论(0) 推荐(0)
摘要: 1、官网 https://www.fit2cloud.com/metersphere/index.html 2、文档 https://metersphere.io/docs/ https://github.com/metersphere/metersphere 3、环境 windwos10 jdk 阅读全文
posted @ 2022-07-28 16:44 代码诠释的世界 阅读(2201) 评论(0) 推荐(0)
摘要: 1、docker hub https://hub.docker.com/_/redis 2、创建redis 创建目录 mkidr $HOME/Tools/redis/confmkdir $HOME/Tools/redis/data docker run \ --restart=always \ -- 阅读全文
posted @ 2022-07-28 16:15 代码诠释的世界 阅读(41) 评论(0) 推荐(0)
摘要: 1、docker hub https://hub.docker.com/r/bitnami/kafka https://hub.docker.com/_/zookeeper 2、安装zookeeper 创建目录 mkdir $HOME/zookeeper/data mkdir $HOME/zooke 阅读全文
posted @ 2022-07-28 15:58 代码诠释的世界 阅读(283) 评论(0) 推荐(0)
摘要: 1、命令帮助 -> % curl --help Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only --anyauth Pick "any" authentication meth 阅读全文
posted @ 2022-07-21 14:16 代码诠释的世界 阅读(1835) 评论(0) 推荐(0)
摘要: 1、 wget命令 -> % wget --help GNU Wget 1.17.1, a non-interactive network retriever. Usage: wget [OPTION]... [URL]... Mandatory arguments to long options 阅读全文
posted @ 2022-07-21 14:12 代码诠释的世界 阅读(828) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 51 下一页