摘要: <a>github的提交方式 git status (1)git add . 存储到本地 git add -u git commit -m 'message' 存储时的标记(修改了哪些地方,方便下次查询) git pull 下载服务器代码 git push 上传代码至服务器 <b>svn服务器的提交 阅读全文
posted @ 2016-12-09 12:36 SingleShadow 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 实现方式:css div:empty:before{ content: attr(placeholder); color:#bbb;}div:focus:before{ content:none; } 阅读全文
posted @ 2016-12-09 12:34 SingleShadow 阅读(3032) 评论(0) 推荐(0) 编辑