摘要:Build problem on project ProjectName, studio:studio goal failed to execute, check the Maven Output console for logs这个错只要在pom.xml中添加 ... ...
阅读全文
摘要:windows --preference--java--build path--Classpath Variables--选择M2_REPO 双击在弹出框中选择你的maven仓库点OK 保存
阅读全文
摘要:string a=null;a.split("b",c);将字符串a,以b为断点进行截断,然后将截断后的字符串分别放入大小为c的数组。例如public static void sp(){ String a="aa.ccc.bbb.dd"; String[] aa=a.split("\\.",5)...
阅读全文
摘要:1 到官网http://eclipsecolorthemes.org/2看上那款皮肤点进去3点击最右边的EPF 进行下载4打开myecplise5File -- import -- General --Preference 选择刚刚下好的皮肤6Finishps:如果执行完上述操作发现jsp页面的sc...
阅读全文