摘要:
1 配置属性编辑器: 2 在springmvc.xml中配置: 3 4 5 6 7 8 9 10 12 13 14 15 16 ... 阅读全文
2015年12月26日
2015年12月25日
摘要:
select sysuser1.* from (select sysuser2.*, rownum rownum_temp from (select yycgdmx.id yycgdmxid, -- yycgdmx.zbjg, ... 阅读全文
2015年11月22日
摘要:
import java.util.concurrent.*;public class ThreadTest4 { private static boolean samaphore = true; public static void main(String[] args)... 阅读全文
摘要:
1 import java.util.concurrent.locks.Lock; 2 import java.util.concurrent.locks.ReentrantLock; 3 4 public class RunnableTest2 { 5 // private Strin... 阅读全文
摘要:
1 public class RunnableTest2 { 2 public static Object obj1 = new Object(); 3 public static Object obj2 = new Object(); 4 private MyThread... 阅读全文
2015年11月20日
摘要:
import java.io.BufferedInputStream;import java.io.ByteArrayInputStream;import java.io.ByteArrayOutputStream;import java.io.IOException;import java.io.... 阅读全文
2015年11月16日
摘要:
1 @Test 2 public void test1() { 3 TreeSet ts = new TreeSet(new MyComparator()); 4 ts.add(3); 5 ts.add(2); 6 ts.ad... 阅读全文
2015年11月12日
摘要:
package com.free.webservice.client;import java.util.List;import cn.com.webxml.*;public class WeatherWSClient { public static void main(String[] arg... 阅读全文
2015年11月11日
摘要:
4.0.0 com.free com.free.webservice 0.0.1-SNAPSHOT org.eclipse.jetty jetty-server 9.2.10.v20150310 rop-sample ... 阅读全文
2015年11月8日
摘要:
4.0.0 com.free.gyl gyl_project 0.0.1-SNAPSHOT war commons-dbcp commons-dbcp 1.2.2... 阅读全文