守望轩
无情未必真豪杰,怜子如何不丈夫
博客园
首页
新随笔
联系
订阅
管理
206 Posts :: 0 Stories :: 340 Comments :: 2 Trackbacks
公告
有任何问题,欢迎通过
告知我.
本Blog内的原创文章如非特别注明,版权均归作者个人所有,任何外部引用或摘抄或转载请注明原文地址,未经作者授权不得用于任何以营利目的的行为,谢谢合作!
昵称:
xjb
园龄:
6年
粉丝:
16
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1. IE9无法调试Javascript的一个解决方法
2. 天堂里有没有车来车往
3. 你进google+圈子了么?
4. 小帆远行
5. 坚持你的梦想
6. web developer tips (84):在Visual Web Developer中设置web网站的起始页
7. 英雄无法复制
8. web developer tips (83):通过反射从堆栈里获取调用的方法名称
9. web developer tips (82):Visual Studio 2005web应用项目迁移到Visual Studio 2008
10. web developer tips (81):为css的智能提示和属性选择css的模式
我的标签
web developer tips
(75)
Visual Studio 2008
(57)
Asp.net
(34)
技巧
(32)
每日提示
(31)
诀窍
(31)
tip of day
(31)
google
(20)
iis
(13)
css
(12)
更多
随笔分类
(209)
asp.net(10)
c#(4)
c/c++
Google App(11)
IT观察(12)
javascript(3)
NET点滴(2)
php(2)
Visual studio(123)
vs2005(3)
windows mobile(3)
wordpress(6)
编程札记(3)
生活札记
随思偶得(20)
网文转载(3)
网站应用(4)
随笔档案
(206)
2011年8月 (1)
2011年7月 (2)
2011年3月 (1)
2010年4月 (6)
2010年3月 (10)
2010年1月 (4)
2009年12月 (1)
2009年11月 (13)
2009年10月 (7)
2009年9月 (14)
2009年8月 (8)
2009年7月 (19)
2009年6月 (13)
2009年5月 (2)
2009年4月 (6)
2009年3月 (8)
2009年2月 (7)
2009年1月 (13)
2008年12月 (19)
2008年11月 (5)
2008年10月 (3)
2008年9月 (5)
2008年7月 (10)
2008年6月 (1)
2008年5月 (1)
2008年2月 (6)
2008年1月 (6)
2007年12月 (2)
2007年11月 (5)
2007年10月 (1)
2007年9月 (1)
2007年2月 (2)
2006年10月 (2)
2006年9月 (2)
我的链接
csdn blog
Email Icon Creator
Email Icon Creator
Java编程资料站
最全的 Java, Eclipse, JavaScript 资料库
挖宝团
每天一款精品团购
我的主页
积分与排名
积分 - 156172
排名 - 591
最新评论
阅读排行榜
评论排行榜
推荐排行榜
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 阅读(218) |
评论 (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 阅读(105) |
评论 (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 阅读(129) |
评论 (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 阅读(968) |
评论 (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 阅读(146) |
评论 (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 阅读(68) |
评论 (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 阅读(164) |
评论 (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 阅读(95) |
评论 (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 阅读(238) |
评论 (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 阅读(193) |
评论 (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 阅读(167) |
评论 (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 阅读(135) |
评论 (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 阅读(88) |
评论 (0)
编辑
Powered by:
博客园
Copyright © xjb