web developer tips (53):在vs的设计视图编辑gridview的模板
2009-10-12 – 10:29Tags: gridview, template, web developer tips, 模板
分类: Visual Studio | 没有评论 »
Tags: gridview, template, web developer tips, 模板
分类: Visual Studio | 没有评论 »
Tags: css, FireFox, html, javascript, MDC, microsoft, mootools, msdn, yahoo
分类: javascript | 3 条评论 »
Tags: Asp.net, debug, web developer tips, 调试
分类: Visual Studio | 没有评论 »
Tags: debug, IE, vs2005, web developer tips, 调试
分类: Visual Studio | 没有评论 »
Tags: web developer tips, 控件, 绝对定位
分类: Visual Studio | 没有评论 »
原文地址: how to set the editor to always place open braces on new line for functions in JScript?
在 Visual Studio 2008 ,菜单:工具+选项+文本编辑器+Jscript+格式设置,在“新行”选择中,选中“将函数的左大括号置于新行”。
http://www.watch-life.net/visual-studio/set-the-editor-to-always-place-open-braces-on-new-line-for-functions-in-jscript.html
也可以将控制块的左大括号置于新行。我喜欢这种大括号置于新行的方式,比较清晰,Visual Studio 2008 在js编辑功能方面加强了不少。
[阅读全文]Tags: Jscript, Visual Studio 2008, web developer tips
分类: Visual Studio | 1 条评论 »
原文地址:that IIS7 application pool’s “Ping” settings may affect IIS7 based website or application debugging
对于非响应的应用程序( application pool),默认情况下,IIS7有个1.5分钟的窗口。在IIS的web应用和网站调试期间,我们可能要改变其应用程序池的高级设置,比如设置“Ping的最大响应时间”给一个更大的值,或者设置“启用ping”为“false”。
http://www.watch-life.net/visual-studio/iis7-application-pool-s-ping-settings-may-affect-debugging.html
Tags: application pool, iis, web developer tips, 应用程序池
分类: Visual Studio | 没有评论 »