当在国内部署prisma时经常会因为网络或者其他原因出现下载prisma引擎失败问题: > Downloading Prisma engines for Node-API for rhel-openssl-1.1.x [ ] 0%Error: request to https://binaries.prisma.sh/all_commits/659…
当你机器重启后,执行pm2 ls出现一下警告,然后列表为空时: Current process list is not synchronized with saved list. App demo differs. Type 'pm2 save' to synchronize. 之前启动保存的项目不见了,这时候不要慌,执行下面命…
/* * @Description: 拖拽 */ import { computed, type Ref, ref, onMounted, onUnmounted } from 'vue' export interface Position { x: number y: number } /** * Make elements …