随笔分类 -  编程工具

该文被密码保护。
posted @ 2017-06-26 14:52 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:set autoread syntax on "set number " filetype ident on "set autoindent "set expandtab set cindent set shiftwidth=4 autocmd FileType make setlocal noexpandtab set tabstop=4 set showmatch set matchtim... 阅读全文
posted @ 2017-05-28 23:45 庚武 阅读(291) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-05-26 16:47 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:https://technet.microsoft.com/en-us/sysinternals/cc817881.aspx 阅读全文
posted @ 2017-05-13 10:22 庚武 阅读(363) 评论(0) 推荐(0) 编辑
摘要:https://chrome.google.com/webstore/search/openframe?hl=zh-CN&_category=extensions 搜索 OpenFrame 添加. 在网页iframe中右击: 阅读全文
posted @ 2017-03-29 20:20 庚武 阅读(6258) 评论(0) 推荐(0) 编辑
摘要:1. 进入非空目录,假设是 /workdir/proj1 2. git clone --no-checkout https://domain_or_ip/source.git tmp 3. mv tmp/.git . #将 tmp 目录下的 .git 目录移到当前目录 4. rmdir tmp 5. 阅读全文
posted @ 2017-01-05 13:30 庚武 阅读(374) 评论(0) 推荐(0) 编辑
摘要:http://sepcot.com/blog/2007/04/svn-merge-branch-trunk SVN: Merging a Branch into Trunk This is more for my benefit than anything else, but someone mig 阅读全文
posted @ 2016-09-12 19:45 庚武 阅读(1031) 评论(0) 推荐(0) 编辑
摘要:Eclipse有这个功能,在一个项目中加入另一个项目文件夹的引用,源码包含过来,这样不必copy一份代码,只需要维护一份源代码。一直想在VS中找到这个功能,目前项目需要,终于google到了。 http://stackoverflow.com/questions/3610845/add-as-lin 阅读全文
posted @ 2016-05-11 17:03 庚武 阅读(2329) 评论(0) 推荐(0) 编辑
摘要:Windows平台创建文件、文件夹链接: 测试平台,windows10. ref: http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ tool: ht 阅读全文
posted @ 2016-04-21 15:13 庚武 阅读(846) 评论(0) 推荐(1) 编辑
摘要:;RCtrl::RAlt:: Send, {space}Return http://ahkscript.org/https://autohotkey.com/download/ 阅读全文
posted @ 2015-12-26 11:25 庚武 阅读(832) 评论(0) 推荐(0) 编辑
摘要:Linux CentOS 编绎安装Python 3.5先决条件(若无安装,则不能编绎使用idle3):yum install tk-develxz -d Python-3.5.0.tar.xztar zxf Python-3.5.0.tarcd Python-3.5.0./configure --p... 阅读全文
posted @ 2015-10-08 10:37 庚武 阅读(712) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-09-23 16:33 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:(gdb) mapkeys C-B : break "${fname}":${lnum} # set breakpoint at current line C-D : down C-E : clear "${fname}":${lnum} # clear breakpoint at curre... 阅读全文
posted @ 2014-11-13 18:01 庚武 阅读(1102) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-11-07 16:03 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:1. Windows安装程序制作工具 NSISNSIS (Nullsoft Scriptable Install System) 是一个专业开源的制作 windows 安装程序的工具。http://nsis.sourceforge.nethttp://nsis.sourceforge.net/Cat... 阅读全文
posted @ 2014-11-05 00:27 庚武 阅读(469) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-11-05 00:09 庚武 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-07-28 16:54 庚武 阅读(3) 评论(0) 推荐(0) 编辑
摘要:官网:https://code.google.com/p/duilib/基于:http://www.viksoe.dk/code/windowless1.htm教程:http://www.cnblogs.com/Alberl/tag/duilib%E5%85%A5%E9%97%A8%E6%95%99... 阅读全文
posted @ 2014-07-21 15:10 庚武 编辑
摘要:http://openresty.org/cn/index.html 阅读全文
posted @ 2014-07-20 10:41 庚武 阅读(196) 评论(0) 推荐(0) 编辑
摘要:http://www.iteye.com/news/27580用法:http://docs.emmet.io/cheat-sheet/sublime 2 添加:1. Ctrl+Alt+p -> install2. emmetVS2010插件:http://visualstudiogallery.ms... 阅读全文
posted @ 2014-05-10 14:32 庚武 阅读(223) 评论(0) 推荐(0) 编辑