zoukankan      html  css  js  c++  java
  • 更改vs2005 默认浏览器

    打开 C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\VisualStudio\8.0\browsers.xml
    <?xml version="1.0" ?>
    -
    <BrowserInfo>
    -
    <Browser>
      
    <Name>firefox.exe</Name>
    <Path>"F:\PROGRA~1\MOZILL~1\FIREFOX.EXE"</Path>
    <Resolution>0</Resolution>
    <IsDefault>False</IsDefault>
    </Browser>
    -
    <Browser>
      
    <Name>Microsoft Internet Explorer</Name>
    <Path>"C:\Program Files\Internet Explorer\iexplore.exe"</Path>
    <Resolution>0</Resolution>
    <IsDefault>True</IsDefault>
    -
    <DDE>
      
    <Service>IExplore</Service>
    <TopicOpenURL>WWW_OpenURL</TopicOpenURL>
    <ItemOpenURL>"%s",,0xffffffff,3,,,,</ItemOpenURL>
    <TopicActivate>WWW_Activate</TopicActivate>
    <ItemActivate>0xffffffff,0</ItemActivate>
    </DDE>
      
    </Browser>
    -
    <InternalBrowser>
      
    <Resolution>0</Resolution>
    <IsDefault>False</IsDefault>
    </InternalBrowser>
      
    </BrowserInfo>、
    将第一个<Browser>结点,也就是firefox的<IsDefault>改为 False ,将 IExplore 的一个改为True
    或者直接删除此文件

    当然也可以直接将IE部分修改为FireFox的exe路径,在vs里设置默认浏览项为Firefox即可在vs项目调试的时候
    利用FireFox进行调试
  • 相关阅读:
    html 知识
    mysql use mysql hang
    微信机器人 简化版
    Tk::Table
    好友消息和群消息区别
    完整的微信登陆 接收消息流程
    Python OOP知识积累
    Python OOP知识积累
    JSTL EL 详解
    JSP中的EL表达式详细介绍
  • 原文地址:https://www.cnblogs.com/Magicam/p/1386669.html
Copyright © 2011-2022 走看看