码迷,mamicode.com
首页 >  
搜索关键字:requires    ( 1011个结果
centos7 redis requires Ruby version -= 2.2.2 问题解决
[root@localhost ~]# gem install redis Fetching: redis-4.0.1.gem (100%) ERROR: Error installing redis: redis requires Ruby version >= 2.2.2.<br>
分类:其他好文   时间:2018-05-17 15:18:41    阅读次数:395
启动Tomcat 7.0 报 Server Tomcat v7.0 was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
解决 修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。 把其中的start-timeout="45" 改为 start-timeout="300" 或者更长,根据工程大小来设置。最后重启eclipse ...
分类:其他好文   时间:2018-05-12 03:24:28    阅读次数:166
Linux上安装pip以及setuptools
毕竟丰富的第三方库是python的优势所在,为了更加方便的安装第三方库,使用pip命令,我们需要进行相应的安装。 1、安装pip前需要前置安装setuptools 命令如下: 如果前面没布置好环境的话,就要苦逼一下了: 报错: RuntimeError: Compression requires t ...
分类:系统相关   时间:2018-05-11 20:29:23    阅读次数:200
Mac OS 上 VIM 8.0 安装体验
VIM 8.0 赶在中秋前发布 The best way to install Vim on Unix is to use the sources. This requires a compiler and its support files. Compiling Vim isn't difficu ...
分类:系统相关   时间:2018-05-09 20:50:39    阅读次数:261
Eclipse编译Android项目时出现的问题:Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead.
Consle: Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. Please use Android Tools > Fix Project Properties. 然而,按照提示的方法,右键项目 ...
分类:移动开发   时间:2018-05-06 14:59:37    阅读次数:265
IE报vuex requires a Promise polyfill in this browser问题解决
使用Vuex, IE浏览器报错 因为使用了 ES6 中用来传递异步消息的的Promise,而IE低版本的浏览器不支持。 解决方法 第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 第二步: build/webpack. ...
分类:其他好文   时间:2018-05-04 12:06:28    阅读次数:167
eclipse安装SVN插件遇见问题笔记
安装SVN有时候出现 Subclipse Integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in "org.eclipse.mylyn.tasks.core (3.0.0)", or compatible.错误, 这个不要紧 解决办 ...
分类:系统相关   时间:2018-05-03 20:51:34    阅读次数:253
Nginx启动SSL功能
Nginx启动SSL功能,并进行功能优化,你看这个就足够了 一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr ...
分类:其他好文   时间:2018-05-02 17:00:36    阅读次数:111
mysql 安装
this application requires .net framework 4.5.2 please install the .net framework then run this installer again for more information please see 此应用程序需要 ...
分类:数据库   时间:2018-04-30 22:47:36    阅读次数:258
4-1验证码类封装之GD库验证
1 =')) 40 { 41 throw new \Exception("GD requires GD version '2.0.1' or greater, you have " . $version); 42 } 43 44 self::$_check = true; 45 return sel... ...
分类:其他好文   时间:2018-04-30 13:31:39    阅读次数:156
1011条   上一页 1 ... 32 33 34 35 36 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!