Home

Tools Tmux

Tools Tmux Tmux Session tmux new -s <session-name> tmux detach tmux ls tmux attach -t 0 tmux attach -t <session-name> tmux switch -t 0 tmux switch -t <session-name> tmux rename-session -t 0 <new-name> Ctrl+b d 分离当前会话 Ctrl+b s 列出session Ctrl+b $ 重命名当前会话 Tmux Windows tmux new-window # 新建一个指定名称的窗口 $ tmux new-window -n...

Read more

Javaweb Developer

Javaweb Developer Web开发原先主要在浏览器端,浏览器会从服务器端请求html、css、js三个文件来绘制 用户界面并与用户交互。 Web主要技术 Web APIs: 操作DOM和其他浏览器支持的API HTML: 描述用户界面的结构 CSS: 描述HTML如何展示 JavaScript: 让界面与用户交互 SVG: 描述矢量图 MathML: 显示复杂的方程式和语法 WebAssembly: 让浏览器可以跑二进制文件 Chromuim 当易用,符合标准,运行快的Chromuim出来后,迅速占领了绝大部分的浏览器份额。 渲染层使用`WebKit`,js运行层使用`V8`, 2D图形使用`Skia`。 V8运行时因...

Read more

Python Type

Python Type CPython PyPy Jython IronPython Stackless Reference Python Developer’s Guide Other Interpreter Implementations

Read more

Linux Systemd

Linux Systemd linux status Run Lvl Target Units Description 0 runlevel0.target, poweroff.target Shut down and power off 1 runlevel1.target, rescue.target Set up a rescue shell 2,3,4 runlevel[234].target, Set up a non-gfx multi-user shell multi-user.target 5 runlevel5.target...

Read more

VIM Script Developer

VIM Script Developer :help debug-scripts Reference vim的调试插件——gdbmgr Learn Vimscript the Hard Way cpiger/NeoDebug SpaceVim/SpaceVim Vim 调试:termdebug 入门

Read more