[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
解决 修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。 把其中的start-timeout="45" 改为 start-timeout="300" 或者更长,根据工程大小来设置。最后重启eclipse ...
分类:
其他好文 时间:
2018-05-12 03:24:28
阅读次数:
166
毕竟丰富的第三方库是python的优势所在,为了更加方便的安装第三方库,使用pip命令,我们需要进行相应的安装。 1、安装pip前需要前置安装setuptools 命令如下: 如果前面没布置好环境的话,就要苦逼一下了: 报错: RuntimeError: Compression requires t ...
分类:
系统相关 时间:
2018-05-11 20:29:23
阅读次数:
200
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
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
使用Vuex, IE浏览器报错 因为使用了 ES6 中用来传递异步消息的的Promise,而IE低版本的浏览器不支持。 解决方法 第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 第二步: build/webpack. ...
分类:
其他好文 时间:
2018-05-04 12:06:28
阅读次数:
167
安装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模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr ...
分类:
其他好文 时间:
2018-05-02 17:00:36
阅读次数:
111
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
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