electron 问题

electron 打包出错 • Detected arm64 process, HFS+ is unavailable. Creating dmg with APFS - supports Mac OSX 10.12+ ⨯ Exit code: 1. Command failed: whic


node 相关配置

Node配置全局和缓存路径 # 设置全局模块的安装路径到 "node_global" 文件夹 npm config set prefix "E:\other\fnm\catch\node_global" # 设置缓存到"node\_cache"文件夹 npm config set cac


Sequelize 配置

Sequelize 多种运算符 const { Op } = require("sequelize"); Post.findAll({ where: { [Op.and]: [{ a: 5 }, { b: 6 }], // (a = 5) AND (b = 6)