摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing.Imaging; using System.Drawing; using System.IO; namespace TestUploadImage.FinalUse { pub... 閱讀全文
摘要:
mysql -u root -h localhost -p #登錄 use mysql; #打開mysql數據庫 select host,user from user where user='root'; #查看user表里的root數據 update user set host='%' where user='root' and host='localhost'; #將host設置為%表... 閱讀全文