摘要: vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid prop: type check failed for prop "back". Expected Boolean, got String with value "true". found in > <W 阅读全文
posted @ 2020-08-10 20:23 anin 阅读(13861) 评论(1) 推荐(2) 编辑
摘要: [root@iZ2zeir1m7i4blbm9dcgzgZ nodeservice]# npm install > bcrypt@5.0.0 install /usr/local/nodeservice/node_modules/bcrypt> node-pre-gyp install --fall 阅读全文
posted @ 2020-08-10 18:46 anin 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: show dbs 查看所有数据库 db 查看当前库 use 库名 没有建,有就切换 集合(表)操作 建:db.createCollection('表名',{配置}) //配置:{size:文件大小size 数值 (可选)为固定集合指定一个最大值,以千字节计(KB),capped:true,max:条 阅读全文
posted @ 2020-08-10 17:49 anin 阅读(113) 评论(0) 推荐(0) 编辑