1.adb remount的作用就是重新挂载安卓的系统分区,使系统分区可读写 2.执行该功能其他的方法: ad […]
3月 302018
1.adb remount的作用就是重新挂载安卓的系统分区,使系统分区可读写 2.执行该功能其他的方法: ad […]
慢慢学习了很多Linux命令 感觉还是很方便的 但是参数语法太多 实在是记不住 还是多总结记录比较好 省的再去 […]
查看当前目前总占用空间 du -sh ./ 查看当前目录下的所有文件或者子目录的占用空间 du -sh * 将 […]
获取当前时间对应的毫秒数 System.currentTimeMillis() 对于某些定制设备,在开机时机器 […]
本文运行环境,数据库:Mysql,操作系统:Linux 在命令行中查询sql语句后,一般情况下每行显示一条记录 […]
具体请看下面的表格:
1 2 3 4 5 6 7 |
public void overridePendingTransition(int enterAnim, int exitAnim) { try { ActivityManagerNative.getDefault().overridePendingTransition( mToken, getPackageName(), enterAnim, exitAnim); } catch (RemoteException e) { } } |
♠ framewor […]
MonkeyDevice用于控制安卓设备或者安卓模拟器,发送UI事件、发送广播、获取设备信息、安装删除应用 […]
http://www.android-doc.com/tools/help/MonkeyImage.html […]
C++出现: 1 duplicate symbol for architecture x86_64可能的问 […]
本文适用于OSX和Linux系统,Windows系统用户可用来参考 在Android Studio中进 […]