/img/系统图片/avatar.png

hahaen

Idea启动异常

双击bin目录下的idea.bat 报错 1 ERROR - llij.ide.plugins.PluginManager - java.net.BindException: Address already in use: bind 参考 运行两个命令成功解决。 1 2 3 net stop winnat net start winnat

集合

集合 常见的集合有哪些? Java集合类主要由两个根接口Collection和Map派生出来的 Collection派生出了三个子接口:List、

SpotBugs使用教程

pom文件下添加配置, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>3.1.12</version> <configuration> <excludeFilterFile>ignore.xml</excludeFilterFile> </configuration> <dependencies> <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> <version>4.0.0</version> </dependency> </dependencies> <executions> <execution> <id>spotbugs</id> <phase>verify</phase>

Apidoc使用教程

官方教程 配置 安装node.js 安装apidoc 1 npm install apidoc -g 在项目根目录下新建apidoc.json文件 1 2 3 4 5 6 7 { "name": "wxshop", "version": "1.0.0", "description": "小微