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... 阅读全文
posted @ 2015-09-29 18:00 大漠孤烟~ 阅读(371) 评论(0) 推荐(0)
摘要:1.使用select语句进行赋值给变量的时候,需要注意,如果变量有初始值,select语句用查询语句赋值,查询结果为空集的话,则赋值失败,该变量仍然为初始值。最近单的方式是赋值前对值进行初始化。 阅读全文
posted @ 2015-09-23 19:36 大漠孤烟~ 阅读(3848) 评论(0) 推荐(0)
摘要:1 2 3 4 5 6 7 8 9 10 11 12 13 卡号14 ... 阅读全文
posted @ 2015-09-10 22:06 大漠孤烟~ 阅读(979) 评论(0) 推荐(0)
摘要:Date.prototype.addDay = function (value) { this.setDate(this.getDate() + value); return this;}Date.prototype.addMonth = function (value) { th... 阅读全文
posted @ 2015-09-10 08:05 大漠孤烟~ 阅读(641) 评论(0) 推荐(0)
摘要:listeners:{render:function(field){Ext.QuickTips.init();Ext.QuickTips.register({target:field.el,text:'信息提示'})}} 阅读全文
posted @ 2015-09-09 17:32 大漠孤烟~ 阅读(346) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-09-02 18:24 大漠孤烟~ 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-09-02 18:22 大漠孤烟~ 阅读(0) 评论(0) 推荐(0)
摘要:var o = eval("(" + response.responseText + ")"); 阅读全文
posted @ 2015-09-02 18:20 大漠孤烟~ 阅读(192) 评论(0) 推荐(0)
摘要:1.select null where null not in (1,2) 没有结果--------------A查询---------------------------------select gbi.goodsitemGuidfrom VGoodsBill gb left join VGood... 阅读全文
posted @ 2015-09-02 09:54 大漠孤烟~ 阅读(178) 评论(0) 推荐(0)