上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 226 下一页
摘要: DateConverter converter = new DateConverter(defaultValue);ConvertUtils.register(converter, java.util.Date.class);org.apache.commons.beanutils.Conversi... 阅读全文
posted @ 2014-12-03 13:53 牧之丨 阅读(5001) 评论(1) 推荐(0) 编辑
摘要: 首先,mysql需要数据库连接配置&allowMultiQueries=truejdbc:mysql://127.0.0.1:3306/mybank?useUnicode=true&characterEncoding=utf8&allowMultiQueries=trueoracle下支持执行多条语... 阅读全文
posted @ 2014-12-01 11:05 牧之丨 阅读(446) 评论(0) 推荐(0) 编辑
摘要: var ed = $('#dg').datagrid('getEditor', {index:editIndex,field:'productid'});var productname = $(ed.target).combobox('getText');var value = $(ed.targe... 阅读全文
posted @ 2014-11-26 12:42 牧之丨 阅读(674) 评论(0) 推荐(0) 编辑
摘要: $.extend($.fn.datagrid.defaults.editors,{ combobox: { init: function(container, options){ var combo = $('').appendTo(container); ... 阅读全文
posted @ 2014-11-26 11:41 牧之丨 阅读(2693) 评论(0) 推荐(0) 编辑
摘要: 最近公司内部框架中对Session超时这一功能未实现,由于采用iframe结构,Session超时后,当点击左侧系统菜单时,会在iframe的右侧再次弹出登陆框。该问题是由于没有设置拦截器造成。添加拦截器思路:当Session超时后,用户点击menu时,需要用Interceptor进行前项拦截,并判... 阅读全文
posted @ 2014-11-17 09:13 牧之丨 阅读(19520) 评论(1) 推荐(0) 编辑
摘要: ReferenceError: BAD_REQUEST is not defined MyBatis配置错误,比如$!conflict.id,写成conflict.$!id 阅读全文
posted @ 2014-11-06 11:08 牧之丨 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 作为Easyui的校验插件没有实现多重校验能力是一种缺憾。比如说,既要限制格式为email,同时要求最长长度为20,我们就要扩展一种规则,而对长度的要求很容易变化,如果变成要求30,我们又得扩张一种规则,所以对于多重验证的需求很必要。实现思路较为简单,扩展一种新规则:multiple,入参为其它规则... 阅读全文
posted @ 2014-11-06 08:00 牧之丨 阅读(1962) 评论(0) 推荐(0) 编辑
摘要: 当打开引入jQuery脚本的页面时,在Chrome的控制台中报了“GET http://localhost/libs/jquery.min.map 404 (Not Found)”的错误。刚开始以为是Chrome安装插件导致的错误,可是把引入换成jQuery开发版本时,错误就不见了。并且只有Chro... 阅读全文
posted @ 2014-11-04 20:34 牧之丨 阅读(398) 评论(0) 推荐(0) 编辑
摘要: Ubuntu14.10下安装SecureCRT 7.31、软件准备Ubuntu14.10 x64SecureCRT7.3的版本:scrt-7.3.0-657.ubuntu13-64.x86_64.deb下载地址:http://www.vandyke.com/download/securecrt/do... 阅读全文
posted @ 2014-11-02 19:21 牧之丨 阅读(15826) 评论(2) 推荐(0) 编辑
摘要: 参考http://bbs.wuyou.com/forum.php?mod=viewthread&tid=3237591.MBR分区表:MasterBootRecord,即硬盘主引导记录分区表,只支持容量在2.1TB以下的硬盘,超过2.1TB的硬盘只能管理2.1TB,最多只支持4个主分区或三个主分区和... 阅读全文
posted @ 2014-11-02 13:44 牧之丨 阅读(184050) 评论(2) 推荐(0) 编辑
上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 226 下一页