摘要:
git add * git status git commit -m "上传代码" git push origin master 报错git push origin master fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. P... 阅读全文
摘要:
SELECT DISTINCT (@i :=@i + 1) AS num, -- 设置排序号 b.pb_dl_name, a.* FROM xqxz_familyinfo a LEFT JOIN xqxz_planbuild b ON a.pb_id=b.pk_id, (SELECT @i := 0) AS it -- 设置排序号 阅读全文