代码改变世界

随笔档案-2011年08月

[转]MediaPlayer属性大全

2011-08-28 17:49 by 雪夜&流星, 519 阅读, 收藏, 编辑
摘要: 转载自:http://www.cnblogs.com/aoyihuashao/archive/2010/11/08/1871558.html播放: MediaPlayer.Play()暂停: MediaPlayer.Pause()定位: MediaPlayer.SetCurrentEntry(lWhichEntry) MediaPlayer.Next() MediaPlayer.Previous()循环: MediaPlayer.PlayCount = 00:the clip plays repeatedly1:once停止: MediaPlayer.Stop()=============== 阅读全文

[原]java正则表达式匹配网页页面数据

2011-08-23 23:38 by 雪夜&流星, 653 阅读, 收藏, 编辑
摘要: 转载请说明出处:http://www.cnblogs.com/tanlon/archive/2011/08/23/2151388.html最近做项目一直在和正则表达式打交道,也有一些心得,特此记录下来。用正则表达式抓取网页上需要的东西,这里用的QQ音乐里面的一些数据为例。基本的正则表达式可以参考:http://www.cnblogs.com/deerchao/archive/2006/08/24/zhengzhe30fengzhongjiaocheng.htmlpublic class Radio { public static void main(String[] args) { ... 阅读全文
点击右上角即可分享
微信分享提示