09 2015 档案
摘要:.table-set { table-layout: fixed; }.table-set td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }http://blog.sina.com.cn/s/blog_53d...
阅读全文
摘要:1.使用select语句进行赋值给变量的时候,需要注意,如果变量有初始值,select语句用查询语句赋值,查询结果为空集的话,则赋值失败,该变量仍然为初始值。最近单的方式是赋值前对值进行初始化。
阅读全文
摘要:1 2 3 4 5 6 7 8 9 10 11 12 13 卡号14 ...
阅读全文
摘要:Date.prototype.addDay = function (value) { this.setDate(this.getDate() + value); return this;}Date.prototype.addMonth = function (value) { th...
阅读全文
摘要:listeners:{render:function(field){Ext.QuickTips.init();Ext.QuickTips.register({target:field.el,text:'信息提示'})}}
阅读全文
该文被密码保护。
摘要:var o = eval("(" + response.responseText + ")");
阅读全文
摘要:1.select null where null not in (1,2) 没有结果--------------A查询---------------------------------select gbi.goodsitemGuidfrom VGoodsBill gb left join VGood...
阅读全文