摘要:
1、安装dva-cli npm install dva-cli -g 2、生成个项目 dva new test (test项目名字) 3、启动项目 cd test npm start 4、使用 antd npm install antd babel-plugin-import --save 5、打包 阅读全文
摘要:
1.创建一个数据库用户 z1,具有对 sakila 数据库中所有表的 SELECT/INSERT 权限 grant select,insert on sakila.* to 'z1'@'localhost' identified by '123' 2.权限变更,需要将 z1 的权限变更,收回 INS 阅读全文