- 授权协议: 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);
世界因你不同:李开复自传(纪念版)
李开复,范海涛 著作 / 中信出版社 / 2015-7-10 / 39.00
编辑推荐 1.李开复唯一一部描写全面生平事迹的传记:《世界因你不同:李开复自传》书中讲述了家庭教育培育的“天才少年”;学校教育塑造的“创新青年”,走入世界顶级大公司,苹果、微软、谷歌等亲历的风云内幕,岁月30载不懈奋斗、追求事业成功的辉煌历程。 2.娓娓道来、字字珠玑、可读性和故事性皆佳。李开复博士是青少年成长成才的励志偶像,年轻家长、学校教师阅读后也能从中得到感悟和启发。 3.......一起来看看 《世界因你不同:李开复自传(纪念版)》 这本书的介绍吧!
