11 2009 档案

web developer tips (69):vs中在浏览器中查看的快捷键
摘要:原文地址:The keyboard shortcut for View in Browser 按快捷键(keyboard shortcut)Ctrl +Shift+W可以在Visual Studio 2008 中启动“在浏览器中查看”。这个快捷键可以在菜单:文件+在浏览器中查看可以看见。 http://www.watch-life.net/visual-studio/the... 阅读全文

posted @ 2009-11-27 09:56 xjb 阅读(772) 评论(0) 推荐(0) 编辑

web developer tips (68):附加样式表到网页
摘要:原文地址:How simple it is to attach an existing style sheet to your web page? 在Visual Studio 2008里打开已经建好的网站,在解决方案管理器里,双击打开想附加样式表(css)的网页。 切换到设计视图,通过菜单:格式+附加样式表,打开“选择样式表”对话框。 http://www.watch-... 阅读全文

posted @ 2009-11-26 09:25 xjb 阅读(343) 评论(0) 推荐(0) 编辑

web developer tips (67):ASP.net MVC的快捷键列表
摘要:原文地址: Did you know the list of ASP.Net shortcuts? 1、添加 Controller -Ctrl-M Ctrl-C 添加示例Controller的对话框,可以很迅速为Asp.net MVC 应用添加controllers 。右键单击“Controllers'”或者按快捷键Ctrl-M Ctrl-C可以打开这个对话框。 http... 阅读全文

posted @ 2009-11-25 08:53 xjb 阅读(341) 评论(0) 推荐(0) 编辑

对Google chrome OS 有点失望
摘要:昨天在花了一点时间在虚拟机virtualbox装了一下Google Chrome OS,装完后用了一下,有些失望。 http://www.watch-life.net/googleapp/google-chrome-os-a-bit-disappointed.html 1、Google Chrome OS = Linux+ Google Chrome 浏览器 ? 操作系统就是个托,其实本质还是Ch... 阅读全文

posted @ 2009-11-24 08:14 xjb 阅读(3282) 评论(0) 推荐(0) 编辑

web developer tips (66):输入属性时自动插入引号
摘要:原文地址:how to insert quotes values automatically while typing the attrib values? 如果你想在添加属性(attribute )值时自动添加引号,这是很一个很好的节省时间的方法。设置方法如下: http://www.watch-life.net/visual-studio/insert-quotes-values-automa... 阅读全文

posted @ 2009-11-20 08:44 xjb 阅读(405) 评论(0) 推荐(0) 编辑

web developer tips (65): 快速创建一个挂接SQL表的GridView
摘要:原文链接:How to quickly create a GridView that is hooked up to a SQL table? 通常,在一个页面的GridView绑定数据,是添加一个数据源,再通过一个向导挂接到数据源。这里介绍一个更快捷的方法来创建和挂接到数据源的GridView。 http://www.watch-life.net/visual-studio/quickly-cr... 阅读全文

posted @ 2009-11-19 09:16 xjb 阅读(263) 评论(0) 推荐(0) 编辑

web developer tips (64): 在GridView中转换BoundField为TemplateField
摘要:原文地址:How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View 假定你有个数据源SqlDataSource1 ,绑定了一个简单的查询语句,返回Customers表的详细信息。 http://www.watch-life.net/visual-studio/convert-a-... 阅读全文

posted @ 2009-11-18 08:33 xjb 阅读(841) 评论(0) 推荐(0) 编辑

web developer tips (63): 在web应用项目指定vs开发服务器端口
摘要:原文地址:How to specify a fixed port for Visual Studio Development Server while using WAPs? 在web developer tips (21)讲述在网站项目中为 Visual Studio 开发服务器 (Development Server) 设置固定的端口。本tips将讲述如何为web应用项目配置固定的发布端口(p... 阅读全文

posted @ 2009-11-17 08:23 xjb 阅读(332) 评论(0) 推荐(0) 编辑

web developer tips (62):在vs工具箱添加AJAX控件工具包
摘要:原文地址:How to add Ajax Control Toolkit to the toolbox 添加 Framework 3.5 SP1 版本 AJAX控件工具包(Ajax Control Toolkit) 下面的步骤在ASP.NET 3.5 中,为Visual Studio 2008 SP1的工具箱添加AJAX控件工具包。 http://www.watch-life.net/visual... 阅读全文

posted @ 2009-11-16 09:27 xjb 阅读(569) 评论(0) 推荐(0) 编辑

web developer tips (61):如何创建Asp.net Dynamic Data网站
摘要:原文地址:How to create an ASP.Net Dynamic Data Web Site 如果你的网站是大量数据来驱动的,那么,这里有个很简单而快速的方法来构建一个网站。条件是需要安装Visual Studio 2008 SP1 或者 Visual Web Developer 2008 Express SP1 Dynamic Data(动态数据) 网站利用的是被称为“脚手... 阅读全文

posted @ 2009-11-10 09:22 xjb 阅读(519) 评论(0) 推荐(0) 编辑

web developer tips (60):如何对ASP.Net网站进行性能分析
摘要:原文地址:How to Profile an ASP.Net site? 1、使用Visual Studio Team Edition For Developers 创建一个Asp.netweb应用程序。 http://www.watch-life.net/visual-studio/profiling-an-asp-net-site.html 2、在Page_Load方法里写如下代码 pro... 阅读全文

posted @ 2009-11-06 09:14 xjb 阅读(447) 评论(0) 推荐(0) 编辑

web developer tips (59):粘贴时在VS中自动格式化HTML
摘要:原文地址:How you can automatically format unformatted HTML on paste in VS 你需要复制/粘贴大量未格式化的HTML内容到网页表单,在粘贴后总是需要格式化这些HTML,有个简单的方法可以在vs里在粘贴的时候自动格式化HTML。如何做到这一点呢? http://www.watch-life.net/visual-studio/how-yo... 阅读全文

posted @ 2009-11-05 09:29 xjb 阅读(331) 评论(0) 推荐(0) 编辑

web developer tips (58):在vs里导入导出每一个HTML的标记
摘要:原文地址:How you can import/ export HTML Per Tag options in VS 如果你自定义了很多单个标签(tag),同时想导入/导出这些设置,你可以通过菜单:工具+导入导出设置 ,打开导入/导出对话框,很容易实现这一功能。 http://www.watch-life.net/visual-studio/import-export-html-per-tag-o... 阅读全文

posted @ 2009-11-03 09:18 xjb 阅读(302) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示