一 从TS流开始 数字电视机顶盒接收到的是一段段的码流,我们称之为TS(Transport Stream,传输流),每个TS流都携带一些信息,如Video、Audio以及我们需要学习的PAT、PMT等信息。因此,我们首先需要了解TS流是什么,以及TS流是怎样形成、有着怎样的结构。 (一) TS流、P ...
分类:
其他好文 时间:
2016-06-15 15:36:40
阅读次数:
253
oplog是CappedCollection,默认分配5%的空闲磁盘空间。来看下oplog.rs的样子:rs_test:SECONDARY>uselocal
switchedtodblocal
rs_test:SECONDARY>db.oplog.rs.findOne();
{
"ts":Timestamp(1465879171,238),
"h":NumberLong("-2275413922284641862"),
"v":2,
"op":"u",
..
分类:
数据库 时间:
2016-06-14 19:48:07
阅读次数:
1505
一个 timesheet.js (JavaScript library for HTML5 & CSS3 time sheets) 的 Angular 2 复制版 用法: app.component.ts app.component.html 效果: 源代码: https://github.com/ ...
分类:
Web程序 时间:
2016-06-12 01:43:48
阅读次数:
350
给一个长度为n的数列a,q个询问,每次询问一段区间的mex。(没有出现过的最小非负整数) 1 #include #include #include #include using namespace std; #define SZ 666666 int n,q,a[SZ],ts[SZ],tc[SZ],... ...
分类:
其他好文 时间:
2016-06-10 19:03:30
阅读次数:
189
花了一些时间研究了HTTP Live Streaming(HLS)技术,并实现了一个HLS编码器HLSLiveEncoder,当然,C++写的。其功能是采集摄像头与麦克风,实时进行H.264视频编码和AAC音频编码,并按照HLS的协议规范,生成分段的标准TS文件以及m3u8索引文件。通过我的HLSL ...
分类:
移动开发 时间:
2016-06-09 09:44:27
阅读次数:
459
This lesson walks you through creating your first .tsconfig configuration file which will tell the TypeScript compiler how to treat your .ts files. In ...
分类:
其他好文 时间:
2016-06-09 06:20:25
阅读次数:
149
This lesson shows how to configure the .tsconfig so you only compile the .ts files you want. It then shows how to configure which directory you'd like ...
分类:
其他好文 时间:
2016-06-09 06:19:20
阅读次数:
284
This lesson shows you how to install TypeScript and run the TypeScript compiler against a .ts file from the command line. install: app.ts: RUN: You wi ...
分类:
其他好文 时间:
2016-06-09 06:15:45
阅读次数:
144
特征选择实质上包括两个部分:特征词的选择和特征词权重的计算。 特征词选择的方法分为有监督的方法和无监督的方法。 有监督的方法包括IG和CHI,无监督的方法包括Document Frequency (DF), Term Strength (TS)和 Entropy-based (En)。 可以参考ht ...
分类:
其他好文 时间:
2016-06-08 15:20:50
阅读次数:
1314
1.安装python2.7需要的模块requestssetuptools2.准备数据源文本,格式如下:apay_fail:87bpay_fail:432coty_fail:266dfund_fail:33fpay_fail:61...3.代码解释name:push.py#!/usr/bin/python27
#-*-coding:utf8-*-
importrequests
importtime
importjson
ts=int(time.time())
..
分类:
编程语言 时间:
2016-06-07 11:20:17
阅读次数:
248