10 2016 档案

摘要:http://blog.csdn.net/u011913612/article/details/52503318我们在完整编译android系统的时候,最终会生成几个重要的镜像文件,其中有system.img,u... 阅读全文
posted @ 2016-10-31 15:30 张同光 阅读(441) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011913612/article/details/52434411这篇博客的目标是摸清楚默认编译整个Android系统时代码的流程。当我们执行make的时候,会查找当... 阅读全文
posted @ 2016-10-31 15:29 张同光 阅读(214) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011913612/article/details/52434445通过上一节“android编译系统(三)-make”的分析,初步理清楚了编译初期加载产品相关信息的流... 阅读全文
posted @ 2016-10-31 15:29 张同光 阅读(159) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011913612/article/details/52415948因为Android的编译系统不同于Linux Kernel的递归式的编译系统,它的编译系统是一种称之... 阅读全文
posted @ 2016-10-31 15:28 张同光 阅读(241) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011913612/article/details/51878356虽然已经有很多人分析过Android的编译系统的代码了,我也看过他们的博客,也学到了不少知识,但单纯... 阅读全文
posted @ 2016-10-31 15:26 张同光 阅读(407) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-25838286-id-3204120.html随着移动互联网的发展,移动开发也越来越吃香了,目前最火的莫过于android,android是什么就不用... 阅读全文
posted @ 2016-10-30 21:32 张同光 阅读(243) 评论(0) 推荐(0) 编辑
摘要:off// setsebool -P httpd_unified 1replaceTarget("test.txt", "aaaaaaaaaaaaaaaaa", "AAAAA");//unlink("test.... 阅读全文
posted @ 2016-10-29 22:19 张同光 阅读(309) 评论(0) 推荐(0) 编辑
摘要:# getsebool -a|grep httpdhttpd_unified --> off# setsebool -P httpd_unified 1 ... 阅读全文
posted @ 2016-10-29 21:56 张同光 阅读(87) 评论(0) 推荐(0) 编辑
摘要:[root@localhost cm-x86-13.0-rc1]# ll /usr/bin/mkisofslrwxrwxrwx. 1 root root 25 6月 15 00:35 /usr/bin/mkis... 阅读全文
posted @ 2016-10-28 08:51 张同光 阅读(439) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/txw1958/p/phpqrcode.htmlHP QR Code是一个PHP二维码生成类库,利用它可以轻松生成二维码,官网提供了下载和多个演示demo,查看地址:... 阅读全文
posted @ 2016-10-27 20:48 张同光 阅读(107) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mlx212/article/details/514621851、背景:现在有这样的需求,插入数据时,判断test表有无username为‘mraz’的数据,无则插入,有... 阅读全文
posted @ 2016-10-27 17:32 张同光 阅读(636) 评论(0) 推荐(0) 编辑
摘要:http://lxr.free-electrons.com/ 阅读全文
posted @ 2016-10-27 10:56 张同光 阅读(311) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/386220/how-can-i-hide-defined-but-not-used-warnings-in-gccJust saw this... 阅读全文
posted @ 2016-10-27 10:28 张同光 阅读(209) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/wanqieddy/archive/2011/09/21/2184257.html在Makefile中我们经常看到 = := ?= +=这几个赋值运算符,那么他们有什... 阅读全文
posted @ 2016-10-26 22:01 张同光 阅读(89) 评论(0) 推荐(0) 编辑
摘要:[root@localhost ~]# tree /root/opt/android-x86/android-x86-6.0-rc1/kernel/root/opt/android-x86/android-x86... 阅读全文
posted @ 2016-10-26 10:32 张同光 阅读(88) 评论(0) 推荐(0) 编辑
摘要:[root@localhost cm-13-kiwi]# m -j32 iso_imgerror:---------------------------------------------------------... 阅读全文
posted @ 2016-10-25 16:59 张同光 阅读(1230) 评论(0) 推荐(0) 编辑
摘要:error:../../../../../../kernel/generic/android_x86_64/arch/x86/kernel/pci-dma.c:105:8: warning: assignment... 阅读全文
posted @ 2016-10-24 21:46 张同光 阅读(986) 评论(0) 推荐(0) 编辑
摘要:http://www.linuxquestions.org/questions/slackware-14/current-trying-to-build-wifi-chipset-ar9271-4175568826/ error: /home/xtd8865/data/builds/ateros/o 阅读全文
posted @ 2016-10-24 10:31 张同光 阅读(2320) 评论(0) 推荐(1) 编辑
摘要:error:--------------------------------------------------------------------ccache: FATAL: Could not find co... 阅读全文
posted @ 2016-10-24 08:36 张同光 阅读(470) 评论(0) 推荐(0) 编辑
摘要:http://bbs.chinaunix.net/thread-4192836-1-1.html我现在是一名大四学生,专业学的是软件工程,已经基本看完了《Linux 0.12内核完全剖析》这本书,但是这本书与现在... 阅读全文
posted @ 2016-10-23 20:11 张同光 阅读(399) 评论(0) 推荐(0) 编辑
摘要:++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ download and compile cm-13-kiwi (begin) +++ 阅读全文
posted @ 2016-10-23 15:40 张同光 阅读(244) 评论(0) 推荐(0) 编辑
摘要:http://bbs.chinaunix.net/thread-4255092-2-1.html1. 你了解微服务吗?SOA和微服务有何差异?微服务架构被认为是目前最适合开发高可扩展性应用的架构风格,微服务架构致... 阅读全文
posted @ 2016-10-22 21:00 张同光 阅读(351) 评论(0) 推荐(0) 编辑
摘要:http://bbs.chinaunix.net/thread-4253646-1-1.html#### 1. 通用方法: adb shell dumpsys window displays |head -... 阅读全文
posted @ 2016-10-22 10:45 张同光 阅读(367) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/opensource/os-cn-android-build/在 Build 系统中添加新的内容添加新的产品当我们要开发一款新的 Andr... 阅读全文
posted @ 2016-10-21 23:42 张同光 阅读(179) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/opensource/os-cn-android-build/Android Build 系统是用来编译 Android 系统,Andro... 阅读全文
posted @ 2016-10-21 23:41 张同光 阅读(119) 评论(0) 推荐(0) 编辑
摘要:error:external/mesa3d/src/mapi/mapi/mapi_tmp.h:48:25: fatal error: shared-glapi/glapi_mapi_tmp.h: No such ... 阅读全文
posted @ 2016-10-20 23:03 张同光 阅读(125) 评论(0) 推荐(0) 编辑
摘要:https://forum.cyanogenmod.org/topic/125413-error-while-building-cm-13-for-xperia-c-c2305/make: *** No rule... 阅读全文
posted @ 2016-10-20 17:29 张同光 阅读(145) 评论(0) 推荐(0) 编辑
摘要:cm-x86-13.0 - download - compile - install(virtualbox)++++++++++++++++++++++++++++++++++++++++++++++++++++... 阅读全文
posted @ 2016-10-20 08:21 张同光 阅读(120) 评论(0) 推荐(0) 编辑
摘要:http://www.android-x86.org/getsourcecode Introduction This page has (hopefully) the latest information about how to build Android for x86 platforms li 阅读全文
posted @ 2016-10-20 07:58 张同光 阅读(501) 评论(0) 推荐(0) 编辑
摘要:http://www.android-x86.org/releases/releasenote-cm-x86-13-0-rc1ReleaseNote CM-x86-13.0-rc1Android-x86 CM 1... 阅读全文
posted @ 2016-10-20 07:57 张同光 阅读(274) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011014707/article/details/46860541 下面主要从系统层面阐述一些重要问题,如内存管理、应用管理、电源管理、系统还原、系统升级... 阅读全文
posted @ 2016-10-19 21:21 张同光 阅读(540) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011014707/article/details/46744867 Android启动过程相当复杂,从引导器加载系统映像、通过init.rc脚本进行初始化... 阅读全文
posted @ 2016-10-19 20:23 张同光 阅读(306) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011014707/article/details/46584347 针对互联网设计的操作系统,网络编程、多媒体编程。基础框架构成了Android平台应用... 阅读全文
posted @ 2016-10-19 16:49 张同光 阅读(576) 评论(0) 推荐(0) 编辑
摘要:官网 http://valgrind.org/http://www.ibm.com/developerworks/cn/linux/l-cn-valgrind/如何定位应用程序开发中的内存问题,一直是 Linux... 阅读全文
posted @ 2016-10-19 16:37 张同光 阅读(122) 评论(0) 推荐(0) 编辑
摘要:http://www.leiphone.com/news/201511/7DAzK23RzBEJzvra.html?x=207&y=21树莓派真是个好玩意儿!它非常实惠、高度便携而且使用非常方便。但对于刚入门的新... 阅读全文
posted @ 2016-10-19 14:36 张同光 阅读(1010) 评论(0) 推荐(0) 编辑
摘要:http://www.shumeipai.net/article-818-1.html?_dsign=5f4c5ca5摘要: 微软windows10 IOT支持PI3之后,树莓派3更是将获得Android官方原生... 阅读全文
posted @ 2016-10-19 14:34 张同光 阅读(154) 评论(0) 推荐(0) 编辑
摘要:http://baike.baidu.com/link?url=xevHjo32qZOr_FFWVqfbeED7wPBK47kw0tHJLcoiNqHbSOxzgshwJwOU5u41mHVUCaHIF5OUPi... 阅读全文
posted @ 2016-10-19 14:34 张同光 阅读(753) 评论(0) 推荐(0) 编辑
摘要:http://www.linuxdiyf.com/viewarticle.php?id=562087今天,致力于推动Linux和Java等开源项目的Linux基金会宣布成立名为JS Foundation基金会的实... 阅读全文
posted @ 2016-10-19 14:17 张同光 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011014707/article/details/46800893 Android的编译系统涉及面极广,包括编译工具、印像文件编译、SDK编译、NDK编译... 阅读全文
posted @ 2016-10-19 09:00 张同光 阅读(311) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u013456975/article/details/18519117 我们从Google或者github上下载完代码,就进入编译阶段 首先进入到源码根目录 [java] view plain copy /data/projects/cm$ 第一步,执行初始 阅读全文
posted @ 2016-10-19 08:53 张同光 阅读(745) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011444472/article/details/51463074 trip: libpagemap_32 (out/target/product/xx/obj_arm/lib/libpagemap.so) target Strip: libriluti 阅读全文
posted @ 2016-10-19 07:49 张同光 阅读(387) 评论(0) 推荐(0) 编辑
摘要:http://source.android.com/source/add-device.htmlUse the information in this page to create the Makefiles f... 阅读全文
posted @ 2016-10-18 22:53 张同光 阅读(106) 评论(0) 推荐(0) 编辑
摘要:https://www.ricston.com/blog/running-android-virtualbox-vm/by Claude |Aug 17, 2011 | Android | 3 commentsT... 阅读全文
posted @ 2016-10-18 21:07 张同光 阅读(160) 评论(0) 推荐(0) 编辑
摘要:http://www.thatsgeeky.com/2011/12/building-ice-cream-sandwich-android-v4-for-virtualbox-on-ec2/This post w... 阅读全文
posted @ 2016-10-18 21:00 张同光 阅读(97) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/annaload/article/details/42008257昨天一个同事问我Android PDK,NDK,SDK都是做什么的,什么意思。之前听到过这几个词,感觉自... 阅读全文
posted @ 2016-10-18 17:26 张同光 阅读(639) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/andyhuabing/article/details/6593275一、先说明一下平台要求平台硬件要求•RAM: 512MB•FLASH:256MB•CPU: A... 阅读全文
posted @ 2016-10-18 16:05 张同光 阅读(203) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/andyhuabing/article/details/7543529前段时间移植神念系统需要使用到bluetooth功能,现将移植过程中碰到的问题简要列一下,备忘而已。... 阅读全文
posted @ 2016-10-18 15:51 张同光 阅读(250) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/andyhuabing/article/details/7551230android-jni与java参数传递==============================... 阅读全文
posted @ 2016-10-18 15:32 张同光 阅读(204) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/andyhuabing/article/details/7790092在当前网络成为必不可少的条件时,Android系统也集成的wifi,bluetooth,eth,ca... 阅读全文
posted @ 2016-10-18 14:46 张同光 阅读(241) 评论(0) 推荐(0) 编辑
摘要:http://www.linuxdiyf.com/viewarticle.php?id=562075来源:toutiao.com“开源”已经成为高科技行业的一个福利,开源软件也越来越成为软件制作过程的标准程序,而... 阅读全文
posted @ 2016-10-18 14:33 张同光 阅读(157) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/andyhuabing/article/details/6649919上周六碰到Android在线编译系统中的几个问题,记录如下:问题1:问题描述:将Java应用放在pa... 阅读全文
posted @ 2016-10-18 14:10 张同光 阅读(182) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/angelbosj/article/details/7981247从shell中得到属性值: getprop 属性系统是Android的一个重要特性。它作为一个服务运行,... 阅读全文
posted @ 2016-10-18 09:56 张同光 阅读(252) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7179136在Android系统启动时,内核引导参数上一般都会设置“init=/init”, 这样的话,如果内核成功挂... 阅读全文
posted @ 2016-10-18 09:30 张同光 阅读(131) 评论(0) 推荐(0) 编辑
摘要:http://www.programering.com/a/MjM2QDMwATc.htmlAndroid is a message driven, message driven several elements... 阅读全文
posted @ 2016-10-18 08:49 张同光 阅读(161) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/84774491.准备图片 使用ubuntu自带的绘图软件GIMP是最为快捷的方式,使用命令进行转换也可以,实际测试中... 阅读全文
posted @ 2016-10-18 08:32 张同光 阅读(278) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7514559 在Android系统中修改Android.mk使其同时编译rgb2565和rgb28... 阅读全文
posted @ 2016-10-17 23:30 张同光 阅读(147) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7465603 Android系统Recovery工作原理之使用update.zip升级过程分析(九)---... 阅读全文
posted @ 2016-10-17 22:55 张同光 阅读(131) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7465551 Android系统Recovery工作原理之使用update.zip升级过程分析(八)---升级... 阅读全文
posted @ 2016-10-17 22:36 张同光 阅读(224) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7465514 Android系统Recovery工作原理之使用update.zip升级过程分析(七)---Re... 阅读全文
posted @ 2016-10-17 21:11 张同光 阅读(250) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7465439 Android系统Recovery工作原理之使用update.zip升级过程分析(六)--... 阅读全文
posted @ 2016-10-17 20:06 张同光 阅读(219) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7465352 Android系统Recovery工作原理之使用update.zip升级过程分析(五)---upda... 阅读全文
posted @ 2016-10-17 17:40 张同光 阅读(235) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7464987 Android系统Recovery模式的工作原理... 阅读全文
posted @ 2016-10-17 17:03 张同光 阅读(235) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7464699 Android系统Recovery工作原理之使用update.zip升级过程分析(三)---A... 阅读全文
posted @ 2016-10-17 16:47 张同光 阅读(281) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7464551 Android系统Recovery工作原理之使用update.zip升级过程分析(... 阅读全文
posted @ 2016-10-17 16:00 张同光 阅读(285) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mu0206mu/article/details/7399822 Android系统Recovery工作原理之使用update.zip升级过程分析(一)--... 阅读全文
posted @ 2016-10-17 09:47 张同光 阅读(343) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/thl789/article/details/8743768田海立@CSDN2013-3-31 通过网络或直接本地获取到OTA升级包之后,通过程序就可开始Android的... 阅读全文
posted @ 2016-10-17 09:28 张同光 阅读(352) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/thl789/article/details/8743743田海立@CSDN2013-3-23 Android原生系统中就已经支持OTA升级。所谓OTA升级就是... 阅读全文
posted @ 2016-10-17 09:26 张同光 阅读(539) 评论(0) 推荐(0) 编辑
摘要:http://www.xmind.net/http://www.xmindchina.net/ 阅读全文
posted @ 2016-10-16 23:35 张同光 阅读(84) 评论(0) 推荐(0) 编辑
摘要:https://wiki.cyanogenmod.org/w/Build_for_kiwiIntroductionThese instructions will hopefully assist you to s... 阅读全文
posted @ 2016-10-16 15:24 张同光 阅读(150) 评论(0) 推荐(0) 编辑
摘要:http://zhidao.baidu.com/question/683770947776029452.html1条回答一般人做不了,大神也都是去论坛找对应的包,苦练刷机技巧,才得以一次成功。在这之前手机变砖那都... 阅读全文
posted @ 2016-10-16 11:05 张同光 阅读(104) 评论(0) 推荐(0) 编辑
摘要:T.G. Zhang, S. Zhao, B. Cheng, and J.L. Chen. SEEM: simulation experimental environments for mobile applic... 阅读全文
posted @ 2016-10-16 08:31 张同光 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://rootmygalaxy.net/install-cm13-cyanogenmod-13/Step By Step GuideDownload and transfer the CM13 ROM a... 阅读全文
posted @ 2016-10-16 07:54 张同光 阅读(111) 评论(0) 推荐(0) 编辑
摘要:http://androiding.how/how-to-install-cm13-cyanogenmod-13/Update (21st Oct. 2015): CM13 source code is now ... 阅读全文
posted @ 2016-10-16 07:49 张同光 阅读(121) 评论(0) 推荐(0) 编辑
摘要:https://iplife.cn/mi4c-unlock-cm13-gpass/06 June 2016 on Life/生活,IT/数码, 小米4C, CM13, GAPPS 前几个月在咸鱼买了一部小米4C作... 阅读全文
posted @ 2016-10-16 07:45 张同光 阅读(519) 评论(0) 推荐(0) 编辑
摘要:http://www.oneplusbbs.com/thread-304687-1-1.html首先说下刷机的常规步骤:正常手机刷机都是先解锁Bootloader,实测一加不需要其次是刷入第三方Recovery然... 阅读全文
posted @ 2016-10-16 07:43 张同光 阅读(1547) 评论(0) 推荐(0) 编辑
摘要:http://baike.baidu.com/link?url=Qv0B02Fz4t2eHK9co0YqSsucJPsYeNnpju0OsgdZMV1Dl8HXJ-84jNnv_6fmhcAsI3tRDMQPaB... 阅读全文
posted @ 2016-10-15 22:23 张同光 阅读(1301) 评论(0) 推荐(0) 编辑
摘要:http://www.android-x86.org/releases/releasenote-cm-x86-13-0-rc1Android-x86 CM 13.0-rc1 (cm-13.0-x86) (2016... 阅读全文
posted @ 2016-10-15 22:00 张同光 阅读(178) 评论(0) 推荐(0) 编辑
摘要:http://www.miui.com/thread-4492914-1-1.html首先,可以使用论坛里发布的中文TWRP或者我改的http://www.miui.com/forum.php?mo ... pa... 阅读全文
posted @ 2016-10-15 21:48 张同光 阅读(1326) 评论(0) 推荐(0) 编辑
摘要:https://twrp.me/NewsApr 5, 2016TWRP 3.0.2-0 ReleasedApr 1, 2016TWRP 3.0.1-0 ReleasedFeb 5, 2016TWRP 3.0.0-... 阅读全文
posted @ 2016-10-15 21:31 张同光 阅读(371) 评论(0) 推荐(0) 编辑
摘要:All the source code for CyanogenMod is available in the CyanogenMod Github repo.荣耀5X - kiwiIf you would li... 阅读全文
posted @ 2016-10-15 20:52 张同光 阅读(101) 评论(0) 推荐(0) 编辑
摘要:http://club.huawei.com/forum.php?mod=viewthread&tid=10874482一位60岁老汉 独步江湖 发表于 2016-9-28 16:51:50本帖最后由 一位60... 阅读全文
posted @ 2016-10-15 20:23 张同光 阅读(315) 评论(0) 推荐(0) 编辑
摘要:http://cn.ui.vmall.com/thread-10125967-1-1.html梦里无念 HRT团队 发表于 2016-7-4 15:38:29此ROM为基友折腾AndroidX编译,本人代为发布... 阅读全文
posted @ 2016-10-15 17:52 张同光 阅读(146) 评论(0) 推荐(0) 编辑
摘要:http://cn.ui.vmall.com/thread-11007296-1-1.html本帖最后由 爵001 于 2016-10-14 23:46 编辑 5X是买来做备用机的,一直喜欢折腾手机,买来后10块... 阅读全文
posted @ 2016-10-15 17:47 张同光 阅读(149) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46907717继前篇介绍完sendto 数据发送函数 后,这里介绍数据接收函数 recvfrom。一、应用层——... 阅读全文
posted @ 2016-10-15 17:02 张同光 阅读(635) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46898725前面介绍的函数基本上都是TCP协议的,如listen,connect,accept 等函数,这都是... 阅读全文
posted @ 2016-10-15 17:01 张同光 阅读(1022) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46814201ARP地址解析协议理论前篇参见ARP与RARP,这里则通过源码(Linux kernel 1.2.... 阅读全文
posted @ 2016-10-15 16:59 张同光 阅读(848) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46794647好,tcp 协议建立连接的几个函数到这,就还差个accept 函数,这里直接贴代码了,不再向前面那... 阅读全文
posted @ 2016-10-15 16:57 张同光 阅读(512) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46731357 接前文connect 函数剖析(一) 接收数据包函数,release_sock 函数是在 sock.c中,该函数是在 inet socket 层,其内部的数据结构为 sock 结构 值 阅读全文
posted @ 2016-10-15 16:55 张同光 阅读(611) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46772033网络层——ip_build_header 函数前篇(跳跃有点大,记得理清思路找到被调用位置,参见c... 阅读全文
posted @ 2016-10-15 16:53 张同光 阅读(255) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46725105由于在connect函数中涉及数据包的发送与接收问题,事实上,发送与接收函数不限于connect函... 阅读全文
posted @ 2016-10-15 16:51 张同光 阅读(446) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46713505TCP客户用 connect 函数来建立与 TCP 服务器的连接,其实是客户利用 connect ... 阅读全文
posted @ 2016-10-15 16:48 张同光 阅读(493) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46712041listen 函数仅供服务器端调用,把一个未连接的套接字转换为一个被动套接字,指示内核应接受指向该... 阅读全文
posted @ 2016-10-15 16:44 张同光 阅读(270) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46711023socket 函数并没有为套接字绑定本地地址和端口号,对于服务器端则必须显性绑定地址和端口号。bi... 阅读全文
posted @ 2016-10-15 16:42 张同光 阅读(301) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46707521深度剖析网络协议栈中的 socket 函数,可以说是把前面介绍的串联起来,将网络协议栈各层关联起来... 阅读全文
posted @ 2016-10-15 16:26 张同光 阅读(338) 评论(0) 推荐(0) 编辑
摘要:本文先大致阐述系统协议栈初始化过程,然后剖析数据包的接收和发送通道过程,在文章最后着重梳理其过程及通道结构区别。 源码版本:Linux kernel 1.2.13;工具:Source Insight 3.5 下图为网络协议栈初始化程序流程框架 本篇幅将根据上图来介绍系统网络协议栈的初始化过程。 先从... 阅读全文
posted @ 2016-10-15 11:07 张同光 阅读(543) 评论(0) 推荐(1) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46700177通过前面的分析,可以发现,网络协议栈中的数据处理,都是基于各类结构体,所有有关于网络栈中数据包的状... 阅读全文
posted @ 2016-10-14 23:41 张同光 阅读(491) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46551099前篇 socket.c 介绍的是BSD socket 层的函数。应用系统的函数调用如socket、... 阅读全文
posted @ 2016-10-14 23:31 张同光 阅读(377) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wenqian1991/article/details/46546477写在前面:本系列文章先把各个层对应的文件源码剖析一遍,最后再穿插起来,理清整个协议栈网络数据包的上... 阅读全文
posted @ 2016-10-14 22:07 张同光 阅读(276) 评论(0) 推荐(0) 编辑
摘要:http://www.scitsg.com/Article/134240802101541.aspx需要申请博士后进站和国家自然科学基金的朋友都知道申请博士后进站和国家自然科学基金需要填写很多申请表格,其中就需要... 阅读全文
posted @ 2016-10-14 14:22 张同光 阅读(2093) 评论(0) 推荐(0) 编辑
摘要:下载地址:http://pan.baidu.com/s/1qYnI4W0++++++++++++++++++++++++ 不能以根用户身份运行 google chrome[root@localhost core]... 阅读全文
posted @ 2016-10-14 09:10 张同光 阅读(736) 评论(0) 推荐(0) 编辑
摘要:mptcp_v0.91Linux/x86_64 4.4.20 Kernel 阅读全文
posted @ 2016-10-14 08:02 张同光 阅读(86) 评论(0) 推荐(0) 编辑
摘要:23:17:03.754445 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 112.26.1.1 tell 112.26.2.2, length 46 23:17:03.755351 ARP, Ethernet (len 6), IPv4 阅读全文
posted @ 2016-10-13 23:30 张同光 阅读(229) 评论(0) 推荐(0) 编辑
摘要:23:17:03.125294 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 112.26.1.1 tell 112.26.1.2, length 46 23:17:03.125630 ARP, Ethernet (len 6), IPv4 阅读全文
posted @ 2016-10-13 23:29 张同光 阅读(166) 评论(0) 推荐(0) 编辑
摘要:[ 197.005886] MPTCP - net/mptcp/mptcp_ipv4.c: 556: mptcp_init4_subsockets - OK[ 197.006225] MPTCP - net/... 阅读全文
posted @ 2016-10-13 23:29 张同光 阅读(74) 评论(0) 推荐(0) 编辑
摘要:[ 208.459574] MPTCP - net/ipv4/inet_connection_sock.c: 703: reqsk_queue_hash_req - inet_ehash_insert OK[ ... 阅读全文
posted @ 2016-10-13 23:28 张同光 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-13 23:26 张同光 阅读(67) 评论(0) 推荐(0) 编辑
摘要:20:25:28.695863 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 112.26.1.1 tell 112.26.2.2, length 46... 阅读全文
posted @ 2016-10-13 20:42 张同光 阅读(76) 评论(0) 推荐(0) 编辑
摘要:20:25:28.164901 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 112.26.1.1 tell 112.26.1.2, length 46 20:25:28.165313 ARP, Ethernet (len 6), IPv4 阅读全文
posted @ 2016-10-13 20:41 张同光 阅读(183) 评论(0) 推荐(0) 编辑
摘要:[ 205.049078] MPTCP - net/mptcp/mptcp_ipv4.c: 556: mptcp_init4_subsockets - OK[ 205.050226] MPTCP - net/... 阅读全文
posted @ 2016-10-13 20:41 张同光 阅读(76) 评论(0) 推荐(0) 编辑
摘要:<6>[ 214.026606] MPTCP - net/ipv4/inet_connection_sock.c: 703: reqsk_queue_hash_req - inet_ehash_insert OK <6>[ 214.229232] mptcp_check_req_master - n 阅读全文
posted @ 2016-10-13 20:40 张同光 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-13 07:44 张同光 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-03 22:09 张同光 阅读(65) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/zhangskd/article/details/11225301前言 先来直观的比较下普通链表和哈希链表: 普通链表 普通链表的表头和节点相同[java] view ... 阅读全文
posted @ 2016-10-02 17:37 张同光 阅读(367) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示