最近从官网下载的chm文件格式的样式出错了,看着太费劲,新下载的几个版本错误仍然没修复,这只好自己整了,这其中走了不少弯路,总算是完成了,通过观察phd代码,之所以chm手册的样式丢失是因为样式文件(http:/...
笔记
Composer 中文镜像 / Packagist 中国全量镜像
使用 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...