搜索资源列表
FileManager
- android 下源码,用于文件管理的简单源码。可以编译直接运行,适合学习使用-android under source for simple file management source. Can be compiled to run directly suitable for learning to use
FileManagerAndroidsrc
- 基于Android源码实现的FileManager文件管理应用,使用BaseAdapter来存储取得的文件,源码中有丰富的注释,对android新手来说,帮助挺大-Android source code to achieve the the FileManager file management applications, using BaseAdapter to store documents obtained rich annotations in the source code, andr
FileManager
- 一个android文件管理器小程序,很适合初学习者学习-An android file manager applet, it is suitable for early learners
fileexplorer
- 一个安卓下的文件管理器程序,也是我自己学习时做的,仿谷歌的- Under an Android file manager program, but also learning to do my own imitation of Google
调用系统文件管理器
- ANDROID调用系统文件夹,并对其操作运用(ANDROID calls the system folder and uses its operations)
手机抓包步骤(1)
- 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后