码迷,mamicode.com
首页 >  
搜索关键字:sil    ( 21个结果
[WebRTC] 源码中的Audio Codec整理
源码位置 [Code:webrtc\src\api\audio_codecs\] [Code:modules\audio_coding\codecs\] WebRTC默认是采用OPUS编码。 Opus WebRTC中默认是采用Opus编码,Opus编码是由silk编码和celt编码合并在一起,sil ...
分类:Web程序   时间:2020-06-26 18:42:36    阅读次数:154
Centos安装yarn
前提: 用jenkins构建时,发现一直出错;于是换了另外一台虚拟机去操作,因为换的虚拟机没有yarn,所以需手动安装 步骤: 1 yum install -y npm bzip2 ## 升级node到最新版 npm install -g n n latest 2 安装yarn curl --sil ...
分类:其他好文   时间:2019-12-31 12:21:34    阅读次数:350
curl -h
在推特上看到国外牛人一行代码收集子域名,仔细看了一下用到的姿势,其中有curl,碰巧看到阮一峰大牛的curl用法指南文章,于是决定总结一下curl。 一行代码收集子域名 for h in $(cat hosts.txt); do curl siL https://$h|egrep io "[0 9a ...
分类:Web程序   时间:2019-10-31 13:37:13    阅读次数:245
centOS --- 安装最新版的node nodejs
对于 RHEL, CentOS or Fedora 系统,Node.js v8 LTS版本命令: curl –silent –location https://rpm.nodesource.com/setup_8.x | sudo bash - 而 Node.js 10 的命令: curl –sil ...
分类:Web程序   时间:2019-04-22 12:20:27    阅读次数:207
[LeetCode&Python] Problem 506. Relative Ranks
Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", "Sil ...
分类:编程语言   时间:2018-12-06 10:16:32    阅读次数:127
[LeetCode] 506. Relative Ranks_Easy tag: Sort
Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", "Sil ...
分类:其他好文   时间:2018-08-28 13:08:21    阅读次数:150
为什么Linux的Fdisk分区时First Sector为2048?
是为EFI启动预留的,而Fdisk也随着这波的兴起而跟着变。 参考: http://homepage.ntlworld.com./jonathan.deboynepollard/FGA/disc-partition-alignment.html https://www.cnblogs.com/sil ...
分类:系统相关   时间:2018-01-01 11:38:54    阅读次数:1151
[LeetCode] Relative Ranks
Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", "Sil ...
分类:其他好文   时间:2017-07-16 16:36:22    阅读次数:96
谷歌联合 Adobe 发布全新开源字体:思源宋体
Adobe 和谷歌于 4 月 3 日联合发布了全新开源字体 “思源宋体”(Source Han Serif/Noto Serif CJK)。而这款字体已经开发了一年半的时间。 与之前开放的 “思源黑体” 一样,全新的宋体同样以 “SIL开放字体许可证” 开源发行。 “思源宋体” 包含了简繁日韩四种汉 ...
分类:其他好文   时间:2017-04-10 00:41:26    阅读次数:229
STM32 usb_mem.c和usb_sil.c文件的分析
转:http://blog.csdn.net/u011318735/article/details/17424515 这两个c文件都还算是很简单的,先讲讲usb_mem.c这个文件。从文件名就能知道跟内存有关,这个文件主要定义了两个函数,一个读双缓冲区PMA的数据PMAToUserBufferCop ...
分类:其他好文   时间:2017-04-08 18:12:10    阅读次数:232
21条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!