码迷,mamicode.com
首页 >  
搜索关键字:requires    ( 1011个结果
- symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, ma
需要更改你的php.ini文件 问题源:http://stackoverflow.com/questions/16753105/problems-with-lib-icu-dependency-when-installing-symfony-2-3-x-via-composer ...
分类:其他好文   时间:2017-04-27 17:54:03    阅读次数:276
【maven】pom.xml文件没错,但是项目有小红叉,Problems中可以看到错误:“Dynamic Web Module 3.0 requires Java 1.6 or newer.”
解决方法: 1.将 1 <plugin> 2 <groupId>org.apache.maven.plugins</groupId> 3 <artifactId>maven-compiler-plugin</artifactId> 4 <version>2.3.2</version> 5 <conf ...
分类:编程语言   时间:2017-04-25 17:01:27    阅读次数:170
nginx configure 错误记录
1.the HTTP rewrite module requires the PCRE library. 安装pcre-devel: yum -y install pcre-devel 检查成功: 编译并安装: ...
分类:其他好文   时间:2017-04-24 15:25:59    阅读次数:271
nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37
一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 1 nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf ...
分类:Web程序   时间:2017-04-21 16:39:02    阅读次数:1306
Android Studio常见问题
Q1: Gradle '×××' project refresh failed. re-download dependencies and sync project (requires network) ...
分类:移动开发   时间:2017-04-19 09:33:53    阅读次数:276
解决在sdk manager中更新文件后出现This Android SDK requires Android Developer Toolkit version 23.1的错误
起因:在sdksdk manager中更新了adt及其它的支持库后,eclipse报错:This Android SDK requires Android Developer Toolkit version 23.1的错误。但是sdksdk manager中明明显示23.1的adt是已经instal ...
分类:移动开发   时间:2017-04-18 09:49:09    阅读次数:173
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
错误提示: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel与openssl-devel解决问题 yum -y install pcre-devel openssl openssl- ...
分类:Web程序   时间:2017-04-17 12:38:04    阅读次数:159
Python 正则表达式相关问题
这几天学习python,写正则表达式相关代码如下: 报错如下: raise error("look-behind requires fixed-width pattern")sre_constants.error: look-behind requires fixed-width pattern 在 ...
分类:编程语言   时间:2017-04-14 23:53:34    阅读次数:2100
解决安装xcode后git使用报错的问题
一、现象: htmlxdeMacBook-Pro:demo htmlx$ git status Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and ...
分类:其他好文   时间:2017-04-11 13:47:06    阅读次数:324
laravel4 composer报错 d11wtq/boris v1.0.10 requires ext-pcntl
laravel4 composer报错 d11wtq/boris v1.0.10 requires ext-pcntl laravel 4.2 用composer 安装任何包都会报这个错,通过谷歌找到laravel github 上有issue : https://github.com/larave ...
分类:其他好文   时间:2017-04-10 10:55:06    阅读次数:394
1011条   上一页 1 ... 46 47 48 49 50 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!