问题笔记

Idea报错Command line is too long
需要在该项目文件夹下.idea/workspace.xml中添加

<component name="PropertiesComponent">
  ...
  <property name="dynamic.classpath" value="true" />
</component>

cmd netstat –ano 查看端口
netstat -aon|findstr 8080 杀死
linux ps -elf|grep java
ps -aux | grep java
kill -9
sed -n '/2018-09-04 09:00:00/,/2018-09-04 09:06:00/p' catalina.out >/opt/tomcat/apache-tomcat-8.0.43/error/error.txt

sonar mvn clean package sonar:sonar -Dsonar.host.url=http://192.168.1.27:9000
mvn clean package sonar:sonar -Dsonar.host.url=http://192.168.1.27:9000
jhipster import-jdl .\jdl\table1.jdl

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容