Yi
Yi
### Hello, I have some questions about the `CodingLoop `implementations you have written Such as `ByteInputOutputTableCodingLoop `and `InputOutputByteTableCodingLoop`. In the case of the former, it uses `byteCount `as the outer...
Hi @RedGuys Why can't I open the mounting directory here? This has been bothering me for a long time. I am using a Windows system.   I want to...
> 你可以尝试 创建一个 `get-start.md` 文件( 名字随意,这里用 get-start 举例 ), 把 `README.md` 的内容 剪切进去, 然后把 `README.md` 的内容和 `_sidebar.md` 保持一致, `_coverpage.md` 中 修改 `[开始阅读](/get-start)` 有用,谢谢!
> 你可以尝试 创建一个 `get-start.md` 文件( 名字随意,这里用 get-start 举例 ), 把 `README.md` 的内容 剪切进去, 然后把 `README.md` 的内容和 `_sidebar.md` 保持一致, `_coverpage.md` 中 修改 `[开始阅读](/get-start)` 但是貌似只是把READEME的二级标题给去掉了,因为_sidebar.md里没有二级标题,如果README有二,三级标题还是会有toc,这个操作貌似只是更改了开始阅读的跳转链接 
 就是这个侧边栏绿色的小条条貌似不是根据浏览到哪个部分就固定在哪个部分,是我这边的问题吗QAQ
> > 就是这个侧边栏绿色的小条条貌似不是根据浏览到哪个部分就固定在哪个部分,是我这边的问题吗QAQ > > 这个好像是因为你 `没有按顺序写标题` 例如 > > ``` > # 嘿嘿嘿 > #### 啊哈哈 > ``` > > 改成 > > ``` > # 嘿嘿嘿 > ##...
### [原文链接](https://github.com/xxxxue/Docsify-Build-Sidebar/issues/11#issuecomment-1913621615) ### 相关图片    这边我是都有加进去的,js文件也改成你提供的链接了,可貌似还是不行
Hello @vogti, please review the PR mentioned below. Thanks. [Corresponding pr](https://github.com/polypheny/Query-to-File/pull/6)
Hello @vogti, I can now run Polypheny-DB and Query-to-File projects on Windows. But when I click to open the folder on the Query-to-File page, it shows that there is no...
Thanks for your encouragement! @vogti I read the official documentation, and it seems that as long as the VM's -Dfile.encoding=UTF-8 is configured, the file can be opened normally in Windows....