上一页 1 2 3 4 5 6 7 8 ··· 186 下一页
摘要: 一,代码: 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)
摘要: 一,下载汉化包 原页面: 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 刘宏缔的架构森林 阅读(90) 评论(0) 推荐(0)
摘要: 一,添加组件 二,添加interaction 三,测试效果: 阅读全文
posted @ 2026-02-16 13:30 刘宏缔的架构森林 阅读(53) 评论(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 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,给按纽添加interaction 先把要显示的group右键->set hidden 然后给按钮添加interaction 二,效果: 阅读全文
posted @ 2026-02-16 10:14 刘宏缔的架构森林 阅读(5) 评论(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 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0)
摘要: 一,安装@vue/cli $ npm install -g @vue/cli npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lr 阅读全文
posted @ 2026-02-03 17:27 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,查看默认的源 $ npm config get registry https://registry.npmmirror.com 二,配置使用国内源 $ npm config set registry https://registry.npm.taobao.org 三,查看效果: $ npm co 阅读全文
posted @ 2026-02-03 17:07 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要: 一,查看nvm版本: nvm --version 0.40.3 二,安装node $ nvm install 24 三,列出本地已安装node $ nvm ls 四,查看所有可用的node $ nvm ls-remote 五,查看当前使用的node版本 nvm current v24.13.0 六, 阅读全文
posted @ 2026-02-03 16:55 刘宏缔的架构森林 阅读(19) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 186 下一页