File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 75
75
* Android中` @ ` 和` ? ` 区别以及` ?attr/** ` 与` @style/** ` 等的区别: < http://blog.csdn.net/xx326664162/article/details/64125654 >
76
76
* Android:去掉系统自带的Activity跳转动画,跳转无动画,返回无动画: < http://blog.csdn.net/qq_24697659/article/details/49660275 >
77
77
* Android 权限的一些细节: < http://blog.csdn.net/u013553529/article/details/53167072 >
78
+ * Android 将自己的应用改为系统应用: < https://blog.csdn.net/xx326664162/article/details/53406933 >
78
79
* 用ColorFilter为安卓按钮增加效果: < https://www.jianshu.com/p/9cae2250d0ed >
80
+ * What is the difference between system apps and privileged apps on Android? < https://stackoverflow.com/questions/19868138/what-is-the-difference-between-system-apps-and-privileged-apps-on-android >
81
+ * 全面的Android文件目录解析和获取方法(包含对6.0系统的说明):< https://blog.csdn.net/zhangbuzhangbu/article/details/23257873 >
79
82
80
83
* Android Studio系列教程一--下载与安装: < http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/ >
81
84
* Android Studio系列教程二--基本设置与运行: < http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/ >
130
133
131
134
## Android常见路径说明
132
135
133
- * 数据库默认路径: /data/data/apk包名/databases
134
- * 系统自带的应用程序: /system/app
135
- * 用户程序安装的目录: /data/app
136
- * 存放应用程序的数据: /data/data
137
- * dalvik虚拟机的可执行文件: /data/dalvik-cache
136
+ * /system/app/pkg_name 系统应用
137
+ * /system/priv-app/pkg_name 核心系统应用
138
+ * /data/app 用户程序安装的目录
139
+ * /data/user/pkg_name
140
+ * /data/user_de/user_id/pkg_name/databases 应用数据库
141
+ * /data/user_de/user_id/pkg_name/shared_prefs 应用shared preference
142
+ * /data/data 存放应用程序的数据
143
+ * /data/data/pkg_name/databases 数据库默认路径
144
+ * /data/log/android_logs 应用日志
145
+ * /data/system/dropbox 系统日志
146
+ * /data/dalvik-cache dalvik虚拟机的可执行文件
138
147
139
148
## Gerrit
140
149
Original file line number Diff line number Diff line change 2
2
3
3
* ACM竞赛之输入输出:< http://www.cnblogs.com/jiangxinnju/p/8506089.html >
4
4
* codevs: < http://codevs.cn/ >
5
- * 九度OJ: < http://ac.jobdu.com/ >
5
+ * 九度OJ: < http://ac.jobdu.com/ > < http://www.cskaoyan.com/thread-647811-1-1.html >
6
6
* hihocoder: < http://hihocoder.com/ >
7
7
* SPOJ (Sphere Online Judge): < http://www.spoj.com/ >
8
8
* OpenJudge: < http://openjudge.cn/ >
9
9
* 猿圈: < http://www.oxcoder.com/index.htm >
10
10
* codechef: < https://www.codechef.com/ >
11
11
* topcoder: < https://www.topcoder.com/ >
12
12
* LeetCode Online Judge: < https://leetcode.com/ >
13
+ * LeetCode中国: < https://leetcode-cn.com/ >
13
14
* PKU JudgeOnline: < http://poj.org/ >
14
15
* < http://acm.zju.edu.cn/onlinejudge/ >
15
16
* HDU Online Judge System: < http://acm.hdu.edu.cn/ >
You can’t perform that action at this time.
0 commit comments