会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
施情化忆
黑色是黎明的眼睛
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2015年9月9日
textfield增加tooltip
摘要: listeners:{render:function(field){Ext.QuickTips.init();Ext.QuickTips.register({target:field.el,text:'信息提示'})}}
阅读全文
posted @ 2015-09-09 17:32 大漠孤烟~
阅读(351)
评论(0)
推荐(0)
2015年9月2日
Ext.form.SearchComboBox(正确的)(desktop_Javascript)
该文被密码保护。
阅读全文
posted @ 2015-09-02 18:24 大漠孤烟~
阅读(2)
评论(0)
推荐(0)
网站
该文被密码保护。
阅读全文
posted @ 2015-09-02 18:22 大漠孤烟~
阅读(0)
评论(0)
推荐(0)
eval解析
摘要: var o = eval("(" + response.responseText + ")");
阅读全文
posted @ 2015-09-02 18:20 大漠孤烟~
阅读(194)
评论(0)
推荐(0)
SQL NULL 的问题
摘要: 1.select null where null not in (1,2) 没有结果--------------A查询---------------------------------select gbi.goodsitemGuidfrom VGoodsBill gb left join VGood...
阅读全文
posted @ 2015-09-02 09:54 大漠孤烟~
阅读(180)
评论(0)
推荐(0)
2015年8月28日
JS 函数柯里化
摘要: 真是费解啊
阅读全文
posted @ 2015-08-28 22:03 大漠孤烟~
阅读(254)
评论(0)
推荐(0)
2015年8月21日
extjs Combo下拉文本的tooptip
摘要: xtype: "combo", fieldLabel: "插入", readOnly: true, mode: "local", store: (globel.Store = new Ext.data.Store({ ...
阅读全文
posted @ 2015-08-21 11:32 大漠孤烟~
阅读(249)
评论(0)
推荐(0)
2015年8月18日
JS禁止浏览器后退键
摘要: 当键盘敲下后退键(Backspace)后1、禁止浏览器自动后退2、但不影响密码、单行文本、多行文本输入框等的回退操作//方法一:////当键盘敲下后退键(Backspace)后 //1、禁止浏览器自动后退 //2、但不影响密码、单行文本、多行文本输入框等的回退操作//window.onload = ...
阅读全文
posted @ 2015-08-18 15:01 大漠孤烟~
阅读(748)
评论(0)
推荐(0)
2015年8月11日
Extjs列过滤
摘要: var filterFields = [ { type: "string", dataIndex: "StoreName" }, { type: "string", dataIndex: "Contact" }, { type: "string", dataIndex: "Tel" } ]; ...
阅读全文
posted @ 2015-08-11 14:18 大漠孤烟~
阅读(562)
评论(0)
推荐(0)
onmouseout事件与onchange事件分析
摘要: 今天修改Bug,新到期时间为:原到期时间+续卡时间 而不是 当前日期+续卡时间。在修改的过程中发现一个Bug。那就是续卡时间数值框我输入新数值A之后,点击窗体空白处,新到期时间并没有修改过来,再次点击数值输入框,输入新的数值B后,新到期时间才更改过来,并且为之前的A+原到期时间。检查代码:续卡时间框...
阅读全文
posted @ 2015-08-11 10:42 大漠孤烟~
阅读(531)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告