android - knowledge pooling

发表于:,更新于:,By Sally
大纲
  1. 1. 7z压缩工具

这里要主要:PageAdapter的实现方法:要在instantiateItem()方法中调用removeView(),不要在destoryItem()方法中调用removeView()方法,否则会抛异常:IllegalStateException

7z压缩工具

1
2
3
4
5
//mac
$ brew install p7zip
// linux
$ sudo apt-get install p7zip
// 安装完了看/share/doc/p7zip/ 的README