摘要:
tmux ls 列出所有会话 tmux new -s 会话名称 创建会话 tmux a -t 名称 接入指定会话 tmux a 接入上一个会话 ctrl+b 按下s 列出所有会话 tmux sessions管理tmux new -s sname 创建会话 tmux kill-session -t 名 阅读全文
阅读排行榜
lazarus 使用微软detour库 delphi
2021-01-27 13:26 by 二进制乐谱, 283 阅读, 收藏,
摘要:
导出函数供lazarus使用function DetourAttach( ppPtr:DWORD;pDetour:DWORD):DWORD;stdcall; external 'mydetour' name 'DetourAttach'; function DetourTransactionBegi 阅读全文
vim插件YouCompleteMe安装
2019-08-06 17:07 by 二进制乐谱, 280 阅读, 收藏,
摘要:
这里在ubuntu16.4下安装的需要提前安装cmake clang python3sudo apt-get install clang 因为不能访问google,安装时,安装go的插件会访问google,所以会出错 提前删除.gitsubmodules中关于go那个子模块,这里我不需要go所以删除 提示找不到python pip3 install --user --up... 阅读全文
交互界面相关函数
2018-03-04 17:52 by 二进制乐谱, 275 阅读, 收藏,
摘要:
idc http://www.cnblogs.com/fply/p/8505348.html print AskAddr(ea,"222")<!--EndFragment--> 输入long AskLong(defval, prompt) AskSeg(defval, prompt) AskYN(d 阅读全文
浙公网安备 33010602011771号