自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 资源 (16)
  • 收藏
  • 关注

原创 dumpsys学习笔记

dumpsys is a tool that runs on Android devices and provides information about system services.参考:1.https://developer.android.com/studio/command-line/dumpsys#input2.dumpsys命令用法http://gityuan.com/2016/05/14/dumpsys-command/

2020-05-31 01:06:00 146

转载 Android View/ViewRoot泄漏但Activity不泄漏问题

Android View/ViewRoot泄漏但Activity不泄漏问题https://blog.csdn.net/CmdMac/article/details/82820723

2020-05-29 15:44:11 102

转载 Android DeepLink介绍与使用

Android DeepLink介绍与使用https://juejin.im/post/5d8d8646e51d45784e447b70#heading-12

2020-05-28 20:59:55 4972

转载 Write your own Android Authenticator (帐号基本原理)

Write your own Android Authenticatorhttp://blog.udinic.com/2013/04/24/write-your-own-android-authenticator/

2020-05-27 23:06:43 307

转载 Android aar中增加独立的混淆配置

Android aar中增加独立的混淆配置https://www.jianshu.com/p/a8614ff60647

2020-05-27 17:53:59 335

转载 Java transient关键字使用小记

Java transient关键字使用小记https://www.cnblogs.com/lanxuezaipiao/p/3369962.html

2020-05-27 11:51:43 120

转载 Android Deserialization Vulnerabilities: A Brief history

1.Android Deserialization Vulnerabilities: A Brief historyhttps://securitylab.github.com/research/android-deserialization-vulnerabilities2.CVE-2014-7911: Android <5.0 Privilege Escalation using ObjectInputStreamhttps://seclists.org/fulldisclosure/201

2020-05-26 22:28:15 131

转载 Java 序列化之 Externalizable

Java 序列化之 Externalizablehttps://www.jianshu.com/p/411e18ceaa55

2020-05-26 18:29:15 105

原创 Android图形系统的绘制创建和交互响应

一. View真实大小的确定在layout之后,draw之前The size of a view is expressed with a width and a height. A view actually possess two pairs of width and height values.The first pair is known as measured width and measured height. These dimensions define how big a view wa

2020-05-21 21:36:17 212 2

原创 Android数据回调和同步方式

一.startActivityForResult例子:调起:A的Activity调BIntent intent = new Intent(this, B.class);intent.setPackage(getPackageName());startActivityForResult(intent, REQUEST_CODE);返回:B给A返回数据Intent intent = new Intent()intent.putExtra(Constants.DATA, data);setRes

2020-05-21 11:13:48 691

转载 findViewByID returns null

findViewByID returns nullhttps://stackoverflow.com/questions/3264610/findviewbyid-returns-nullhttps://github.com/commonsguy/cw-omnibus/blob/master/Jank/ThreePaneBC/app/src/main/java/com/commonsware/android/anim/threepane/ThreePaneLayout.java

2020-05-20 16:40:23 124

转载 Android Studio fails to install update (error : Failed to read or create install properties file.)

Android Studio fails to install update (error : Failed to read or create install properties file.)https://stackoverflow.com/questions/43042032/android-studio-fails-to-install-update-error-failed-to-read-or-create-install

2020-05-19 15:00:00 2311

转载 从 View 构造函数中被忽略的 {int defStyleAttr} 说起

从 View 构造函数中被忽略的 {int defStyleAttr} 说起https://www.jianshu.com/p/f3c5714cf69b

2020-05-15 17:29:06 190

原创 Java中需要注意的知识点

1.在使用弱引用避免内存泄露的时候,获取弱引用中的对象,需要先获取对象并对其进行强引用,然后判空;而不是先判空,后取出引用,这样的话可能取出的对象就被回收掉了.正确参考如下内容:private final WeakReference<ActivatorPhoneInfoCallback> activatorPhoneInfoCallbackWeakReference;activatorPhoneInfoCallbackWeakReference = new WeakReference&l

2020-05-15 10:29:35 163

转载 linux的ps(Process status )查看进程状态的命令

Android ps命令详解https://www.jianshu.com/p/d18ed08b40c4

2020-05-12 10:33:07 874

linux_android_telephony_ril_overview.pdf

linux_android_telephony_ril_overview.pdf

2021-11-18

【Android】视频拍摄-音乐&原音调节.docx

【Android】视频拍摄-音乐&原音调节

2019-06-14

等一分钟——Android项目构建性能优化抛砖引玉的副本.docx

等一分钟——Android项目构建性能优化抛砖引玉的副本

2019-06-14

php笔试题 百度

php笔试题 百度

2017-06-13

php学习资源

php study

2017-06-13

目标与时间关联

时间管理

2017-06-07

工作中采用的linux命令

linux 命令

2017-06-07

Android自动化测试(MonkeyRunner)脚本python

Android自动化测试(MonkeyRunner)脚本

2015-12-25

基于Android手机通讯录的设计与实现

一篇很好的关于Android的本科毕业论文《基于android手机通讯录的设计与实现毕业论文》转自百度

2015-10-27

Android开发数据相关

Android开发数据相关 包括:SQLite数据库,SharedPreferences以及ContentProvider的PPT讲解和工程演示

2015-07-14

C语言编程实现的五子棋程序源代码可运行

C语言编程实现的五子棋程序源代码可运行 五子棋 小程序 小游戏 C语言实现

2012-07-13

循环赛日程表

算法设计分析 递归分治类 循环赛日程表 C语言书写 VC6.0 运行通过

2012-06-29

西工大算法分析往届试题

西工大 算法分析设计 期末试题 打包哦,所有资源全部包括。

2012-06-29

100个数排序

递归分治 算法 100个数排序 C语言书写,有利于阅读,运行于VC6.0

2012-06-29

列举N位二进制数

算法分析与设计 递归分治 列举N位二进制数 包括运行文件

2012-06-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除