hlleng
hlleng
找到输出乱码的问题了,被https://github.com/yanyiwu/cppjieba/issues/62 给误导了,看了这个回答把文件编码改为了UTF-8,控制台始终输出乱码,今天看了下,控制台只能输出GB2312的编码,并且不能修改,于是把文件编码改回了GB2312,就能正常输出了。 一句话总结,GB2312编码没问题的,没必要转UTF-8。但是现在还有个问题就是加载字典的速度太慢了,需要30S才能加载完成,还不知道是哪儿的问题
@cgoxopx VS要改为release模式,debug模块很慢的
感谢回答,webhookit的确很好用。不过现在遇到另一个问题,我在一台阿里云服务器上正常配置,也能正常使用。但是换了另一台服务器,安装完毕执行webhookit_config就报错。这点让我很头疼。 报错信息如下  安装信息如下 
的却是版本问题,换位2.7就OK了。真的很好用。
已经提交了,水平不够,见谅
> same issue with `v2ray-core_4.44.0-1_mipsel_24kc.ipk`: > > > root@GL-MT1300:~# v2ray --version > > Error relocating /usr/bin/v2ray: __nanosleep_time64: symbol not found > > my `/etc/openwrt_release`: > > > root@GL-MT1300:~# cat /etc/openwrt_release...
现在最新版本还没有支持图床么? 可以考虑支持Picgo,工作量会小很多
> @lenghonglin fyi At first, From a design perspective, i think the `task->start`calculation method should stay the same. At Second, For my application scenario, I assumed audio formats of 16K,16bit,1ch,...
> So the Low Latency (LL) scheduler is designed for simple 1ms periodic synchronous work with tghe following rules > > 1. tasks cannot be preempted. > 2. all tasks...
> @lenghonglin can you give more context here, what was the flow where the issue occured. @lyakh @kv2019i fyi. At first , the topology file is defined the `PIPELINE_PCM_ADD` which...