工具集

ngrok 内网穿透

ngrok: 将本地服务映射到公网

frp

数学函数工具

数学函数显示: https://www.desmos.com/calculator

markdown 工具

markdown 文本编辑工具: Typora, Obsidian(主题: Blue Topaz,插件 style settings)

asciinema 录屏

asciinema 终端录屏,保存为cast文本格式,也可以直接上传到asciinema.org官网分享给其他人,或者用 agg变成gif格式 https://github.com/asciinema/asciinema brew install asciinema brew install agg

录屏 asciinema rec test.cast 停止录制是 ctrl + d

播放录屏 asciinema play test.cast

转成 gif 动图 agg test.cast test.gif

上传到网站,默认只有7天。如果登录的话,可永久保留. asciinema upload test.cast

登录asciinema.org asciinema auth

asciinema 默认上传的文件是public的,如果要上传private 的,要加上 --private 参数

时序图

PlantUML

工具集

https://aandds.com/categories.html

最后更新于