随笔,以后要用效率来规划自己了,散漫了33年了

闪现的灵感

maven 打包

clean deploy -Dmaven.test.skip=true -DaltDeploymentRepository=nexus-snapshots::default::http://192.168.2.126:8081/nexus/content/repositories/snapshots

clean deploy -Dmaven.test.skip=true -DaltDeploymentRepository=nexus-releases::default::http://192.168.2.126:8081/nexus/content/repositories/releases

IDEA热部署

1.0

在目录 D:\jetty\jetty9 - 1\jetty-distribution-9.0.7.v20131107\lib中查找jar包 jetty-webapp-9.0.7.v20131107.jar

2.0

用rar程序打开jar包

3.0

在目录\org\eclipse\jetty\webapp中查找webdefault.xml

4.0

在webdefault.xml中查找useFileMappedBuffer,把选项修改为false

5.0

保存修改,重新启动IDEA,实现修改html和js不需要重新编译的目的

去除字符创中连续的字符

public static v

猜你喜欢

转载自blog.csdn.net/lvhonglei1987/article/details/104534822