草庐IT

Ubuntu安装

全部标签

windows - 如何在delphi中查找是否安装了firebird以及在哪里安装了firebird

问题:我需要在firebird中修改aliases.conf但是..我们知道用户可以在他想要的任何地方安装firebird。所以我需要以编程方式找出firebird的安装位置。我尝试通过注册表来做到这一点,但这不是一个好主意,因为几乎每一个新版本的Windows(2000、XP、VISTA、7、8和32位或64位,也可能是128位)注册表项都会发生变化。我也尝试找出搜索注册表的程序,如简单的文本文件,但没有结果。我试图找到“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\SharedDLL

ruby - 安装 json gem : The 'json' native gem requires installed build tools 时出错

当我尝试安装这个gem时,它声称我需要安装一个devkit,尽管我确信我已经安装了它。它还建议我需要在PATH中更新我的系统变量,我已经直接链接到ruby​​中的devkit文件。我在StackOverflow上看到了其他问题,但它们不适用于我的问题。这是完整的错误消息:C:\Users\Mahamoud>geminstalljsonERROR:Errorinstallingjson:The'json'nativegemrequiresinstalledbuildtools.PleaseupdateyourPATHtoincludebuildtoolsordownloadtheDevK

python - 在 Windows 7 上安装 Scrapy-Python 和 Easy_install

我正在尝试在Windows7上安装Scrapy。我正在按照以下说明操作:http://doc.scrapy.org/en/0.24/intro/install.html#intro-install我已经按照本教程https://adesquared.wordpress.com/2013/07/07/setting-up-python-and-easy_install-on-windows-7/下载并安装了适用于Windows的python-2.7.5.msi,并且我如上所述设置了环境变量,但是当我尝试在命令提示符下运行python时,出现此错误:MicrosoftWindows[Ver

windows - 无法使用 apm 在 Windows 7 64 位机器上安装 atom-beautify

我正在尝试安装atom-beautifyGitHub插件Atom编辑apm但仍然出现此错误:npmERR!gitfetch-aorigin(https://github.com/Benvie/harmony-collections.git)fatal:Unabletofindremotehelperfor'https'npmWARN`gitconfig--getremote.origin.url`returnedwrongresult(git://github.com/ariya/esprima.git)npmERR!gitclonegit://github.com/ariya/esp

java - 我想在 Ubuntu 12.04LTS 中制作直接执行 jar 文件的 sh 文件

在Ubuntu12.04中(不工作)我创建一个sh文件并编写代码。@echooffjava-jarProgram.jar还允许执行权限。但是没有执行任何操作。在Windows中它工作正常。在Windows7中(工作中)我创建一个批处理文件并编写代码。@echooffjava-jarProgram.jar请帮助我做错了什么。 最佳答案 Ubuntushell脚本不能使用用于DOS命令脚本的@echooff。你需要这样的东西,#!/bin/shjava-jarProgram.jar第一行称为Shebang(#!是一种magicnumbe

javascript - node js 在 pc 上抛出错误,但在 Ubuntu 上不抛出错误

我正在尝试在我的Windows机器上启动我的nodejs服务器。在我的ubuntu上一切正常,它启动了但是在Windows上我收到以下错误:c:\xampp\htdocs\learningbankapi\src\node_modules\bcrypt\node_modules\bindings\bindings.js:79throwe^Error:noerrorc:\xampp\htdocs\learningbankapi\src\node_modules\bcrypt\build\Release\bcrypt_lib.nodeatError(native)atModule.load(

node.js - Webstorm 无法在 Windows 和 Ubuntu 上识别 Node Express

环境:Webstormv10.0.4Node.jsv0.12.5Windows8.1Ubuntu14.04如下图,在创建'Node.jsExpressApp'的面板上,Webstorm只找到了Node和npm,但是无法识别express。当然Express是全局安装的,我可以在终端上通过express-generator创建一个Express项目。➜~npm-glist-depth=0/usr/local/lib├──bower@1.4.1├──cheerio@0.19.0├──express@4.13.0├──express-generator@4.12.4├──npm@2.11.2

android - 无法在 Windows 10 上为 Kazam 348 安装 Google USB 驱动程序

我尝试在我的Windows10PC上安装Android开发所需的GoogleUSB驱动程序。但由于某些未知原因,它失败了。手机(KazamTornado348)附带一个选项,可将手机启用为虚拟CDROM。当我这样做时,我可以看到一个应该安装所需驱动程序的“安装”文件。然而,他们在没有任何进一步细节的情况下失败了。然后我写了一封邮件给Kazam并询问新的驱动程序-但是他们说他们没有任何驱动程序,我应该问谷歌!!!!!有趣!在Google的开发站点上,我下载了“通用”USB驱动程序。他们安装了但我无法通过设备管理器更新我的Tornado348驱动程序。它只是说没有找到有效的驱动程序。我还查

windows - 安装 GitHub 桌面时出错 "Application cannot be started, contact the application vendor."

我最近从Windows7升级到Windows10,在安装GitHubDesktop时,出现以下错误:"Applicationcannotbestarted,contacttheapplicationvendor."当我点击详情时,出现如下错误:"Unabletoinstallthisapplicationbecauseanapplicationwiththesameidentityisalreadyinstalled."我尝试了几种故障排除方法,例如:以管理员身份运行.exe文件;从Local/apps/中删除2.0文件夹禁用WindowsDefender但它们似乎都不起作用。我不明白

c++ - WinAPI ReportEvent - 未安装组件

我已经实现了一个简单的功能来从我的应用程序登录事件查看器。但是,无论错误级别如何,每次我记录内容时都会收到以下消息:ThedescriptionforEventID0fromsourceMyAppEventscannotbefound.Eitherthecomponentthatraisesthiseventisnotinstalledonyourlocalcomputerortheinstallationiscorrupted.Youcaninstallorrepairthecomponentonthelocalcomputer.Iftheeventoriginatedonanoth