随笔 - 223  文章 - 0 评论 - 6 阅读 - 39万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

07 2020 档案
configure: error: cannot run C compiled programs出错
摘要:在RN 运行时,出现问题 react-native run-ios Could not find iPhone 6 simulator 和 Entry, ":CFBundleIdentifier", Does Not Exist 在解决这个问题时, ./configure 编译不了 报错, conf 阅读全文
posted @ 2020-07-13 16:56 浅唱年华1920 阅读(3239) 评论(0) 推荐(0) 编辑
ios xcode 报错 Error Domain=NSCocoaErrorDomain Code=4099
摘要:来源:https://www.jianshu.com/p/fe03ff7e4e8e 遇到问题 记录下 报错信息 [Client] Sending selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connect 阅读全文
posted @ 2020-07-13 16:52 浅唱年华1920 阅读(4343) 评论(0) 推荐(0) 编辑
xcode 版本问题 Unknown argument type '__attribute__' in method -[RCTLinkingManager getInitialURL:reject:]
摘要:报错信息 Unknown argument type '__attribute__' in method -[RCTLinkingManager getInitialURL:reject:]. Extend RCTConvert to support this type. 1.在Xcode中打开:X 阅读全文
posted @ 2020-07-13 16:49 浅唱年华1920 阅读(432) 评论(0) 推荐(0) 编辑
Flutter base64字符串加密解密
摘要:使用自带库 import 'dart:convert'; 1.加密 base64Encode(utf8.encode(str)) 2. 解密 utf8.decode(base64Decode(str)) 阅读全文
posted @ 2020-07-09 10:32 浅唱年华1920 阅读(2341) 评论(0) 推荐(0) 编辑
flutter中container如何撑满宽度
摘要:1. child使用Row 2. 给container设置alignment属性 阅读全文
posted @ 2020-07-09 10:28 浅唱年华1920 阅读(5832) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示