- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 putty上传文件到Linux服务器,Linux服务器之间传送文件
https://www.cnblogs.com/shijiaqi1066/p/3843207.html
2019-03-13 14:08:17
1241
原创 OBS+Nginx+VLC实现点播和直播
1.运行命令 nginx -c conf/nginx-win-rtmp.conf(必须要把自定义的配置文件链接上,不然会因为找不到默认配置文件而开启失败,开启成功命令行会处于持续执行状态)2.关闭命令 nginx -s stop -c conf/nginx-win-rtmp.conf(必须要把自定义的配置文件链接上,不然会因为找不到默认配置文件而关闭失败)rtmp标签代码rtmp { ...
2018-12-04 11:15:19
2758
原创 Ubuntu下利用boost::asio实现客户端和服务器端的连接及文本信息发送
1.服务器端在Ubuntu下运行2.客户端在VS2015下运行//服务端#include <hl/version_check/boost_impl.h>#include <hl/net_driver.h>#include <boost/bind.hpp>#include <boost/asio.hpp>#include <boos...
2018-11-23 11:55:19
666
原创 VisualStudio2015下利用boost::asio实现客户端和服务器端的连接及文本信息发送
//服务端#include &lt;hl/version_check/boost_impl.h&gt;#include &lt;hl/net_driver.h&gt;#include &lt;boost/bind.hpp&gt;#include &lt;boost/asio.hpp&gt;#include &lt;boost/make_shared.hpp
2018-11-23 11:43:17
806
Programming Principles and Practice Using C++(2nd)
2018-12-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人