ykfq
ykfq
Its really useful to seperate the dest files as our nginx configuration file is growing very large with thousands of lines.
很久以前是支持全文搜索的
7 years after your answer, you saved my time. Thank you
能写出这么长的 if/else 真的是难为你了
但是,sstap 测试显示,upd 还是没有通过
You should add these two lines in nginx.conf inside http: ```conf vhost_traffic_status_zone shared:vhost_traffic_status:32m; vhost_traffic_status_filter_by_host on; ```
为了达到更好的阅读效果,我在 `Tampermonkey` 中增加了一个本地脚本 ```javascript // ==UserScript== // @name Better gopl read // @namespace http://tampermonkey.net/ // @version 0.1 // @description 调整 Gopl 页面宽度及字体大小,以便更加适合阅读。 // @author High Jiang // @match *://book.itsfun.tk/* //...
更新: 最新构建镜像地址请使用 https://book.itsfun.top/gopl-zh 之前的域名 itsfun.tk 是在 freenom 上免费申请的,一年免费期明明要到明年4月份才到,但是最近被莫名删除了,已经是第二次遇到,再也不敢用了
Use `--set` to add custom_channels: ```bash conda config --set custom_channels.conda-forge https://example.org ``` or you can edit `~/.condarc` and add following lines: ``` custom_channels: conda-forge: https://example.org ```
Faced with same issue when I restart promtheus, then I upgrade promtheus to latest 2.24.0 and restart I again, the problem disappeared.