Sawtooth Puzzle
Time Limit: 10 Seconds Memory Limit: 65536 KB
Recently, you found an interesting game called Sawtooth Puzzle. This is a single-player game played on a grid with 3 x 3 cells....
分类:
其他好文 时间:
2014-09-11 09:42:44
阅读次数:
248
jQuery-zclip是一个复制内容到剪贴板的jQuery插件,使用它我们不用考虑不同浏览器和浏览器版本之间的兼容问题。jQuery-zclip插件需要Flash的支持,使用时记得安装Adobe Flash Player。1、jQuery-zclip插件官网ZeroClipboard.swf下载地...
分类:
Web程序 时间:
2014-09-09 15:35:28
阅读次数:
295
本系列作为Effective JavaScript的读书笔记。
JavaScript中并没有Block Scoping,只有Function
Scoping。
因此如果在一个Block中定义了一个变量,那么这个变量相当于是被定义到了这个Block属于的Function中,比如:
function isWinner(player, others) {
var highest...
分类:
编程语言 时间:
2014-09-09 12:37:58
阅读次数:
188
TCPMP-The Core Pocket Media Player是著名的PDA媒体播放器。掌上设备中最棒的媒体播放软件,完全可以用它替代设备系统自带的任何一款播放器,支持众多媒体格式。并且可以通过插件的形式扩展功能,如同步字幕、歌词显示,更多的媒体格式支持等。...
分类:
其他好文 时间:
2014-09-06 16:08:53
阅读次数:
259
谷歌浏览器,有一款插件pepper Flash Player,可以在ubuntu的软件中心找到,安装后,就可以在用谷歌浏览器访问之前低版本flash不能打开的网站了。
分类:
系统相关 时间:
2014-09-06 16:01:53
阅读次数:
188
打包之前在Android的Player Setting里面选择WriteAccess (写入访问)Internal Only:表示Application.persistentDataPath的路径是应用程序沙盒,(需要root不然访问不了写入的文件)文件路径:data/data/包名/Files/O...
分类:
移动开发 时间:
2014-09-05 19:53:11
阅读次数:
1266
<!DOCTYPE html> <html> <head> <title>Demo : jPlayer as an audio player</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link stc="js/jplayer.blue.monday.css" rel="styl...
分类:
Web程序 时间:
2014-09-05 18:34:02
阅读次数:
290
音频文件sound.m4a放到Supporting Files目录引用头文件#import 定义一个全局的属性:@property (nonatomic, strong) AVAudioPlayer *player; //音频播放器//初始化音频播放器NSString *path = [[NSBun...
分类:
移动开发 时间:
2014-09-05 17:53:21
阅读次数:
584
#include #include const int maxn = 1000;int Num_of_Player;int m_val;typedef struct{ int num, password; struct LNode *next;}*players, lnode;void ...
分类:
其他好文 时间:
2014-09-04 18:23:49
阅读次数:
242
在html5的video中,有时候加载视频会出现问题。特别在手机端,我们需要去检测视频加载是否出现问题,如果出现问题要怎么解决。在我目前的需求中,是需要跳过当前视频播放下一个。我的大致的逻辑是//依赖jqueryvar player = $("#player"), playlist = [...
分类:
Web程序 时间:
2014-09-04 13:15:19
阅读次数:
181