搜索资源列表
FileManager
- android 下源码,用于文件管理的简单源码。可以编译直接运行,适合学习使用-android under source for simple file management source. Can be compiled to run directly suitable for learning to use
SDFileExplorer
- Java源码,Android,文件浏览器,SD卡 Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-Java source code, Android, file browser, SD card files in
SDFile-Explorer
- Android操作SD卡文件的一个浏览器源码,SDFileExplorer源代码,每一种品牌的Android手机,SD卡文件浏览器都不尽相同,因为每个厂商都为定制自己的文件管理器功能及风格,但最基础的SD卡文件读取和浏览功能是不变的,或许通过本程序,会让Android编程新手了解一些Android手机SD卡编程相关的知识。-The Android operating SD card file a browser source, SDFileExplorer, source code, each
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
FileExplorer
- Android手机中文件管理小Demo,供学习学习io流的知识和Android文件管理知识-Android phone file manager small Demo, for knowledge and document management knowledge learn Android io streams
调用系统文件管理器
- 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只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后