摘要: C#技巧:用C#监视剪贴板活动 原作者:Tom Archer 翻译:DotNetEarthWorm Welcome to this week's installment of .NET Tips & Techniques! Each week, award-winning Architect and Lead Programmer Tom Archer demonstrates how to... 阅读全文
posted @ 2008-12-19 16:02 earthworm 阅读(2462) 评论(0) 推荐(0) 编辑
摘要: 1.进入紧急模式 ALTER DATABASE test SET EMERGENCY; GO 2.恢复只有MDF的数据库 sp_attach_single_file_db 'ContosoWF', 'E:\Xunlei\ContosoWF.mdf' 阅读全文
posted @ 2008-12-19 15:55 earthworm 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 function CheckData() 2 { 3 if(document.addAdminForm.txtAccount.value == "") 4 ... 阅读全文
posted @ 2008-12-19 10:58 earthworm 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 一般来说有三种情况 (1)在前台放置指定位置输出 (2)后台通过RegisterStartupScript和RegisterClientScriptBlock输出 (3)Response.Write输出 举例如下 (1) 前台 后台 this.myLiteral.Text... 阅读全文
posted @ 2008-12-19 09:59 earthworm 阅读(1721) 评论(0) 推荐(0) 编辑