摘要: ### 具体步骤 ### 1. 首先,先创建一个模板组,我这里创建为"proto"。 ![在这里插入图片描述](https://img-blog.csdnimg.cn/0f650e87ac1d4ffe86b1283975d5a254.png) ### 2.下面这张图是我的模板组中的内容 ![在这里插 阅读全文
posted @ 2023-09-02 22:24 wbnyua 阅读(32) 评论(0) 推荐(0) 编辑
摘要: [toc] ## 1.0数据库操作 ``` mysql # 创建数据库 create database test; # 删除数据库 drop database test; ``` ## 2.0 数据表操作 ### 2.1 表的创建 ``` mysql # 创建数据表 create table acc 阅读全文
posted @ 2023-09-02 18:46 wbnyua 阅读(15) 评论(0) 推荐(0) 编辑