2025年1月
生命不息,折腾不止n8n学习笔记
如果获得的数据是一组数组,需要每一个都按照流程处理一遍,可以使用Split in Batches,在执行完毕后,连一条线回到这个节点,就会把数组里的每一个item都走一遍流程,直到最后一个为止。如果没有成熟的节点工具,可以使用code...
rss read获取数据转成json的js代码
let json = $input.first().json let str = json.contentSnippet.replace(/\r?\n|\r/g, ' ') let result = {} result.content...
npm国内源和切换命令
淘宝镜像:https://registry.npmmirror.com/腾讯云镜像:https://mirrors.cloud.tencent.com/npm/CNPM 镜像:https://r.cnpmjs.org/阿里云镜像:ht...
手撸一步一步在windows上安装one api
第一步:先安装go环境:https://go.dev/dl/ 第二步:克隆repo:git clone https://github.com/songquanpeng/one-api.git 第三步:进入webdefault目录,np...
windows环境安装one api报错的解决
运行oneapi.exe的时候,提示错误:[failed to get gpt-3.5-turbo token encoder: Get "https://openaipublic.blob.core.windows.net...
mysql运行的一个错误
oneapi运行时,提示:2025/01/20 23:19:22 [31;1mC:/wamp64/www/com.alexmao.oneapi/model/main.go:157 [35;1mError 1071 (42000):...
安装mongodb教程
下载并安装:链接:https://www.mongodb.com/try/download/community-edition安装shell(没安装没有bin文件夹)下载地址:https://www.mongodb.com/try/d...
使用token git clone项目
git clone https://oauth2:<YOUR_TOKEN>@github.com/username/private-repo.git
最新回复