本文参考原文 http://bjbsair.com/2020 03 22/tech info/2813/ njmon ========= njmon = nmon + JSON format + real time push to a stats database + instant graphin ...
分类:
其他好文 时间:
2020-03-24 23:00:37
阅读次数:
123
webrtc:web real-time communication,网页即时通信,是一个支持网页浏览器进行实时语音对话或视频对话(简单的说,就是在web浏览器里面引入实时通信,包括音视频通话等)的API(Native C++ API,web API)。谷歌开源,属于W3C推荐标准。支持跨平台(wi ...
分类:
Web程序 时间:
2020-03-24 13:01:57
阅读次数:
493
plastic adj. 可塑的,塑料的。 plast=plan 计划, 铺开,展开 ,在铺开的纸上草拟方案。 plastic adj. 延展性好的,可塑性强的, n. 塑料 plastic bag 塑料袋 Those flowers are not real-they are made of pl ...
分类:
其他好文 时间:
2020-03-21 18:33:37
阅读次数:
121
由于项目需要 RTMP 推送 H264 数据,在网上查找了下相关的方案,总结一下。 RTMP协议简介 在总结之前,我们先简单介绍一下 RTMP 协议。 RTMP(Real Time Messaging Protocol) 实时消息传送协议是 Adobe Systems 公司为 Flash 播放器和服 ...
分类:
其他好文 时间:
2020-03-21 14:27:22
阅读次数:
138
使用confd与nginx 实现kubernetes master节点高可用
分类:
Web程序 时间:
2020-03-20 09:17:28
阅读次数:
84
一、SpringMVC实现文件上传 文件上传源码想下载的:https://github.com/Cqypyglz/SpringMVCFileUpload 1.文件上传的前提 1) form 表单的 enctype 取值必须是:multipart/form-data 2)method 属性取值必须是 ...
分类:
编程语言 时间:
2020-03-19 20:13:12
阅读次数:
73
This is a the real user review of the Autel MaxiIM IM608, a fantastic diagnostic and programming system for universal vehicles. Credit to all contribu ...
分类:
数据库 时间:
2020-03-18 20:13:29
阅读次数:
73
int(x [,base] ) 将x转换为一个整数 long(x [,base ] ) 将x转换为一个长整数 float(x ) 将x转换到-一个浮点数 complex(real [,imag ] ) 创建一个复数 str(x ) 将对象x转换为字符串 repr(x ) 将对象x转换为表达式字符串 ...
分类:
编程语言 时间:
2020-03-17 16:47:02
阅读次数:
51
1.这个只接受一个真正的数!!!!! 2.这样会报错:TypeError: must be real number, not list import math as ma list1 = [1,1.2,3,4,5,6.7] ma.ceil(list1) 3.办法:循环追加; import math ...
分类:
其他好文 时间:
2020-03-17 13:54:37
阅读次数:
62
题意: 给定一个数组 $a$ ,数组中任意一个元素的因子数不超过 $7$ ,找出一个最短的子序列,满足该子序列之积为完全平方数。输出其长度。 数据范围:$1≤n≤10^5,1≤a_i≤10^6$ 分析: 首先,对于数组中的每个元素,如果其因子中包含有一个完全平方数,那么可以把该完全平方数除去,不影响 ...
分类:
其他好文 时间:
2020-03-17 00:06:21
阅读次数:
120