随笔分类 -  工具

Synchronization and Overlapped Input and Output
摘要:You can perform either synchronous or asynchronous (also called overlapped) I/O operations on files, named pipes, and serial communications devices. T 阅读全文

posted @ 2019-10-17 15:44 liujx2019 阅读(144) 评论(0) 推荐(0)

DiskPart.exe and managing Virtual Hard Disks (VHDs) in Windows 7
摘要:coreygo October 7, 2009 In Windows 7, new commands have been added in DiskPart to allow for the creation and management of Virtual Hard Disks (.vhd fi 阅读全文

posted @ 2019-10-17 15:43 liujx2019 阅读(302) 评论(0) 推荐(0)

[Windows] 如何通过 mount point 找到对应的 VHD 文件
摘要:假设有一个 Virtual Disk(VHD) 文件。已经 online --> attach --> mount。 知道 mount 的文件夹,要找到 .vhd 文件。可以用如下方法: 1. 通过文件夹路径找到 Volume DISKPART> list volume Volume ### Ltr 阅读全文

posted @ 2019-10-17 10:09 liujx2019 阅读(319) 评论(0) 推荐(0)

Bat 脚本 删除某一行
摘要:findstr /v /i /c:"kiwi" /c:"oranges" myfile.txt >newfile.txt 阅读全文

posted @ 2019-10-11 16:30 liujx2019 阅读(1459) 评论(0) 推荐(0)

[Ubuntu ] Vim Error E492 - Not an editor command: PluginInstall
摘要:https://stackoverflow.com/questions/30017366/vim-error-e492-not-an-editor-command-plugininstall 阅读全文

posted @ 2019-08-02 10:01 liujx2019 阅读(1490) 评论(0) 推荐(0)

Linux 如何通过 iscsi target name 获取 ip
摘要:by Mike Andrews 阅读全文

posted @ 2019-07-26 17:10 liujx2019 阅读(573) 评论(0) 推荐(0)

VirtualBox 原始镜像转换成 vdi 镜像
摘要:VBoxManage convertdd [-static] <filename> <outputfile> 将raw硬盘转换成vdi虚拟硬盘 阅读全文

posted @ 2019-07-24 13:57 liujx2019 阅读(777) 评论(0) 推荐(0)

tagbar 调到函数定义再跳回
摘要:首先要在源码文件夹下执行 ctags -R * 生成tags文件 齐次要安装 YouCompleteMe ctrl + ] 跳到函数定义 Ctrl-o 和 Ctrl-I 跳回。我试验的只有 Ctrl-o有效 另外,对于调用和定义不再同一个文件中的情况。配置文件`.vimrc`中添加`map gd : 阅读全文

posted @ 2019-07-17 10:50 liujx2019 阅读(583) 评论(0) 推荐(0)

[Batch脚本] if else 的格式
摘要:必须写成一行 ) else (,否则报错。 阅读全文

posted @ 2019-06-18 17:18 liujx2019 阅读(708) 评论(0) 推荐(0)

[SVN] Couldn't perform atomic initialization
摘要:It was because the partition that svn had been installed in, was full. 阅读全文

posted @ 2019-03-18 10:32 liujx2019 阅读(2607) 评论(0) 推荐(0)

Git 分支 - 分支的新建与合并
摘要:https://git-scm.com/book/zh/v1/Git-%E5%88%86%E6%94%AF-%E5%88%86%E6%94%AF%E7%9A%84%E6%96%B0%E5%BB%BA%E4%B8%8E%E5%90%88%E5%B9%B6 注意 checkout 的意思与 svn 不同 阅读全文

posted @ 2019-03-07 13:49 liujx2019 阅读(678) 评论(0) 推荐(0)

git取消跟踪(unversion)
摘要:有时候我们会git add了一些不想跟踪的文件,通过下面的命令可以在没提交前从index里删掉跟踪记录(保留本地文件) 阅读全文

posted @ 2019-03-06 13:47 liujx2019 阅读(298) 评论(0) 推荐(0)

BareTail 观看文件增加的工具
摘要: 阅读全文

posted @ 2019-03-06 09:35 liujx2019 阅读(236) 评论(0) 推荐(0)

SVN diff
摘要:http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.diff.html Name svn diff (di) — This displays the differences between two revisions or paths. Name svn 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(182) 评论(0) 推荐(0)

导航