摘要:
回退命令:$ git reset --hard HEAD^ 回退到上个版本$ git reset --hard HEAD~3 回退到前3次提交之前,以此类推,回退到n次提交之前 $ git reset --hard commit_id 退到/进到 指定commit的sha码强推到远程: $ git 阅读全文
posted @ 2018-10-11 13:33
JeromeZ
阅读(2604)
评论(0)
推荐(0)
摘要:
字符串与HTML之间的相互转换主要应用htmlentities()函数来完成。 header("Content-Type: text/html; charset=utf-8"); $str="<a href=\"www.51growup.com\">我要成长</a>"; echo $str; ech 阅读全文
posted @ 2018-10-11 13:27
JeromeZ
阅读(11595)
评论(0)
推荐(0)

浙公网安备 33010602011771号