草庐IT

Ubuntu安装

全部标签

ruby - 在 Windows 上通过 Bundler 安装 Nokogiri 时出错

我正在尝试设置并运行ExtremeStartup在我的Windows机器上编码dojo。当我到达bundleinstall这一步时,我收到此错误消息:$bundleinstallFetchinggemmetadatafromhttps://rubygems.org/............Fetchingversionmetadatafromhttps://rubygems.org/..Resolvingdependencies...Installingbuilder3.2.2Installingnokogiri1.4.5withnativeextensionsGem::Ext::Bu

windows - 为 Windows 应用程序制作 .exe 可安装文件

我的问题很简单。我正在使用visualstudio2013,我开发了一个应用程序,其中包含一堆dll和一个.exe文件。我添加了SetupandpackageExtension使用我的vs2013,将文件捆绑到.msi和.exe文件中对我来说效果很好。我的问题:我知道仅.msi文件就足以安装该应用程序。是否可以有一个.exe文件?我想要一个.exe文件,双击.exe文件后将开始安装。我看到很多应用程序的工作方式与我所说的单个.exe文件的方式相同。我想知道我无法在网络上找到我的问题的答案。 最佳答案 您只需要WinZip、7-zip

windows - 无法安装 heroku 核心插件

Windows8.1、64b上周一切顺利。每当我运行heroku命令时,它都会尝试安装heroku核心插件,例如:C:\Users\Usr\Documents\Aptana3_Workspace\mobile-site>herokurunInstallingcorepluginsheroku-apps,heroku-fork,heroku-git,heroku-local,heroku-run,heroku-status...?module.js:338?throwerr;?^??Error:Cannotfindmodule'./bin/npm-cli.js'?atFunction.M

windows - 使用 Inno Setup 安装 IIS

我正在尝试使用InnoSetup安装IIS,但出现了各种错误。我在DOS上尝试了命令并且有效:start/wpkgmgr/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-ManagementService;IIS-CGI;IIS-RequestFiltering;IIS-ASPNET;IIS-HttpLogging;IIS-NetFxExtensibility;IIS-HttpErrors;IIS-DefaultDocument;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-S

android - 无法在 Windows 上最近安装的 Android Studio 上构建 Support7Demos

我试图构建Support7Demos,但我一直遇到问题。初始错误:Error:(23,21)Noresourcefoundthatmatchesthegivenname:attr'colorAccent'.Error:(21,21)Noresourcefoundthatmatchesthegivenname:attr'colorPrimary'.Error:(22,21)Noresourcefoundthatmatchesthegivenname:attr'colorPrimaryDark'.Error:(2)Errorretrievingparentforitem:Noresourc

windows - 如何使Windows安装更快

我的应用程序支持Windows7、8、8.1和10(一个安装程序并使用VisualStudio2015)。我们的安装iso很大,包含native,使用支持内容管理二进制文件,例如.net框架C++可再发行组件图像文件、帮助文档和示例项目等内容。Installer由Wix开发。但是安装大约45分钟需要很长时间。五年前就像15分钟。但是当内容增长时,它需要不可察觉的时间。现在我正在考虑改善用户体验,并考虑是否可以做一些事情来加快安装过程。所以在这里我要问“是否有一些东西(实践)可以帮助在windows环境中更快地安装?”顺便说一句,我觉得这是每个人都面临的一个常见问题,而且不确定之前是否有

windows - 永久安装旁加载 Windows 应用商店应用

我开发了一个Windows应用程序并将其安装在一些Windows8设备上。在安装过程中,我必须使用我的Microsoft帐户登录,我收到消息说我必须在6个月后重复该操作。现在我要求该应用程序在此设备上永久运行,而无需每6个月签署一次Microsoft帐户。我找到了这个article带有此注释:当用户尝试打开需要开发者许可证的应用程序时,系统会提示用户续订许可证(如果许可证已过期)。此步骤要求用户登录其Microsoft帐户。我可以在没有开发者许可的情况下安装该应用吗?我的问题的解决方案是企业侧载吗?(这是如何工作的?) 最佳答案 如

windows - 安装期间 Windows 对话框中缺少发布者名称

我已经使用Install4jIDE创建了安装程序可执行文件。当我获取可执行文件并在其他系统上运行可执行文件时。我收到一个警告对话框。缺少发布者名称。请引用附图。我已经在install4jIDE的常规设置下的应用程序信息选项卡中设置了发布者名称。如何在Windows对话框中获取发布者名称? 最佳答案 您必须签署您的安装程序,然后您的代码签名证书中的名称将显示在UAC提示中。install4j中的发布者文本字段仅用于windows控制面板中的卸载信息。 关于windows-安装期间Windo

windows - 无法在 Vagrant 安装的 Windows 2008 R2 Standard 中运行 PowerShell 脚本

我无法运行此PowerShell脚本#Execute.exefileGet-ChildItem"C:\vagrant"-Filter*.exe|WhereName-NotMatch'.*NoDB\.exe$'|%{New-Objectpsobject-Property@{No=[int]([regex]::Match($_.Name,'(?在WindowsWindows2008R2Standard因为**********************WindowsPowerShellTranscriptStartStarttime:20160719080730Username:VAGRANT

windows - 为什么 gulp.watch 或 fs.watch 在 Windows 上的 Ubuntu 上的 Bash 上不起作用?

在Windows上的Ubuntu上的Bash上,像这样的gulp任务;gulp.task('default',function(){gulp.watch('./',function(){console.log('change!')});});或者直接从节点调用fs.watch;node-e"require('fs').watch('./')"都失败并出现以下情况;Error:watch./EPERMatexports._errnoException(util.js:1012:11)atFSWatcher.start(fs.js:1429:19)atObject.fs.watch(fs.