Rodney Cheung
Rodney Cheung
分词好像不起作用
你好,我用cmake GUI生成了vs 2017的工程,运行demo后发现控制台输出的分词结果是一个字一分的。  这个应该是只需要include几个jieba的hpp和deps目录下的几个头文件,再加上几个词典就可以运行了吧,不知道我的理解对不对。
Hello!If we add binder native service to aosp source tree,modify sepolicy and add the service into service manager.Can we get cpu usage info by service's code?For example,use popen to exec...
如题,其他情况工作都良好,在README中使用front-matters时不起作用。但是,当front-matters中title的值为README时,front-matters就会起作用,生成出来的SUMMARY中会将章节名设置为README. ``` --- title: README author: xxx date: 2020-11-15 06:01:25 last_author: xxx last_edit_time: 2020-11-21 14:07:08 --- ```
 after upgrade from 6.2 to 6.3,I cannot see text on copyq window.I tried to restart the copyq but the text disappear after a few nimutes
I build shared library with cmake by: ``` cmake -B build_v140_x64 -G "Visual Studio 14 2015" -A x64 -DYAML_BUILD_SHARED_LIBS=on -DYAML_CPP_BUILD_TESTS=off cmake --build build_v140_x64 --config Release ``` The demo yaml file...