- 博客(15)
- 资源 (5)
- 收藏
- 关注
转载 jprofiler9.2注册码
L-Larry_Lau@163.com#23874-hrwpdp1sh1wrn#0620 L-Larry_Lau@163.com#36573-fdkscp15axjj6#25257 L-Larry_Lau@163.com#5481-ucjn4a16rvd98#6038 L-Larry_Lau@163.com#99016-hli5ay1ylizjj#27215 L-Larry_Lau
2016-08-23 18:11:10
17464
1
原创 简单模拟路霸请求
function ajaxp(opt) { var link = document.createElement('script'); link.type="text/javascript"; link.src = opt.url; if(opt.data && typeof(opt.data) == "object"){ for(var i in o
2016-01-11 15:09:33
766
原创 jssdk调用微信支付时提示“商户签名错误”
wx.chooseWXPay({ timestamp: 0,//此处timestamp的s必须是小写 nonceStr: '', // 支付签名随机串,不长于 32 位 package: '', // 统一支付接口返回的prepay_id参数值,提交格式如:prepay_id=***) signType: '', // 签名方式,默认为'SHA1',使用新版支付需
2015-07-10 15:25:17
2297
原创 集成jcaptcha到spring-boot+maven项目中时出现java.lang.NoSuchMethodError: com.jhlabs.image.WaterFilter的问题的解决方法
这个问题的原因是有个imaging-01012005.jar文件没有,这个jar在http://search.maven.org/库中是没有。在其官网上找到如下资源库地址http://maven.jahia.org/maven2/在项目的pom.xml文件中添加如下库: central-repos3 Central Repository3 http://maven.j
2014-12-30 14:35:21
4778
原创 spring各个版本的下载地址
http://repo.spring.io/libs-release-local/org/springframework/spring/
2014-05-26 11:30:14
868
原创 d3.js小例子
var jd=[{id:1,text:"新浪200",count:200,color:'rgb(158,154,200)',x:120,y:300}, {id:2,text:"微信152",count:152,color:'rgb(49,130,189)',x:420,y:100}, {id:3,text:"QQ324",count:324,
2014-05-08 15:07:59
2179
原创 远程读取图片并保存
URL objUrl = new URL(url); String tDir = System.getProperty("java.io.tmpdir"); String path = tDir + "tmp" + ".jpg"; File file =new File(path); file.del
2014-05-05 17:30:28
1722
转载 基于mod_proxy+Apache 2.2.16+Tomcat 7的负载均衡与集群配置
http://www.iteye.com/topic/757125
2014-04-04 12:51:48
647
原创 Server returned HTTP response code: 500 for URL
今天使用HttpURLConnection发送请求时出现 Server returned HTTP response code: 500 for URL的异常url:http://localhost:8080/web/users/userModifyAction!webPageRegister.action?detail=Web page纠结了半天发detail的值中间有个空格。解决方
2013-12-13 17:12:52
9945
原创 left right top bottom定位div无效
DIV CSS 的left right top bottom属性样式单独用于对象时是无效的,必须使用样式position样式的属性为absolute或者relative时才能生效。position的absolute属性是将对象从文档流中拖出来,其层叠通过z-index定义。relative定义的对象不可层叠。
2013-11-18 09:37:01
1704
原创 Error: Syntax error, unrecognized expression
jquery将字符串转成jquery对象时,如果字符串存在以下2种情况则会出现Error: Syntax error, unrecognized expression的错误:1、字符串全部为数字,且以\n或\t开头的$("\t3333");但是以\n或\t结尾则不会报错$("3333\n\t");2、字符串第一个为数字的,且以\n或\t开头的$("\t3eeee");
2013-11-06 09:57:57
12467
原创 扩展jquery选择器
找到id为container的元素内img的src不包含"_."的img对象//扩展jquery选择器$.extend($.expr[':'],{notContain: function(el,i){var _src = $(el).attr("src");if(!_src){return;} return _src.indexOf("_.") == -
2013-11-05 17:31:44
671
原创 开启tomcat远程调试脚本
新建bat文件内容如下:CATALINE_HOME为系统环境变量中配置的tomcat的路径,高度端口为7005cd %CATALINE_HOME%/binset JPDA_ADDRESS=8000set JPDA_TRANSPORT=dt_socketset CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NO
2013-11-01 08:57:56
637
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人