草庐IT

gulp-load-plugins

全部标签

plugins - 如何在 Intellij 15 中降级 Kotlin

对于我的一个项目,我需要使用Kotlin1.0.0-1038(测试版),但要安装它,我可能需要卸载较新版本的kotlin,但它没有应有的卸载按钮。如何降级Kotlin?IntelliJIDEA15.0.4 最佳答案 重要更新:正如@yole评论的那样,这是一个糟糕的解决方案,因为它会破坏事情。没有正确的方法可以在不破坏安装的情况下降级捆绑的插件。相反,请考虑将项目升级到最新的Kotlin版本。您已将该插件与IntelliJIDEA捆绑在一起。风险自负,您可以从IntelliJIDEA安装中手动删除其文件夹(plugins/kotli

node.js - 在 Docker VM 中,Gulp-Watch 似乎不适用于从主机操作系统托管的卷

所以我有一个设置,可能和大多数人一样,他们的应用代码通过单独的卷安装到Docker容器中。问题是,如果我运行gulp,特别是gulp-watch,以监视docker中的文件修改等,在docker容器中安装的应用程序代码上,以便根据需要在docker容器中正确构建和重新启动Node,它似乎使cpu密集型(如轮询文件更改而不是监听文件更改事件)到我的机器崩溃的地步。我认为这是由于将文件系统从本地主机安装到docker容器的限制,但是人们如何解决这个问题?他们是否在容器中完成所有工作?原生主机然后不断构建?还是我错过了一些我的设置与gulp-watch/nodemon不正确的地方?

java - 未能执行目标 org.codehaus.mojo :tomcat-maven-plugin:1. 1:deploy (default-cli)

我正在尝试执行mvntomcat:deploy,但遇到了错误[ERROR]Failedtoexecutegoalorg.codehaus.mojo:tomcat-maven-plugin:1.1:deploy(default-cli)onprojectappanalytix:CannotinvokeTomcatmanager:Connectionrefused:connect->[Help1]org.apache.maven.lifecycle.LifecycleExecutionException:Failedtoexecutegoalorg.codehaus.mojo:tomcat

java - 未能执行目标 org.codehaus.mojo :tomcat-maven-plugin:1. 1:deploy (default-cli)

我正在尝试执行mvntomcat:deploy,但遇到了错误[ERROR]Failedtoexecutegoalorg.codehaus.mojo:tomcat-maven-plugin:1.1:deploy(default-cli)onprojectappanalytix:CannotinvokeTomcatmanager:Connectionrefused:connect->[Help1]org.apache.maven.lifecycle.LifecycleExecutionException:Failedtoexecutegoalorg.codehaus.mojo:tomcat

spring - 得到错误 : Could not load JDBC driver class [org. postgresql.Driver]

我正在尝试运行Junit测试,之前只配置了没有maven的项目,现在我正在尝试进行此集成,但我在以下错误中停止:java.lang.IllegalStateException:FailedtoloadApplicationContextatorg.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157)atorg.springframework.test.context.support.DependencyInjectionTestExecutionListener.inje

spring - 得到错误 : Could not load JDBC driver class [org. postgresql.Driver]

我正在尝试运行Junit测试,之前只配置了没有maven的项目,现在我正在尝试进行此集成,但我在以下错误中停止:java.lang.IllegalStateException:FailedtoloadApplicationContextatorg.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157)atorg.springframework.test.context.support.DependencyInjectionTestExecutionListener.inje

ruby - 沙发土 bean : no such file to load -- json/add/rails

当我“需要”couch_potatogem时,出现以下错误:LoadError:nosuchfiletoload--json/add/railsfrom/Library/Ruby/Site/1.8/rubygems/custom_require.rb:59:in`gem_original_require'from/Library/Ruby/Site/1.8/rubygems/custom_require.rb:59:in`require'from/Library/Ruby/Gems/1.8/gems/couch_potato-0.5.7/lib/couch_potato.rb:4fro

ruby - $LOAD_PATH 和 $: different? 怎么样

我需要知道我的Ruby加载路径中有什么,所以我这样做了:$ruby-e"puts$LOAD_PATH"它没有打印出任何东西,这是我没有预料到的。所以我尝试了这个:$ruby-e"puts$:"/usr/local/lib/site_ruby/1.8/usr/local/lib/site_ruby/1.8/i486-linux/usr/local/lib/site_ruby/1.8/i386-linux/usr/local/lib/site_ruby/usr/lib/ruby/vendor_ruby/1.8/usr/lib/ruby/vendor_ruby/1.8/i486-linux/

ruby - 使用 gulp 运行 compass 任务会导致 LoadError

当使用Gulp(在OSX上)运行罗盘任务时,我收到以下错误。我已经尝试安装特定版本的compass和sass(以各种顺序),但没有任何显着效果。[17:25:46]LoadErroronline["54"]of/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:cannotloadsuchfile--compass/import-once/activateRunwith--tracetoseethefullbacktraceevents.js:72thrower;//Unhandled'error'event^Err

ruby - kernel_require.rb :54 in 'require' : Cannot load such file (from GitHub repository)

我克隆了一个GitHub目录,因为我想帮助一个开源项目。下面列出了该项目的链接,您可以自己尝试一下。https://github.com/tupini07/RubyMan根据README,我做了以下事情gitclonehttps://github.com/tupini07/RubyMancdprojects/RubyManrubymain.rb编辑我通过运行geminstallwin32console解决了第一个问题,但我仍然遇到同样的问题。错误信息C:\Users\darkmouse\Documents\Projects\RubyMan>rubymain.rbC:/Ruby200/l