wangy325

Results 5 comments of wangy325

> 修改fastdfs-nginx-module-1.20/src/config文件,修改如下: > ngx_module_incs="/usr/include/fastdfs /usr/include/fastcommon/" > CORE_INCS="$CORE_INCS /usr/include/fastdfs /usr/include/fastcommon/" > 然后重新configure make make install,就可以了 nginx1.16.1,module 1.2 , 编译成功,谢谢大佬🙏 --- edit nginx 换1.12; 通过 > `wget https://github.com/happyfish100/fastdfs-nginx-module/archive/5e5f3566bbfa57418b5506aaefbe107a42c9fcb1.zip` 获取模块 配置过程可参考 [https://www.cnblogs.com/chiangchou/p/fastdfs.html#_label3_0](url)

`shell.sh npm ERR! Linux 4.8.0-36-generic` `npm ERR! argv "/opt/node-v6.11.2-linux-x64/bin/node" "/usr/local/bin/npm" "install"` `npm ERR! node v6.11.2` `npm ERR! npm v3.10.10` `npm ERR! code ELIFECYCLE` `npm ERR! [email protected] postinstall: node install.js` `npm...

@minhao1995 what do u mean by saying change the source to taobao? do u mean change the download server to `mirrors.aliyun.com` or something else ? BTW,The `mirrors.aliyun.com` has been set...

@y2-Whyto 不知道你的问题是否解决。直接配置recognizer/pattern应该可以解决你的问题。 ```yaml recognizer/patterns/uppercase: "[A-Z][-_+.'0-9A-Za-z]*$" ``` 这个配置意味着在中文模式下,键入大写开头时直接上屏。如果想自动补全,可配合[easy-en](https://github.com/BlindingDark/rime-easy-en)食用。

> I find the solution. > > Make sure Audio.ipynb works fine. That means the server end is OK. https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Audio.ipynb > > The error happens in the network connection even...