自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (5)
  • 收藏
  • 关注

原创 error while loading shared librarie

欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl

2016-03-04 13:45:42 579

原创 Java中的方法重载的参数是以静态类型为依据

public class Test { public static void main(String[] args) { Human man = new Man(); Test test = new Test(); test.sayHello(man); } public void sayHello (Human guy) {

2015-09-23 14:35:44 730

原创 linux mmap出现Address 0x7ffff7ff6000 out of bounds>

**mmap.c** 1 #include <stdio.h> 2 #include <fcntl.h> 3 #include <signal.h> 4 #include <sys/mman.h> 5 #include <unistd.h> 6 #define FILESIZE 8192 7 8 int main() 9 { 10 int i; 11

2015-07-09 10:29:21 6251

原创 PackageManagerService中运用inotify去监控目录中的APK更新、安装和删除

这是linux下inotify的一个demo程序,inotify 是一种文件系统的变化通知机制,如文件增加、删除等事件可以立刻让用户态得知, 這裏主要去监控/work/test目录下的文件增加、删除事件 1 #include <sys/types.h> 2 #include <sys/stat.h> 3 #include <fcntl.h> 4 #include <sys/mman.h> 5

2015-07-08 17:26:20 472

linux futex

Fast userlevel locking is an alternative locking mechanism to the typically heavy weight kernel approaches such as fcntl locking and System V semaphores. Here, multiple processes communicate locking state through shared memory regions and atomic operations.

2019-01-10

android essential

This book covers the essential information required to build an Android application. It will help any developer, amateur, professional, or dabbler who is interested in developing for Android.

2010-05-17

android programmer's guide

This book has been designed to give you the best first step toward the exciting new frontier of open source mobile development. Android is the newest mobile device operating system, and this is one of the first books to help the average programmer become a fearless Android developer.

2010-05-17

android UI开发基础教程

android UI开发笔记和人门教程;一些XML文件的格式和属性的设置

2010-05-17

hello android

This is a most excellent book: very well written, easy to read, and fun. In addition, any of Android’s quirks are explained along with just the right amount of detail to ensure quality programming principles are followed.

2010-05-17

空空如也

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

TA关注的人

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