Sving1024
Sving1024
I just found a useful plug-in: https://github.com/N0I0C0K/PowerTranslator it can do the similar things but it seems the plugin can only translate into Chinese It uses Youdao dictionary's API in China
感谢采纳我的建议。我非常期待这个新插件的上线!
https://hexo.io/zh-cn/docs/configuration#%E5%88%86%E7%B1%BB-%E6%A0%87%E7%AD%BE 具体的现象是:如果在tag_map里设置了别名,在tag页生成的链接仍然时 a.com/tags/ 而不是 a.com/tags/,但是tag页已经实际在 a.com/tags/ 下导致404
https://github.com/jgm/pandoc/issues/10864 原因在 `node.js` 和 `fold.js` 中的这两行: ```js return ` ${hexo.render.renderSync({ text: content, engine: 'markdown' }).split('\n').join('')} `; ``` 通常来说(在 [`white-space: normal`](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space#normal) 设置的情况下),换行与空格是等价的,因此拼接时中间应当添加空格,而不是一个空字符串,因此空格会消失。 应当直接删掉 `.split('\n').join('')` 或者改成 `.split('\n').join(' ')`。
自增的话不一定是均匀生成的吧。话说为什么不能直接筛。
> 哦,笔误了,不是休眠,是睡眠。我是用的Process Hacker看的网络连接。 就像你提到的那个issue一样,在较长时间的睡眠之后,监听连接会中断。 可能是混合睡眠?
直接生成几个连通图再拼起来不就行了
之间做过一个[简单的脚本](https://github.com/Sving1024/hexo-callouts2tags)可以把 Callouts 转化成 [fluid 的 tags](https://fluid-dev.github.io/hexo-fluid-docs/guide/#tag-%E6%8F%92%E4%BB%B6)。 实现的比较简单,可能没办法覆盖所有的情况。
It seems the issue is related to `std::priority_queue`. The two codes trigger the bug nearly every time on my machine, neither rebooting nor restarting vscode doesn't help. ```cpp #include #include...
Well, it seems that I have a lot of breakpoints in different files. After removing the other breakpoints, It works well.