发表于: 2018-05-27 22:50:53
1 614
今天完成的事情:
讲了小课堂,有点紧张,准备好的话都没讲出来。效果不是很好,没有清楚的表述想表达的东西,下次努力争取更好。
了解主流浏览器的内核
明天计划的事情:
把页面二布局完,并做到响应式
遇到的问题:
git上传文件时出现错误:
$ git push -u origin master
To github.com:QingTianDaTaiYang/WEB-NEW.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:QingTianDaTaiYang/WEB-NEW.git '
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
也不知道是什么原因,远程库克隆可以,上传就不行。
使用github客户端进行上传,成功。
收获:
知道怎么把自己Fork的远程库的内容更新到母库上
先把文件更新到自己的远程库上,然后
第二步:
第三步(在一个框框里输入说明信息后):
主流浏览器内核有哪几种?
Trident内核、WebKit内核、Gecko内核、presto内核
IE: Trident内核 私有属性前缀:-ms-
Safari和Google:WebKit内核代表作品Safari、chromewebkit是一个开源项目 私有前缀:-webkit-
firefox:Gecko内核 私有前缀 -moz-
Opera : presto内核 私有前缀-o-
进度:task8
任务开始时间:2018.5.22
预计结束时间:2018.5.29
是否有延期风险:无
禅道:http://task.jnshu.com/zentao/project-task-687.html
评论