GitHub: <a href="https://github.com/draveness" rel="nofollow" target="_blank">https://github.com/draveness</a><br>Blog: <a href="https://draveness.me" rel="nofollow" target="_blank">https://draveness.me</a>
IP屬地:江蘇
筆記中所有的練習(xí)均使用MYSQL數(shù)據(jù)庫 數(shù)據(jù)表的創(chuàng)建和管理 創(chuàng)建數(shù)據(jù)表 定義非空約束 定義默認(rèn)值為字段設(shè)置一個(gè)默認(rèn)值,當(dāng)沒有為該字段賦值的時(shí)候使用該默認(rèn)值。 定義主鍵通過主鍵...
一连躏、一些重要的文檔 1.沙箱登錄:https://openhome.alipay.com/platform/appDaily.htm2.沙箱環(huán)境使用說明https://doc...
mac中登錄mysql命令行 cd /usr/local/mysql/bin/ mysql -u root -p1.數(shù)據(jù)庫基本操作語句登錄數(shù)據(jù)庫mysql -u root ...
創(chuàng)建一個(gè)springboot項(xiàng)目 使用idea創(chuàng)建springboot項(xiàng)目由于我使用的是社區(qū)版的,所以在File選項(xiàng)->New project選擇Spring Assista...
nginx配置文件介紹:http模塊中有兩個(gè)模塊分別是:upstream模塊:用于配置服務(wù)端集群的地址例如: server模塊:相當(dāng)于使用nginx做靜態(tài)服務(wù)器,配置靜態(tài)資源...