spring boot学习笔记:第十章--实现AcApp端 -中

这节课的内容是完善对局列表界面,排行榜界面和bot界面的设计。
ctrl + shift + c 点击后,出现想要的组件属性。

export class Game {
  constructor(id, AcWingOS) {
    const myappid = '#' + id;
    myfunc(myappid, AcWingOS);
  }
}

    display: flex;  居中
    justify-content: center; 水平居中
    align-items: center;  竖直居中

进入数据库查看信息
sudo mysql -u root -proot
输入acs密码1018
use kob  使用kob数据库
show tables;
posted @ 2023-02-14 09:38  安半愚  阅读(27)  评论(0)    收藏  举报