码迷,mamicode.com
首页 >  
搜索关键字:quick 3.3final quickxdev player no exists    ( 8733个结果
leetcode 之 Word Search
Word Search Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those...
分类:其他好文   时间:2014-09-06 22:34:14    阅读次数:261
采用存储过程写的登录和查询(只为测试)
未采用三层Sql 语句 :create procedure sp_Login3@userName varchar(20),@passWord varchar(20),@msg int Output //表示输出参数asif(exists(select * from UserInfo where Lo...
分类:其他好文   时间:2014-09-06 19:59:14    阅读次数:289
Exists 比Contains 慢非常多。
void Main(){ List s = new List(){}; for(int i=0;iit==i.ToString()); } sw1.Stop(); sw1.Elapsed.Dump(); Stopwatch sw2 = new Stopwatch(); sw2.Start(); .....
分类:其他好文   时间:2014-09-06 18:38:53    阅读次数:237
媒体播放器之:TCPMP播放器简介
TCPMP-The Core Pocket Media Player是著名的PDA媒体播放器。掌上设备中最棒的媒体播放软件,完全可以用它替代设备系统自带的任何一款播放器,支持众多媒体格式。并且可以通过插件的形式扩展功能,如同步字幕、歌词显示,更多的媒体格式支持等。...
分类:其他好文   时间:2014-09-06 16:08:53    阅读次数:259
linux操作系统flash player问题--ubuntu
谷歌浏览器,有一款插件pepper Flash Player,可以在ubuntu的软件中心找到,安装后,就可以在用谷歌浏览器访问之前低版本flash不能打开的网站了。
分类:系统相关   时间:2014-09-06 16:01:53    阅读次数:188
Application.persistentDataPath 的一个小坑
打包之前在Android的Player Setting里面选择WriteAccess (写入访问)Internal Only:表示Application.persistentDataPath的路径是应用程序沙盒,(需要root不然访问不了写入的文件)文件路径:data/data/包名/Files/O...
分类:移动开发   时间:2014-09-05 19:53:11    阅读次数:1266
python异常处理
flag = 1while 1: flag = flag + 1 if flag > 10: break try: f = open("file-not-exists", "r") except IOError,e: print(...
分类:编程语言   时间:2014-09-05 19:46:31    阅读次数:232
web页面播放音频 jquery.jplayer 插件
<!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
iOS用AVAudioPlayer播放m4a音频
音频文件sound.m4a放到Supporting Files目录引用头文件#import 定义一个全局的属性:@property (nonatomic, strong) AVAudioPlayer *player; //音频播放器//初始化音频播放器NSString *path = [[NSBun...
分类:移动开发   时间:2014-09-05 17:53:21    阅读次数:584
20140905bug
shell脚本: syntax error near unexpected token elseif [ -f "$impDataFile" -a -f "$tagFile" ] ;then else #一开始左边缺了空格 echo "file is not exists"fi
分类:其他好文   时间:2014-09-05 12:51:01    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!