上一页 1 2 3 4 5 6 ··· 185 下一页
摘要: 一,打开管理界面 android studio菜单->Settings Languages & Frameworks,选中sdk后,点Apply, 点OK 阅读全文
posted @ 2026-02-27 15:33 刘宏缔的架构森林 阅读(5) 评论(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 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,下载地址: https://docs.flutter.dev/install/manual 注意选择适合自己电脑的版本 二,下载后解压缩,移动到develop目录下 develop目录需要自己手动创建 Zhuanz1@MacBook-Pro ~ % cd Downloads Zhuanz1@Ma 阅读全文
posted @ 2026-02-27 14:46 刘宏缔的架构森林 阅读(9) 评论(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 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,settings->plugins 点install 二,重启后可以创建flutter项目了 阅读全文
posted @ 2026-02-27 11:31 刘宏缔的架构森林 阅读(5) 评论(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 刘宏缔的架构森林 阅读(4) 评论(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 刘宏缔的架构森林 阅读(5) 评论(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 刘宏缔的架构森林 阅读(4) 评论(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)
摘要: 一,下载汉化包 原页面: https://www.axure.com.cn/88390 包地址: https://cdn8.axure.com.cn/wp-content/uploads/2024/09/%E3%80%90V1.0%E3%80%91%E6%B1%89%E5%8C%96%E6%96%8 阅读全文
posted @ 2026-02-18 13:04 刘宏缔的架构森林 阅读(48) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 185 下一页