2017年3月26日
摘要: https://li-xinyang.gitbooks.io/frontend-notebook/chapter4/02_layout.html 前端开发笔记本 https://segmentfault.com/a/1190000002804472 github上值得关注的项目 https://se 阅读全文
posted @ 2017-03-26 23:57 Aarondm 阅读(120) 评论(0) 推荐(0) 编辑
摘要: HEAD cat .git/HEAD ref: refs/heads/publish/0.0.4 撤销commit git revert HEAD -m 'add' ;//撤销前一次 commitgit revert HEAD^ ;//撤销前前一次 commit 恢复某个已修改的文件(撤销未提交的修 阅读全文
posted @ 2017-03-26 23:39 Aarondm 阅读(96) 评论(0) 推荐(0) 编辑
摘要: @charset "UTF-8"; html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } body { margin: 0; font-size: 14... 阅读全文
posted @ 2017-03-26 11:03 Aarondm 阅读(110) 评论(0) 推荐(0) 编辑
摘要: /** * * fixScreen 方法根据两种情况适配,该方法自动执行。 * 1. 定宽: 对应 meta 标签写法 -- 在这个js之上 * 该方法会提取 width 值,主动添加 scale 相关属性值。 * 注意: 如果 meta 标签中指定了 initial-s... 阅读全文
posted @ 2017-03-26 10:34 Aarondm 阅读(805) 评论(0) 推荐(0) 编辑