文章分类 -  网络编程

上一页 1 2

网络编程
activemq activemq-cpp
摘要:c++客户端 阅读全文

posted @ 2019-09-25 14:46 lydstory 阅读(100) 评论(0) 推荐(0) 编辑

谷歌浏览器插件
摘要:1、谷歌浏览器插件开发(1)目的实现谷歌浏览器视频直播(2)谷歌浏览器网页端通过websocket发送ppt坐标和上传地址给websocket服务器(3)websocket接收ppt坐标和上传地址作为参数发给ffmepg.exe。(4)ffmepg.exe打开后根据坐标对ppt连续截图并上传到red 阅读全文

posted @ 2019-09-22 01:52 lydstory 阅读(326) 评论(0) 推荐(0) 编辑

boost.asio
摘要:跨平台的网络通信库 阅读全文

posted @ 2019-09-21 05:38 lydstory 阅读(124) 评论(0) 推荐(0) 编辑

libevent
摘要:libevent基础学习 【转】https://blog.csdn.net/windeal3203/article/details/52775148 evthread_use_windows_threads event_base_dispatch https://www.cnblogs.com/zx 阅读全文

posted @ 2019-09-18 14:24 lydstory 阅读(72) 评论(0) 推荐(0) 编辑

evpp编译
摘要:1.evpp/event_loop.h 找不到 #include <concurrentqueue/concurrentqueue.h> 解决 #ifdef __GNUC__#pragma GCC diagnostic push#pragma GCC diagnostic ignored "-Wsh 阅读全文

posted @ 2018-01-04 19:15 lydstory 阅读(1149) 评论(0) 推荐(0) 编辑

错误 3 error LNK2019: 无法解析的外部符号 __imp__bind@12,该符号在函数 _main
摘要:因是没有添加"ws2_32.lib" 阅读全文

posted @ 2017-12-28 21:32 lydstory 阅读(733) 评论(0) 推荐(0) 编辑

linux 包对齐
摘要:struct sendNak { }__attribute__((packed)); //位处理 获取包的时候 必须对齐 否则得到的数据不正确 阅读全文

posted @ 2017-12-27 14:41 lydstory 阅读(107) 评论(0) 推荐(0) 编辑

ntohs ntohl
摘要:ntohs unsigned short 网络字节序转换成主机字节序 ntohl unsigned long 网络字节序转换成主机字节序 http://blog.csdn.net/msdnwolaile/article/details/50727653 阅读全文

posted @ 2017-12-06 23:27 lydstory 阅读(211) 评论(0) 推荐(0) 编辑

ntohs网络字节序转换为主机字节序
摘要:适用于windows 和 linux 网络发过来的包 解析 使用 阅读全文

posted @ 2017-12-06 11:15 lydstory 阅读(169) 评论(0) 推荐(0) 编辑

上一页 1 2

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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