自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(182)
  • 资源 (1)
  • 收藏
  • 关注

原创 解决Xcode15报错:DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS

DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead

2024-08-08 16:40:20 510

原创 M芯片的Mac使用AE导出透明背景视频

为了方便,可以在输出模块后面的箭头里面选择自定义模板,方便下次选择。打开渲染设置,在输出设置中,格式选择QuickTime,通道选择为RGB+Alpha。

2024-06-08 19:43:34 180

原创 Jetpack compose中State和Kotlin Flow对比

Compose中使用state还是flow

2024-06-07 11:19:04 344

原创 解决AGP升级到8.0后编译报错kaptGenerateStubsDebugKotlin

升级了Gradle插件到8.0,报错kaptGenerateStubsDebugKotlin.

2024-04-17 11:29:20 1417

原创 解决Xcode报错Stored properties cannot be marked unavailable with ‘@available‘

Stored properties cannot be marked unavailable with '@available'

2024-01-24 15:09:40 1481

原创 IOS编译出现Command PhaseScriptExecution failed with a nonzero exit code

Command PhaseScriptExecution failed with a nonzero exit code

2024-01-24 14:58:45 1104

原创 解决Android编译报错:Unable to make field private final java.lang.String java.io.File.path accessible

从网上的下载的一个老Android项目,编译时报以下错误。

2024-01-23 11:32:06 4029

原创 Flutter配置Android和IOS允许http访问

Android和IOS允许http访问

2023-12-27 11:28:11 1595

原创 【Xcode】解决Unable to process request - PLA Update available

IOS更新app时,使用Xcode上传新版本的包时,提示无法上传。

2023-12-22 10:44:12 4197

原创 Flutter本地化(国际化)之App名称

Android和IOS的国际化配置,App名称的国际化、本地化

2023-12-21 16:16:42 1776

原创 解决IOS上架App Store后显示语言为英文的问题

IOS App在App Store中的语言显示为英文.

2023-12-20 17:26:58 1164 2

原创 解决App Store上架提示您必须上传 12.9 英寸 iPad Pro(第 2 代)显示屏的截屏

您必须上传 12.9 英寸 iPad Pro(第 2 代)显示屏的截屏。(2048,2732)您必须上传 12.9 英寸 iPad Pro(第 3 代)显示屏的截屏。(2048,2732)

2023-12-15 17:17:14 2385 1

原创 解决Flutter运行报错Could not run build/ios/iphoneos/Runner.app

Could not run build/ios/iphoneos/Runner.app on Try launching Xcode and selecting "Product > Run" to fix the problem

2023-12-01 16:31:08 3935

原创 解决Flutter报错boxconstraints has non-normalized height/width constraints

BoxConstraints has non-normalized height constraints.The offending constraints were: BoxConstraints(0.0

2023-12-01 11:23:09 1049

原创 HTML基础知识点

html入门总结

2023-08-23 17:15:48 249

原创 解决Gitee或者Github出现Access denied fatal: unable to access,The requested URL returned error: 403

要把某个项目push到码云上,已经设置了仓库地址,在最后一步直接报错。

2023-08-03 10:36:44 3647

原创 Flutter最强大的图表库fl_chart的使用

fl_chart快速入门使用

2023-07-07 12:11:36 4688

原创 解決Android报错:Could not initialize class org.codehaus.groovy.reflection.ReflectionCache

新电脑打开一个Android老项目,报以下错误根据报错信息来看,包名大部分是是com.gradle,猜测是和gradle版本有关,所以我们升级gradle版本。

2023-06-05 15:02:21 5459

原创 解决Error (Xcode): File not found:XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a

老项目在最新的Xcode14.3运行报以下错误。根据网上的资料,这是由于 Xcode14只支持构建ios11.0及以上的版本。libarclite对于老的版本才需要,在IOS11以上被废弃了。所以我们要确保所有的库的构建目标都要在11.0以上。

2023-06-05 12:11:08 1268

原创 解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60

pod install下载失败时,如何解决.

2023-06-05 09:59:27 1087

原创 解决Xcode运行IOS报错:redefinition of module ‘Firebase‘和could not build module ‘CoreFoundation‘

出现Error (Xcode): could not build module 'CoreFoundation'错误时的解决办法

2023-05-09 14:53:49 1909

原创 消除Flutter doctor的警告Warning: `dart` on your path resolves to xxx/bin/dart

Warning: `dart` on your path resolves to /usr/local/Cellar/dart/2.13.3/libexec/bin/dart, which is not inside your current Flutter SDK checkout at /Users/flutter/to/path. Consider adding /Users/flutter/to/path to the front of your path

2023-05-05 09:24:19 3739 1

原创 解决Flutter报错The method ‘File.create‘ has fewer named arguments than those of overridden method

Flutter SDK更新到3.7.9,可能会遇到file库的依赖冲突。

2023-04-06 14:16:01 2275

原创 Flutter之ExpansionTile实现以代码方式码折叠、展开

Flutter自带的`ExpansionTile`只能通过点击标题触发展开和折叠,有时候我们想要以代码的方式控制,那满足不了我们的需求。我们只能修改源码。

2023-03-28 16:33:55 1228

原创 Flutter run出现No Provisioning Profile was found for your project‘s Bundle Identifier or your device

Flutter运行ios时,出现错误No Provisioning Profile was found for your project's Bundle Identifier or your device

2023-03-07 14:35:22 1107

原创 IOS上架APP Store时预览图尺寸

IOS发布时需要注意的预览图规范。

2023-03-02 17:34:47 7087 3

原创 Dart或Flutter中解决异常-type ‘int‘ is not a subtype of type ‘double‘

在Dart中,int和double是需要显示转换的,不然会出现异常:type 'int' is not a subtype of type 'double'

2022-11-25 15:34:38 3750

原创 Flutter-解决Try catch出现异常:type ‘_TypeError‘ is not a subtype of type ‘Exception‘ in type cast

在Dart或者Flutter中,捕获异常的类型是dynamic,所以可能存在类型转换异常,Unhandled Exception: type '_TypeError' is not a subtype of type 'Exception' in type cast。

2022-11-25 14:35:39 1814

原创 解决Android、Flutter编译时Gradle报错:javax.net.ssl.SSLException: Connection reset

解决Exception in thread "main" javax.net.ssl.SSLException: Connection reset

2022-11-17 12:19:55 3056

原创 Android编译打包报错Invalid keystore format

debug.keystore是Android项目自动生成的keystore,用于给测试阶段的app签名。如果出现问题,重新生成一个即可。

2022-09-14 13:54:56 9709

原创 解决升级Flutter3.0后出现警告Operand of null-aware operation ‘!‘ has type ‘WidgetsBinding‘ which excludes null

更新到Flutter 3.0之后,如果用到了WidgetsBindind.instance,可能会报warning

2022-08-22 15:14:11 3906 2

原创 App上架Apple App Store和Google Play流程

App上架Apple App Store和Google Play的详细流程

2022-08-22 10:22:52 2041 3

原创 解决Flutter上架Google Play提示Version code 1 has already been used. Try another version code.

Flutter打包aab或者apk,versionCode必须比上一次的大,否则会提示Version code 1 has already been used. Try another version code.

2022-08-18 17:18:17 2354

原创 Flutter和Android中覆盖gradle中的repositories仓库地址

Android项目中都会用到三方依赖,但是从2022开始,jcenter仓库已经被废弃,如果新项目引用了一些老的三方库,库中如果还是使用jcenter解决依赖的话,就可能在运行或者编译时出现从jcenter下载依赖失败的情况。......

2022-08-10 17:32:06 8775

原创 Android Studio创建JKS签名遇到的坑

Android Studio创建应用签名时,会碰到各种各样的错误。在此记录一下解决过程。

2022-08-01 17:41:58 4836

原创 css中使用定位实现吸顶效果

在css中,使用可以实现类似手机通讯录每组标题吸顶的效果。

2022-07-26 11:32:42 1552

原创 解决Idea报错出现Git is not installed

有时候打开Idea或者Android Studio时,会出现以下错误提示,这是idea的bug,无法识别git。然后发现内置的git也不能识别项目的log信息了。打开设置,选择Version Control->Git点击Test如果git目录没错的话,点击test以后下面会出现Git版本的提示。如果不能正确显示git的版本,说明目录不对,手动选择正确的git目录即可。最后查看git的log,发现能正常显示了,同时也能正常pull和push了。...

2022-07-11 17:09:09 34732 1

原创 解决Cocoapods重装或更新后版本不生效的问题

有时候在运行时,会出现以下提示使用重新安装后,发现版本依然没改变。解决方案方法1如果使用的是安装的,后面加上参数,覆盖安装。运行也不会出现错误了。如果使用的是更新的cocoapods,需要使用以下命令覆盖。......

2022-07-08 03:48:22 3287

原创 解决pod install报错:ffi is an incompatible architecture

最近公司换了M1的macbookpro,安装完IOS环境后,在项目中运行出现以后错误解决方案看错误提示,因为Cocoapod依赖了包,包的架构不兼容导致的。因为从m1开始,macbook采用的是ARM架构的cpu,和以前的x86架构的软件不兼容,我们只需要将ffi转换为兼容arm架构的包即可。运行以下2条命令......

2022-07-06 11:35:43 1827

原创 Android编译出现Warning: Mapping new ns to old ns的解决方案

Android项目编译时出现警告Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

2022-06-16 16:51:38 28222 11

VB6.0绿色精简版

VB6 简体中文精简纯绿版 Visual Basic 6.0 是用来创建高性能的企业应用程序及基于 Web的应用程序的最有效工具。Visual Basic 6.0 使开发者得以创建驻留在客户或服务器上或运行在分布式n-层环境里的强壮应用程序。Visual Basic 6.0 这个快速应用开发工具既可以作为一个单独的产品也可以作为 Visual Studio 6.0 套件的一个组成部分

2009-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除