51CTO博客开发第二次启航孤帆远影碧空尽 伤口上方糖
正则表达式用于字符串处理、表单验证等场合,实用高效。现将一些常用的表达式收集于此,以备不时之需。 匹配中文字符的正则表达式: [\一-\龥] 评注:匹配中文还真是个头疼的事,有了这个表达式就好办了 匹配双字节字符(包括汉字在内):[^\x00-\xff] 评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1) 匹配空白行的正则表达式:\n\s*\r 评
Named Anchors are used to generate links to specific locations within a web document. Unless you are careful, you may end up having a little trouble getting these to work using the MVC LinkExten
Source: http://www.mikesdotnetting.com/Article/108/Handling-Legacy-URLs-with-ASP.NET-MVC <--- http://www.dominicpettifer.co.uk/Blog/34/asp-net-mvc-and-cl
The annual Build conference announced and showcased many exciting innovations from Microsoft, but what interests us the most is the latest version of MVC. Many of the changes to MVC4 are trying
Source:http://www.asp.net/learn/whitepapers/mvc4-release-notes This section describes features that have been introduced in the ASP.NET MVC 4 Developer Preview release. Enhancements to Default
ASP.NET MVC 4 can be installed side by side with ASP.NET MVC 3 on the same computer, which gives you flexibility in choosing when to upgrade an ASP.NET MVC 3 application to ASP.NET MVC 4.  
http://weblogs.asp.net/shijuvarghese/archive/2011/02/25/mobile-enabled-web-apps-with-asp-net-mvc-3-and-jquery-mobile.aspx http://www.asp.net/mvc/tutorials/aspnet-mvc-4-mobile-features http://w
Source:http://www.dotnetcurry.com/(X(1)S(4eqxotqwohq03aerm3zqgj55))/ShowArticle.aspx?ID=622 ASP.NET MVC 3 RC 2 contains a full suite of web helpers that Microsoft have made available
http://deanhume.com/Home/BlogPost/mvc-google-maps-htmlhelper---dynamic-maps/20 I've recently been looking for a MVC helper class for Google maps. I came across this well written MVC H
Source:http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/ <--- http://webdeveloperplus.com/jquery/create-a-dynamic-scrolling-content-box-using-ajax/ http
在浏览有些网站时,发现图片是在下拉滚动条时才加载,这是一个很不错的用户体验。这一效果是通过JavaScript 编写的 jQuery 插件实现的,它可以延迟加载长页面中的图片. 在浏览器可视区域外的图片不会被载入, 直到用户将页面滚动到它们所在的位置. 这与图片预加载的处理方式正好是相反的.在包含很多大图片长页面中延迟加载图片可以加快页面加载速度. 浏览器将会在加载
In the part one I’ve shown how to implement the jQuery Accordion on client-side and add some predefined skin. In the part two the Accordion is implemented in ASP.NET W
Controller: public ActionResult Create() { &n
JS: <link href="http://mikelai.blog.163.com/blog/@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />  
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号