摘要:http://www.cnblogs.com/zhanqi/archive/2011/03/16/1986422.html
阅读全文
摘要:http://www.cnblogs.com/liuzhendong/archive/2012/04/27/2474363.html
阅读全文
摘要:http://raphaeljs.com/polar-clock.html
阅读全文
摘要:http://www.cnblogs.com/yuepeng/archive/2013/04/01/2992097.html
阅读全文
摘要:spring mvc 在进行多文件上传的时候,在后台接收上传的文件时,使用数组的形式如MultipartFile[] files,会出现一些问题,比如页面中的一个form表单,没有选择要上传的文件,就要提交,这样后台的action/controller就不执行;如果使用List的形式,即便是在form表单中没有选择要上传的文件,也可以正常的表单提交。 @RequestMapping("addSendHistory") public void addSendHistory(MultipartHttpServletRequest request,HttpServletRespo
阅读全文
摘要:http://www.planeart.cn/?p=1121
阅读全文
摘要:http://www.cnblogs.com/leadzen/archive/2008/09/06/1285764.html
阅读全文
摘要:http://loo2k.com/blog/detect-chrome-core-360-browser/
阅读全文
摘要:http://luchanghong.com/web/2013/09/02/preview-picture-locally-without-uploadding-to-server.html
阅读全文
摘要:exp userid=xiaoming/pwd123@orcl owner=xiaoming file=d:\emp5.dmp导出用户名为xiaoming,密码为pwd123,数据库为orcl,拥有者为xiaoming的数据库到d:\emp5.dmp
阅读全文
摘要:function limitCharsNum(charsNumSpanId,id,max){ setTimeout(function(){ var valLen=$("#"+id).val().length; console.log(max); if(valLen>max) { console.log(valLen); $("#"+id).val($("#"+id).val().substring(0,max)); } $("#"+charsNumSpanId).text((ma...
阅读全文
摘要:delete a from student a,(select xm,xh,max(UUID) UUID,count(*) mid from student group by xm,xh having count(*)>1) b where a.xm=b.xm and a.UUID!=b.UUID
阅读全文
摘要:http://bbs.dospy.com/thread-15937626-1-739-1.html
阅读全文
摘要:一种可能是: 后台返回的数据格式不正确,例如:{"total":0,"rows":},而正确的数据格式应该是{"total":0,"rows":{}}.
阅读全文
摘要:http://www.neoease.com/get-cursor-position-with-javascript/
阅读全文
摘要:select *,if(sva=1,"男","女") as ssva from taname where sva""
阅读全文
摘要:于是写测试程序。。。不行下载最新的ODBC。。。还是不行通过sql plus查询。。。咦?竟然也查不到。。。于是,折腾。。。折腾。。。几个小时后,问题找到,原来PL/SQL DEVELOPER 默认不是自动提交,当关掉sql window窗口后或手动commit方进行数据的提交,我靠,真隐晦。。。更改选项,插入,查询,一切OK了,唉,宝贵的时间啊。tool-preferences
阅读全文
摘要:json-lib 之jsonConfig详细使用
阅读全文
摘要:http://blog.sina.com.cn/s/blog_4baadb1f01009k5u.html
阅读全文
摘要:http://www.cnblogs.com/zhng/archive/2013/05/01/3052784.html
阅读全文
摘要:redirect: @Action(value="madeField",results={@Result(name="success", location="${referer}", type="redirect")})
阅读全文
摘要:tools->export tables 是导出表结构还有数据tools->export user objects是导出表结构可以用tools->export tables用中间的sql inserts页面,选中create tables选项,where clause 里写入 where rownum<1。如果表包含有CLOB类型字段的话,sql是无法导出的。这时候可以改用PL/SQL的pde格式进行导出。使用pl/sql developer导出oracle表结构及数据
阅读全文
摘要:启动监听:sc start OracleOraDb10g_home1TNSListener启动服务:sc start OracleServiceORCL
阅读全文