08 2016 档案

摘要:[转载]http://blog.itpub.net/29959940/viewspace-1385870/ Ant path 匹配原则路径匹配原则(Path Matching) Spring MVC中的路径匹配要比标准的web.xml要灵活的多。默认的策略实现了 org.springframewor 阅读全文
posted @ 2016-08-31 14:09 WanderingAlbatross 阅读(3026) 评论(1) 推荐(2)
摘要:1 private void split(int sum, int count) { 2 //check sum count whether valid 3 //............. 4 5 //assgin 6 int[] splits = new int[count]; 7 Random r... 阅读全文
posted @ 2016-08-17 13:07 WanderingAlbatross 阅读(2608) 评论(2) 推荐(0)