CREATE TABLE `tb_area` (
`area_id` int(2) NOT NULL auto_increment,
`area_name` varchar(200) NOT NULL,
`priority` int(2) NOT NULL DEFAULT'0',
`create_time` datetime DEFAULT NULL,
`last_edit_time` datetime DEFAULT NULL,
PRIMARY KEY(`area_id`),
UNIQUE KEY `UK_AREA`(`area_name`)
)
`area_id` int(2) NOT NULL auto_increment,
`area_name` varchar(200) NOT NULL,
`priority` int(2) NOT NULL DEFAULT'0',
`create_time` datetime DEFAULT NULL,
`last_edit_time` datetime DEFAULT NULL,
PRIMARY KEY(`area_id`),
UNIQUE KEY `UK_AREA`(`area_name`)
)
2018-02-26
已采納回答 / 翔仔
同學好,同學可以對比下課程源碼,源碼可以在回復區或者評論區里找到下載的地址我這里也在開頭import static org.junit.Assert.assertEquals;因此可以直接調用assertEquals:)
2018-02-25
在首頁找到的老師的回復:
同學們,教學代碼地址如下
https://gitee.com/xiangze/areadisplay
?https://gitee.com/xiangze/demo
enjoy :)
同學們,教學代碼地址如下
https://gitee.com/xiangze/areadisplay
?https://gitee.com/xiangze/demo
enjoy :)
2018-02-24
已采納回答 / 翔仔
同學們,教學代碼地址如下https://gitee.com/xiangze/areadisplayhttps://gitee.com/xiangze/demoenjoy :)
2018-02-24