体验盒子

不再关注网络安全

连不上github怎么办,10种解决方案

连不上github怎么办,10种解决方案

国内服务器连不上github怎么办? 目录表 Toggle 提高国内访问 GitHub 的速度的 10 种方案1 GitHub 镜像访问这里提供两个最常用的镜像地址:2 GitHub 文件加速3 Github 加速下载4 加速你的 Github5 谷歌浏览...

APP版本号命名规范及原则

APP版本号命名规范及原则

目录表 Toggle 为什么需要规范APP命名?版本命名的规范与原则希腊字母所代表的版本阶段介绍版本号修改规则 为什么需要规范APP命名? 当我们在需求及业务明确后,产品及设计已经做出了对应的文档及UI图,那...

flutter解决Could not resolve all artifacts for configuration ‘:classpath’.

完整错误如下: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:lintVi...

Table ‘performance_schema.session_variables’ doesn’t exist

Table ‘performance_schema.session_variables’ doesn’t exist

Mysql升级后出现错误: 1146 - Table 'performance_schema.session_variables' doesn't exist 其实不止这个错误,还有更多如: Checking server version. Running querie...

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

错误提示 [!] '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一样的效果。另...