摘要:
http://developer.android.com/guide/topics/media/exoplayer.html前言:Playing videos and music is a popular activity on Android devices. The Android framework providesMediaPlayeras a quick solution for ... 阅读全文
摘要:
使用android studio 时突然卡死。 重启后所有项目都打不开,提示workspace.xml Error:content is not allowed in prolog 打开workspace.xml文件后发现时空的。 最后删除workspace.xml再重新导入即可 导入后无法编辑和运行: 显示错误 10:34:41 RuntimeException: updat... 阅读全文
摘要:
0.undefined 本身的介绍undefinedis a property of theglobal object, i.e. it is a variable in global scope. JavaScript 1.8.5noteStarting in JavaScript 1.8.5 (Firefox 4),undefinedis non-writable, as per the ECMAScript 5 specification.1.关于undefined值的判断:有 a:x== undefined,b: x===undefined,c:typeof x == 'und 阅读全文