搜索资源列表
U-BootP
- U-Boot 源代码分析之二命令处理 U-Boot 的命令用struct cmd_tbl_t 来实现。cmd_tbl_t 的主要数据成分是命令名称(name)和 命令处理函数(cmd),此外还包括最大参数个数(maxargs), 是否可重复执行(repeatable),使用 方法和帮助信息(usage,help)等。这个数据结构在文件include/command.h 中定义:-U-Boot source code analysis of two order processing U
Android_gfqqqc
- 高仿QQ客户端加服务端加数据库全套源码运行步骤: QQServer端 1,使用mysql.sql文件创建数据库,修改DB.properties中密码为你设置的数据库的密码 mysql数据库默认编码应该设置为gbk 2,先启动Server QQClient端 1,改ip 修改com.way.chat.common.util.Constants.SERVER_IP为你自己电脑的ip 查看ip,开始 -运行 -cmd(命令提示符) -ipconfig 2,运行客户端
apktool
- win平台下的apk反编译软件,使用cmd命令反编译apk文件,提取其中素材(to extract the apk png from the apk app)