fanybook

Results 21 issues of fanybook

Why not make a MySQL image :D

1. fixed mysql warning (@see: https://github.com/knex/knex/blob/e37aeaa31c8ef9c1b07d2e4d3ec6607e557d800d/lib/dialects/mysql/query/compiler.js#L15) 2. fixed error with jsonColumns

有 include 页面时,缩进表现的不好,现在貌似被 gofmt 格式化过,除了缩进还有没用的多余空行 预期的效果,是能尽量保持 .html 的缩进 现在的表现: userlist.html.go ```go for _, user := range userList { buffer.WriteString(` `) buffer.WriteString(` `) hero.EscapeHTML(user, buffer) buffer.WriteString(` `) buffer.WriteString(` `) } ```...

enhancement

1. 父模板在 _layouts 目录下的情况 ``` 2020/02/17 10:35:57 CreateFile F:\workspace-go\api-server\app\views\front\_layouts\base.html___jb_old___: The system cannot find the file specified ``` 2.父模板目录名很正常的情况 ``` 2020/02/17 10:38:15 dependency F:\workspace-go\api-server\app\views\front\index.html not parsed ```

bug

> Use the CRYPT_BLOWFISH algorithm to create the hash. This will produce a standard crypt() compatible hash using the "$2y$" identifier. like [php](http://php.net/manual/zh/function.password-hash.php)

* Related Issues: _#IssueNumber if necessary_ * Previous PRs: _#PRNumber if this PR is a follow-up_ ## Introduction when set attribute in event `fetched:collection` ```js this.on('fetched:collection', function(collection, response, options) {...

- [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,...

【问题】: 把 = 0 删掉,才能算基本正常。 否则连基本的严格匹配都做不到 【延展】: 我觉得 1.敏感词光有一个词典还是不够的,还要有排除的字典,比入屌和丝一起出现,就不用管 2.在tree匹配到单字还要看后面一个字是否能在字典里严格匹配,比如 "我是"这种竟然也会算为敏感 3.还有同音字,如果能转拼音,然后联想同音字更好 当然,越说越复杂,实现起来需要的精力也越多,随便说说,2333

希望能出个教程 没怎么弄过 java 但是感觉能配合 DBeaver 使用