上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
摘要: 1、系统 2、步骤 打开系统偏好设置 打开电池选项 打开电源适配器选项 至此即可 阅读全文
posted @ 2022-08-01 11:32 代码诠释的世界 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0.3e221b11WGU6KG 2、一键替换(更快捷) 备份(备份是个好习惯) sudo cp /etc/apt/sources.list /etc/apt/s 阅读全文
posted @ 2022-08-01 10:26 代码诠释的世界 阅读(3100) 评论(0) 推荐(0) 编辑
摘要: 1、pymongo官网 https://pypi.org/project/pymongo/ https://api.mongodb.com/ 2、github https://github.com/mongodb/mongo-python-driver 3、文档 https://www.osgeo. 阅读全文
posted @ 2022-07-30 21:58 代码诠释的世界 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 1、下载 https://www.dll-files.com/geos_c.dll.html 2、按照提示放到对应目录和注册即可 C:\Windows\System32 阅读全文
posted @ 2022-07-30 21:42 代码诠释的世界 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 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 代码诠释的世界 阅读(1546) 评论(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 代码诠释的世界 阅读(404) 评论(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 代码诠释的世界 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 1、问题现场 自动化测试中,封装接口,用到requests, 封装目录为http, 用于存放相关api 别人下载工程下来之后,运行报错 ModuleNotFoundError: No module named 'http.client' 2、处理方法 经过各种排查,发现确实是目录命名导致 参考链接: 阅读全文
posted @ 2022-07-30 17:04 代码诠释的世界 阅读(1050) 评论(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 代码诠释的世界 阅读(4014) 评论(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 代码诠释的世界 阅读(1930) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页