使用 Composer 镜像加速有两种选项: 选项一:全局配置,这样所有项目都能惠及(推荐); 选项二:单独项目配置; 选项一、全局配置(推荐) $ composer config -g repo.packagist composer https://...
笔记
SBT添加国内镜像
在sbt的conf文件夹新建repositories文件 [repositories] local aliyun: http://maven.aliyun.com/nexus/content/groups/public/ central: http://repo1.maven.org/maven2/ 在sbtconfig.txt中根据sbt目...
gradle和maven根据不同平台使用不同依赖
gradle: apply plugin: 'java' repositories { jcenter() } configurations { winCompile //compileOnly.extendsFrom winCompile //testCompile.extendsFrom winCompile // Assumi...
windows下gitlab8.7.13
最终进行到libc停止 安装charlock_holmes https://my.oschina.net/zengde/blog/860672 escape_utils 1.1.1 buffer.c (a->size < b->size) ? a->size : b->size 或 buffer.h #ifnd...
vs 2015错误C2338
错误 C2338 /RTCc rejects conformant code, so it isn't supported by the C++ Standard Library. Either remove this compiler option, or define _ALLOW_RTCc_IN_STL to acknowledge that you have received t...