【题注】涉及压缩格式: 
tar、gzip、gunzip、bzip2、bunzip2、compress、uncompress、 zip、unzip、rar、unrar 试用文件注释: 
.tar、.gz、.tar.gz、.tgz、.bz2、.tar.bz2、. Z、.tar.Z、.zip、.rar 【个...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 10:35:34   
                                阅读次数:
282
                             
                    
                        
                            
                            
                                apk file 其实就是zip文件, 可以将其重命名为zip文件,然后用unzip命令解压。unzip example1.apk -d ./example_dir
tree
.
├── AndroidManifest.xml
├── classes.dex
├── META-INF
│   ├── CERT.RSA
│   ├── CERT.SF
│   └── MANIFEST.MF
├── ...
                            
                            
                                分类:
移动开发   时间:
2014-05-05 13:12:59   
                                阅读次数:
469
                             
                    
                        
                            
                            
                                2dx3.0为我们集成了unzip库,帮助我们实现对文件的...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 09:44:20   
                                阅读次数:
230