报错信息: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 5
这是一个同步监听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 5
进入setting>version control>commit,关掉图中的"analyze code"选项即可。或者
2024-11-19 michael007js 12
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 54
win10系统更新 暂停100年,解决方法本文详细指导如何通过注册表编辑器设置FlightSettingsMaxPauseDays,实现Windows系统的长期暂停更新,最长可达2133年,只需几步操作。步骤1:任务栏搜索【注册表编辑器】步骤二:在注册表编辑器中,打开以下目录计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\U
2024-10-20 michael007js 154
Edge/Chrome浏览器强制将http转https的解决方案打开Edge浏览器/Chrome浏览器地址栏输入你要访问的http网址,并访问(此时会自动转成https,这一步不能跳过,接下来继续)地址栏输入以下地址,并访问:Edge浏览器:edge://net-internalsChrome浏览器:chrome://net-internals左侧选择:Domain Security Policy
2024-09-02 michael007js 358
npm sill idealTree buildDeps一直安装不动1、删除npmsrc文件,用如下命令找到存放位置npm config get userconfig2、清除缓存npm cache clean --force3、设置镜像源,淘宝的https://registry.npm.taobao.org已经凉了npm config set registry https://registry.n
2024-08-07 michael007js 152
使用`systemctl`命令报错:System has not been booted with systemd as init system (PID 1). Can‘t operate.一、问题概述在Windows中使用WSL的CentOS时,使用systemctl命令报错:System has not been booted with systemd as init system (PID
2024-03-28 michael007js 321