摘要: 1 package com.han.http; 2 3 4 import java.io.IOException; 5 import java.io.UnsupportedEncodingException; 6 import java.nio.charset.Charset; 7 import java.util.ArrayList; 8 import ja... 阅读全文
posted @ 2016-12-13 17:31 StrongHan 阅读(167) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-12-05 11:27 StrongHan 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.IOException; 2 import java.nio.charset.Charset; 3 import java.security.KeyManagementException; 4 import java.security.KeyStoreException; 5 import java.security.NoSuchAlgori... 阅读全文
posted @ 2016-10-08 13:04 StrongHan 阅读(129) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-08-22 17:35 StrongHan 阅读(3) 评论(0) 推荐(1) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-08-22 17:17 StrongHan 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.BufferedReader; 2 import java.io.IOException; 3 import java.io.InputStream; 4 import java.io.InputStreamReader; 5 import java.util.Properties; 6 7 import org.apache.commons.l... 阅读全文
posted @ 2016-06-22 18:51 StrongHan 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1.获得N天前的TIMESTAMP 2.程序启动当前时间和任务执行既定时间 阅读全文
posted @ 2016-06-08 19:00 StrongHan 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1.Define the interface 2.Implement the interface 3. Publish the ws in server 4. Input the link on brouswer and enter,the wsdl will be shown. --> http: 阅读全文
posted @ 2016-06-08 18:41 StrongHan 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: 1.applicationContext.xml 2. BaseDao 3. BaseDaoImpl 4 Common Dao 5 BaseEntity 6.Common Entity 阅读全文
posted @ 2016-06-04 16:59 StrongHan 阅读(16380) 评论(0) 推荐(3) 编辑
摘要: 1 配置文件 2 datasource配置 第一个数据源 第二个数据源 3 实体管理器及事务管理器配置 第一个数据源 第二个数据源 4 使用 此时来自不同数据库的dao(repo)可以任意在其它的bean里注入 5 ENTITY 6.Respority 阅读全文
posted @ 2016-05-31 10:40 StrongHan 阅读(13371) 评论(2) 推荐(1) 编辑