-
mysql 版本为5.7.13,通过apt-get直接安装
操作系统为 ubuntu16.04
错误日志:
2016-09-03 09:09:16 ./deps/cppjieba/DictTrie.hpp:138 FATAL exp: [ifs.is_open()] false. open /usr/share/dict/jieba.dict.utf8 failed.
01:09:16 UTC…
-
qinwf updated
7 years ago
-
qinwf updated
7 years ago
-
整了一个新的CMakeLists.txt,如下,根据老版本弄的。文件结构有小改变,如果PR接受,我再整整,然后提交,怎么样?
```cmake
cmake_minimum_required(VERSION 3.20)
project(cppjieba
LANGUAGES CXX
VERSION 2.0.0)
###################…
-
I want to thank the maintainers of this library for their hard work. We are currently integrating it into [Manticore Search](https://github.com/manticoresoftware/manticoresearch) (rel. issue https://g…
-
better-sqlite3 -v:9.6.0
const st1 = db.prepare(`SELECT simple_highlight(t_content_idx, 0, '', '') AS highlight_content FROM t_content_idx where highlight_content match jieba_query('a')`)
…
-
# github.com/yanyiwu/gojieba
In file included from /home/susu/go/pkg/mod/github.com/yanyiwu/gojieba@v1.0.0/deps/cppjieba/Unicode.hpp:9,
from /home/susu/go/pkg/mod/github.com/yanyiwu…
-
# github.com/yanyiwu/gojieba
In file included from D:\ProgramFiles\Go\gopath\pkg\mod\github.com\yanyiwu\gojieba@v1.1.0\deps/cppjieba/Unicode.hpp:9,
from D:\ProgramFiles\Go\gopath\pk…
-
mac下运行 `sh build-ios-shared.sh` 编译报错:
`
[100%] Linking CXX shared library ../../lib/libsherpa-onnx-c-api.dylib
ld: warning: duplicate -rpath '@loader_path' ignored
ld: warning: ignoring duplicate …
-
使用 go mod 管理依赖时 不会自动下载 deps 里面的文件 如果使用 go build -mod=vendor 时会出现找不到文件错误