09 2022 档案
摘要:{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "jsx": "react", "esModuleInterop": true, "types": ["jest"],
阅读全文
摘要:ssh连接: 命令:ssh 用户名@ip地址 -p 端口号 退出ssh连接 命令:exit
阅读全文
摘要:需要FQ 安装brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" MongoDB Homebrew 输入命令:brew tap mongodb/bre
阅读全文
摘要:安装命令 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 在主目录下添加~/.zshrc文件,文件内容为 export NVM_DIR="$([ -z "${XDG_CONFIG_HOME
阅读全文