COMP2396 Object-oriented programming and JavaAssignment 5: A two-player Tic-Tac-Toe GameDue Date: 22th Dec 2019 23:59This assignment tests your unders ...
分类:
其他好文 时间:
2019-12-28 19:24:48
阅读次数:
92
粒子频谱【BitmapData版】 效果图: 文件下载(Flash+swf+as) 目标另存下载,下载后改文件后缀为zip解压 粒子频谱.zip ...
分类:
其他好文 时间:
2019-12-28 19:19:44
阅读次数:
87
以球员信息为例,player索引的player type包含5个字段,姓名,年龄,薪水,球队,场上位置。index的mapping为: "mappings": { "player": { "properties": { "name": { "index": "not_analyzed", "type ...
分类:
编程语言 时间:
2019-12-27 22:12:24
阅读次数:
111
HTML5的audio定义音频流 HTML5里引入的新标记 实现了HTML对视频播放和音频播放的原生支持,有了这种原生的HTML5视频播放器/音频播放器,我们不再需要flash技术,而直接能将视频/音频嵌入到了网页中。 两个标记上控制属性的含义: controls : 显示标准的 HTML5 视频/ ...
分类:
其他好文 时间:
2019-12-27 22:07:30
阅读次数:
139
前言 因为做的一个项目中需要用到 mpv 来实现播放视频流、暂停、录制等功能,所以写篇博客简单总结下。 MPV Player mpv 是基于 MPlayer 和 mplayer2 的媒体播放器。它支持多种视频文件格式,音频和视频编解码器以及字幕类型。特殊的输入URL类型可用于从磁盘文件以外的各种来源 ...
分类:
其他好文 时间:
2019-12-26 12:46:02
阅读次数:
867
.tips{ font-size: 24px; font-family: sans-serif; font-weight: 600; text-shadow: 1px 1px #ffb700; color:#000; background:-webkit-gradient(linear,left t ...
分类:
其他好文 时间:
2019-12-24 18:15:40
阅读次数:
78
1.让一个div在页面中水平垂直居中1>position:absolute;(当页面出现滚动条的时候,用fixed)top:0;left:0;right:0;bottom:0;margin:auto;2>position:absolute;top:50%;left:50%;translate:(-50%,-50%)3>display:flex;justify-content:ce
分类:
其他好文 时间:
2019-12-24 17:01:55
阅读次数:
105
? HTML基本语法 认识网页 网页主要由文字、图像和超链接等元素构成。当然,除了这些元素,网页中还可以包含音频、视频以及Flash等。 常见浏览器内核介绍 浏览器是网页运行的平台,常用的浏览器有IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等。我们平时称为五大浏览器。 ...
分类:
Web程序 时间:
2019-12-23 22:20:04
阅读次数:
129
Final project proposal192-00701 – Summary of your project.It is based on an existing game which is called “league of dodging”.And the main idea of the ...
分类:
其他好文 时间:
2019-12-22 20:08:32
阅读次数:
77
Brown Bears Brown Bear About Me The Brown Bear Introduction Habitat Media About Brown Bears The brown bear (Ursus arctos) is native to parts of northe ...
分类:
Web程序 时间:
2019-12-22 14:50:45
阅读次数:
113