摘要: // HttpClient 4://// 连接超时:// httpclient.getParams().setParameter(CoreConnectionPNames.CONNECTION_TIMEOUT,60000);// // 或者// HttpConnectionParams.setCon 阅读全文
posted @ 2017-10-31 09:16 苍天一穹 阅读(517) 评论(0) 推荐(0) 编辑
摘要: AES加密 字符串加密算法 Java自带的加密类MessageDigest类(加密MD5和SHA) https://blog.csdn.net/nicolezhangcheers/article/details/52038379 StringEncrypt SUN提供的常用的算法名称有:MD2 MD 阅读全文
posted @ 2017-10-28 13:51 苍天一穹 阅读(354) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/liuling/p/2014-4-19-04.html redis Base64.encode($( "#byerName").val()) js代码payUrl = encodeURI(payUrl); js代码 encodeURIComponent( 阅读全文
posted @ 2017-07-08 16:35 苍天一穹 阅读(183) 评论(0) 推荐(0) 编辑
摘要: *********************************************js相关********************************************* // 在指定的毫秒数后调用tt = window.setTimeout("x()",3000);// 按指定的 阅读全文
posted @ 2015-09-17 09:42 苍天一穹 阅读(315) 评论(1) 推荐(0) 编辑
摘要: javaScript知识点 jQuery对象[Object object]tr.children()[0]会转换成js对象 var ops = document.getElementsByTagName("option");alert(ops[0].getAttribute('id')+" "+" 阅读全文
posted @ 2015-09-16 18:54 苍天一穹 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 内存泄露分析插件http://download.eclipse.org/mat/1.3/update-site/birt插件http://download.eclipse.org//birt/update-site/4.3/ ************************************* 阅读全文
posted @ 2015-09-16 18:43 苍天一穹 阅读(221) 评论(0) 推荐(0) 编辑
摘要: select * from t_insurance_rule where ins_id in(81,82,83) order by field(ins_id,82,83,81); 排序 sql拼接 select CONCAT('update t_insurance set thumbnail_ima 阅读全文
posted @ 2015-01-28 17:54 苍天一穹 阅读(471) 评论(0) 推荐(0) 编辑
摘要: --存储过程,循环create or replace procedure delTables(ename t_emp.ename%TYPE)AScon number;i NUMBER := 1;tablename USER_TABLES.TABLE_NAME%TYPE;BEGIN select co 阅读全文
posted @ 2015-01-27 14:51 苍天一穹 阅读(316) 评论(0) 推荐(0) 编辑
摘要: **************************************************************freemark相关**************************************************************<#list Request[' 阅读全文
posted @ 2015-01-16 13:34 苍天一穹 阅读(387) 评论(0) 推荐(0) 编辑
摘要: <! hibernate二级缓存ehcache >hibernate配置 <prop key="hibernate.cache.use_query_cache">true</prop> <prop key="hibernate.cache.use_second_level_cache">true</ 阅读全文
posted @ 2015-01-15 13:38 苍天一穹 阅读(363) 评论(0) 推荐(0) 编辑