摘要:
EFMVC - ASP.NET MVC 3 and Entity Framework 4.1 Code First 下载地址:http://efmvc.codeplex.com/我的评价:下载后看了,觉得很牛!推荐NBlog : ASP.NET MVC 3.0 Blog Engine下载地址:http://nblog.codeplex.com/我的评价:目前初步看了一下,小写路由映射很吸引人!推荐! 阅读全文
摘要:
代码如下: <script language="javascript" type="text/javascript"> function startList() { if (document.all&&document.getElementById) { var navRoot = document.getElementById("nav"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if 阅读全文
摘要:
代码胜过一切!Program.csusing System;using System.Collections.Generic;using System.Text.RegularExpressions;namespace ConAppRegex{ public static class RegexHelper { public static readonly Regex regValidateObject = new Regex(@"(?n)(?<name>[^{},]+)\{(?<data>((?<o>\{)|(?<-o>\})|[^{ 阅读全文