摘要:
学习自表严肃(表哥)的网站安装:git官网https://git-scm.com/ 下载,然后一直next,over。 配置:git config –global user.name “你的name”git config –global user.email “你的E... 阅读全文
摘要:
前置工作新建一张物品类别表: CREATE TABLE IF NOT EXISTS tdb_goods_cates ( cate_id SMALLINT UNSIGNED PRIMARY KEY AUTO_INCREMENT, cate_nam... 阅读全文