You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| <?php | |
| /** | |
| * 微信PHP-SDK | |
| * 服务器端必须要有 CURL 支持 | |
| * 2015年7月修正版本 | |
| * @author 、小陈叔叔 <cjango@163.com> | |
| * https://coding.net/u/cjango/p/wechat_sdk/git | |
| * 7月10日,完善红包功能, | |
| */ | |
| namespace Tools; |
| <?php | |
| namespace App\ActiveRecord; | |
| class PostRepository | |
| { | |
| private $cache; | |
| public function __construct(Cache $cache) | |
| { | |
| // Any set() / get() cache implementation. |
| npm set registry https://r.npm.taobao.org # 注册模块镜像 | |
| npm set disturl https://npm.taobao.org/dist # node-gyp 编译依赖的 node 源码镜像 | |
| ## 以下选择添加 | |
| npm set sass_binary_site https://npm.taobao.org/mirrors/node-sass # node-sass 二进制包镜像 | |
| npm set electron_mirror https://npm.taobao.org/mirrors/electron/ # electron 二进制包镜像 | |
| npm set ELECTRON_MIRROR https://cdn.npm.taobao.org/dist/electron/ # electron 二进制包镜像 | |
| npm set puppeteer_download_host https://npm.taobao.org/mirrors # puppeteer 二进制包镜像 | |
| npm set chromedriver_cdnurl https://npm.taobao.org/mirrors/chromedriver # chromedriver 二进制包镜像 | |
| npm set operadriver_cdnurl https://npm.taobao.org/mirrors/operadriver # operadriver 二进制包镜像 |
| 链接 | |
| https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-tutorial.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/botr/ryujit-overview.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/botr/porting-ryujit.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/building/viewing-jit-dumps.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/project-docs/clr-configuration-knobs.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/building/debugging-instructions.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/botr/clr-abi.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/design-docs/finally-optimizations.md | |
| https://github.com/dotnet/coreclr/blob/release/1.1.0/Documentation/design-docs/jit-call-morphing.md |