csyangchen
csyangchen
use pointer type Person struct { Name string Sex bool Content *json.RawMessage }
may I suggest use `url.UserInfo` to format and parse user:passwd field? also, use url compliant dsn scheme would be great, and save a lot dsn related parsing / formating code....
搜索分词是分词加个后处理规则: 把所有长度为2或者3的子串查一遍在不在词典, 在的话输出 https://github.com/fxsjy/jieba/blob/67fa2e36e72f69d9134b8a1037b83fbb070b9775/jieba/__init__.py#L343 vivos中vivo刚好不符合这个规则, 可以自行加逻辑处理. 或者用[AC](https://github.com/WojciechMula/pyahocorasick)之类的找出所有字典词