2018年9月29日

图书管理系统之书籍

摘要: 图书管理系统 1. 表结构设计 1. id title 出版社_id 2. SQL create table book ( id int primary key auto_increment, title varchar(30) not null, press_id int not null, co 阅读全文

posted @ 2018-09-29 08:22 窮山霧繞(静妙) 阅读(183) 评论(0) 推荐(0)

导航