2015年12月26日

摘要: 1 配置属性编辑器: 2 在springmvc.xml中配置: 3 4 5 6 7 8 9 10 12 13 14 15 16 ... 阅读全文
posted @ 2015-12-26 17:40 freedom's_blog 阅读(250) 评论(0) 推荐(0) 编辑

2015年12月25日

摘要: select sysuser1.* from (select sysuser2.*, rownum rownum_temp from (select yycgdmx.id yycgdmxid, -- yycgdmx.zbjg, ... 阅读全文
posted @ 2015-12-25 22:06 freedom's_blog 阅读(387) 评论(0) 推荐(0) 编辑

2015年11月22日

摘要: import java.util.concurrent.*;public class ThreadTest4 { private static boolean samaphore = true; public static void main(String[] args)... 阅读全文
posted @ 2015-11-22 23:26 freedom's_blog 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.concurrent.locks.Lock; 2 import java.util.concurrent.locks.ReentrantLock; 3 4 public class RunnableTest2 { 5 // private Strin... 阅读全文
posted @ 2015-11-22 19:40 freedom's_blog 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1 public class RunnableTest2 { 2 public static Object obj1 = new Object(); 3 public static Object obj2 = new Object(); 4 private MyThread... 阅读全文
posted @ 2015-11-22 16:26 freedom's_blog 阅读(1926) 评论(0) 推荐(0) 编辑

2015年11月20日

摘要: import java.io.BufferedInputStream;import java.io.ByteArrayInputStream;import java.io.ByteArrayOutputStream;import java.io.IOException;import java.io.... 阅读全文
posted @ 2015-11-20 17:23 freedom's_blog 阅读(337) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2015-11-16 15:22 freedom's_blog 阅读(522) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2015-11-12 09:48 freedom's_blog 阅读(1300) 评论(0) 推荐(0) 编辑

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 ... 阅读全文
posted @ 2015-11-11 23:11 freedom's_blog 阅读(4199) 评论(0) 推荐(0) 编辑

2015年11月8日

摘要: 4.0.0 com.free.gyl gyl_project 0.0.1-SNAPSHOT war commons-dbcp commons-dbcp 1.2.2... 阅读全文
posted @ 2015-11-08 01:07 freedom's_blog 阅读(3936) 评论(0) 推荐(0) 编辑

导航