摘要: use myblog; -- show tables -- 插入语句 -- insert into users(username,`password`,realname) values('遥远','123','ooo'); -- 查询users所有列 -- select *from users; -- 查询id username 列 -- select id, username from user 阅读全文
posted @ 2019-12-06 16:37 distant-遥远 阅读(218) 评论(0) 推荐(0)
摘要: 文件结构图 { "next":"b.json", "msg":"this is a" } { "next":"c.json", "msg":"this is b" } { "next":"null", "msg":"this is c" } 上一层 阅读全文
posted @ 2019-12-06 11:45 distant-遥远 阅读(500) 评论(0) 推荐(0)