fgc346
fgc346
## 安装YCM遇到的问题解决 插件安装之后,报编译错误,运行下面的命令 ``` cd ~/.vim/budle/YouCompeleteMe python3 install.py --clang-completer ``` 报错 ``` youcompletee(master$python3installpy--clang-completer eneratingycmdbuildconfiguration..-theccompileridentificationisgnu7.5. -thecxxcompileridentificationisgnu7.5.0 checkforworkingccompiler:/usr/bin/cc checkforworkingccompiler:/usr/bin/cc-works detectingccompilerabiinfo detectingccompilerabiinfo-done detectingccompi1efeatures detectingccompilefeaturesdone checkforworkingcxxcompiler:/usr/bin/c++ checkforworkingcxxcompiler:/usr/bin/c++-works detectingcxxcompilerabinfo detectingcxxcompilerabiinfo-done detectingcxxcompi1efeatures detectingcxxcompilefeatures-done makeerroratcmakelists.txt:232(message): yourc++compilerdoesnotfu1lysupportc++17. configuringincomplete,errorsoccurred!...
# 根据知识库名称下载特定知识库的步骤 ## 获取知识库的数据结构 ``` "id": *********, "type": "Book", "slug": "isowbw", "name": "**********", "user_id": *********, "description": null, "items_count": 1, "likes_count": 0, "watches_count": 0, "creator_id": ********, "abilities": { "read": true, "update":...
## 后续问题跟进 ### 问题 运行 ` node main.js ` 不能拉取语雀笔记。 运行 ` USER=*** PASSWORD=*** node main.js ` 仍然无法拉取。 后续排查发现问题。 ### 解决方案 删除文件夹下面的cookies.json这个文件。 这里存储的是账号的各种信息。 然后重新使用账号和密码运行。 ` USER=*** PASSWORD=*** node main.js `...
# 问题再次更新 ## 问题描述 第一次输入用户和密码之后,已经生成了缓存文件。我再次备份时,只运行指令。 ``` main node.js ``` 运行无错误,但是无任何文件下载。 输出提示 ``` Get book stacks ... Books count is : 0 ``` ## 解决方案 还是删除缓存文件 ``` rm -rf cookies.json ```...
# 登录超时问题 通过 下面命令 启动程序,报错 ``` USER=xxx PASSWORD=xxx node main.js ``` ## 报错内容 ``` Login use user + password... file:///home/XXX/Project/yuque-exporter/node_modules/puppeteer-core/lib/esm/puppeteer/util/Deferred.js:57 this.#timeoutError = new TimeoutError(opts.message); ^ TimeoutError: Navigation timeout of 30000...
@cong1024 ,I am curious that how your own simulator data generate?
> #include > > 添加到 里面就行了 解决了我的knn的编译问题。 ## 我的环境信息 ``` OS : ubuntu 20.04 cuda: 11.6 pytorch : 1.8.0 cudatoolkit: 11.1 ```