码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
ssh实现多机互信
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_dolphin播放音视频裸流(h264,pcm)验证
最近在验证tina对裸流音视频的支持,主要指h264视频裸流及pcm音频裸流。 在原始sdk中有针对很多video和audio类型的parser,但就是没有找到pcm和h264的parser,所以需要自己搞个parser,同时找到audio播放的的接口写个demo来验证。 所有支持解析类型的pars ...
分类:其他好文   时间:2019-05-15 16:08:27    阅读次数:550
死磕 java并发包之LongAdder源码分析
java8中为什么要新增LongAdder? LongAdder的实现方式? LongAdder与AtomicLong的对比? ...
分类:编程语言   时间:2019-05-13 01:06:10    阅读次数:139
MySQL Shared and Exclusive Locks
官方文档 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
通过TCP进行通信
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's Account Book HihoCoder - 1871 2018北京区域赛B题(字符串处理)
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
PAT 1076 Forwards on Weibo
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
codeforces297B
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
EOS代码分析6 P2P主动握手过程
主动链接对端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
1617条   上一页 1 ... 33 34 35 36 37 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!