Chinaunix首页 | 论坛 | 博客
  • 博客访问: 554462
  • 博文数量: 117
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 359
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-13 21:58
个人简介

爱上香烟

文章分类

全部博文(117)

文章存档

2018年(3)

2017年(8)

2016年(65)

2015年(41)

我的朋友

发布时间:2016-04-12 20:05:14

......【阅读全文】

阅读(19746) | 评论(0) | 转发(0)

发布时间:2016-04-12 20:04:43

#ifndef _ACMSG_LIST_H#define _ACMSG_LIST_H#include #include #include "../private/cfm/cfmsocket.h"//#include "ethqos.h"/** * container_of - cast a member of a structure out to the containing structure * @ptr:the pointer to the member. * @type:the type.........【阅读全文】

阅读(1013) | 评论(0) | 转发(0)

发布时间:2016-04-12 15:21:45

pkg-config的用法pkg-configpkg-config程序是干什么用的?简单的说就是向用户向程序提供相应库的路径、版本号等信息的程序。譬如说我们运行以下命令:pkg-config  查看gcc的CFLAGS参数$pkg-config --libs --cflags opencv会显示如下信息:-I/usr/include/opencv -l.........【阅读全文】

阅读(1443) | 评论(0) | 转发(0)

发布时间:2016-04-12 10:01:09

点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>typedef struct {    char *buf;    int offset;   &n.........【阅读全文】

阅读(1038) | 评论(0) | 转发(0)

发布时间:2016-04-07 11:22:08

关于socket阻塞与非阻塞情况下的recv、send、read、write返回值2013-10-28 09:34 评论(0) 举报1、阻塞模式与非阻塞模式下recv的返回值各代表什么意思?有没有区别?(就我目前了解阻塞与非阻塞recv返回值没有区分,都是 <0:出错,=0:连接关闭,>0接收到数据大小,特别:返回值&nbs.........【阅读全文】

阅读(1266) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册