05 2022 档案

摘要:三个类: ofstream: 写文件流 ifstream: 读文件流 fstream: 读写文件流 基本使用 // basic file operations #include <iostream> #include <fstream> using namespace std; int main ( 阅读全文
posted @ 2022-05-25 23:05 suntus 阅读(104) 评论(0) 推荐(0) 编辑
摘要:一般不要用,用了就要注意一下几点 1. 只能用于 new 申请的对象,不能用于栈上对象 #include <iostream> class A { public: void func() { delete this; } }; int main(int argc, char const *argv[ 阅读全文
posted @ 2022-05-25 23:01 suntus 阅读(83) 评论(0) 推荐(0) 编辑
摘要:1. GB28181转发基本功能 系统注册: 下级平台注册登入到上级平台 系统注销: 下级平台从上级平台注销登出 系统心跳 目录查询 实时点播 录像文件检索 回放,回放控制 文件下载 2. 实现 2.1. wvp-GB28181-pro 特点 java 完整的GB28181解决方案 MIT协议,本身 阅读全文
posted @ 2022-05-05 22:58 suntus 阅读(3056) 评论(0) 推荐(0) 编辑

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