体验盒子

不再关注网络安全

The iOS Simulator deployment target is set to 4.3解决

在ios模拟器上调试的时候出现错误信息:The iOS Simulator deployment target is set to 4.3... 原来是因为ios 版本问题,于是找到资料是在 Podfile...

更新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解决

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

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解决

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

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

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

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

ThinkPHP3.x注入漏洞

ThinkPHP3.x注入漏洞

也不知道别人发过没,如有雷同纯属巧合 parseWhere: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354...

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商店就...