09 2004 档案

摘要:select * into TBL_stand_info from GactCmsdata.dbo.TBL_stand_infoinsert into Data444.dbo.TBL_stand_info select * from Data399.dbo.TBL_stand_info 不能导结构 不能导主键 约束建新表SELECT TOP 0 * INTO tblGZSJLSFROM D... 阅读全文
posted @ 2004-09-23 14:14 可乐加冰 阅读(405) 评论(0) 推荐(0)
摘要:Format(System.Convert.ToDateTime(e.Item.Cells(1).Text),"yyyy年M月d日 h点m分s秒")select LEFT(Convert(varchar(30),getdate(),120),10)select CONVERT (char(10), getdate() ,20) 阅读全文
posted @ 2004-09-21 12:53 可乐加冰 阅读(387) 评论(0) 推荐(0)
摘要:Expression: ^([0-5]?\d?\d?\d?\d|6[0-4]\d\d\d|65[0-4]\d\d|655[0-2]\d|6553[0-5])$ Description: match for 0 - 65535 Matches: [0], [65535], [59999] [ More Details] Non-Matches: [123456], [69999... 阅读全文
posted @ 2004-09-15 17:10 可乐加冰 阅读(346) 评论(0) 推荐(0)
摘要:1、在aspx页面给body添加id属性:2、后台代码(.cs文件)中引用:using System.Text;3、添加方法:#region "防止页面滚动"private void RetainScrollPosition(){ StringBuilder saveScrollPosition = new StringBuilder (); StringBuilder setScrollPosi... 阅读全文
posted @ 2004-09-09 14:25 可乐加冰 阅读(826) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2004-09-04 22:10 可乐加冰 阅读(446) 评论(0) 推荐(0)