neovim 从0开始配置优化

neovim是从vim的一个分支fork出来的,从性能等方面来讲都比vim强很多,所以从vim转到neovim了。 本文涉及的neovim配置都在https://git.zeekling.cn/linux/nvim-co

docker stop container 报错:tried to kill container, but did not receive an exit event

问题现象 执行docker stop xxxx报错如下: Error response from daemon: cannot stop container: xxxx: tried to kill container,

Gogs迁移Gitea

Gogs 更新功能比 Gitea 少很多,虽然不一定用得到。 Gitea 更新快,一些 bug 解决的快一点(虽然我没发现什么 bug) 可能是因为我 Gogs 用的时间久了,出现了视觉疲劳?

刷算法 - a+b问题

给出两个整数 a 和 b , 求他们的和。