10 2012 档案

摘要:一、error:function (XMLHttpRequest, textStatus, errorThrown) { } (默 认: 自动判断 (xml 或 html)) 请求失败时调用时间。参数有以下三个:XMLHttpRequest 对象、错误信息、(可选)捕获的错误对象。如果发生了错误,错误信息(第二个参数)除了得到null之外,还可能是"timeout", "error", "notmodified" 和 "parsererror"。textStatus:"timeout", &qu 阅读全文

posted @ 2012-10-25 10:40 oer 阅读(16504) 评论(0) 推荐(2)

摘要:怎样将数据库中所有表中含有numeric(18,2)字段改成numeric(18,10)declare c cursorforselect'alter table ['+ a.name +'] alter column ['+b.name+'] numeric(18,10);'from sysobjects a,syscolumns b,systypes c where a.id=b.id and b.xtype=c.xtype and a.type='u' and b.xprec=18 and b.xscale=2 and c. 阅读全文

posted @ 2012-10-18 15:25 oer 阅读(1295) 评论(0) 推荐(0)

导航