找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 2146|回复: 15

[k2t] k2t刷机ttl出现tx timed out

[复制链接]
发表于 2022-7-27 17:08 | 显示全部楼层 |阅读模式
ash进去以后输入命令结果出现tx timed out没法继续刷机
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-10-8 08:27 | 显示全部楼层
更新了大气层1.3.2版本  
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-9 10:07 | 显示全部楼层
顶!分析的很有道理!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-11 08:14 | 显示全部楼层
感谢分享啊!试一试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-13 08:25 | 显示全部楼层
先等一波正式版
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-19 08:52 | 显示全部楼层
多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-19 08:52 | 显示全部楼层
多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-19 08:52 | 显示全部楼层
多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-20 08:15 | 显示全部楼层
顶!分析的很有道理!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-22 08:43 | 显示全部楼层
感谢楼主分享,顶贴支持
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-24 08:11 | 显示全部楼层
好东西必须顶,谢谢楼主
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-28 15:54 | 显示全部楼层
谢谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-10-31 14:45 | 显示全部楼层
谢谢,感谢,非常棒,加油啊!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-11-1 08:34 | 显示全部楼层
// ==UserScript== // @name        百度搜索结果真实链接 // @namespace   To2nUrlBaidu Scripts // @author      Takitooru // @match       https://www.baidu.com // @match       https://www.baidu.com/s* // @grant       none // @version     2.1.5 // @description 获取百度搜索结果真实链接 // ==/UserScript== (function() {         'use strict';     //正则表达式         var reg = /(?<=data-landurl\=\")(.*?)(?=\")|(?<=mu\=\")(.*?)(?=\")/g;         //元素类名合集         var classNameList = ['.result.c-container.xpath-log.new-pmd', '.result-op.c-container.xpath-log.new-pmd', '.result-op.c-container.new-pmd', 'h3.t.ec_title', 'h3.c-title'];         //显示链接的样式         var styleList = ['color:red;background-color:yellow;display:inline-block;'];         //显示链接的提示文字         var diyText = ['真实链接'];     //(link?url=**)常规编码链接   ※※※※※  (baidu.php?url=**)加密编码链接         document.querySelector('#wrapper_wrapper').addEventListener("DOMNodeInserted",function(e) {                 if (e.target.id == 'container') {                         setTimeout(function() {                                 let Arrlist = document.querySelectorAll('' + classNameList + '');                                 for (let i = Arrlist.length - 1; i >= 0; i--) {                                         let Matches = [...Arrlist.outerHTML.matchAll(reg)];                                         for (let Mat of Matches) {                                                 let ifMatNull = Mat[0] == '' ? '链接已被加密': '<a href="' + Mat[0] + '" target="_blank">' + Mat[0] + '</a>';                                                 Arrlist.insertAdjacentHTML('beforeend', '<div style="' + styleList + '">' + diyText + ':' + ifMatNull + '</div>');                                         }                                 }                         }, 1000);                 }         }); })();
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2023-1-12 08:56 | 显示全部楼层
感觉和OPPO电视K9没啥升级哇
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-20 04:15

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表