摘要: 弃用 阅读全文
posted @ 2021-12-15 16:35 ๑Secret 阅读(32) 评论(0) 推荐(0)
摘要: 简介:Mongoose是在node.js异步环境下对mongodb进行便捷操作的对象模型工具 安装:npm install mongoose --save-dev 1.connect用于数据库的链接 var mongoose = require('mongoose'), DB_URL = 'mong 阅读全文
posted @ 2021-12-15 14:01 ๑Secret 阅读(230) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-12-15 13:59 ๑Secret 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-12-15 13:58 ๑Secret 阅读(23) 评论(0) 推荐(0)