一、官方示例 地址:https://docs.locust.io/en/stable/quickstart.html#how-to-write-a-real-locust-file 二、安装Locust Windows系统安装locust: 直接通过 pip install locustio 命令安 ...
分类:
编程语言 时间:
2021-07-01 16:30:11
阅读次数:
0
一个比较老的问题了,因在Grafana界面上查询es数据时,传递的时间范围参数并不是浏览器本地时区(如CST),导致查询不到当天0~8h的数据: https://github.com/grafana/grafana/issues/16765 解决方法: 先去grafana官网上找下我们这个版本的源码 ...
分类:
其他好文 时间:
2021-07-01 16:27:31
阅读次数:
0
一、安装 需要安装两个库和一个识别引擎tesseract-ocr 1 pip install pytesseract 2 pip install pillow windows安装识别引擎,打开这个站点找到最新版下载后安装即可:https://digi.bib.uni-mannheim.de/tess ...
分类:
编程语言 时间:
2021-07-01 16:25:13
阅读次数:
0
mybatis和spring整合 需要jar包 1、spring 2、mybatis 3、mybatis和spring的整合包(下载地址:https://github.com/mybatis/spring) 3.1、下载只有maven工程源码,没有jar包 3.2、根据源码自己生成,导入maven工 ...
分类:
编程语言 时间:
2021-06-30 18:41:47
阅读次数:
0
先说解决方法 1、推荐使用官方建议的使用jar in jar插件 官方文档 https://pulsar.apache.org/docs/zh-CN/security-bouncy-castle/ 打包插件 https://github.com/nthuemmel/executable-packer ...
分类:
其他好文 时间:
2021-06-30 18:38:54
阅读次数:
0
pipenv安装 1. 在终端输入:pip install pipenv进行安装 用pipenv创建虚拟环境:pipenv install,在哪个文件下运行这个命令,就是给哪个文件创建虚拟环境 这2个文件是用来记录环境相关的依赖包的 Pipfile文件说明: [dev-packages] :开发环境 ...
分类:
其他好文 时间:
2021-06-30 18:14:01
阅读次数:
0
能实现图片裁剪、缩放、水印等功能,接口调用非常简单: maven引入库: <dependency> <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> <version>0.4.8</version> </dep ...
分类:
编程语言 时间:
2021-06-30 17:54:58
阅读次数:
0
vite2下载后npm 启动报错 背景: npm = 7.14.0 node.js = 16.0.0 报错信息如下: up to date in 1sPS D:\webdemo\vite\vite-project> npm run dev > dev> vite node:events:342 th ...
分类:
其他好文 时间:
2021-06-30 17:54:20
阅读次数:
0
1.run maven->clean install 2.在Target目录下就可以找到jar 包 1.在系统var目录下创建btn文件夹 # cd /var # mkdir btn 2.编写文件start.sh并执行 # sh start.sh 3.安装完成后,确认有如下进程 # ps -ef | ...
分类:
编程语言 时间:
2021-06-29 16:12:57
阅读次数:
0
引入maven <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.5.1</version> </dependency> 将protoc文件生成j ...
分类:
编程语言 时间:
2021-06-29 16:11:55
阅读次数:
0