2015年1月23日

摘要: 一、下载 apache-cxf-2.0.4.zip 解压后 放置在 d:apache-cxf-2.0.4 ; 二、 配置环境变量 path (可以再cmd 中 直接调用 cxf中的 命令) 在path最后添加 D:\apache-cxf-2.0.4\bin ;我们需要 使用 bin下 wsdl2ja 阅读全文
posted @ 2015-01-23 14:23 李丶小翼 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 一、首先,CXF和spring整合需要准备如下jar包文件: 二、WEB-INF下配置web.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSch 阅读全文
posted @ 2015-01-23 14:13 李丶小翼 阅读(161) 评论(0) 推荐(0) 编辑

2015年1月15日

摘要: 方法:public static Map changeMap(String xmlDoc) { if (!xmlDoc.equals("") && (xmlDoc != null)) { // 创建一个新的字符串 StringReader xmlString = new StringRead... 阅读全文
posted @ 2015-01-15 09:54 李丶小翼 阅读(189) 评论(0) 推荐(0) 编辑

2015年1月14日

摘要: build path 编译时所用的包;lib:运行时所用的包; 把jar包放置在lib下,并add to 。。 则编译及运行 所用相同,避免 jar 引用冲突 阅读全文
posted @ 2015-01-14 23:20 李丶小翼 阅读(126) 评论(0) 推荐(0) 编辑
摘要: public class DateUtils { private static String deaultDateTimeFormatFull = "yyyy-MM-dd HH:mm:ss"; private static String deaultDateFormat = "yyyy-MM-dd"... 阅读全文
posted @ 2015-01-14 23:17 李丶小翼 阅读(194) 评论(0) 推荐(0) 编辑
摘要: /**解压**/public class ExtractAllFiles { public static int extractAllFiles(String unZipfile, String afterunZipfile, String password) { try... 阅读全文
posted @ 2015-01-14 23:11 李丶小翼 阅读(547) 评论(0) 推荐(0) 编辑
摘要: /*** *压缩文件 */public class AddFilesWithAESEncryption { /** * addFilesWithAESEncryption - 带密码的文件压缩 * @param doZipFile - 最终压缩后形成的文件及路径 * @param ArrayList 阅读全文
posted @ 2015-01-14 23:10 李丶小翼 阅读(679) 评论(0) 推荐(0) 编辑
摘要: jquery;var table1 = $('#table1'); var row = $(""); var td1 = $(""); td1.append($("收费结算单位") ); var td2 = $(""); td2... 阅读全文
posted @ 2015-01-14 23:08 李丶小翼 阅读(207) 评论(0) 推荐(0) 编辑
摘要: // socket读取流protected BufferedReader cin = null; // socket读取流// socket发送流protected PrintWriter cout;cin =new BufferedReader(new InputStreamReader(clie... 阅读全文
posted @ 2015-01-14 23:03 李丶小翼 阅读(134) 评论(0) 推荐(0) 编辑
摘要: /** 触发器 ,当对表 有 插入 和修改操作时,会触发 该方法,做相应 操作*/CREATE TRIGGER IC_Deploy_SNP_TRIGGER ON IC_Deploy // 为 表 IC_deploy 创建触发器FOR Insert,UpdateASBEGIN//声明 变量 ,获取... 阅读全文
posted @ 2015-01-14 22:54 李丶小翼 阅读(238) 评论(0) 推荐(0) 编辑

导航