摘要: 基于ijkplayer封装支持简单界面UI定制的视频播放器 可以解析ts格式的so库 怎样编译出可以解析ts等格式的so库?就是编译的时候需要在哪一步修改配置? 一些电视台的m3u8 CCTV1综合,http://58.135.196.138:8090/live/db3bd108e3364bf388 阅读全文
posted @ 2016-10-14 16:44 万物为铜 阅读(5696) 评论(0) 推荐(0)
摘要: // 1. 实现一个函数,在一个有序整型数组中二分查找出指定的值,找到则返回该值的位置,找不到返回 -1。 package demo; public class Mytest { public static void main(String[] args) { int[] arr={1,2,5,9, 阅读全文
posted @ 2016-10-14 14:56 万物为铜 阅读(2518) 评论(0) 推荐(0)