kLiHz

Results 33 comments of kLiHz

这个 PNG 转过来的好像不是特别好看的样子;不过这个图好像不难画,我看能不能手动画一个……我如果确定开始画的话,将告知诸位。 😆

> @kLiHz 话说你们平时都是用什么软件画图的呢? 🤔 我用的 [draw.io](https://diagrams.net) (逃),然后手动优化它导出的 SVG …… 主要……这玩意儿本身也不是为了画 SVG 设计的 😅,而且默认导出的 SVG 有问题,得进行一些设置才行;然后如果文字和元素比较多,为了优化一点点大小,得手动写样式表,代替它内联的一些重复出现很多次的属性 😅 果然还是应该用专门一点的程序吧……上边 Coelacanthus 也提到了 TikZ 😆

图画好了, 已经给作者的分支发了 PR, 😆 辛苦作者看一下了 ~ 参见 https://github.com/Persdre/OI-wiki/pull/1

> 也许可以考虑用 [github large page][DLB] 单一文件最大可以到 2GB, 对于海外用户申请不到百度盘的用户比较方便 @theblackcat102 是的, 可以用 [GitHub Release 发布单个大小小于 2GB 的文件][DLB]. [DLB]: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#distributing-large-binaries "About large files on GitHub - Distributing large binaries - GitHub Docs"...

@hesterLong 博主 [另一个仓库][KnowledgeGraph] 里面好像提到了歧义关系的使用, 可以反推一下 😂 [ownthink/KnowledgeGraph - GitHub][KnowledgeGraph] [KnowledgeGraph]: https://github.com/ownthink/KnowledgeGraph "ownthink/KnowledgeGraph - GitHub"

> 有什么解决方案呢 🤔 ~虽然我觉得并没有什么影响~ 全部换成拉丁标点就好啦 😂 (认真) 比如: 将结果记作 $a_0$.

Sorry to interrupt, but I ran into a similar JNA `UnsatisfiedLinkError` error when tried running [Neo4j](https://github.com/neo4j/neo4j/) on Termux with [OpenJDK 11 built by \@Lzhiyong](https://github.com/Lzhiyong/termux-ndk/releases/tag/openjdk). Things are the same after I...

> 是渲染问题还是我视力问题,我怎么看着有两张图的线条很模糊 因为估计又是强转的 SVG … 得手动重绘吧?

Hi @IrisClasson, I clicked the [issue](https://github.com/gohugoio/hugo/issues/12080) you've mentioned and just add `(.Page.IsNode)` to the statement in line 28 of [extrabar.html](https://github.com/AmazingRise/hugo-theme-diary/blob/main/layouts/partials/extrabar.html#L28) and line 1 of [mobile-paginator.html](https://github.com/AmazingRise/hugo-theme-diary/blob/main/layouts/partials/mobile-paginator.html#L1) like what was said there...