摘要:
// HttpClient 4://// 连接超时:// httpclient.getParams().setParameter(CoreConnectionPNames.CONNECTION_TIMEOUT,60000);// // 或者// HttpConnectionParams.setCon 阅读全文
摘要:
AES加密 字符串加密算法 Java自带的加密类MessageDigest类(加密MD5和SHA) https://blog.csdn.net/nicolezhangcheers/article/details/52038379 StringEncrypt SUN提供的常用的算法名称有:MD2 MD 阅读全文
摘要:
http://www.cnblogs.com/liuling/p/2014-4-19-04.html redis Base64.encode($( "#byerName").val()) js代码payUrl = encodeURI(payUrl); js代码 encodeURIComponent( 阅读全文
摘要:
*********************************************js相关********************************************* // 在指定的毫秒数后调用tt = window.setTimeout("x()",3000);// 按指定的 阅读全文
摘要:
javaScript知识点 jQuery对象[Object object]tr.children()[0]会转换成js对象 var ops = document.getElementsByTagName("option");alert(ops[0].getAttribute('id')+" "+" 阅读全文
摘要:
内存泄露分析插件http://download.eclipse.org/mat/1.3/update-site/birt插件http://download.eclipse.org//birt/update-site/4.3/ ************************************* 阅读全文
摘要:
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 阅读全文
摘要:
--存储过程,循环create or replace procedure delTables(ename t_emp.ename%TYPE)AScon number;i NUMBER := 1;tablename USER_TABLES.TABLE_NAME%TYPE;BEGIN select co 阅读全文
摘要:
**************************************************************freemark相关**************************************************************<#list Request[' 阅读全文
摘要:
<! hibernate二级缓存ehcache >hibernate配置 <prop key="hibernate.cache.use_query_cache">true</prop> <prop key="hibernate.cache.use_second_level_cache">true</ 阅读全文