想播放hls协议的就是m3u8文件,video.js原生不支持,官方有个插件videojs-contrib-hls 直接进入即可: 今天纠结了一天,调试到最后发现原来是跨域的问题: 如果使用阿里云OSS存储的话(别的服务器设置头部可访问即可),在跨域设置中做如下设置即可: 跨域问题:https:// ...
分类:
Web程序 时间:
2016-12-29 19:31:23
阅读次数:
4894
Summary of Critical and Exploitable iOS Vulnerabilities in 2016 Author:Min (Spark) Zheng, Cererdlong, Eakerqiu @ Team OverSky 0x00 Introduction iOS se ...
分类:
移动开发 时间:
2016-12-29 16:56:44
阅读次数:
290
db2普通循环结构 while循环 LOOP循环 REPEAT循环 FOR 循环 循环实例: loop循环:create or replace procedure pro_test_loop isi number;begini:=0;loop i:=i+1; dbms_output.put_line ...
分类:
数据库 时间:
2016-12-29 08:09:35
阅读次数:
260
/*********************************************************************************************************** uC/OS-II* The Real-Time Kernel** (c) Copy ...
分类:
其他好文 时间:
2016-12-29 07:02:44
阅读次数:
195
Permutations Given a collection of distinct numbers, return all possible permutations. For example,[1,2,3] have the following permutations 分析: 全排列实现思想 ...
分类:
其他好文 时间:
2016-12-27 22:39:42
阅读次数:
182
通过建立自己的私服,就可以降低中央仓库负荷、节省外网宽带、加速Maven构建、自己部署构件等,从而高效的使用Maven。有三种专门的Maven仓库管理软件可以用来帮助大家建立私服:Apache基金会的Archiva、JFrog的Artifactory和Sonatype的Nexus。个人只使用过Son ...
分类:
其他好文 时间:
2016-12-27 14:03:36
阅读次数:
173
这个目录是region server的共享目录,用来持久化HBase。URL需要是'完全正确'的,还要包含文件系统的scheme。例如,要表示hdfs中的'/hbase'目录,namenode 运行在namenode.example.org的9090端口。则需要设置为hdfs://namenode. ...
分类:
其他好文 时间:
2016-12-24 20:36:53
阅读次数:
655
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION With the use of paging, truly effective multiprogramming systems came i ...
分类:
其他好文 时间:
2016-12-24 09:34:58
阅读次数:
192
环境说明:Apache2.4.10,Windows Server 2008 R2 问题说明: apache服务用于下载文件,但是在运行一段时间后,突然挂了。 其错误提示如下所示: [error] (730038)An operation was attempted on something that... ...
分类:
Web程序 时间:
2016-12-23 22:29:10
阅读次数:
599
PIL:是Python Image Library的缩写,图像处理的模块。Image,ImageFont,ImageDraw,ImageFilter Image模块: 常用方法: 实例: 输出结果为: ImageFont模块: 常用方法: ImageDraw模块: 实例:生成验证码 输出结果为: ...
分类:
编程语言 时间:
2016-12-22 19:15:26
阅读次数:
266