zoukankan      html  css  js  c++  java
  • linux下使用source insight

    以前都在Windows下用source insight,但是最近需要在Linux下使用,幸好知道有wine这个东西。多知道一些东西还是有意义的。

    安装:

    1. sudo apt-get install wine

    2.将source insight拷贝到Linux中

    3.进入Linux中InsightSetup.exe所在目录,使用wine安装source insight: $wine InsightSetup.exe 之后的界面和Windows完全相同

    4.启动source insight

    1)命令行启动 $wine "C:/Program Files/Source Insight 3/Insight3.exe" 即输入exe所在的路径

    2)从界面启动 打开Places->Computer,找到Insight3.exe所在的目录,右键Insight3.exe,选择Open with Wine Windows Program Loader PS: 用wine其实还可以在Linux下运行其他Windows软件,比如BeyondCompare,过程是一样的 Source Insight has not been installed completely 收藏 系统:Win7 家庭普通版 软件: Source Insight Version 3.50.0064 运行软件时报错: 如下: Source Insight has not been installed completely Please run the Source Insight Setup program to install it before running it.Do not just copy the Insight2.exe file. 或者: Source Insight cannot initialize:Module not loaded:insight3.exe 这个问题耽误了我很多时间,卸载了重新安装,安装了又卸载,在网上找个几个安装软件,都报相同的错误,问题依旧。 后来灵光一闪,以管理员省份运行试试,ok,成功,解决了。 具体步骤,右击Insight3.exe,选择属性-->兼容性-->特权等级-->以管理员身份运行此程序打勾 希望能够其他朋友提示,以免耽误不必要的时间

  • 相关阅读:
    JS条件判断小技巧
    简单实现节流函数和防抖函数(转载)
    一篇常做错的经典JS闭包面试题
    前端冷知识集结
    闭包
    仔细认识setInterval
    仔细认识setTimeout
    单方向指定时间内的匀速运动
    图片延迟加载
    优化网页上的gif
  • 原文地址:https://www.cnblogs.com/ljf181275034/p/2775869.html
Copyright © 2011-2022 走看看