12 2009 档案

摘要:今天项目开发过程中,偶然发现了ajaxpro报错 This method is either not marked with an AjaxMethod or is not availab 在google了半天后,终于发现一个解决方案   How to prevent System.NotSupportedException: This method is either not m... 阅读全文
posted @ 2009-12-16 14:39 Amos_li 阅读(1089) 评论(2) 推荐(0)
摘要:SQL的自增列挺好用,只是开发过程中一旦删除数据,标识列就不连续了 写起来 也很郁闷,所以查阅了一下标识列重置的方法 发现可以分为三种: --- 删除原表数据,并重置自增列truncate table tablename --truncate方式也可以重置自增字段--重置表的自增字段,保留数据DBCC CHECKIDENT (tablename,reseed,0) -- 设置允许显式插入自增列S... 阅读全文
posted @ 2009-12-12 23:44 Amos_li 阅读(2245) 评论(0) 推荐(1)
摘要:郁闷电信机房挂掉了,我们的网站也登不上去了! 阅读全文
posted @ 2009-12-12 10:12 Amos_li 阅读(139) 评论(0) 推荐(0)

Chat with underwing Li