- 博客(11)
- 资源 (7)
- 收藏
- 关注
原创 微信支付 多次回调
public void wxPayCallbackResult(String message) throws IOException { HttpServletResponse response = getResponse(); response.setCharacterEncoding("UTF-8"); response.setContentType("applica...
2019-12-31 17:54:38
542
原创 spring ehcache配置
pom.xml net.sf.ehcache ehcache 2.8.3 ehcache.xml<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.x
2017-04-09 22:22:10
254
原创 js 参数加密 修改jquery源码
1. 修改参数的值s[ s.length ] = encodeURIComponent( key ) + "=" + p_enc( value );2.加入新的方法jQuery.param2 = function(a) { if (a==undefined){ return a; } var data=a; var nd={}; try{ if (typ
2017-04-09 16:59:43
547
转载 JS返回上一页并刷新
window.history.go(-1);//返回上一页不刷新 window.location.href = document.referrer;//返回上一页并刷新
2016-01-11 14:44:00
346
转载 如何修改IE浏览器文本模式
一:如何修改IE浏览器文本模式?(1) 在运行中输入:C:\Windows\System32\gpedit.msc,如图所 示: (2) 回车后进入到本地组策略编辑器中(操作系统不同可能名 称有所差别),如图所示: (3) 进入到计算机配置->管理模板->Windows组件->Internet Explorer,找到右侧的自定义用户代理字符串,如图所示:
2015-12-16 16:19:59
1317
原创 js 动态改变下拉菜单默认选中的值
$('.dropdown-menu.inner>li').eq(0).children('a').click() ;
2015-12-10 11:29:07
966
转载 maven3 手动安装本地jar到仓库
安装命令:mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar我自己安装oracle14.jar 时命令如下:mvn install:install-file -DgroupId=c
2015-12-09 13:04:49
371
转载 mysql 导入大文件错误总结
注意在导入大文件是一定要用命令行导入:命令行导入mysql大文件出现以下错误:1.ERROR 2006 (HY000) at line ***: MySQL server has gone away2.Got a packet bigger than ‘max_allowed_packet’ bytes or ERROR 1153 (08S01) at line 616: Got
2015-12-03 11:12:59
1460
转载 Java去除数字里多余的0
public static String getPrettyNumber(String number) { return BigDecimal.valueOf(Double.parseDouble(number)) .stripTrailingZeros().toPlainString(); } public static void main(
2015-12-01 09:19:24
1550
原创 <c:if test="">多条件判断
ne null and result_map.connNew ne 0}"> || 可以用 or&&可以用 and ==可以用 eq != 可以用 ne
2015-11-25 11:05:00
14475
原创 window.location.href乱码问题
前台:window.location.href=webPath+"/connectionHomeDetail_homeExcel.action?scanDate="+decodeURI(scanDate);后台String scanDate = request.getParameter("scanDate");try { scanDate=
2015-11-19 14:55:32
898
TortoiseGit-2.7.0.0-64bit带汉化
2019-05-06
security.js
2017-09-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人