03 2008 档案

摘要:首先要安装moss的开发模板。 using System; using System.Runtime.InteropServices; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Serialization; usin... 阅读全文
posted @ 2008-03-27 15:41 KID 阅读(252) 评论(0) 推荐(0)
摘要:// Opens a resource reader and gets an enumerator from it. IResourceReader reader = new ResourceReader("myResources.resources"); IDictionaryEnumera... 阅读全文
posted @ 2008-03-20 17:27 KID 阅读(345) 评论(0) 推荐(0)
摘要:Conditional formulas You can use the following formulas to test the condition of a statement and return a Yes or No value, to test an alternate value such as OK or Not OK, or to return a blank or dash... 阅读全文
posted @ 2008-03-17 09:21 KID 阅读(2394) 评论(0) 推荐(0)
摘要:SQL SERVER 2005 数据库状态为“可疑”的解决方法 --MyDB为修复的数据名 USE MASTER GO SP_CONFIGURE 'ALLOW UPDATES',1 RECONFIGURE WITH OVERRIDE GO ALTER DATABASE MyDB SET EMERGENCY GO sp_dboption 'MyDB', 'single user', 'true' ... 阅读全文
posted @ 2008-03-07 14:11 KID 阅读(693) 评论(0) 推荐(0)