-
## 判断终端
由于各个平台的通信方式不一致,所以第一步需要判断当前的终端,再决定用什么通信方式
```javascript
//判断访问终端
function browserVersion(){
var u = navigator.userAgent;
return {
trident: u.indexOf('Trident') > -1, /…
-
1、节目播放独立在webview之外,使用android原生播放器播放视频
对于有多级页面的显示,节目是独立的,最上层,会对页面进行遮盖。
2、使用客户端使用dash.js并部署相应的服务端,对上传的视频文件 转换成不同的分辨率,并进行切片。客户端根据当前网速拉取不同分辨率的视频切片
-
-
作者:陈祥龙
日期:2017.07.03
-
When I use microg to try to log in to Google account, I enter the password and click I agree to the terms of use. Microg prompts that the login fails and I cannot connect to Google server
I would app…
-
通过反编译,得到sign参数的算法
amlun updated
6 years ago
-
Hi dear,
Signature spoofing patch is done and self check is all OK. What can it be the reason can not login com.google.android.youtube.tv?
thx
```12-04 18:03:13.834 7907 7907 I AppLifecycleTra…
-
I download my HTML UI. This is based on configuration for the user. In addition an updated UI can be pushed out.
I need to be able to load html pages from FileSystem.Current.AppDataDirectory
S…
-
-
在使用的过程中,起初遇到了一些bug, 是不敢相信的,毕竟4000多星的项目,近1000 fork,我所有项目加起来也没这么多啊。但是随着使用中遇到的越来越多的问题,我不得不仔细的看了看源码,结合现有的issue, 经过仔细反复的测试、验证,让我大为吃惊,发现此库不仅有一些不合理的地方,而且存在多个致命的问题。在此,先说严重的bug, 文末贴出了我自己实现的修复版,欢迎探讨:
## 致命的b…