自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 tcp连接的select

tcp select

2022-10-08 16:23:48 612 1

原创 ffmpeg入门笔记

ffmpeg https://blog.csdn.net/u011686167/article/details/123242718?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~Rate-2-123242718-blog-122024873.pc_relevant_multi_platform_featuressortv2dupreplace&depth_1-utm_

2022-09-13 23:46:14 439

原创 soap-over-UDP

https://specs.xmlsoap.org/ws/2005/04/discovery/ws-discovery.pdfhttps://specs.xmlsoap.org/ws/2004/09/soap-over-udp/soap-over-udp.pdf本文定义了 UDP 端点的 URI 方案。 该方案允许指定主机名和端口。 解析这样的 URI 提供了根据本文档中定义的协议向 UDP 端点发送消息所需的信息soap.udp: // <host> [ : <port&gt

2022-05-15 00:41:59 104

原创 WS-Discovery

(01) <s:Envelope(02) xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing"(03) xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery"(04) xmlns:i="http://printer.example.org/2003/imaging"(05) xmlns:s="http://www.w3.org/2003/05/soap-envelope.

2022-05-14 23:37:48 422

原创 重载operator= 功能总结

功能: 一 、当使用非类A的变量(如 int)对类对象赋值时,如果类中同时有默认构造函数和重载的赋值构造函数(operator=),则优先调用重载的复制构造。class A{public: A(){cout<<"default constructor"<<endl;} A(int _rhs):n(_rhs){cout<<"construction"<<endl;} A& operator=(const ...

2021-12-15 20:11:54 786

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除