守望轩

无情未必真豪杰,怜子如何不丈夫

博客园 首页 新随笔 联系 订阅 管理
  206 Posts :: 0 Stories :: 340 Comments :: 2 Trackbacks

08 2009 档案

摘要: 原文地址:How to cancel a remote web operation in Visual Studio 2008在vs2005里,连接FTP或FrontPage server后,IDE无法让你取消这个操作。在vs2008里,通过FTP 或 FrontPage Server 连接远程源,整个这个操作过程中,你可以按“ESC”键,IDE会取消,或给你选项取消将要运...阅读全文
posted @ 2009-08-31 09:22 xjb 阅读(124) | 评论 (0) 编辑

摘要: 原文地址:How to use Failed Request Tracing to trace Rewrite Rules。IIS 7.0 请求失败跟踪(Failed Request Tracing (FRT)) 是功能强大的请求失败故障诊断工具。有感 FRT更多详细的内容,你可以查看:Troubleshooting Failed Requests Using Tracing in IIS 7.0...阅读全文
posted @ 2009-08-28 09:16 xjb 阅读(100) | 评论 (0) 编辑

摘要: 原文地址:How to organize usings有时候在c#的源文件里有些不需要或杂乱无序的using指令。Visual Studio IDE 组织Using选项可以帮助你整理源代码。组织c#代码,在代码编辑器任意位置单击右键,选择“组织using”。http://www.watch-life.net/visual-studio/how-to-organize-usi...阅读全文
posted @ 2009-08-27 09:24 xjb 阅读(49) | 评论 (0) 编辑

摘要: 原文地址:How to manage pilot or beta program for your site using Application Request Routing in IIS7.0如果给你网站适合的用户设置目标和路由,用来使用试用/bate/新程序来查找用户资料,是不是件很酷的事?这对于管理曾经在试用版注册过的用户是有帮助,把这些用户重新跳转到一个新的网站,继续收集反馈,当你的网站...阅读全文
posted @ 2009-08-26 09:20 xjb 阅读(113) | 评论 (0) 编辑

摘要: 原文地址:How to add Intellisense from script libraries for JS files这是个示例,在vs2008里为js文件添加智能提示。有两个js文件:Jscript1.js 包含如下代码: function validateForm() { } Jscript1.js(在里面你想当前jscript文件显示在Jscript1.js里定义对象和函数的智能提示...阅读全文
posted @ 2009-08-17 09:14 xjb 阅读(116) | 评论 (0) 编辑

摘要: 原文地址:How to stop hot-linking from your site using URL Rewrite in IIS 7.0一个热链直接链接到网站文件(图片,视频等),例如使用一个<img>标签显示一个任何人都可以在你网站发现的jpge图片,这也可以称之为盗链,当有人浏览这个网站的时候,将使用使用你的网站的带宽来显示JPEG图片。如果在你的网站用下面这个具有版权的图...阅读全文
posted @ 2009-08-14 09:21 xjb 阅读(142) | 评论 (0) 编辑

摘要: 原文地址:How to create Nested Master Pages using VS 2008 VS 2008 支持套嵌母版页,这意味着一个基础的母版页可以满足整个网站,同时你可以基于模板页进一步自定义。 创建的方法如下: http://www.watch-life.net/visual-studio/create-nested-master-pages-using-vs-2008.ht...阅读全文
posted @ 2009-08-11 09:28 xjb 阅读(298) | 评论 (0) 编辑

摘要: 原文地址:How to easily create your own project templates通过导出向导,Visual Studio可以很容易创建项模板(Iiem template)或项目模板(Project template)。从菜单选择“导出模板”项打开导出向导。http://www.watch-life.net/visual-studio/how-to-e...阅读全文
posted @ 2009-08-03 09:29 xjb 阅读(115) | 评论 (0) 编辑