05 2021 档案

摘要:笔记 MongoDB入门练习 1.数据库 2.集合 3.文档 使用手册: MongoDB Collection Method(集合方法) MongoDB CRUD操作_MonogDB 中文网 创建数据库> use test switched to db test > show dbs admin 0 阅读全文
posted @ 2021-05-14 09:49 G-G 阅读(145) 评论(0) 推荐(0)
摘要:笔记 多对一的处理 创建数据库表 create table mybatis.teacher ( id int not null primary key, name varchar(30) null ) charset = utf8; create table mybatis.student ( id 阅读全文
posted @ 2021-05-02 18:48 G-G 阅读(168) 评论(0) 推荐(0)