摘要:
show tables; create table user( id int primary key auto_increment, name varchar(10) not null unique, age int check(age>0 and age<=120), status char(1) 閱讀全文
摘要:
坑記錄 去官網下載了22.04.05系統進行安裝并配置網絡, cat /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to 閱讀全文