- 博客(15)
- 资源 (1)
- 收藏
- 关注
转载 判断IP地址是否为内网IP地址
/// /// 判断IP地址是否为内网IP地址/// /// IP地址字符串/// private bool IsInnerIP(String ipAddress){ bool isInnerIp = false; long ipNum = GetIpNum(ipAddress); /** 私有IP:A类 10.0.0.0-1
2011-11-10 16:39:35
1417
转载 Server Application Unavailable
当您尝试查看 博计报表Demo的页面时,可能会收到以下错误信息:Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable.Please hit the “Refresh” button in you
2011-11-10 10:04:52
1619
转载 Best Practices for Speeding Up Your Web Site
The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories.<!---->Filter by categor
2011-11-04 12:32:52
911
原创 .NET Framework study material
The Performance Benefits of NGen. An In-Depth Look into the Win32 Portable Executable File FormatManaged, Native, and COM Interop Team
2011-09-30 09:51:31
366
转载 .NET Foundations – .NET assembly structure
Every once in a while, I've been asked by a non .NET developer (VB6, C++ etc) to explain "how .NET works, how GC works, why boxing is bad et
2011-09-29 10:47:44
1346
转载 C# events vs. delegates
We have looked at delegates and their implementation in two previous articles. But if you searched some more information about delegates on
2011-09-22 15:38:09
513
转载 CSS Sprites: Image Slicing’s Kiss of Death
Back when video games were still fun (we’re talking about the 8-bit glory days here), graphics were a much simpler matter by necessity. Bitm
2011-09-07 13:16:34
561
转载 Non-Software Examples of Software Design Patterns
Non-Software Examples of Software Design PatternsbyMichael DuellAbstract Software design patterns have roots in the architectural pa
2011-09-07 09:40:50
2846
转载 The Principles of Good Programming
http://www.artima.com/weblogs/viewpost.jsp?thread=331531 SummaryOver the years I have found that following a relatively small number o
2011-09-03 09:16:32
557
转载 Increase IIS/WinXP connection limit (or how to avoid HTTP 403.9 error)
I wish I new this before. 40 simultaneous connections!! Couple that with no HTTP Keep-Alives and it may actually work for you...From t
2011-08-25 17:31:59
479
转载 Getting Started with ASP.NET MVC
Getting Started with ASP.NET MVCBy DathanOn March 19, 2011 · 2 Comments Introductory TutorialsASP.NET MVC: The O
2011-08-22 15:28:34
681
转载 Action Method Selection in ASP.NET MVC 2.0
http://www.devproconnections.com/article/aspnet2/action-method-selection-in-asp-net-mvc-2-0/2
2011-08-19 12:53:26
428
转载 Table Mapping in ADO.NET
Table mapping is the process that controls how data adapters copy tables and columns of data from a physical data source to ADO.NET in-memor
2011-08-11 12:51:33
546
转载 AcceptChanges and Updates once more
So the following question was posted to a forum I frequent and it serves a good point of illustration:"I wont to clear all the data from t
2011-08-10 17:33:17
348
转载 ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps Posted by scott on Tuesday, April 11, 2006 MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks.
2011-06-27 09:38:00
1114
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人