<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_随风飘扬_分类_[40] 开发工具</title><id>http://feed.cnblogs.com/blog/u/27725/category/189374/rss</id><updated>2012-06-04T05:31:22Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/category/189374.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27725/category/189374/rss"/><entry><id>http://www.cnblogs.com/nicch/archive/2011/11/01/ssms_diagram_error_after_uninstall_vs11.html</id><title type="text">卸载VS2011 Developer Preview后Sql Server2008 R2建立数据库关系图报“找不到指定的模块”错误的解决</title><summary type="text">1.哇哦，遇到问题了。 话说上回我为了尝尝螃蟹的味道而装了 VS2011 Developer Preview，但是装完后立马卸载掉了，原因是这家伙的安装目录位置没用，我设置到D盘的但是装完后D盘的文件夹只有一百多M，而足足8G+的空间是在C盘上消耗的。可怜我的C盘本来只有8.XG，所以不得不卸载掉它。 卸载掉本身没啥问题，只是昨晚突然发现 Sql Server 2008 R2 Management Studio 突然不能新建数据库关系图了，一建立就会报“找不到指定的模块（MS Visual Database Tools）”的错误： 为了这个错误我甚至认真评估了重新配置数据库的可...</summary><published>2011-11-01T14:52:00Z</published><updated>2011-11-01T14:52:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/11/01/ssms_diagram_error_after_uninstall_vs11.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/11/01/ssms_diagram_error_after_uninstall_vs11.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2011/07/19/bonobo_git_server_chs.html</id><title type="text">运行于IIS/MVC平台上的GIT服务器Bonobo Git Server的实践 (附带汉化补丁)</title><summary type="text">关于 Bonobo Git Server 之前曾经尝试在Windows平台上搭建一个GIT服务器，无奈又要装SSH又要这个又要那个的，便放在一边了，实在没工夫折腾它。昨天有点烦躁，于是便想折腾点儿什么...</summary><published>2011-07-19T04:31:00Z</published><updated>2011-07-19T04:31:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/07/19/bonobo_git_server_chs.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/07/19/bonobo_git_server_chs.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2011/04/14/2015948.html</id><title type="text">一点杂碎: 为IIS Express加上文件夹菜单/两个 region 的 snippet</title><summary type="text">凑点儿东西一起扔上首页，不是很深的技术性话题，不过蛮实用的我觉得。 内容提纲：如何为文件夹加上右键菜单，可以直接作为网站打开如何在VS中快速地插入 #region 1.为IIS Express加上文件夹菜单之前看到有园友发了一篇“网站开发必备-快速浏览Asp.Net网站绿色小工具”，他那个是拿微软官方的 Cassini 源码重新改写而成的，方便是很方便，可惜只支持.Net 2.0。如果想测试 .Net 4.0 的怎么办呢？最好的方案就是用IIS Express了。关于IIS Express的命令行语法可以参考我之前的文章“IIS Express的配置和注意点”。但是命令行操作终究是太麻烦了，怎</summary><published>2011-04-14T05:55:00Z</published><updated>2011-04-14T05:55:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/04/14/2015948.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/04/14/2015948.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html</id><title type="text">IIS Express 的配置、使用和注意点</title><summary type="text">VS2010的SP1引入了IIS Express支持，这是值得高兴的事情……因为自带的ASP.net Development Server只能单站点运行、不能设置虚拟目录、多少个项目就会出现多少个等等等等巴拉巴拉，我对它恨之入骨，总之，很长一段时间内我进行开发实际上都是用IIS的。但是用IIS有不方便的地方，就是必须开启IIS Admin服务，而且VS必须以管理员模式运行才能正常打开项目和调试。每次都以管理员模式启动已经比较麻烦了，比较郁闷的是，以管理员模式启动的vs处于特权状态，所以程序间的文件拖放就失效了……换句话说，如果我想从资源管理器中直接拖一个文件到vs中打开，就办不到了。所以对II</summary><published>2011-03-19T16:40:00Z</published><updated>2011-03-19T16:40:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2011/03/09/vs2010_sp1_download.html</id><title type="text">Visual Studio 2010 Service Pack1(10.0.40219.1) 发布（附在线安装程序/中英文离线安装包）</title><summary type="text">都说微软的东西必须等到SP1才能用~关于VS2010 SP1究竟有哪些改进、添加了什么新功能，请参考：http://msdn.microsoft.com/en-us/visualc/gg697159VS2010 SP1于2011年3月8日正式发布，公开下载将于3月11日开放。老衲没有MSDN订阅帐号……但是目前已有在线安装包被放出来，不过在线安装过于慢，所以我提取了在线安装所需要的所有补丁并重新整...</summary><published>2011-03-09T08:57:00Z</published><updated>2011-03-09T08:57:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/03/09/vs2010_sp1_download.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/03/09/vs2010_sp1_download.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2011/02/25/copyashtml_for_productivetools2010.html</id><title type="text">发布一个最新版Productivity Power Tools中的CopyAsHtml扩展的修改版（含工具和源码）</title><summary type="text">Productivity Power Tools是微软官方发布的一个用于VS2010的扩展，功能是在Visual Studio的文本编辑器中按下Ctrl+C或通过其它方式执行“复制”或者“剪切”功能的时候，生成一份HTML格式的源码放到剪贴板中，此时可以在网页编辑器、网页中的可视化编辑器中直接粘贴出和VS中格式相同的源码。今天这个工具发布了最新的版本，其中CopyAsHtml组件进行了更新，加入了选项对话框，个人觉得这个比较实用，所以将原来的组件修改迁移到这个版本中。值得一提的，原来我发布的修改版存在一个BUG，就是当选择的内容存在不需要的缩进时，会导致缩进丢失，感谢之前mangohappy给</summary><published>2011-02-24T16:15:00Z</published><updated>2011-02-24T16:15:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/02/25/copyashtml_for_productivetools2010.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/02/25/copyashtml_for_productivetools2010.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/06/13/vs2010_powertools_copyashtml_fix.html</id><title type="text">CopyAsHtml 插件(Visual Studio 2010 Pro Power Tools组件之一) 的修正和增强</title><summary type="text">核心提示: 本文主要解释了Visual Studio 2010 Pro Power Tools中CopyAsHtml插件在复制源码时出现代码丢失的原因，并提供了解决方案；同事增加了复制代码时所需要使用的常规功能。这里说到的Copy As Html是在 Visual Studio 2010 Pro Power Tools 中集成的一个组件，功能是在Visual Studio的文本编辑器中按下Ctrl+C或通过其它方式执行“复制”功能的时候，生成一份HTML格式的源码放到剪贴板中，此时可以在网页编辑器、网页中的可视化编辑器中直接粘贴出和VS中格式相同的源码。</summary><published>2010-06-13T06:36:00Z</published><updated>2010-06-13T06:36:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/06/13/vs2010_powertools_copyashtml_fix.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/06/13/vs2010_powertools_copyashtml_fix.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/05/25/building_cross_platform_application_on_64bit_msbuild.html</id><title type="text">64位系统上设置编译平台为x86的VS2008项目升级到VS2010后编译失败的原因和解决办法</title><summary type="text">在64bit系统上开发一些特定软件的时候，往往需要将目标平台由AnyCPU调整为x86（32位平台），比如当内嵌浏览器，或使用一些COM组件的时候。在VS2008中，直接新建一个解决方案平台会将解决方案中所有项目（包括可执行程序和库）全部调整为目标x86。当项目由vs2008升级到vs2010或特定的情况下，可能会发生编译失败的情况。比如当一个窗体上放有包含了图像的ImageList之后，ResG...</summary><published>2010-05-25T14:38:00Z</published><updated>2010-05-25T14:38:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/05/25/building_cross_platform_application_on_64bit_msbuild.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/05/25/building_cross_platform_application_on_64bit_msbuild.html"/><content type="text">在64bit系统上开发一些特定软件的时候，往往需要将目标平台由AnyCPU调整为x86（32位平台），比如当内嵌浏览器，或使用一些COM组件的时候。在VS2008中，直接新建一个解决方案平台会将解决方案中所有项目（包括可执行程序和库）全部调整为目标x86。当项目由vs2008升级到vs2010或特定的情况下，可能会发生编译失败的情况。比如当一个窗体上放有包含了图像的ImageList之后，ResG...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/04/26/chromium_inspector_chs.html</id><title type="text">Chromium 上的开发人员工具(Inspector)中文版</title><summary type="text">Chromium是Chrome的开发者版本，现在最新的版本为5。它的更新也非常快，大概一天会更新几个版本（可以从这里下载到最新版）。它带了一个很不错的开发人员工具，和firefox中的Firebug类似，功能上也很强大。但是是英文版的，而且有些地方字体显示有问题，所以我汉化了这个版本的开发人员工具，并调整界面的样式，让使用起来更加顺手。 相关截图 使用方法下载中文包，解压缩到您的 Chromium 目录下的 Resources\inspector\ 下并覆盖同名文件即可。提醒：不同版本间的Chromium和开发人员工具存在部分兼容性问题，无法保证在你的版本下正常工作。如果无法正常工作，请从 这</summary><published>2010-04-26T13:20:00Z</published><updated>2010-04-26T13:20:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/04/26/chromium_inspector_chs.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/04/26/chromium_inspector_chs.html"/><content type="text">Chromium是Chrome的开发者版本，现在最新的版本为5。它的更新也非常快，大概一天会更新几个版本（可以从这里下载到最新版）。它带了一个很不错的开发人员工具，和firefox中的Firebug类似，功能上也很强大。但是是英文版的，而且有些地方字体显示有问题，所以我汉化了这个版本的开发人员工具，并调整界面的样式，让使用起来更加顺手。 相关截图 使用方法下载中文包，解压缩到您的 Chromium 目录下的 Resources\inspector\ 下并覆盖同名文件即可。提醒：不同版本间的Chromium和开发人员工具存在部分兼容性问题，无法保证在你的版本下正常工作。如果无法正常工作，请从 这</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/04/03/firefox_fastdial_cn.html</id><title type="text">[Firefox扩展] FastDial 2.31B1 扩展汉化版</title><summary type="text">最近搞开发用Firefox用的比较多。Firefox诚然慢的一塌糊涂，但是它强大的可定制性和无以伦比的开发工具是其它任何浏览器都难以望其项背的。自然用的是中文版Firefox，虽然英文版的看起来没有任何障碍，但是还是中文看得顺眼些。很多扩展没有中文版，于是满屏幕中文中夹杂着英文，蛮郁闷的。FastDial扩展没有中文版，花了点时间汉化了一下。没有啥技术含量。直接下载链接：http://www.u-...</summary><published>2010-04-03T08:37:00Z</published><updated>2010-04-03T08:37:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/04/03/firefox_fastdial_cn.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/04/03/firefox_fastdial_cn.html"/><content type="text">最近搞开发用Firefox用的比较多。Firefox诚然慢的一塌糊涂，但是它强大的可定制性和无以伦比的开发工具是其它任何浏览器都难以望其项背的。自然用的是中文版Firefox，虽然英文版的看起来没有任何障碍，但是还是中文看得顺眼些。很多扩展没有中文版，于是满屏幕中文中夹杂着英文，蛮郁闷的。FastDial扩展没有中文版，花了点时间汉化了一下。没有啥技术含量。直接下载链接：http://www.u-...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/03/21/firefox_capture_runtime.html</id><title type="text">Firefox对COM组件独立进程导致内置插件无法嗅探到完整的网络请求</title><summary type="text">今天在处理一个Flash上传控件时发现的。 众所周知的是，Chrome中对于Flash插件的处理模式是独立一个进程来展示插件内容以避免Flash的崩溃导致浏览器跟随崩溃。Firefox在3.6.2中...</summary><published>2010-03-21T10:15:00Z</published><updated>2010-03-21T10:15:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/03/21/firefox_capture_runtime.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/03/21/firefox_capture_runtime.html"/><content type="text">今天在处理一个Flash上传控件时发现的。 众所周知的是，Chrome中对于Flash插件的处理模式是独立一个进程来展示插件内容以避免Flash的崩溃导致浏览器跟随崩溃。Firefox在3.6.2中...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2009/10/21/visual_studio_2010_beta2_download.html</id><title type="text">Visual Studio 2010 Beta 2 /TFS2010 Beta2 /.NET Framework 4 Beta 2 四种方式提供下载（官方下载/BT/电驴/官方在线安装）</title><summary type="text">（暂放首页，觉得不合适请撤下！）Visual Studio 2010 and .NET Framework 4 Beta 2相信不用我多做什么介绍了吧，想看看新闻的话请点击 Visual Studio 2010 and .NET Framework 4 Beta 2来阅读相关信息，直接放出下载：文件名 en_visual_studio_2010_ultimate_beta_2_x86_dvd_44...</summary><published>2009-10-21T06:33:00Z</published><updated>2009-10-21T06:33:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2009/10/21/visual_studio_2010_beta2_download.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2009/10/21/visual_studio_2010_beta2_download.html"/><content type="text">（暂放首页，觉得不合适请撤下！）Visual Studio 2010 and .NET Framework 4 Beta 2相信不用我多做什么介绍了吧，想看看新闻的话请点击 Visual Studio 2010 and .NET Framework 4 Beta 2来阅读相关信息，直接放出下载：文件名 en_visual_studio_2010_ultimate_beta_2_x86_dvd_44...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2009/06/02/httpfox_cn_084.html</id><title type="text">httpFox 0.8.4 中文版 for firefox</title><summary type="text">Httpfox for firefox 是这样一个插件，它类似于IE中的 HttpWatch，可以捕捉所有浏览器的会话并显示它们的详细信息。官方的插件是英语的，所以我制作了这个中文（汉化）版。其实它的功能Firebug基本上都集成了，只是Firebug不能跨越页面记录请求而已。安装方法：不管你有没有安装过这个插件，打开Firefox，直接将插件拖到Firefox浏览器窗口内，提示安装的时候确定即可...</summary><published>2009-06-02T02:37:00Z</published><updated>2009-06-02T02:37:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2009/06/02/httpfox_cn_084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2009/06/02/httpfox_cn_084.html"/><content type="text">Httpfox for firefox 是这样一个插件，它类似于IE中的 HttpWatch，可以捕捉所有浏览器的会话并显示它们的详细信息。官方的插件是英语的，所以我制作了这个中文（汉化）版。其实它的功能Firebug基本上都集成了，只是Firebug不能跨越页面记录请求而已。安装方法：不管你有没有安装过这个插件，打开Firefox，直接将插件拖到Firefox浏览器窗口内，提示安装的时候确定即可...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2009/05/20/visual2010b1_office07_compatibilityissue.html</id><title type="text">VisualStudio2010Beta1 英文版会导致Office2007中文版的Excel、Access等应用启动需要修复 (更新解决办法)</title><summary type="text">这是昨晚发现的问题，在早上办公室的电脑上得到重现。已安装：Windows7 7106中文版VisualStudio 2008中文版Office2007中文版VisualStudio 2010Beta1 英文版安装如上产品的时候，每次启动Excel、Access等的时候（貌似Word不会），都会弹出正在修复：一共会弹出来三次，总耗时在五分钟-十分钟左右(@E8300，我的P4D搞了十几分钟都没好)。...</summary><published>2009-05-20T01:20:00Z</published><updated>2009-05-20T01:20:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2009/05/20/visual2010b1_office07_compatibilityissue.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2009/05/20/visual2010b1_office07_compatibilityissue.html"/><content type="text">这是昨晚发现的问题，在早上办公室的电脑上得到重现。已安装：Windows7 7106中文版VisualStudio 2008中文版Office2007中文版VisualStudio 2010Beta1 英文版安装如上产品的时候，每次启动Excel、Access等的时候（貌似Word不会），都会弹出正在修复：一共会弹出来三次，总耗时在五分钟-十分钟左右(@E8300，我的P4D搞了十几分钟都没好)。...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2009/05/19/visualstudio2010beta1_testing.html</id><title type="text">VisualStudio 2010 Beta1 简单试用</title><summary type="text">VisualStudio 2010Beta1 已经可以通过BT（种子地址：http://www.demonoid.com/files/details/1926322/3338624/）下载了，花了几个小时时间拖了下来。乍一看1.22G的体积确实很可人呀。早前听闻它是基于WPF的，所以没有对它的性能抱有多大期待，后来我试用的结果是……果然 -_-'完全安装需要5G的磁盘空...</summary><published>2009-05-19T08:03:00Z</published><updated>2009-05-19T08:03:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2009/05/19/visualstudio2010beta1_testing.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2009/05/19/visualstudio2010beta1_testing.html"/><content type="text">VisualStudio 2010Beta1 已经可以通过BT（种子地址：http://www.demonoid.com/files/details/1926322/3338624/）下载了，花了几个小时时间拖了下来。乍一看1.22G的体积确实很可人呀。早前听闻它是基于WPF的，所以没有对它的性能抱有多大期待，后来我试用的结果是……果然 -_-'完全安装需要5G的磁盘空...</content></entry><entry><id>http://www.cnblogs.com/nicch/archive/2009/05/06/web_developer_toolbar_zh.html</id><title type="text">Web Developer Toolbar 1.1.6 汉化版 [for Firefox等浏览器]</title><summary type="text">Web Developer Toolbar 是一款运行于 Firefox 等Webkit内核浏览器基础之上的网页开发工具插件，内建强大的调试和设置功能，为众多的网页开发人员提供想当实用的功能，几乎是每个网页设计师必备的工具。 官方的插件内建很多种语言却没有中文，所以我制作了这个汉化版。汉化这个东东让我对Firefox的插件系统增加了不少了解……呵呵。翻译力求精准，但是难...</summary><published>2009-05-06T14:00:00Z</published><updated>2009-05-06T14:00:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2009/05/06/web_developer_toolbar_zh.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2009/05/06/web_developer_toolbar_zh.html"/><content type="text">Web Developer Toolbar 是一款运行于 Firefox 等Webkit内核浏览器基础之上的网页开发工具插件，内建强大的调试和设置功能，为众多的网页开发人员提供想当实用的功能，几乎是每个网页设计师必备的工具。 官方的插件内建很多种语言却没有中文，所以我制作了这个汉化版。汉化这个东东让我对Firefox的插件系统增加了不少了解……呵呵。翻译力求精准，但是难...</content></entry></feed>
