上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页
摘要: Project scope management is concerned with ensuring that projects include and account for all the work needed for the successful completion of a project. Successful project managers use project scope ... 阅读全文
posted @ 2008-10-15 10:05 许晓光 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 在IIS部署ASP.NET web application错误,解决方法:设定ASP.NET版本为2.0 Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please revie... 阅读全文
posted @ 2008-10-14 15:27 许晓光 阅读(650) 评论(0) 推荐(0) 编辑
摘要: Response.Redirect("Forms/Home.aspx"); 阅读全文
posted @ 2008-10-13 15:11 许晓光 阅读(118) 评论(0) 推荐(0) 编辑
摘要: The following categories of variables are automatically initialized to their default values: Static variables. Instance variables of class instances. Array elements. The default value ... 阅读全文
posted @ 2008-10-09 10:39 许晓光 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 1.局部变量必须赋初始值 class Example { public void GetMoney() { int pp1; object pp2; Console.WriteLine(pp1); Console.WriteLine(pp2); } } Result: Error 3 Us... 阅读全文
posted @ 2008-10-08 17:13 许晓光 阅读(184) 评论(0) 推荐(0) 编辑
摘要: directing 阅读全文
posted @ 2008-10-08 15:03 许晓光 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Indicates that the value of a static field is unique for each thread. [ThreadStatic] private static Singlton myInstanace; public static Singlton Instance { get { ... 阅读全文
posted @ 2008-10-08 10:46 许晓光 阅读(360) 评论(0) 推荐(0) 编辑
摘要: any 阅读全文
posted @ 2008-10-06 09:13 许晓光 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Introduction Temporary tables are a useful tool in SQL Server provided to allow for short term use of data. There are two types of temporary table in SQL Server, local and global. Local temporary t... 阅读全文
posted @ 2008-09-27 11:51 许晓光 阅读(803) 评论(0) 推荐(0) 编辑
摘要: 在web.config文件: System.Diagnostics.BooleanSwitch mySwitch = new System.Diagnostics.BooleanSwitch(); mySwitch.Enabled = true; 阅读全文
posted @ 2008-09-26 13:55 许晓光 阅读(195) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页