码迷,mamicode.com
首页 >  
搜索关键字:requires    ( 1011个结果
logstash5.x安装及简单运用
Logstash requires Java 8. Java 9 is not supported. 1、检测是否安装了java环境 2、安装logstash,这里采用rpm安装 https://artifacts.elastic.co/downloads/logstash/logstash-5.6 ...
分类:其他好文   时间:2017-09-20 17:49:19    阅读次数:3660
[.NET Core 32]升级vs code之后,vs code无法调试net core web项目
错误提示&处理方法 参考链接:https://github.com/OmniSharp/omnisharp-vscode/issues/1742 错误:The .NET Core debugger cannot be installed. The debugger requires macOS 10 ...
分类:Web程序   时间:2017-09-17 00:28:37    阅读次数:545
umount 强制卸载
umount -lf /mnt 强制卸载文件 -f Force unmount (in case of an unreachable NFS system). (Requires kernel 2.1.116 or later.) -l Lazy unmount. Detach the filesy ...
分类:其他好文   时间:2017-09-15 22:41:44    阅读次数:449
使用Vuex, IE浏览器报错
错误: [vuex] vuex requires a Promise polyfill in this browser. 原因:因为使用了 ES6 中用来传递异步消息的的Promise,而IE低版本的浏览器不支持。 解决方法: 第一步: 安装 babel-polyfill 。 babel-polyf ...
分类:其他好文   时间:2017-09-15 14:44:12    阅读次数:124
IE9报vuex requires a Promise polyfill in this browser问题解决
因为使用了 ES6 中用来传递异步消息的的Promise,而IE低版本的浏览器不支持。 如图所示: 解决方法第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 npm install --save babel-polyf ...
分类:其他好文   时间:2017-09-12 17:39:42    阅读次数:191
python 安装 setuptools Compression requires the (missing) zlib module 的解决方案
安装 setuptools 的时候,报如下错误: creating 'dist/setuptools-0.6c11-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to itTraceback (most recent call last): ...
分类:编程语言   时间:2017-09-12 16:10:04    阅读次数:193
LeetCode 659: Split Array into Consecutive Subsequence
Note: 1. If it does not belong any sequences : append.getOrDefault(num, 0) == 0, create a new sequence. It requires num + 1 and num + 2 count > 0. 2. ...
分类:其他好文   时间:2017-09-10 15:48:54    阅读次数:144
[maven] "Dynamic Web Module 3.0 requires Java 1.6 or newer." OR "JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer."
在网上下载的开源工程,用maven构建的时候报错: Dynamic Web Module 3.0 requires Java 1.6 or newer. JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer. 即使你把properties ...
分类:编程语言   时间:2017-09-09 20:17:26    阅读次数:178
Retrofit 简介 wiki 文档
简介Type-safe HTTP client for Android and Java by Square, Inc.GitHub主页:https://github.com/square/retrofit/WIKI 官网&简易教程 JAR包 依赖与混淆Retrofit requires at mi... ...
分类:其他好文   时间:2017-09-07 11:59:38    阅读次数:229
yum报错setup has installed conflicts filesystem < ('0', '3', None): filesystem
yum安装出现以下错误:Error:Depsolvinglooplimitreached.Error:Package:cloog-ppl-0.15.7-1.2.el6.x86_64(@anaconda-CentOS-201508042137.x86_64/6.7)Requires:libgmp.so.3()(64bit)Removing:gmp-4.3.1-7.el6_2.2.x86_64(@anaconda-CentOS-201508042137.x86_64/6.7)libgmp.so...
分类:其他好文   时间:2017-09-07 11:00:18    阅读次数:420
1011条   上一页 1 ... 40 41 42 43 44 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!