1.监听播放出错 2.万能解码框架简介 1.ffmpeg 2.VLC 3.Vitamio 万能解码框架,在Android和IOS平台上直接使用。Vitamio 能够流畅播放720P甚至1080P高清MKV,FLV,MP4,MOV,TS,RMVB等常见格式的视频,还可以在 Android 与 iOS ...
分类:
移动开发 时间:
2016-11-16 02:14:59
阅读次数:
248
javascript 严格模式 第一次接触let关键字,有一个要非常非常要注意的概念就是”JavaScript 严格模式”,比如下述的代码运行就会报错: 错误信息如下: 解决方法就是,在文件头添加”javascript 严格模式”声明: 更多更详细的关于”javascript 严格模式”说明,请参考 ...
分类:
Web程序 时间:
2016-11-16 02:06:13
阅读次数:
397
普通类 Test.ts 编译后的Test.js Test2.ts 编译后的Test2.js 静态类 Test.ts 编译后的Test.js Test2.ts 编译后的Test2.js RegisterClass.ts ...
分类:
其他好文 时间:
2016-11-16 01:51:05
阅读次数:
774
环境搭建: 1)node.js版本>5.0,NPM版本>3.0,TypeScript版本>2.0(全装最新版就好了) 2)安装NTVS 1.2(node tools for vs),TSVS dev 1.4(TS for VS) 3)构建package.json,tsconfig.json,gulp ...
分类:
Web程序 时间:
2016-11-14 16:50:13
阅读次数:
311
1、不建议在src/app的目录里添加其他ts文件,否在在build android的时候会报错 bundle failed: Could not resolve 'xxx.ts' from **/app.module.js 2、不建议多个页面文件共用一个文件夹,在ionic build andro ...
分类:
其他好文 时间:
2016-10-28 13:29:38
阅读次数:
132
Import module: Define the html: ts: group() function take an object param, each object stands for a field in template, which refer to 'formControlName ...
分类:
其他好文 时间:
2016-10-26 07:26:29
阅读次数:
428
通常我们希望这个项目可以分为多个独立的模块,webpack 可以直接支持 CommonJs 和 AMD 模块,对于 TypeScript ,我们还需要安装 TypeScript 和 ts-loader. ...
分类:
Web程序 时间:
2016-10-25 02:29:22
阅读次数:
214
Egret 接第三方库:http://edn.egret.com/cn/index.php?g=&m=article&a=index&id=172; 写的好复杂,以加入 md5 库为例子: -> 为 md5 的js文件 制作 ts 头文件 -> 在 libs 下建一个目录 third -> 继续建目 ...
分类:
其他好文 时间:
2016-10-23 18:14:51
阅读次数:
281
R语言用来存储数据的对象包括: 向量, 因子, 数组, 矩阵, 数据框, 时间序列(ts)以及列表, 下面讲意义介绍. 1. 向量(一维数据): 只能存放同一类型的数据 语法: c(data1, data2, ...), 访问的时候下标从1开始(和Matlab相同); 向量里面只能存放相同类型的数据 ...
分类:
编程语言 时间:
2016-10-23 11:47:47
阅读次数:
325
#include<iostream>using namespace std;int main(){ int ts; cin>>ts; for(int i=0;i<ts-1;i++){ int n,a,b; while(cin>>n){ int sum = 0; while(n--){ int t; ...
分类:
其他好文 时间:
2016-10-22 15:11:37
阅读次数:
171