- 博客(5)
- 收藏
- 关注
原创 ffmpeg入门笔记
ffmpeg https://blog.youkuaiyun.com/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
538
原创 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>
2022-05-15 00:41:59
173
原创 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
593
原创 重载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
873
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人