未标明原创的文章皆为转载~
摘要: This is the first blog from a series of blog post which I'm planning to do on whet’s new in Visual C# 4.0这是我打算写的《Visual C# 4.0中的新特性》系列文章的第一篇。可选参数(Optional parameters)Optional parameters is a new... 阅读全文
posted @ 2009-12-03 23:18 CodeYu 阅读(550) 评论(0) 推荐(0)
摘要: ASP.net应用程序里,在连接数据库时,使用的是windows身份验证。可能会出现“用户 'NT AUTHORITY\NETWORK SERVICE' 登录失败”的错误。在Sql Server 2005中,比较流行的解决方法如下:1,打开SQL Server Management Studio,连接到服务器。2,打开“安全性”,右键选择“... 阅读全文
posted @ 2009-12-03 19:02 CodeYu 阅读(534) 评论(0) 推荐(0)
摘要: Mono的主页:http://www.mono-project.com/Main_PageMono的Email list:http://www.mono-project.com/Mailing_ListsMono的mono-devel-list: http://lists.ximian.com/archives/public/mono-devel-list/DotGNU Portable.Net ... 阅读全文
posted @ 2009-12-03 11:25 CodeYu 阅读(663) 评论(0) 推荐(0)