上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页
摘要: # Insert your preferred key mappings here.unmap <a-O>map <a-O> closeOtherTabsmap , previousTabmap . nextTabmap <a-w> scrollToTopmap <a-x> scrollToBott 阅读全文
posted @ 2017-08-17 00:15 zxyblog 阅读(231) 评论(0) 推荐(0) 编辑
摘要: macro zxyPasteLine(){ hbufCur = GetCurrentBuf(); runcmd("Paste Line") runcmd("Cursor Down")} macro jumptosymbolIn(){ hbuf = GetCurrentBuf() record=Get 阅读全文
posted @ 2017-08-13 05:11 zxyblog 阅读(174) 评论(0) 推荐(0) 编辑
摘要: if &ft == "dosbatch" silent! normal gf return endif 阅读全文
posted @ 2017-08-12 22:51 zxyblog 阅读(156) 评论(0) 推荐(0) 编辑
摘要: MouseGestureL.ini [ShiftPress]Icon=C:\Windows\System32\explorer.exe,6Custom=GetKeyState("Shift") [RB_L]G=RB_L_ShiftPress=;left edge<MG_CR>send #{left} 阅读全文
posted @ 2017-08-11 00:58 zxyblog 阅读(260) 评论(0) 推荐(0) 编辑
摘要: The "remote" target does not support "run". https://sourceware.org/gdb/onlinedocs/gdb/Starting.html https://pdos.csail.mit.edu/6.828/2017/labguide.htm 阅读全文
posted @ 2017-08-10 03:33 zxyblog 阅读(392) 评论(2) 推荐(0) 编辑
摘要: windows下的必须要用.bat文件,pre-commit.bat @echo off set SVN_BINDIR=d:/Apps/Subversion/binsetlocal set REPOS=%1 set TXN=%2 REM echo %REPOS% >&2REM echo %TXN% 阅读全文
posted @ 2017-08-09 15:54 zxyblog 阅读(631) 评论(1) 推荐(0) 编辑
摘要: http://blog.csdn.net/jlds123/article/details/9064437 有时候用VNC View打开远程linux桌面时,桌面显示不出来,只有一个灰色背景加上一个命令行。这时候需要在vnc server上设置一下:编辑 /root/.vnc/xstartup [pl 阅读全文
posted @ 2017-08-09 12:46 zxyblog 阅读(21346) 评论(0) 推荐(1) 编辑
摘要: http://www.techrepublic.com/blog/it-security/how-to-use-winscp-with-public-key-authentication/ WinSCP is an open source tool for Windows that allows f 阅读全文
posted @ 2017-08-09 03:44 zxyblog 阅读(637) 评论(0) 推荐(0) 编辑
摘要: http://vault.centos.org/7.2.1511/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso 阅读全文
posted @ 2017-08-07 02:04 zxyblog 阅读(10135) 评论(2) 推荐(0) 编辑
摘要: ./configure --disable-kvm --prefix=/opt/qemu/ --target-list="i386-softmmu x86_64-softmmu" 阅读全文
posted @ 2017-08-06 06:08 zxyblog 阅读(166) 评论(3) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页