属于我的梦,明明还在
个人工具站/博客持续更新中用于技术层面探讨 http://rhx0306.online/
摘要: #!/bin/bash # 读取文件到数组(如果文件不大) mapfile -t cust_ids < CUSTOMER_ORDER_ID.txt mapfile -t phones < phone.txt mapfile -t workflow_ids < WORKFLOW_TASK_ID.txt 阅读全文
posted @ 2026-01-15 17:03 属于我的梦,明明还在 阅读(4) 评论(0) 推荐(0)
摘要: 准备汉化插件包 wget https://github.com/other-blowsnow/n8n-i18n-chinese/releases/download/n8n%402.1.4/editor-ui.tar.gz tar zxvf editor-ui.tar.gz 创建数据目录 mkdir 阅读全文
posted @ 2026-01-15 11:23 属于我的梦,明明还在 阅读(9) 评论(0) 推荐(0)
摘要: 环境依赖node.js # 添加 NodeSource 仓库(以 Node.js 20 为例) curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - # 安装 Node.js sudo yum install nodejs # 阅读全文
posted @ 2026-01-15 10:39 属于我的梦,明明还在 阅读(21) 评论(0) 推荐(0)