摘要: post 请求头: a.application/x-www-form-urlencoded 普通表单提交 b.multipart/form-data 含有文件的表单,二进制上传 c.application/json 将参数json字符串格式放入body上传,客户端自己解析 openresty接收po 阅读全文
posted @ 2017-08-10 23:34 zbjice 阅读(5066) 评论(0) 推荐(0)
摘要: phpstorm 利用xdebug、dbgp-proxy配置远程调试1.单客户机远程调试 a.安装xdebug库文件(windows:php_xdebug.dll;linux:php_xdebug.so) b.修改php.ini(php源码运行环境) ;xdebug库文件 ... 阅读全文
posted @ 2015-12-22 12:04 zbjice 阅读(8070) 评论(0) 推荐(0)
摘要: [转]http://navkirats.blogspot.hk/2014/10/dia-diagram-mac-osx-yosemite-fix-i-use.htmlI use the Dia tool for all my diagramming work. I have worked with ... 阅读全文
posted @ 2015-11-06 14:01 zbjice 阅读(616) 评论(0) 推荐(0)
摘要: level整形字段a:select * form t_user where level =2;b:select * form t_user where level='2';b里面的隐形字段可能导致该字段的索引应用不了而进行全表扫描 阅读全文
posted @ 2015-01-28 11:10 zbjice 阅读(223) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-01-26 18:03 zbjice 阅读(305) 评论(0) 推荐(0)
摘要: ${page.totalPages}){this.value=''}" onblur="var tmpval = this.value.replace(/\D/g,'');if(this.value != tmpval){this.value=tmpval;}if(this.value>${page.totalPages}){this.value=''}" oninput="var tmpval = this.value.replace(/\D/g,'');if(this.value 阅读全文
posted @ 2013-09-04 15:53 zbjice 阅读(600) 评论(0) 推荐(0)
摘要: oracle中插入特殊字符 & ‘ 阅读全文
posted @ 2012-10-23 16:00 zbjice 阅读(4734) 评论(0) 推荐(0)
摘要: 异常:ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366) at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432) at org.apache.tomcat.util.buf.ByteChun... 阅读全文
posted @ 2012-09-24 16:01 zbjice 阅读(1440) 评论(0) 推荐(0)
摘要: 1.在eclipse/tomcat搭建好后,启动服务器就会出现如下的红色警告信息:警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:TestTomcat6.0.16' did not find a matching property.在网上有的说将Tomcat的版本换成6.0.14就可以了;还有的说在建立Dynamic Web Project时把"Dynamic Web 阅读全文
posted @ 2012-06-06 23:21 zbjice 阅读(1014) 评论(0) 推荐(0)
摘要: 今天试着配置弄个权限,刚一开始就把我卡住了,在web.xml时使用了*.jspx一切正常,可当我将其改为/*全部guolv时发现页面不能加载js、css了,那个郁闷,于是google了下找到答案:“The Dojo files are shipped with Struts 2.0.x within struts2-core-2.0.x.jar. When a request for a resource is received that starts with the /struts URL, the FilterDispatcher serves the corresponding fil 阅读全文
posted @ 2012-04-26 13:59 zbjice 阅读(1533) 评论(0) 推荐(1)