上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 164 下一页
摘要: http://www.linuxdiyf.com/viewarticle.php?id=563210NGINX 和 Apache 两者都是主流的开源 web 服务器,但是据 NGINX 的首席执行官 Gus Ro... 阅读全文
posted @ 2016-12-06 10:18 张同光 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://lkml.iu.edu/hypermail/linux/kernel/1301.0/01502.html Hi, I am getting this during hibernate/resume with current Linus' head (5f738967e89584f99c 阅读全文
posted @ 2016-12-01 08:48 张同光 阅读(403) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wuhzossibility/article/details/80790251.1. 概述 Linux内核中各个子系统相互依赖,当其中某个子系统状态发生改变时... 阅读全文
posted @ 2016-12-01 08:11 张同光 阅读(275) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxdiyf.com/viewarticle.php?id=563074来源:聊聊架构微信公众号 作者:Steve Hu在Java问世之初,包括IBM、BEA、Oracle在内的一些巨... 阅读全文
posted @ 2016-11-29 14:18 张同光 阅读(142) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xuesen_lin/article/details/8949490GUI显示系统之SurfaceFlinger其它部分完整章节:http://blog.csdn.net... 阅读全文
posted @ 2016-11-29 08:28 张同光 阅读(554) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-26009923-id-4040712.html一.framebuffer的初始化1. 以s3cfb的注册过程说明module_init(s3cfb_i... 阅读全文
posted @ 2016-11-29 08:10 张同光 阅读(248) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hongzg1982/article/details/49681705打开/dev/graphics/fb0节点的过程:打开/dev/graphics/fb0这个设备的调... 阅读全文
posted @ 2016-11-28 21:47 张同光 阅读(793) 评论(0) 推荐(0) 编辑
摘要: https://github.com/openthos/display-analysis/blob/master/repo/Android%20x86%E5%A6%82%E4%BD%95%E5%90%AF%E5%8A%A8%E5%88%B0%E5%9B%BE%E5%BD%A2%E7%95%8C%E9 阅读全文
posted @ 2016-11-27 22:28 张同光 阅读(563) 评论(0) 推荐(0) 编辑
摘要: int fd;fd=open("/data/data/tmp.txt", O_WRONLY|O_CREAT);write(fd, prop_name, sizeof(prop_name));close(fd);E... 阅读全文
posted @ 2016-11-27 21:28 张同光 阅读(213) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuxd3000/article/details/137681411、 目的:为了规范软件工程师在Android代码编写过程中输出Log的行为,使得发布的产品中打印的... 阅读全文
posted @ 2016-11-27 15:19 张同光 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_7213e0310102wmc0.html1. 为什么需要hwcomposer(hwc)接口?在Android1.5cupcake以前,An... 阅读全文
posted @ 2016-11-27 09:42 张同光 阅读(840) 评论(0) 推荐(0) 编辑
摘要: http://87426628.blog.163.com/blog/static/60693618201310187938621/手机的默认的日志目录: /data/local/tmp/*/data/tmp/*/... 阅读全文
posted @ 2016-11-27 08:46 张同光 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/kc58236582/article/details/52868973上篇博客分析到setUpHWComposer函数,这里我们继续分析图像合成的过程从doComposi... 阅读全文
posted @ 2016-11-27 08:16 张同光 阅读(462) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/kc58236582/article/details/52856341上一篇博客分析了,用户进程如何申请一个GraphicBuffer的过程。这篇博客我们进一步分析图像合... 阅读全文
posted @ 2016-11-27 08:15 张同光 阅读(639) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u_xtian/article/details/7495023 这个看似简单的问题困扰了我好久了,我已经google了很多相关的信息了,但是在我看来总觉... 阅读全文
posted @ 2016-11-26 17:17 张同光 阅读(524) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yaowei514473839/article/details/39560055 SurfaceFlinger是一项系统底层的服务,是负责UI方面的渲染的,... 阅读全文
posted @ 2016-11-26 10:57 张同光 阅读(147) 评论(0) 推荐(0) 编辑
摘要: https://q.cnblogs.com/q/60244/我的程序可以正常的运行,但是会不定时的出现SIGABRT信号,然后程序terminated due to signal 6, 然后重启。程序报错的大概范... 阅读全文
posted @ 2016-11-26 10:30 张同光 阅读(5745) 评论(0) 推荐(0) 编辑
摘要: ERROR: DEPMOD 3.10.49-android-x86_64depmod: ERROR: Found 3 modules in dependency cycles! depmod: ERROR: Cycle detected: udc_core -> libcomposite -> co 阅读全文
posted @ 2016-11-25 14:22 张同光 阅读(407) 评论(0) 推荐(0) 编辑
摘要: https://bbs.archlinux.org/viewtopic.php?id=205322Hi,i am currently trying to compile/install the kernel 4.... 阅读全文
posted @ 2016-11-23 14:42 张同光 阅读(318) 评论(0) 推荐(0) 编辑
摘要: https://www.fdzh.org/blog/2016/11/22/fedora-25/今天,Fedora 项目组很荣幸地宣布 Fedora 25 发布了,这是我们进入容器化,模块化的未来的一大步!Fedo... 阅读全文
posted @ 2016-11-23 09:51 张同光 阅读(184) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 164 下一页