This is my first vision base on VC++6.0. I am so happy to record this time i succesfully create it by my seft. It is so important,i must write down some details i have across through more than 1 years.altought i am exactly lazy guy. Here are 3 (actua…
作者:zyl910 从VS2010开始,提供了一个平台工作集(Platform ToolSet)选项用于配制vc编译版本.到了VS2012,更是因为默认平台工具集不支持WindowsXP,导致经常需要切换到xp版平台工具集,VS2013也是如此.在某些时候,我们需要使用条件编译判断平台工具集的版本去做不同的操作,而VS中没有提供一个标准的检测办法.本文就是我的一些心得. 在设置了平台工作集后,环境变量宏会发生变换,而且“VC++目录”.“预处理器定义”等地方也会发生一些变化. 以VS2013为例…
TortoiseGit 内置的文件比对工具是 TortoiseMerge,用于文件比对和解决冲突合并,TortoiseGit 还支持外部的比对工具使用,比如 Beyond Compare 和 DiffMerge,配置很简单. Beyond Compare: Diff Viewer: C:\Program Files (x86)\Beyond Compare 3\BComp.exe %base %mine /title1=%bname /title2=%yname /leftreadonly Me…
对比工具可以使用 winmerge 和 beyond compare ,winmerge免费小巧,beyond compare功能更强大.这两款工具都比TortoiseSVN自带的对比工具要好一些. 在TortoiseSVN中的配置方法: winmerge安装时勾选集成到TortoiseSVN beyond compare要复杂一些,右键,TortoiseSVN - 设置, 差异查看器( Diff Viewer ),设置用来比较不同版本文件的程序( comparing different rev…
一.安装和配置 TortoiseSVN的下载地址 32bit:TortoiseSVN-1.8.2.24708-win32-svn-1.8.3.msi 64bit:TortoiseSVN-1.8.2.24708-x64-svn-1.8.3.msi Language packs(Chinese simplified) 32bit:LanguagePack_1.8.2.24708-win32-zh_CN.msi 64bit:LanguagePack_1.8.2.24708-x64-zh_CN.msi…
What is DiffMerge DiffMerge is yet-another-diff-and-merge-tool from the fine folks at SourceGear.  It’s awesome.  It’s head and shoulders above whatever junky diff tool they provided with your source control platform, unless of course you’re already…
1.  "C:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly2.  "C:\Beyond Compare 4\BCompare.exe"3.  "C:\Beyond Compare 4\BCompare.exe" %mine %theirs %base %merged /title1=%yname /title2=%tn…
TortoiseSVN使用方法   安装和配置 TortoiseSVN的下载地址为 http://tortoisesvn.net/downloads.html 有32位和64位的版本,一定要根据自己的操作系统下载对应的版本,最好安装一个简体中文的Language packs,可以更好的理解TortoiseSVN的功能. 对比工具可以使用winmerge和beyond compare,winmerge免费小巧,beyond compare功能更强大.这两款工具都比TortoiseSVN自带的对比工…
=================================版权声明================================= 版权声明:原创文章 禁止转载  请通过右侧公告中的“联系邮箱(wlsandwho@foxmail.com)”联系我 勿用于学术性引用. 勿用于商业出版.商业印刷.商业引用以及其他商业用途. 本文不定期修正完善. 本文链接:http://www.cnblogs.com/wlsandwho/p/7102010.html 耻辱墙:http://www.cnblo…
[1]设置内容 (1)三个步骤对应设置内容 1.1 "D:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly1.2 "D:\Beyond Compare 4\BCompare.exe"1.3 "D:\Beyond Compare 4\BCompare.exe" %mine %theirs %base %merged /tit…