10 2015 档案
JAVA获得当前系统时间
摘要:一. 获取当前系统时间和日期并格式化输出:import java.util.Date;import java.text.SimpleDateFormat;public class NowString {public static void main(String[] args) {SimpleDat...
阅读全文
eclipse中使用maven插件的时候,运行run as maven build的时候报错
摘要:-Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.直接的解决方法:使用低版本的maven可以设一个环境变量M2...
阅读全文
No plugin found for prefix 'jetty' in the current project and in the plugin groups搭建mvan时配置jetty
摘要:在maven进行jetty的调试中出现错误:[plain]view plaincopyprint?[ERROR]Nopluginfoundforprefix'jetty'inthecurrentprojectandintheplugingroups[org.apache.maven.plugins,...
阅读全文
浙公网安备 33010602011771号