Chinaunix首页 | 论坛 | 博客
  • 博客访问: 43224
  • 博文数量: 20
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 145
  • 用 户 组: 普通用户
  • 注册时间: 2016-03-25 09:44
个人简介

unix

文章分类

全部博文(20)

文章存档

2016年(20)

我的朋友

发布时间:2016-05-28 17:20:34

1 #include 2 ssize_t recv(int sockfd, void *buff, size_t nbytes, int flags); 3 ssize_t send(int sockfd, const void *buff, size_t nbytes, int flags);recv 和send的前3个参数等同于read和write。flags参数值为0或: flags说明recv.........【阅读全文】

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

发布时间:2016-05-18 11:03:35

Qt:Session management error: None of the authentication protocols specified aresupportedQt是可能出现一下警告,不过可以忽略,程序照样可以运行,这并不是错误。1、QGtkStyle was unable to detect the current GTK+ theme.2、Qt: Session management error: None of the authentication protocols.........【阅读全文】

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

发布时间:2016-05-18 10:39:51

本文还是参考的《Qt及Qt Quick开发实战精解》一书中的第5个例子,即局域网聊天工具中的UDP聊天和TCP文件传送部分。另外http://www.yafeilinux.com/ 上有其源码和相关教程下载。         其发送端界面如下:            &nbs.........【阅读全文】

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

发布时间:2016-05-17 14:00:15

头文件  #include<stdio.h>          #include<stdlib.h>//注意  不可以掉了这个头文件,perror是包含在这个文件里的//编辑本段perror表头文件完善版定义函数  void perror(const char *s); perror ("open_port");函数说明  perror ( )用 来 将 上 一 个 函 数 发 生 .........【阅读全文】

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

发布时间:2016-05-16 19:14:29

转自:http://blog.csdn.net/demowolf/archive/2010/05/17/5598879.aspx 折腾了很久TCP IP通信机制。 以前虽然看过bsd tcp/ip的so called 基础通信代码。什么bind, listen ,accept , receive, write, read,但是一直没真正理解。 这次由于公司需求,我狠狠地读了代码,并且搬出QT.........【阅读全文】

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

登录 注册