参考了一些他人的方法,现总结一下对我来说可用的。本文介绍的方法使用 Telnet 获取光猫配置文件。以下方法为本人实测,如设备版本或地区不同不一定能成功。下面以光猫IP地址为192.168.1.1为例启用 Telnet浏览器访问 http://192.168.1.1:8080/cgi-bin/abcdidfope94e0934jiewru8ew414.cgi 启用 Telnet,如果成功应该显示
2025-04-13 michael007js 10
Windows Docker Desktop设置中文1、下载对应版本中文语言包github地址: DockerDesktop-CN. https://github.com/asxez/DockerDesktop-CN2、找到docker安装目录,备份并替换app.asar文件\Docker\Docker\frontend\resources修改配置文件 接下来,我们需要修改Docker D
2025-04-07 michael007js 23
以下可直接删除,不影响开机adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomiadb shell pm uninstall --user 0 com.android.browseradb shell pm uninstall --user 0 com.miui.personalassistantadb shell pm
2025-02-01 michael007js 77
Windows 11 暗藏间谍功能?Microsoft Recall 成毒瘤,教你立刻禁用并替换最佳方案最新版本的Windows 11系统中,微软默认启用了备受争议的Recall功能。这一功能通过定期截取用户屏幕并进行分析,旨在帮助用户快速检索过去操作的信息。然而,其潜在的安全和隐私风险引发了广泛关注。Recall功能为何引发担忧?隐私泄露风险: Recall功能可能无意中截取包含敏感信息的屏幕截
2025-01-05 michael007js 108
在首次使用adb USB调试连接时,常常需要点击弹出的对话框,并且勾选才能进行adb操作。例如,adb devices后有连接设备号显示。 但有时已经清空了 PC端的密钥文件adbkey 和 android手机端的撤销USB调试授权,(PC机(以windows为例)上启动了adb.exe进程时,adb会在本地生成一对密钥adbkey(私钥)与adbkey.pub(公钥))重启PC和手机后,adb
2024-12-22 michael007js 133
Edge/Chrome浏览器强制将http转https的解决方案打开Edge浏览器/Chrome浏览器地址栏输入你要访问的http网址,并访问(此时会自动转成https,这一步不能跳过,接下来继续)地址栏输入以下地址,并访问:Edge浏览器:edge://net-internalsChrome浏览器:chrome://net-internals左侧选择:Domain Security Policy
2024-12-13 michael007js 666
报错信息:io.reactivex.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin
2024-12-01 michael007js 100
这是一个同步监听RecyclerView的SmoothScrollToPosition解决方案import android.util.Log;import android.view.View;import android.view.animation.Interpolator;import android.widget.LinearLayoutManager;import android.widg
2024-11-30 michael007js 54