<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> </body> </html>
测试文章
-
centos7下yum安装ffmpeg
安装EPEL Release,因为安装需要使用其他的repo源,所以需要EPEL支持 yum install -y epel-release
-
前端性能监控:window.performance
Web Performance API允许网页访问某些函数来测量网页和Web应用程序的性能,包括 Navigation Timing API和高分辨率时间数据。
-
前端性能监控:window.performance
Web Performance API允许网页访问某些函数来测量网页和Web应用程序的性能,包括 Navigation Timing API和高分辨率时间数据。
-
ES6,Array.fill()函数的用法
ES6为Array增加了fill()函数,使用制定的元素填充数组,其实就是用默认内容初始化数组。
-
document.readyState
一个document 的 Document.readyState 属性描述了文档的加载状态。
-
ArrayBuffer:类型化数组
ArrayBuffer对象、TypedArray对象、DataView对象是JavaScript操作二进制数据的一个接口。这些对象早就存在,属于独立的规格,ES6将它们纳入了ECMAScript规格,并且增加了新的方法。
-
Html5 canvas画图教程22:获取与操作像素信息getImageData
canvas,ImageData,getImageData
-
SQL SELECT DISTINCT 语句
如需从 Company" 列中仅选取唯一不同的值,我们需要使用 SELECT DISTINCT 语句:
-
Android用SoundPool播放音效
SoundPool可以用来播放一些较短的音效,如一些信息提醒之类的
-
Android中的TextView超过n行显示省略号
在TextView中添加这两个属性的设置即可(显示n行,超过n行,用省略号代替) 例如:n = 3时,设置如下: