lidawei
lidawei
my markdown: ```markdown ```java public interface List extends Collection { // 内容省略 } ``` ``` my go code: ```golang input := []byte(article.Content) unsafe := blackfriday.Run(input, blackfriday.WithExtensions(blackfriday.CommonExtensions)) p := bluemonday.UGCPolicy() p.AllowAttrs("class").Matching(regexp.MustCompile("^language-[a-zA-Z0-9]+$")).OnElements("code")...
- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...
installation translation to Chinese done. 安装向导翻译为简体中文完成。
site_meta中没有配置CDN时,提示错误如下: ``` [Aurora config error]: cdn in site_meta is not configured, please provide the cdn configure in _config.aurora.yml ``` 当在site_meta中配置了CDN时: ```yml site_meta: cdn: cn ``` 报错如下: ``` INFO Validating config...
这个.DS_Store文件是你的Mac上的访达(旧版本称为Finder)自己生成自己用的,用户不需要用它,发布版本的时候可以将它忽略,不要打包压缩进去。毕竟,别的操作系统(如Linux、Windows)也不认识它。
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? X38.2 ### What version of Go are you using (`go version`)? go version go1.19.5...
如下图所示: 
以至于不知道自己现在的版本是多少。
如题,当目标服务器异常,网络异常导致连接僵死的时候,WindTerm可能卡死无响应,需要强杀。