We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我刚刚发布了我的 DiffPlex 项目,它完全符合您的要求。
I just released my DiffPlex project which does exactly what you ask.
您可以对两个文件进行 MD5 哈希以确定它们是否相同。 SO 风格的修订历史会更加密集一些。
查看此 diff 工具的源代码,这可能会让您朝着正确的方向前进。
http://dotnet.jku.at/applications/Diff/Src.aspx
You can do an MD5 hash of both files to determine if they are identical. The SO-style revision history would be a bit more intensive.
Check out the source code for this diff tool, which might get you going in the right direction.
http://dotnet.jku.at/applications/Diff/Src.aspx
令人惊讶的是,我找到了一种实现,它可以为您提供与 SO 编辑相同的功能。 codeproject 我也将使用它,希望这也对其他人有帮助。
Surprisingly, i found one implementation which could give you the same functionality as SO edits. codeproject I am going to use it as well and hope this helps other people too.