刚导入的项目,导入进来之后,找不到mavenproject,idea打开view->toolwindows下也没有maven模块。查看了setting下plugins中maven插件也在。最后发现项目在导入过程中,因为选择的原因,没有指定位maven工程,所以,需要重新修改项目类型。选择项目,右键点击,选择第二个项目,添加项目架构支持addframeworksssupport,找到maven
分类:
其他好文 时间:
2020-07-27 23:37:01
阅读次数:
252
InterlliJ IDEA 插件 GsonFormat JSON转JAVA对象插件 再IDEA的Setting中找到 Plugins 插件 ② 点击安装即可,新建一个Java类,使用快捷键 Alt + Insert 看能够出现下图,如果没出现可重启下IDEA,再尝试下: ③ 开始使用: 第一步: ...
分类:
其他好文 时间:
2020-07-26 19:14:37
阅读次数:
88
C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
1、打开file->plugins,搜索插件power mode Ⅱ,安装后重启编辑器。 2、打开file->settings就可以看到power mode Ⅱ,按需配置。 ...
分类:
Web程序 时间:
2020-07-24 21:27:47
阅读次数:
164
<build><plugins><plugin><groupId>org.scala-tools</groupId><artifactId>maven-scala-plugin</artifactId><version>2.15.2</version><executions>&l
分类:
其他好文 时间:
2020-07-23 19:02:39
阅读次数:
82
pip安装 pip install pytest-html 编写脚本 import pytest class TestClass(object): def test_one(self): x = "this" assert 'h' in x def test_two(self): x = "hell ...
分类:
其他好文 时间:
2020-07-23 16:50:29
阅读次数:
121
1、新建SpringBoot项目,这里只选择一个Web依赖 2、修改pom.xml <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</ar ...
分类:
编程语言 时间:
2020-07-23 16:43:47
阅读次数:
97
配置文件路径: mac: ~/.docker/ 下有config.json daemon.json centos7:/etc/docker/下有key.json daemon.json(若无可以自己生成) { "authorization-plugins": [],//访问授权插件 "data-ro ...
分类:
Web程序 时间:
2020-07-21 22:29:01
阅读次数:
81
为了测试Avro Schema的兼容性,新建2个Java project,其中v1代表的是第一个版本, v2代表的是第二个版本。 测试步骤: Run producer-v1,去schema registry UI看schema版本 Run producer-v2,去schema registry U ...
分类:
编程语言 时间:
2020-07-21 21:58:41
阅读次数:
60
一、前言 性能测试时我们关注的重要指标是:并发用户数,TPS,请求成功率,响应时间,服务器的CPU,memory, I/O disk等。Jmeter的聚合报告可以查看并发数、吞吐量、请求成功率、响应时间等;如果要查看服务器端的CPU,memory, I/O disk等就需要安装插件ServerAge ...
分类:
其他好文 时间:
2020-07-21 14:21:41
阅读次数:
148