摘要:
1 protected static ConfigInfo Get() 2 { 3 var ci = new ConfigInfo(); 4 IDataReader dr =ExecuteReader("**", null); 5 var ht = new Hashtable(); 6 ... 阅读全文
posted @ 2008-06-15 07:31 Ext.Net 阅读(277) 评论(0) 推荐(0)
|
||
|
摘要:
1 protected static ConfigInfo Get() 2 { 3 var ci = new ConfigInfo(); 4 IDataReader dr =ExecuteReader("**", null); 5 var ht = new Hashtable(); 6 ... 阅读全文
posted @ 2008-06-15 07:31 Ext.Net 阅读(277) 评论(0) 推荐(0)
摘要:
select cast('37200' as int) select convert(int,'1548877') 其他... Sql日期: 1 select day(getdate()) 2 --当前日期[数字] 3 select month(getdate()) 4 --当前月份数字 5 阅读全文
posted @ 2008-06-15 04:44 Ext.Net 阅读(2758) 评论(0) 推荐(0) |
||