随笔分类 -  运维相关

jenkins、git、k8s、docker等
摘要:db.createCollection("test") // 创建 mongodb集合 添加// insert插入,当_id 重复时,会报 重复键异常db.test.insert({name: "小明", age: 18, hobby:["打篮球", "唱歌", "游泳"], student:{id 阅读全文
posted @ 2021-07-07 17:17 MrSans 阅读(95) 评论(0) 推荐(0)