`
vest
  • 浏览: 540 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
drop database if exists exam; create database exam; use exam; drop table if exists T_User; drop table if exists T_Activity; drop table if exists T_ApproveMessage; create table if not exists T_User (    C_UID                        varchar(50)   primary key        not null,    C_Name             ...
Global site tag (gtag.js) - Google Analytics