摘要: 1.如果你是第一次配置环境变量,可以使用“touch .bash_profile” 创建一个.bash_profile的隐藏配置文件(如果你是为编辑已存在的配置文件,则使用"open -e .bash_profile"命令) 2. JAVA_HOME=/Library/Java/JavaVirtua 阅读全文
posted @ 2021-01-29 22:27 mingV2020 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-28 13:36 mingV2020 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 1 class NewstStyle extends StatelessWidget { 2 final List<DkCenterUpload> upload; 3 const NewstStyle({ 4 Key key, 5 this.upload: const [], 6 }) : supe 阅读全文
posted @ 2021-01-22 08:37 mingV2020 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 使用Rosetta运行Xcode 阅读全文
posted @ 2021-01-05 19:06 mingV2020 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-05 17:45 mingV2020 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-18 19:19 mingV2020 阅读(605) 评论(0) 推荐(0) 编辑
摘要: main.dart navigatorObservers: [ MyApp.routeObserver, GLObserver(),//全局监听路由 ], router_listener.dart class GLObserver extends NavigatorObserver { // 添加导 阅读全文
posted @ 2020-12-16 13:19 mingV2020 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 局部控制键盘收回 import 'package:flutter/material.dart'; import 'package:TLDF/main.dart'; class KeyboardBack { static BuildContext context = navigatorKey.curr 阅读全文
posted @ 2020-12-16 10:24 mingV2020 阅读(2371) 评论(1) 推荐(0) 编辑
摘要: keyboardType:TextInputType.numberWithOptions(decimal: true), 阅读全文
posted @ 2020-12-15 13:35 mingV2020 阅读(379) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/upwgh/p/13367589.html 阅读全文
posted @ 2020-12-12 14:54 mingV2020 阅读(154) 评论(0) 推荐(0) 编辑