上一页 1 2 3 4 5 6 7 ··· 186 下一页
摘要: 一,创建flutter项目的步骤 1,创建时指定flutter的安装目录 指定项目信息 进入项目后,启动一个device,供调试时使用 阅读全文
posted @ 2026-02-27 15:45 刘宏缔的架构森林 阅读(5) 评论(0) 推荐(0)
摘要: 一,打开管理界面 android studio菜单->Settings Languages & Frameworks,选中sdk后,点Apply, 点OK 阅读全文
posted @ 2026-02-27 15:33 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,查看当前channel Zhuanz1@MacBook-Pro ~ % flutter channel Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this s 阅读全文
posted @ 2026-02-27 15:15 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,下载地址: https://docs.flutter.dev/install/manual 注意选择适合自己电脑的版本 二,下载后解压缩,移动到develop目录下 develop目录需要自己手动创建 Zhuanz1@MacBook-Pro ~ % cd Downloads Zhuanz1@Ma 阅读全文
posted @ 2026-02-27 14:46 刘宏缔的架构森林 阅读(18) 评论(0) 推荐(0)
摘要: 一,报错信息: % flutter --version xcode-select: note: No developer tools were found, requesting install. If developer tools are located at a non-default loc 阅读全文
posted @ 2026-02-27 14:45 刘宏缔的架构森林 阅读(13) 评论(0) 推荐(0)
摘要: 一,settings->plugins 点install 二,重启后可以创建flutter项目了 阅读全文
posted @ 2026-02-27 11:31 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,下载安装包: https://developer.android.google.cn/studio?hl=zh-cn 注意选择自己电脑相应的芯片: 二,安装: 打开dmg后把android studio拖动到applications文件夹中 三,启动: 选dont send 不能访问sdk,选c 阅读全文
posted @ 2026-02-27 11:16 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,创建别名和列出所有别名 import os from elasticsearch import Elasticsearch pwd = os.path.dirname(os.path.realpath(__file__)) ELASTICSEARCH_HOST = 'http://localho 阅读全文
posted @ 2026-02-22 08:21 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,代码: import os from elasticsearch import Elasticsearch pwd = os.path.dirname(os.path.realpath(__file__)) ELASTICSEARCH_HOST = 'http://localhost:9200' 阅读全文
posted @ 2026-02-22 08:15 刘宏缔的架构森林 阅读(5) 评论(0) 推荐(0)
摘要: 一,代码: @api.route('/testpost', methods=['POST']) def test_post(): foods = request.values.get('foods') print(foods) foods1 = request.values.getlist('foo 阅读全文
posted @ 2026-02-19 19:22 刘宏缔的架构森林 阅读(2) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 186 下一页