摘要: CREATE TABLE course ( Cno char(4) NOT NULL, Cname char(40) DEFAULT NULL, Cpno char(4) DEFAULT NULL, Ccredit smallint DEFAULT NULL, PRIMARY KEY (Cno) ) --... 阅读全文
posted @ 2017-05-21 21:10 douzujun 阅读(5040) 评论(0) 推荐(0) 编辑
摘要: import static org.junit.Assert.*; import java.lang.reflect.Array; import java.util.Arrays; import java.util.Collection; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runn... 阅读全文
posted @ 2017-05-21 20:05 douzujun 阅读(4499) 评论(0) 推荐(0) 编辑