无名

长风破浪会有时,直挂云帆济沧海!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

04 2009 档案

摘要:function String.prototype.Trim() { return this.replace(/(^\s*)|(\s*$)/g, ""); } function String.prototype.Ltrim() { return this.replace(/(^\s*)/g, ""); } function String.prototype.Rtri... 阅读全文
posted @ 2009-04-20 11:02 无名 阅读(4769) 评论(0) 推荐(0)

摘要:MSDN 原文(英文)地址:http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx 以下是主要内容的中文翻译: Visual Studio 2008 中 Web Application [ 'Asp.net web应用程序' 项目 ] 和 Web Site Projects [ '网站'项目 ] 的区别 ... 阅读全文
posted @ 2009-04-14 18:20 无名 阅读(3898) 评论(0) 推荐(1)

摘要:Silverlight clientaccesspolicy.xml files for the Enterprise (Part 1 of 2) I decided to move this article up the chain in my backlog of articles as I have come across this scenario... 阅读全文
posted @ 2009-04-08 20:36 无名 阅读(1110) 评论(0) 推荐(0)

摘要:Creating an ASHX handler in ASP.NET Posted by admin under ASP.NET articles Today a typical web application is not only about serving HTML to browsers, but also serving XML and other types of ... 阅读全文
posted @ 2009-04-03 15:48 无名 阅读(544) 评论(0) 推荐(0)