- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: Android
- 软件首页: https://github.com/snowdream/android-diffpatch
- 软件文档: https://snowdream.github.io/android-diffpatch
软件介绍
一种Android diff patch方案,支持Bsdiffpatch和Hdiffpatch两种算法。
用法:
BsDiffPatch
IDiffPatch bsDiffPatch = new BSDiffPatch(); bsDiffPatch.init(getApplicationContext()); //diff bsDiffPatch.diff(oldFilePath, newFilePath, diffFilePath); //patch bsDiffPatch.patch(oldFilePath, diffFilePath, gennewFilePath);
HDiffPatch
IDiffPatch hDiffPatch = new HDiffPatch(); hDiffPatch.init(getApplicationContext()); //diff hDiffPatch.diff(oldFilePath, newFilePath, diffFilePath); //patch hDiffPatch.patch(oldFilePath, diffFilePath, gennewFilePath);
ASP.NET 2.0技术内幕
埃斯帕斯托 / 施平安 / 清华大学出版社 / 2006-8 / 68.00元
《ASP.NET2.0技术内幕》围绕着ASP.NET 2.0是Web开发的重要分水岭这一主题,采用自顶向下的方式介绍ASP.NET 2.0的最新编程实践,从更广泛的特征到具体的实现和编程细节,充分展示了ASP.NET的最新编程实践。全书共15章,主题涉及HTTP运行库、安全性、缓存、状态管理、控件、数据绑定和数据访问。 《ASP.NET2.0技术内幕》主题丰富,讲解透彻,包含大量实例,是......一起来看看 《ASP.NET 2.0技术内幕》 这本书的介绍吧!
RGB HSV 转换
RGB HSV 互转工具
RGB CMYK 转换工具
RGB CMYK 互转工具
