摘要: 更系统版本 sudo do-release-upgrade 上图为安装五笔输入法的状态 ibus (intelligent input Bus)1.打开终端,输入 sudo apt install ibus 安装框架2.安装完毕后,输入 im-config -s ibus 命令切换框架3.输入 su 阅读全文
posted @ 2025-03-30 21:28 ®Geovin Du Dream Park™ 阅读(1373) 评论(0) 推荐(0)
摘要: sql: create table School #創建表 ( `SchoolId` char(5) NOT NULL comment'主鍵primary key,學校編號', #採取手工輸入,也可以設計為自動添加自增長 為5位元,數位,字元,或數位和字元組合,在文本保存資料時,用程式碼進行限制 # 阅读全文
posted @ 2025-03-30 07:20 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0)