体验盒子

不再关注网络安全

更新Xcode提示空间不足“Not enough free space”解决

是时候给Xcode升个级了,然后去update提示空间不足“Not enough free space”,看了一眼所需要空间为11G,再看了下mac还有空间37G,一脸懵…… 在Google上转...

‘AMapSearch-NO-IDFA’ uses the unencrypted ‘http’ protocol to transfer the Pod解决

‘AMapSearch-NO-IDFA’ uses the unencrypted ‘http’ protocol to transfer the Pod解决

错误提示 [!] 'AMapFoundation' uses the unencrypted 'http' protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts. Otherwise, ...

Automatically assigning platform `ios` with version `9.0` on target `Runner`解决

Automatically assigning platform `ios` with version `9.0` on target `Runner`解决

Automatically assigning platform ios with version 9.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile ...

Flutter: Error running pod install解决

Flutter: Error running pod install解决

错误信息: Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies ...

Flutter隐藏控件Offstage/Visibility/Opacity/ifelse

Flutter隐藏控件Offstage/Visibility/Opacity/ifelse

在flutter里隐藏控件可以通过多种方式实现。Visibility和Offstage的区别就是保不保留空间,比如你控件设置了宽高,使用Visibility隐藏,但还会留有一块空白在那里的,类似android的gone和visible一样的效果。另...

ThinkPHP3.x注入漏洞

ThinkPHP3.x注入漏洞

也不知道别人发过没,如有雷同纯属巧合 parseWhere: protected function parseWhere($where) { $whereStr = ''; if(is_string($where)) { ...

app-ads.txt 问题 您的一个或多个应用的 app-ads.txt 实施有问题

app-ads.txt 问题 您的一个或多个应用的 app-ads.txt 实施有问题

在使用admob或adsense时,必须记得设置对应的ads.txt,否则会受到限制,警示: app-ads.txt 问题 您的一个或多个应用的 app-ads.txt 实施有问题 如果不设置,短期内会被限制请求及匹配,长期的将被暂...

解决RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

解决RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

如果git项目过大,或某个关联文件无法访问,会出现这个错误 RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 目录表 Toggle 解决方法一些建议,尝试一下,不保证有效 解决方法 ...

解决Play商店“从服务器检索信息时出错DF-DFERH-01”

解决Play商店“从服务器检索信息时出错DF-DFERH-01”

一直正常的使用,突然报错: 从服务器检索信息时出错DF-DFERH-01 尝试过重装Google套件,无果,网上看了一翻都失败,最后解决方法竟然仅是结束所有套件并设置自启动就行: 操作后再开启Play商店就...

优雅的退出Flutter应用

优雅的退出Flutter应用

flutter默认情况下的退出应用是不彻底的,会在后台继续运行VM虚拟机,但一些场景下可能需要强制/彻底关闭应用程序。 目录表 Toggle Flutter退出/关闭应用Android方法IOS方法 Flutter退出/关闭应用 在IOS...