启动tomcat时,myeclipse报错: This kind of launch is configured to openthe debug perspective when it suspends. This Debug perspective is designed to support application debugging.it incorporates views for displaying the debug stack,variables and breakpoint
Idea也会使我狼狈不堪,Eclipse下约定成俗,却非Idea的默认规则. 比如 DEBUG多个线程时,Idea的默认设定就会遇到断点不能进入的问题. 解决的方法: 点击DEBUF框下的双红点(View Breakpoints) 快捷键:Ctrl + Shift + F8 右侧 Disabled until selected breakpoint is hit: 下拉选择 Any exception After breakpoint was hit 选择 Leave enabled 最后点
功能: 将maven项目打包复制到tomcat/webapps set git=C:\Users\zhengwenqiang\git set tomcat=e:\tomcat7.0.64 c: cd %git%\cas call mvn clean compile call mvn package -Pdeploy rem call mvn package -Ptenant e: if exist %tomcat%\webapps\cas.war del %tomcat%\webapps\cas
功能: 将maven项目打包复制到tomcat/webapps set git=C:\Users\zhengwenqiang\git set tomcat=e:\tomcat7.0.64 c: cd %git%\cas call mvn clean compile call mvn package -Pdeploy rem call mvn package -Ptenant e: if exist %tomcat%\webapps\cas.war del %tomcat%\webapps\cas