Beace
Beace
我在项目根目录下运行 ``` sh https.sh beacelee.com www.beacelee.com ``` 后,成功了。但是,再次启动服务nginx,报这样的错: ``` nginx: [emerg] BIO_new_file("/etc/nginx/%path/ssl/chained.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/%path/ssl/chained.pem','r') ``` 是因为我事先没有安装证书吗,之前在apache的环境下有装,后来切换到nginx,试问证书需要重装吗?
You can use `git fetch origin --prune --tags` to sync remote tags to your local. If you do not have any tag, you should `git tag xxx` to create tag.
好像利用 `outline` 也能实现 ```css li:hover input[type=checkbox] { outline: 10px solid red !important; outline-offset: -10px; } input[type=checkbox] { position: relative; color: inherit; outline:10px solid #008080; outline-offset: -10px; } li:nth-child(2n + 1)...
> outline是可以的,不过outline不好实现圆角,用伪元素实现更灵活。 > > 另外outline也可以利用currentColor,没有必要写三条规则,代码可以直接简化成: > > ```css > input[type=checkbox] { > position: relative; > color: inherit; > outline:10px solid; > outline-offset: -10px; > } > ``` > > 直接这样就行了。...
I have the same problem. ``` unionfs -o cow,max_files=32768 -o allow_other,use_ino,suid,dev \ /var/root/.npminstall/rapid-mode/repo_17c505e6f94d9e9348b3470f207c0962/root_d41d8cd98f00b204e9800998ecf8427e/overlay/upper=RW:/var/root/.npminstall/rapid-mode/mnt/repo_17c505e6f94d9e9348b3470f207c0962/root_d41d8cd98f00b204e9800998ecf8427e=RO /private/var/root/repo/node_modules ``` I get ``` Failed to open /var/root/.npminstall/rapid-mode/mnt/repo_17c505e6f94d9e9348b3470f207c0962/root_d41d8cd98f00b204e9800998ecf8427e/: No such file or directory. Aborting! ``` 
> Or another option is to use the `Proxy::custom()`, and check the environment yourself. Can we change the `Proxy::system` API to pub's ? Because I want to reuse reqwest's proxy...
我其实是想爬 npmjs 的这个分页接口 `https://www.npmjs.com/~eggjs`,比较全
现在复现不了了,就初始化项目,建表,然后我往本地nfs publish 下,再请求下 unpkg 的 GET,就第一次这样。
集成的教程估计有点过时了,我愣是没找着这个东西 @elrrrrrrr ```ts import { cnpmcoreConfig } from 'cnpmcore/common/config'; ```