摘要: 1 public class Activity { 2 3 public void deal(String name, long id) { 4 5 System.out.println(name + id + "进来了!"); 6 } 7 8 public static void main(String[] args) throws... 阅读全文
posted @ 2016-07-22 15:39 ChiRain 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: maven项目的pom文件里面添加 <build><defaultGoal>compile</defaultGoal><pluginManagement><plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactI 阅读全文
posted @ 2016-07-22 11:54 ChiRain 阅读(3232) 评论(0) 推荐(0) 编辑