上一页 1 ··· 197 198 199 200 201 202 203 204 205 ··· 228 下一页
摘要: 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 牧之丨 阅读(677) 评论(0) 推荐(0) 编辑
摘要: $.extend($.fn.datagrid.defaults.editors,{ combobox: { init: function(container, options){ var combo = $('').appendTo(container); ... 阅读全文
posted @ 2014-11-26 11:41 牧之丨 阅读(2695) 评论(0) 推荐(0) 编辑
摘要: 最近公司内部框架中对Session超时这一功能未实现,由于采用iframe结构,Session超时后,当点击左侧系统菜单时,会在iframe的右侧再次弹出登陆框。该问题是由于没有设置拦截器造成。添加拦截器思路:当Session超时后,用户点击menu时,需要用Interceptor进行前项拦截,并判... 阅读全文
posted @ 2014-11-17 09:13 牧之丨 阅读(19534) 评论(1) 推荐(0) 编辑
摘要: ReferenceError: BAD_REQUEST is not defined MyBatis配置错误,比如$!conflict.id,写成conflict.$!id 阅读全文
posted @ 2014-11-06 11:08 牧之丨 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 作为Easyui的校验插件没有实现多重校验能力是一种缺憾。比如说,既要限制格式为email,同时要求最长长度为20,我们就要扩展一种规则,而对长度的要求很容易变化,如果变成要求30,我们又得扩张一种规则,所以对于多重验证的需求很必要。实现思路较为简单,扩展一种新规则:multiple,入参为其它规则... 阅读全文
posted @ 2014-11-06 08:00 牧之丨 阅读(1969) 评论(0) 推荐(0) 编辑
摘要: 当打开引入jQuery脚本的页面时,在Chrome的控制台中报了“GET http://localhost/libs/jquery.min.map 404 (Not Found)”的错误。刚开始以为是Chrome安装插件导致的错误,可是把引入换成jQuery开发版本时,错误就不见了。并且只有Chro... 阅读全文
posted @ 2014-11-04 20:34 牧之丨 阅读(412) 评论(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 牧之丨 阅读(15835) 评论(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 牧之丨 阅读(184519) 评论(2) 推荐(0) 编辑
摘要: 加一个vertical-align:top;就好了。原因就是inline-block会使元素向下对齐。这和padding-top,margin-top没有关系的。使用浮动就不会有这种情况了,当然会带来浮动清理问题。如果父div是相对定位,可以.lable{position:absolute;top:... 阅读全文
posted @ 2014-11-01 10:17 牧之丨 阅读(2964) 评论(0) 推荐(0) 编辑
摘要: ubuntu安装了wine qq怎么去卸载呢?现在wine qq 比较好用的有ubuntukylin官网与deepin linux官网使用的deepin版本wine qq 2012国际版,还有Longene提供的wine qq2013,下面我们分别来演示如何卸载它们...卸载deepin版wineq... 阅读全文
posted @ 2014-10-31 22:26 牧之丨 阅读(5066) 评论(0) 推荐(0) 编辑
上一页 1 ··· 197 198 199 200 201 202 203 204 205 ··· 228 下一页