Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 498 Bytes

medexam

##beego test ##mui example example

MUI

beego开发文档

开放静态文件 CDN

$ nohup ./medexam &

CREATE DATABASE med_exam DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

grant all privileges on med_exam.* to med@localhost identified by 'db2016';

mysql -umed -p med_exam <~/med_exam.sql  --default-character-set=utf8