随笔分类 -  Visual studio

有关Visual Studio2005、Visual Studio2008、Visual Studio2010的文章
web developer tips (3):设置垂直拆分视图
摘要:原文链接:Split View could be set vertically in VS 2008拆分视图是Visual Studio 2008 中除现有的“设计视图”和“源试图”外新的视图选项。在拆分割视图的情况下,可以打开源视图和设计视图并排排列,这将更容易使你了解源视图的改变对设计视图的影响,反之亦然。此功能在Visual Studio 20... 阅读全文

posted @ 2009-06-05 09:09 xjb 阅读(456) 评论(0) 推荐(0)

web developer tips (2):样式应用工具栏的工作模式
摘要:原文链接:The Style Application Toolbar works in both Auto and Manual modes“样式应用工具栏”使你可以自动创建和修改样式,这个工具窗口有自动和手动两种工作模式。“自动模式”是针对不熟悉CSS的用户, Visual Studio将控制新生成的样式放置位置。 “手工模式̶... 阅读全文

posted @ 2009-05-25 09:10 xjb 阅读(337) 评论(0) 推荐(0)

web developer tips (1):创建、管理、应用样式表的强大工具
摘要:原文链接:Powerful CSS Tools to Create, Manage and Apply StylesVisual Studio 2008 包含了三个新的CSS样式工具窗口: 1、应用样式(Apply Styles ) 2、管理样式(Manage Styles) 3、CSS属性(CSS Properties)在(aspx文件)设计视图,或拆分视图,或源视图 的模式中,在“... 阅读全文

posted @ 2009-05-20 09:19 xjb 阅读(401) 评论(0) 推荐(1)

Visual Studio 最常用的13个快捷键
摘要:原文地址:http://blog.tech-cats.com/2008/03/top-13-visual-studio-keyboard-shortcuts.html 如果你经常使用Visual Studio 2008开发程序,下面13个最常用快捷键你一定很熟悉。 http://www.watch-life.net/life-thinking/top-13-visual-studio-keyboa... 阅读全文

posted @ 2009-04-27 09:19 xjb 阅读(850) 评论(1) 推荐(0)

Visual Studio 2008 每日提示(三十七)
摘要:本篇包括tip371-tip380 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-37.html #371 、从“最近的文件”和“最近的项目”(菜单)移走项 原文链接:How to remove items from the Recent Projects and Recent Files menus 操作步骤... 阅读全文

posted @ 2009-04-20 09:13 xjb 阅读(579) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十六)
摘要:本篇包括tip361-tip370 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-36.html # 361、按Ctrl+K, Ctrl+v在解决方案快速查找对象 原文链接: Ctrl+K, Ctrl+v allows you to quickly search for objects within your ... 阅读全文

posted @ 2009-04-10 09:23 xjb 阅读(532) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十五)
摘要:本篇包括tip351-tip360 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-35.html #351、在类视图里查看类关系图 原文链接:You can view the Class Diagram for a class from the Class View 操作步骤: 在类视图里,有个查看类关系图的图... 阅读全文

posted @ 2009-04-03 21:40 xjb 阅读(456) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十四)
摘要:本篇包括tip341-tip350 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-34.html #341、导出模板不选择“在资源管理器显示” 原文链接:What unchecking the display an explorer window on the Export Templates Wizard ... 阅读全文

posted @ 2009-03-11 10:31 xjb 阅读(784) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十三)
摘要:本篇包括tip331-tip340 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-33.html #331、让在文件标签里后移的文件标签保留到最近使用的位置 原文链接:You can keep recently-used files from falling off the File Tab Channel ... 阅读全文

posted @ 2009-03-06 12:57 xjb 阅读(662) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十二)
摘要:本篇包括tip321-tip330 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-32.html #321、使用xml可视化工具 原文链接:You can use the XML Visualizer to view XML 操作步骤: 例如,在一段代码段文件里,你有一些有趣的字符串其中包含xml。 ... 阅读全文

posted @ 2009-03-04 09:23 xjb 阅读(815) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(三十一)
摘要:本篇包括tip311-tip320 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-31.html #311、按Shift+F11跳出函数 原文链接:You can press Shift+F11 to step out of a function 操作步骤: 在调试状态,断点停留在一个函数的内部 可以... 阅读全文

