摘要:
设置静态IP [root@localhost ~]# cd /etc[root@localhost etc]# cd sysconfig[root@localhost sysconfig]# cd network-scripts/ [root@localhost network-scripts]# 阅读全文
摘要:
info 数据库(个人项目) 1.book 1 CREATE DATABASE /*!32312 IF NOT EXISTS*/`info` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin */; 2 3 USE `info`; 4 5 /* 阅读全文
摘要:
团队项目movierankings数据库 8个数据表 1.movie1905 1 CREATE DATABASE /*!32312 IF NOT EXISTS*/`movierankings` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin 阅读全文