Appearance
第24期 10 week share 2025-03-07
本周我读到有趣的文章
TIP
本文介绍 Cookie 与 Token 的概念,各自的适用场景。
2、KasmVNC
TIP
个远程桌面的 VNC 软件,不需要客户端,只要服务器安装后,就可以通过浏览器访问
TIP
终端录屏工具 asciinema 的跨平台版本,使用 Go 语言编写
TIP
许多人输入密码的时候,不小心会开着大写键。本文介绍如何用 JavaScript 检测大写键是否按下。
5、MathLive
TIP
个 Web 组件,用于在网页输入数学公式。
6、Shell360
TIP
跨平台的 SSH 客户端 App,支持 Windows、Linux、MacOS、iOS 以及Android
7、vim命令
bash
0 - jump to the start of the line
^ - jump to the first non-blank character of the line
$ - jump to the end of the line