Windows 11 暗藏间谍功能?Microsoft Recall 成毒瘤,教你立刻禁用并替换最佳方案最新版本的Windows 11系统中,微软默认启用了备受争议的Recall功能。这一功能通过定期截取用户屏幕并进行分析,旨在帮助用户快速检索过去操作的信息。然而,其潜在的安全和隐私风险引发了广泛关注。Recall功能为何引发担忧?隐私泄露风险: Recall功能可能无意中截取包含敏感信息的屏幕截
2025-01-05 michael007js 24
在首次使用adb USB调试连接时,常常需要点击弹出的对话框,并且勾选才能进行adb操作。例如,adb devices后有连接设备号显示。 但有时已经清空了 PC端的密钥文件adbkey 和 android手机端的撤销USB调试授权,(PC机(以windows为例)上启动了adb.exe进程时,adb会在本地生成一对密钥adbkey(私钥)与adbkey.pub(公钥))重启PC和手机后,adb
2024-12-22 michael007js 23
Edge/Chrome浏览器强制将http转https的解决方案打开Edge浏览器/Chrome浏览器地址栏输入你要访问的http网址,并访问(此时会自动转成https,这一步不能跳过,接下来继续)地址栏输入以下地址,并访问:Edge浏览器:edge://net-internalsChrome浏览器:chrome://net-internals左侧选择:Domain Security Policy
2024-12-13 michael007js 437
报错信息: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 20
这是一个同步监听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 17
项目场景:Android回声消除可以使用原生和第三方,第三方比如:speex、webrtc aecm,但是个人觉得使用原生最简单,效果也好。问题描述使用Android原生消除回声时,如果使用不当会造成某些机型是无效的。以下代码在三星s20、vivo的某些机型就会出现无效的现象。minBufferSize = android.media.AudioRecord.getMinBufferSize(sa
2024-11-20 michael007js 22
进入setting>version control>commit,关掉图中的"analyze code"选项即可。或者
2024-11-19 michael007js 26
ssh: connect to host github.com port 22: Connection refusedssh: connect to host github.com port 22: Connection refused问题 链接git出现错误:$ git pullssh: connect to host github.com port 22: Connection refused
2024-11-16 michael007js 72