AVC 在这里首先要阐明bai所谓的AVC其实就是H.264标准,是由ITU-T和duISO/IEC组成的联合视频组(zhiJVT,Joint Video Team)一起开发的dao,ITU-T给这个标准命名为H.264(以前叫做H.26L),而ISO/IEC称它为MPEG-4 高级视频编码(Adv ...
分类:
其他好文 时间:
2020-08-01 12:29:49
阅读次数:
168
class Team(models.Model): _name = 'icbc.team' _description = '专业组' uid = fields.Integer('序号', required=1) name = fields.Char('专业组', required=1) team_l ...
分类:
其他好文 时间:
2020-07-29 10:35:14
阅读次数:
81
一、修改网络配置文件 #vim /etc/network/interfaces auto loiface lo inet loopback auto ens33iface ens33 inet manualauto br0iface br0 inet dhcp bridge_stp off brid ...
分类:
系统相关 时间:
2020-07-28 10:00:49
阅读次数:
104
01. sudo add-apt-repository ppa:fcitx-team/nightly 02. sudo apt-get update 03. sudo apt-get install fcitx 04. sudo apt-get install fcitx-config-gtk an ...
分类:
系统相关 时间:
2020-07-23 09:20:25
阅读次数:
475
CF932E \[ 第二类斯特林数:n^k = \sum_{i=0}^{k} S_2(k,i) * C_{n}^{i} * i! \] \[ \sum_{i=0}^{n} C_{n}^{i} *i^k = \sum_{i=0}^{n}C_{n}^{i}\sum_{j=0}^{k}C_{i}^{j}* ...
分类:
其他好文 时间:
2020-07-20 22:30:24
阅读次数:
63
<scroll-view class="VerticalNav nav" scroll-y scroll-with-animation :scroll-top="verticalNavTop" style > <view class="cu-item" :class="item.id == sele ...
分类:
移动开发 时间:
2020-07-20 15:33:50
阅读次数:
157
Go versus C++ g++ fastest programs vs C# .NET Core vs C++ vs Java vs Python vs Rust Always look at the source code. These are only the fastest program ...
分类:
其他好文 时间:
2020-07-17 16:05:11
阅读次数:
141
1.在线颜色 https://sunpma.com/other/rgb/ 2.阿里巴巴图库 https://www.iconfont.cn/search/index?spm=a313x.7781069.1998910419.dac382181&searchType=icon&q=%E7%99%BB% ...
分类:
Web程序 时间:
2020-07-15 16:01:30
阅读次数:
93
https://blog.csdn.net/ajianyingxiaoqinghan/article/details/70544159 https://blog.csdn.net/tianya_team/article/details/72454473 https://zhuanlan.zhihu. ...
分类:
系统相关 时间:
2020-07-13 09:24:02
阅读次数:
72
#为网卡设置bond,实现多块网卡使用同一个ip地址以提供网卡负载均衡或容错的能力DEVICE=bond0TYPE=EthernetONBOOT=yesBOOTPROTO=noneIPADDR=192.168.90.80NETMASK=255.255.255.0BONDING_OPTS="mode= ...
分类:
系统相关 时间:
2020-07-12 12:08:20
阅读次数:
103