05 2018 档案

摘要:Android中获取系统时间有多种方法,可分为Java中Calendar类获取,java.util.date类实现,还有android中Time实现。 现总结如下: 方法一: ? 1 2 3 4 5 6 7 void getTime1(){ long time=System.currentTimeM 阅读全文
posted @ 2018-05-31 14:57 a318013800 阅读(2021) 评论(0) 推荐(0) 编辑
摘要:1、进入手机命令行模式 adb shell 有多部手机的话 adb -s + 手机编号 + shell 2、安装apk adb install 然后将apk文件拖进命令行 卸载apk adb uninstall + 包名 3、进入root权限 adb shell su 4、杀死server adb 阅读全文
posted @ 2018-05-30 09:17 a318013800 阅读(203) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-30 09:01 a318013800 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-30 08:56 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-30 08:49 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-30 08:41 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-27 11:35 a318013800 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 23:49 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 17:08 a318013800 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 16:36 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 16:34 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 11:31 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-25 11:27 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-24 16:40 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-24 16:39 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/meng425841867/article/details/8498748 Android 根目录和sdcard卡路径分析 https://blog.csdn.net/xx326664162/article/details/50599911 在Androi 阅读全文
posted @ 2018-05-24 16:27 a318013800 阅读(898) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/f9ae5691e1bb http://a.codekk.com/detail/Android/Trinea/EventBus%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90 阅读全文
posted @ 2018-05-24 14:05 a318013800 阅读(97) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/28912c2f31db https://www.jianshu.com/p/37af717761cc https://docs.realm.io/platform/ https://academy.realm.io/cn/posts/jp-sim 阅读全文
posted @ 2018-05-24 13:52 a318013800 阅读(253) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-24 12:54 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/c5d972ab0309 https://www.android-arsenal.com/details/1/530 https://stackoverflow.com/questions/24594674/how-to-use-ijkplayer 阅读全文
posted @ 2018-05-22 17:17 a318013800 阅读(94) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/rayray/p/3437048.html https://www.cnblogs.com/zhaoyanjun/p/5546683.html 阅读全文
posted @ 2018-05-22 17:10 a318013800 阅读(71) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-22 17:06 a318013800 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-22 10:26 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
摘要:http://android-doc.com/androiddocs/2017/1018/5416.html https://www.2cto.com/kf/201801/714366.html https://zhuanlan.zhihu.com/p/25262844 时间:2017-10-18 阅读全文
posted @ 2018-05-21 16:56 a318013800 阅读(324) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-21 16:30 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
摘要:介绍 ijkplayer是一款非常火的开源视频播放器,android和IOS通用。关于怎么编译怎么导入android Studio中自己的项目,其中坑很多,本篇记录下自己的操作记录。ijkplayer现在的版本是0.8.3,当然是使用最新的版本集成了。 编译ijkplayer 关于编译,我是在Ubu 阅读全文
posted @ 2018-05-21 16:16 a318013800 阅读(7414) 评论(0) 推荐(0) 编辑
摘要:1、IJKPlayer 不像系统播放器会给你旋转视频角度,所以你需要通过onInfo的what == IMediaPlayer.MEDIA_INFO_VIDEO_ROTATION_CHANGED去获取角度,自己旋转画面;或者开启硬解硬解码,不过硬解码容易造成黑屏无声,诸位慎重啊O__O "…。 me 阅读全文
posted @ 2018-05-21 16:07 a318013800 阅读(826) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/c5d972ab0309 1.ijkplayer 项目地址: https://github.com/Bilibili/ijkplayer 介绍:Ijkplayer 是Bilibili发布的基于 FFplay 的轻量级 Android/iOS 视频播 阅读全文
posted @ 2018-05-21 10:25 a318013800 阅读(588) 评论(0) 推荐(0) 编辑
摘要:Eclipse 添加GBK编码 首先Windows->Preferences, 然后选择General下面的Workspace. Text file encoding选择Other GBK, 如果没有GBK的选项, 没关系, 直接输入GBK三个字母, Apply, GBK编码的中文, 已经不是乱码了 阅读全文
posted @ 2018-05-19 17:46 a318013800 阅读(931) 评论(0) 推荐(0) 编辑
摘要:adb shell kill [PID] //杀死进程 adb 命令查看程序进程方便简洁高效 adb shell ps //查看所有进程列表,Process Status adb shell ps|grep <package_name> //查看package_name程序进程 adb shell  阅读全文
posted @ 2018-05-17 11:09 a318013800 阅读(13598) 评论(0) 推荐(0) 编辑
摘要:up vote 159 down vote accepted You can use: sudo apt-get install unrar or sudo apt-get install unar I recommend you install only one of these (unrar i 阅读全文
posted @ 2018-05-17 10:07 a318013800 阅读(597) 评论(0) 推荐(0) 编辑
摘要:安装错误:“E: Unmet dependencies.” 原因:非正常停止apt-get install * 错误提示:E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution) 阅读全文
posted @ 2018-05-17 09:46 a318013800 阅读(216) 评论(0) 推荐(0) 编辑
摘要:https://code.tutsplus.com/tutorials/quick-tip-using-butter-knife-to-inject-views-on-android--cms-23542 https://www.journaldev.com/10439/android-butter 阅读全文
posted @ 2018-05-17 09:19 a318013800 阅读(98) 评论(0) 推荐(0) 编辑
摘要:http://www.runoob.com/w3cnote_genre/android https://www.tutorialspoint.com/android/android_sqlite_database.htm http://www.w3school.com.cn/ https://www 阅读全文
posted @ 2018-05-17 09:13 a318013800 阅读(142) 评论(0) 推荐(0) 编辑
摘要:https://askubuntu.com/questions/510056/how-to-install-google-chrome sudo apt-get install chromium-browser up vote 386 down vote favorite 111 How do yo 阅读全文
posted @ 2018-05-17 09:06 a318013800 阅读(395) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-17 08:41 a318013800 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-17 08:39 a318013800 阅读(12) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-16 19:09 a318013800 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-16 17:41 a318013800 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-15 18:01 a318013800 阅读(0) 评论(0) 推荐(0) 编辑
摘要:Android ADB 常用命令 泛原罪 泛原罪 2016.09.21 00:02* 字数 605 阅读 2912评论 0喜欢 1 [TOC] adb logcat 查看日志 详细内容可参见 ADB Usage Complete / ADB 用法大全 官方文档Listing of logcat Co 阅读全文
posted @ 2018-05-15 14:58 a318013800 阅读(421) 评论(0) 推荐(0) 编辑
摘要:我以root权限在桌面上创建了一个文件夹,当时是看着网上教程在终端上弄的。结果不会删了,请高手帮忙告诉我该怎样删除这个没用的文件夹。我去删除的时候它总是显示我没有相应的权限。请说清楚一点,我刚接触linux. jimogsh | 浏览 88194 次 |举报 我有更好的答案 推荐于2017-10-1 阅读全文
posted @ 2018-05-14 21:43 a318013800 阅读(179) 评论(0) 推荐(0) 编辑
摘要:一个是编译型语言(客户端平台必须有仿真器或解释器),一个是解析型语言(不经过编译,直接将文本格式的字符代码发送给浏览器解释执行)。 虽然JavaScript与Java有紧密的联系,但却是两个公司开发的不同的两个产品。 Java是SUN公司推出的新一代面向对象的程序设计语言,特别适合于Internet 阅读全文
posted @ 2018-05-07 17:58 a318013800 阅读(542) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示