发表于: 2017-03-27 21:17:11
1 708
今天完成的事情:完成任务2
明天计划的事情:
1.学习任务3切图:慕课。
2.完成任务三页面:贴图,精确定位。
3.将任务列表页面放到服务器,同事建立项目,push 2 github
遇到的问题:
- 1.git push失败,
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
没有找到解决方法,使用github客户端或者webstorm push。
2.svn使用终端连接失败
解决:使用cornerstone客户端同步。
收获:
1.熟悉了git常用命令,然;
2.px em rem区别
px为为固定单,不可变,在不同显示器上显示的实际尺寸不同;em不是固定单位,可以改变,使得页面的字体大小相对容易控制。rem为新单位。
评论