REVIEW
CREATE DROP DATABASE
SELECT DATABASE();
SHOW DATABASES ;CREATE DATABASE IF NOT EXISTS GAMEDB ;
DROP DATABASE IF EXISTS GAMEDB; CREATE SHOW ALTER TABLE
如何给表头重命名
CREATE TABLE student.studentinfo(name char(10), sex char(10), class char(5…
使用dataZoom时图表报错: resize should not be called during main process. omponent dataZoom.slider is used but not imported. 解决方法: 在使用的页面种单独引入一下dataZoom: import ‘echarts/lib/component/dataZoom’;