SSH 为建立在应用层基础上的安全协议。SSH 是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议。利用 SSH 协议可以有效防止远程管理过程中的信息泄露问题。SSH最初是UNIX系统上的一个程序,后来又迅速扩展到其他操作平台。SSH在正确使用时可弥补网络中的漏洞。SSH客户端适用于多种平台。几乎所有UNIX平台—包括HP-UX、Linux、AIX、Solaris、Digital UNIX、Irix,以及其他平台,都可运行SSH。
分类:
其他好文 时间:
2019-05-16 20:21:40
阅读次数:
171
最近在验证tina对裸流音视频的支持,主要指h264视频裸流及pcm音频裸流。 在原始sdk中有针对很多video和audio类型的parser,但就是没有找到pcm和h264的parser,所以需要自己搞个parser,同时找到audio播放的的接口写个demo来验证。 所有支持解析类型的pars ...
分类:
其他好文 时间:
2019-05-15 16:08:27
阅读次数:
550
java8中为什么要新增LongAdder? LongAdder的实现方式? LongAdder与AtomicLong的对比? ...
分类:
编程语言 时间:
2019-05-13 01:06:10
阅读次数:
139
官方文档 InnoDB implements standard row-level locking where there are two types of locks, shared (S) locks and exclusive (X) locks. A shared (S) lock perm ...
分类:
数据库 时间:
2019-05-09 10:50:52
阅读次数:
158
public class Server { public static void main(String[] args) { try { ServerSocket serverSocket = new ServerSocket(8888); System.out.println("服务器即将启动,等... ...
分类:
其他好文 时间:
2019-05-07 13:07:30
阅读次数:
151
Heshen was an official of the Qing dynasty. He made a fortune which could be comparable to a whole country's wealth by corruption. So he was known as ...
分类:
其他好文 时间:
2019-05-03 22:53:16
阅读次数:
217
1076 Forwards on Weibo (30 分) 1076 Forwards on Weibo (30 分) 1076 Forwards on Weibo (30 分) Weibo is known as the Chinese version of Twitter. One user o ...
分类:
其他好文 时间:
2019-05-03 16:54:54
阅读次数:
127
Fish Weight CodeForces - 297B It is known that there are k fish species in the polar ocean, numbered from 1 to k. They are sorted by non-decreasing or ...
分类:
其他好文 时间:
2019-05-02 23:10:36
阅读次数:
151
主动链接对端connect(seed_node);链接peer节点if(start_session(c)){c->send_handshake();//发送握手协议}c->send_handshake();//初始化结构体,发送握手协议,协议最后要enqueuehandshake_initializer::populatequeue_write();发送缓冲过去[发送缓冲后,如何把缓冲
分类:
其他好文 时间:
2019-04-27 09:39:46
阅读次数:
176