摘要: Android: http://www.androidweekly.cn/?utm_source=androiddevtools.cn&utm_medium=website 系统架构师:http://www.gaudisite.nl/ 阅读全文
posted @ 2018-01-09 15:23 qingxueyunfeng 阅读(100) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/link?url=QIwuTbBua1APy6-46LiDtsH_k6BZpCFphv2lRjPw3wVaKoYsUKphu_Pe7pxK3Ziq5cY4HMbXKdtBov4Hbtm_piDgqU0QMKmjPLCvZM0AtHi### 阅读全文
posted @ 2015-10-09 12:42 qingxueyunfeng 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yuzhiboyi/article/ 阅读全文
posted @ 2015-08-21 14:18 qingxueyunfeng 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1 package com.mobile.free.hander; 2 3 import android.app.Activity; 4 import android.os.Bundle; 5 import android.content.Context; 6 import... 阅读全文
posted @ 2015-08-21 11:10 qingxueyunfeng 阅读(254) 评论(0) 推荐(0) 编辑
摘要: First of all, thanks a lot for great help fromhttp://blog.csdn.net/androiddevelop/article/details/11100109;1. generate R file aapt package -f -m -J .... 阅读全文
posted @ 2015-08-20 14:39 qingxueyunfeng 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 以下是Linux系统调用的一个列表,包含了大部分常用系统调用和由系统调用派生出的的函数。这可能是你在互联网上所能看到的唯一一篇中文注释的Linux系统调用列表,即使是简单的字母序英文列表,能做到这么完全也是很罕见的。按照惯例,这个列表以man pages第2节,即系统调用节为蓝本。按照笔者的理解,对... 阅读全文
posted @ 2015-08-11 10:24 qingxueyunfeng 阅读(330) 评论(0) 推荐(0) 编辑
摘要: [netcomm.h]#ifndef NETCOMM_H#define NETCOMM_H#include #include #include #include #include #include #include #include #define MAXLINE 1000#define LISTE... 阅读全文
posted @ 2015-08-11 09:50 qingxueyunfeng 阅读(346) 评论(0) 推荐(0) 编辑
摘要: [netcomm.h]#ifndef NETCOMM_H#define NETCOMM_H#include #include #include #include #include #include #include #include #define MAXLINE 1000#define LISTE... 阅读全文
posted @ 2015-08-10 16:05 qingxueyunfeng 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/rosetta/ 阅读全文
posted @ 2015-08-07 16:55 qingxueyunfeng 阅读(92) 评论(0) 推荐(0) 编辑
摘要: /** This demo shows how to use semaphore between threads.**/#include #include #include #include #include /** Global var*/int number;sem_t sem_id;void*... 阅读全文
posted @ 2015-08-07 16:32 qingxueyunfeng 阅读(183) 评论(0) 推荐(0) 编辑