摘要:
换了一台电脑,安装了新的git工具 生成id_rsa.pub,把id_rsa.pub的内容加入到账号的ssh配置里面 本以为一切顺利,不过一下载就遇见如下问题 The authenticity of host '。。。。' can't be established.ED25519 key finge 阅读全文
摘要:
public void musicFileMonitoring() { if (fileObserver != null) { return; } fileObserver = new FileObserver("/sdcard/music") { @Override public void onE 阅读全文
摘要:
如果是系统应用android:sharedUserId="android.uid.system"报这个错 Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroa 阅读全文