摘要:
1、pymongo官网 https://pypi.org/project/pymongo/ https://api.mongodb.com/ 2、github https://github.com/mongodb/mongo-python-driver 3、文档 https://www.osgeo. 阅读全文
摘要:
1、下载 https://www.dll-files.com/geos_c.dll.html 2、按照提示放到对应目录和注册即可 C:\Windows\System32 阅读全文
摘要:
1、官网 https://prometheus.io/docs/introduction/overview/ https://grafana.com/docs/grafana/latest/ https://github.com/prometheus-community/windows_export 阅读全文
摘要:
1、创建测试计划 2、创建线程组 3、创建JDBC连接 4、添加JDBC请求 6、添加数据库操作 7、添加结果报告 8、执行并查看结果 问题1、Cannot create PoolableConnectionFactory (The server time zone value '�й���ʱ�� 阅读全文
摘要:
1、原因,模拟用户并发插入数据库数据场景,评估系统吞吐量 2、jmeter官网 https://jmeter.apache.org/download_jmeter.cgi 3、用户手册 https://jmeter.apache.org/usermanual/index.html 4、启动jmete 阅读全文
摘要:
1、问题现场 自动化测试中,封装接口,用到requests, 封装目录为http, 用于存放相关api 别人下载工程下来之后,运行报错 ModuleNotFoundError: No module named 'http.client' 2、处理方法 经过各种排查,发现确实是目录命名导致 参考链接: 阅读全文
摘要:
1、官网 https://nuitka.net/ 2、github https://github.com/Nuitka/Nuitka 3、安装mingw64 https://winlibs.com/ 4、创建python项目 以一个tk小例子 from tkinter import * root = 阅读全文