LoeRfy

Results 6 comments of LoeRfy

因为在本地监听的 3000 端口没有添加 TLS 证书:https://github.com/WincerChan/mirror/blob/master/index.go#L100 所以采用 https 的协议方式是无法访问的, 如果想要本地支持 https 访问的话,需要自己签一张证书,然后用 http.ListenAndServeTLS 监听 443 端口即可。

居然碰到校友了!第一个知道写独立博客的校友哈哈

> @luyuhuang > > 居然碰到校友了!第一个知道写独立博客的校友哈哈 > > 幸会! 你的 blog 写得很棒! 过奖,你的博客也很不错,那就加个友链如何

> @luyuhuang > > @WincerChan > > 过奖,你的博客也很不错,那就加个友链如何 > > 没问题, 已经加上了 我也已经加上

I previously used Cangjie and Tantivy in my project, but now I’m using a token stream that I implemented myself. You can check out the repo here: https://github.com/WincerChan/search-api/tree/master/src/tokenizer