体验盒子

不再关注网络安全

Cannot load settings from file ‘.iml’: File .iml does not exist解决

Cannot load settings from file ‘.iml’: File .iml does not exist解决

Android Studio的工程设置无法载入,但文件确实存在也没问题,看到错误时已经重新设置并解决,但只要重启AS后错误又提示了,很奇怪,确认目录权限啥的都正常。于是直接初始化工程,问题解决,方法如下: 步骤...

魔兽争霸3改键工具SuWar3Tools

魔兽争霸3改键工具SuWar3Tools

玩魔兽争霸3的朋友应该都会有改键工具的需求,特别是一些操作性的地图(如以前玩的仙境炎魔来袭),之前用的是零度或NOAD版,这个看着不错,在git上看到的。 魔兽争霸3改键工具 主界面 魔兽争霸3改键工具 ...

go get timeout超时解决

go get timeout超时解决

  • 2022-03-22
  • go

go get的时候超时timeout了: ➜ ukr (master) ✔ go get github.com/** package golang.org/x/net/html: unrecognized import path "golang.org/x/net/html" (https fetch: Get...

Centos服务器安装Chrome无头浏览器

Centos服务器安装Chrome无头浏览器

注意是Centos服务器版,不是桌面版,过程很简单 目录表 Toggle yum安装使用 yum安装 $ sudo yum update $ sudo yum install google-chrome-stable ...

Mac下快速切换DNS命令

在有些情况下,我们需要切换DNS来实现一些处理。但是频繁的进入设置-网络 的确很麻烦,下面的命令就能便捷的实现切换WIFI的DNS并验证。 changeToGoogleDn...

亲测解决Google Play Store一直「正在等待下载」的问题

亲测解决Google Play Store一直「正在等待下载」的问题

更新或下载卡在Play Store正在等待下载,play store内容加载正常,网页加载正常,但是就是无法更新。 解决方法 确保play store可加载其它内容,网页加载正常,且没有程序卡在正在下载(把play store里正在...

解决Unhandled Exception: DatabaseException(error database_closed)

解决Unhandled Exception: DatabaseException(error database_closed)

目录表 Toggle 问题场景描述问题分析解决方法 问题场景描述 使用Flutter的Sqlite执行多条SQL(execute multiple SQL)>10,这中间会进行原库与SQL比对,符合条件会进行关闭db.close,再new一个实例重新db初始...

解决Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent

解决Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent

Android 12 对Android 12的兼容适配报错: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a Pend...

解决each Hero must have a unique non-null tag.

解决each Hero must have a unique non-null tag.

完整错误如: Within each subtree for which heroes are to be animated (i.e. a PageRoute subtree), each Hero must have a unique non-null tag. ...

解决HTTP host https://maven.google.com/ is not reachable

解决HTTP host https://maven.google.com/ is not reachable

更新flutter之后运行flutter doctor 出现错误: [!] HTTP Host Availability ✗ HTTP host https://maven.google.com/ is not reachable. Reason: An error occurred while ...