会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李丶小翼
上一页
1
2
2015年1月23日
cxf+spring 客户端调用
摘要: 一、下载 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 李丶小翼
阅读(257)
评论(0)
推荐(0)
cxf+spring 服务器端
摘要: 一、首先,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 李丶小翼
阅读(165)
评论(0)
推荐(0)
2015年1月15日
xml转化为Map
摘要: 方法:public static Map changeMap(String xmlDoc) { if (!xmlDoc.equals("") && (xmlDoc != null)) { // 创建一个新的字符串 StringReader xmlString = new StringRead...
阅读全文
posted @ 2015-01-15 09:54 李丶小翼
阅读(199)
评论(0)
推荐(0)
2015年1月14日
build path 及 lib包
摘要: build path 编译时所用的包;lib:运行时所用的包; 把jar包放置在lib下,并add to 。。 则编译及运行 所用相同,避免 jar 引用冲突
阅读全文
posted @ 2015-01-14 23:20 李丶小翼
阅读(131)
评论(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 李丶小翼
阅读(201)
评论(0)
推荐(0)
zip4j 解压
摘要: /**解压**/public class ExtractAllFiles { public static int extractAllFiles(String unZipfile, String afterunZipfile, String password) { try...
阅读全文
posted @ 2015-01-14 23:11 李丶小翼
阅读(573)
评论(0)
推荐(0)
zip4j 压缩
摘要: /*** *压缩文件 */public class AddFilesWithAESEncryption { /** * addFilesWithAESEncryption - 带密码的文件压缩 * @param doZipFile - 最终压缩后形成的文件及路径 * @param ArrayList
阅读全文
posted @ 2015-01-14 23:10 李丶小翼
阅读(698)
评论(0)
推荐(0)
table中动态添加行
摘要: jquery;var table1 = $('#table1'); var row = $(""); var td1 = $(""); td1.append($("收费结算单位") ); var td2 = $(""); td2...
阅读全文
posted @ 2015-01-14 23:08 李丶小翼
阅读(215)
评论(0)
推荐(0)
tcp/ip 传输
摘要: // socket读取流protected BufferedReader cin = null; // socket读取流// socket发送流protected PrintWriter cout;cin =new BufferedReader(new InputStreamReader(clie...
阅读全文
posted @ 2015-01-14 23:03 李丶小翼
阅读(142)
评论(0)
推荐(0)
sqlserver 触发器
摘要: /** 触发器 ,当对表 有 插入 和修改操作时,会触发 该方法,做相应 操作*/CREATE TRIGGER IC_Deploy_SNP_TRIGGER ON IC_Deploy // 为 表 IC_deploy 创建触发器FOR Insert,UpdateASBEGIN//声明 变量 ,获取...
阅读全文
posted @ 2015-01-14 22:54 李丶小翼
阅读(250)
评论(0)
推荐(0)
上一页
1
2
导航
博客园
首页
新随笔
联系
订阅
管理
公告