需要更改你的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
解决方法: 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
1.the HTTP rewrite module requires the PCRE library. 安装pcre-devel: yum -y install pcre-devel 检查成功: 编译并安装: ...
分类:
其他好文 时间:
2017-04-24 15:25:59
阅读次数:
271
一:开始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
Q1: Gradle '×××' project refresh failed. re-download dependencies and sync project (requires network) ...
分类:
移动开发 时间:
2017-04-19 09:33:53
阅读次数:
276
起因:在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
错误提示: ./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,写正则表达式相关代码如下: 报错如下: raise error("look-behind requires fixed-width pattern")sre_constants.error: look-behind requires fixed-width pattern 在 ...
分类:
编程语言 时间:
2017-04-14 23:53:34
阅读次数:
2100
一、现象: 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 laravel 4.2 用composer 安装任何包都会报这个错,通过谷歌找到laravel github 上有issue : https://github.com/larave ...
分类:
其他好文 时间:
2017-04-10 10:55:06
阅读次数:
394