
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1、(先进入项目文件夹)通过命令 git init 把这个目录变成git可以管理的仓库git init2、把文件添加到版本库中,使用命令 git add .添加到暂存区里面去,不要忘记后面的小数点“.”,意为添加文件夹下的所有文件git add .3、用命令 git commit告诉Git,把文件提交到仓库。引号内为提交说明git commit -m 'first com...
java 1.6 帮助文档中文链接:http://download.csdn.net/detail/qw599186875/9608735Java1.8 帮助文档英文中文 – 谷歌版在线版: https://blog.fondme.cn/apidoc/jdk-1.8-google/下载链接:http://download.csdn.net/detail/qw599186875/9802192中文
java 1.6 帮助文档中文链接:http://download.csdn.net/detail/qw599186875/9608735Java1.8 帮助文档英文中文 – 谷歌版在线版: https://blog.fondme.cn/apidoc/jdk-1.8-google/下载链接:http://download.csdn.net/detail/qw599186875/9802192中文
更多Kotlin 学习资料,请参阅以下几篇文章,非初学者请绕过:官方使用文档地址:http://kotlinlang.org/docs/reference/android-overview.htmlkotlin 语法:https://www.kotlincn.net/docs/reference/basic-syntax.htmlkotlin 官方文档专题:https://...
一、Android手机目前常见的分辨率1、 手机常见分辨率:4:3VGA 640*480 (Video Graphics Array)QVGA 320*240 (Quarter VGA)HVGA 480*320 (Half-size VGA)SVGA 800*600 (Super VGA)5:3WVGA 800*480 (Wide VGA)16:9FWV...
iptables的工作原理https://www.cnblogs.com/wangkangluo1/archive/2012/04/19/2457072.html。再通过 adb shell am start -n com.debug.loggerui/com.debug.loggerui.MainActivity。adb shell getprop ro.build.version.sdk# 获

android aosp源码下载及编译