posted @ 2009-03-03 09:17 xjb 阅读(982) 评论(0) 推荐(0)

Visual Studio 2008 每日提示系列索引
摘要:Sara Ford是微软资深的测试人员。作为Visual Studio产品组测试员,从2007年7月23日开始,她把对日常对Visual Studio一些点滴的测试心得,以及使用技巧、诀窍等等一一整理,记录到博客里,做成Visual Studio 2008 Tip of the Day。Sara Ford是一位非常细心(当然这是作为测试人员非常重要品格)的测试员,这一年多的时间她记录近400个ti... 阅读全文

posted @ 2009-02-26 09:30 xjb 阅读(5992) 评论(18) 推荐(1)

Visual Studio 2008 每日提示(三十)
摘要:本篇包括tip301-tip310 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-30.html #301、缓存符号到本地磁盘 原文链接:You can cache symbols locally to disk 操作步骤: 菜单:工具+选项+调试+符号 在任何时候使用符号服务器,意味着不是我的机器载入符号... 阅读全文

posted @ 2009-02-26 09:26 xjb 阅读(892) 评论(0) 推荐(0)

使用Visual Studio 2008 开发php程序
摘要:过年了,想趁的这段长假期间,抽空研究一下wordpress源码。以前编辑php代码,都是用editplus,editplus小巧,支持php高亮语法,编写小的php程序还是很不错,不过研究源码最需要是可以调试、跟踪源码,这点显然editplus就做不到了。在开发工具中,我用的最多的就是Visual Studio的,有没有办法可以用Visual Studio 来编译调试php呢?google了一下,... 阅读全文

posted @ 2009-01-21 12:50 xjb 阅读(1765) 评论(6) 推荐(0)

Visual Studio 2008 每日提示(二十九)
摘要:本篇包括tip291-tip300http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-29.html #291、启动时没有用户代码发出警告 原文链接:What warning message is suppressed by the Warn If No User Code On Launch option 操作步骤... 阅读全文

posted @ 2009-01-16 16:51 xjb 阅读(1996) 评论(3) 推荐(0)

Visual Studio 2008 每日提示(二十八)
摘要:本篇包括tip271-tip290 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-28.html 注:作者的tip编号发生错误,同#277 直接跳到了#288 ,中间一大截都没有(#278-#287),具体是什么原因,不得而知了。为了保持和原文章的一致,也沿用跳转的编号。 #271、启用地址级调试的设置的作用... 阅读全文

posted @ 2009-01-14 09:22 xjb 阅读(1437) 评论(2) 推荐(0)

Visual Studio 2008 每日提示(二十七)
摘要:本篇包括tip261-tip270 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-27.html #261、按Ctrl+Alt+B打开断点窗口 原文链接:You can press Ctrl+Alt+B to open the Breakpoint Window 操作步骤: 你可以通过菜单:调试+窗口+断... 阅读全文

posted @ 2009-01-13 09:13 xjb 阅读(913) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(二十六)
摘要:本篇包括tip251-tip260 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-26.html #251、在文件中保存扩展名的映射 原文链接:You can save your file extension mappings to a file 操作步骤: 在tip97中,讲述了“如何自己定义的文件类型指... 阅读全文

posted @ 2009-01-12 09:16 xjb 阅读(1019) 评论(0) 推荐(0)

Visual Studio 2008 每日提示(二十五)
摘要:本篇包括tip241-tip250 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-25.html #241、在调试状态用立即窗口做计算器或调试面板 原文链接:You can use the immediate window as a glorified calculator or side-debugger ... 阅读全文

posted @ 2009-01-09 09:25 xjb 阅读(2173) 评论(0) 推荐(1)

Visual Studio 2008 每日提示(二十四)
摘要:本篇包括tip231-tip240 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-24.html #231、如何找到最后一次设置的环境保存的位置? 原文链接:Did you know… How to find what development settings you last reset to 操作步骤:... 阅读全文

posted @ 2009-01-08 09:39 xjb 阅读(1370) 评论(0) 推荐(0)

导航