上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 164 下一页
摘要: #!/system/bin/sh# /system/xbin/log.shcd /data/ztg_tmpecho "log.sh $1" >> /data/ztg_tmp/timestamp.txtdate >... 阅读全文
posted @ 2016-07-14 21:18 张同光 阅读(105) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yemeishu/archive/2012/12/26/EntropyService.html 通过Android源码学习之浅析SystemServer脉络知道... 阅读全文
posted @ 2016-07-14 21:14 张同光 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yemeishu/archive/2012/12/26/2833415.html 在之前的博文中《Android源码学习之如何创建使用JNI》和《Android... 阅读全文
posted @ 2016-07-14 21:09 张同光 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #!/system/bin/sh# /system/xbin/log.shcd /data/ztg_tmpdate >> /data/ztg_tmp/timestamp.txtps >> /data/ztg_tm... 阅读全文
posted @ 2016-07-14 08:26 张同光 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ## Copyright (C) 2013-2015 The Android-x86 Open Source Project## License: GNU Public License v2 or later#f... 阅读全文
posted @ 2016-07-14 08:20 张同光 阅读(163) 评论(0) 推荐(0) 编辑
摘要: --------filter-------- Chain INPUT (policy ACCEPT)target prot opt source destination ... 阅读全文
posted @ 2016-07-13 22:39 张同光 阅读(279) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/11109215/ip-forward-with-android-4-0-dont-workIl test a man in the midd... 阅读全文
posted @ 2016-07-13 21:54 张同光 阅读(82) 评论(0) 推荐(0) 编辑
摘要: https://github.com/cSploit/android/issues/624Mitm features will completely drop internet on the target mac... 阅读全文
posted @ 2016-07-13 21:49 张同光 阅读(89) 评论(0) 推荐(0) 编辑
摘要: http://grokbase.com/t/gg/android-x86/123xvnphgp/ip-forwardingMatthieuD Mar 30, 2012 at 1:18 amhi,First, th... 阅读全文
posted @ 2016-07-13 21:42 张同光 阅读(205) 评论(0) 推荐(0) 编辑
摘要: rpm -ivh links-2.12-2.fc24.x86_64.rpm 阅读全文
posted @ 2016-07-13 21:22 张同光 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://serverfault.com/questions/672513/why-are-eno1-and-eno2-in-this-orderFor NICs embedded on the mother... 阅读全文
posted @ 2016-07-13 17:32 张同光 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://leung4080.github.io/linux/2013/08/12/x3650m4-install-RedHat/IBM x3650 M4服务器安装Red Hat Enterprise Lin... 阅读全文
posted @ 2016-07-13 15:51 张同光 阅读(536) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhycyq/p/3556183.htmlIBM X3650 M4是IBM新的2U的服务器,IBM服务器以高稳定性和卓越的性能一直领先其他的服务器品牌成为全球第一。但... 阅读全文
posted @ 2016-07-13 15:36 张同光 阅读(638) 评论(0) 推荐(0) 编辑
摘要: #!/system/bin/sh# execute "sed -i '460a init_in_android-x86_64.sh' /system/etc/init.sh" in android-x86_64-... 阅读全文
posted @ 2016-07-11 17:40 张同光 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxdiyf.com/viewarticle.php?id=559374你可能会问,既然我们已经有很标准的JSON以及转换库比如GSON和Jackson,为什么还要使用新的工具呢?不妨... 阅读全文
posted @ 2016-07-11 09:50 张同光 阅读(120) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/goohong/article/details/7937148一 网络连接功能介绍 Android 系统网络连接和管理服务由四个系统服务Connect... 阅读全文
posted @ 2016-07-10 21:08 张同光 阅读(364) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhgxhuaa/article/details/24835065在《Zygote进程【3】——SystemServer的诞生》一文中介绍了SystemServer的诞生... 阅读全文
posted @ 2016-07-10 20:43 张同光 阅读(158) 评论(0) 推荐(0) 编辑
摘要: http://varun-anand.com/publications/Thesis.pdf2.1.1 Android Connection Management The Network State Tracke... 阅读全文
posted @ 2016-07-10 15:43 张同光 阅读(92) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hknock/article/details/8477141重复提醒和后台服务最常见的用途之一,就是为来自互联网资源的应用数据、缓存数据安排定期更新或执行长时间运行的下载... 阅读全文
posted @ 2016-07-10 15:21 张同光 阅读(246) 评论(0) 推荐(0) 编辑
摘要: http://www.android-study.com/jichuzhishi/585.htmlAndroid存在3大类service, 处于android系统的不同框架层,具体解读如下: 1) init.rc... 阅读全文
posted @ 2016-07-10 14:50 张同光 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 164 下一页