上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 214 下一页
摘要: 一,settings->plugins 点install 二,重启后可以创建flutter项目了 阅读全文
posted @ 2026-02-27 11:31 刘宏缔的架构森林 阅读(15) 评论(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 刘宏缔的架构森林 阅读(29) 评论(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 刘宏缔的架构森林 阅读(17) 评论(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 刘宏缔的架构森林 阅读(13) 评论(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 刘宏缔的架构森林 阅读(8) 评论(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 刘宏缔的架构森林 阅读(688) 评论(0) 推荐(0)
摘要: 一,添加组件 二,添加interaction 三,测试效果: 阅读全文
posted @ 2026-02-16 13:30 刘宏缔的架构森林 阅读(61) 评论(0) 推荐(0)
摘要: 一,下载组件到本地电脑 网址: https://element-plus.org/zh-CN/resource/ 或: https://pan.quark.cn/s/c47e86e32e7b#/list/share 二,用axure打开,此处点Ok 三,安装后从Libraries面板可以看到新安装的 阅读全文
posted @ 2026-02-16 11:09 刘宏缔的架构森林 阅读(105) 评论(0) 推荐(0)
摘要: 一,给按纽添加interaction 先把要显示的group右键->set hidden 然后给按钮添加interaction 二,效果: 阅读全文
posted @ 2026-02-16 10:14 刘宏缔的架构森林 阅读(19) 评论(0) 推荐(0)
摘要: 一,代码: #!/bin/bash branch=$(git branch --show-current) echo "当前分支: $branch" comment="" if [ -z "$1" ]; then echo "没有提供参数" comment="$branch 分支--$(date)" 阅读全文
posted @ 2026-02-06 22:37 刘宏缔的架构森林 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 214 下一页