发表于: 2016-07-14 00:07:41
1 1380
今天完成的事情:今天看了bootstrap的栅格,下拉菜单,轮播图导航栏的内容
明天计划的事情:开始着手重制task7
遇到的问题:
Q1:在理解bootstrap的关于响应式导航栏的时候被文字叙述弄晕了
A1:将叙述内容整理后手抄一遍,之后对着内容看代码后理解了
Q2:在html文件中引入
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
和
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
时一直被绿色框包裹的东西提示There is no locally stored library for the HTTP link. less... (Ctrl+F1)
Checks that URL of an external JavaScript library is associated with a locally stored file used for code completion and navigation.
Use 'Download library' quick fix (Alt+Enter) to solve the problem.
A2:
办法1:将js文件下到本地,并将sre中的地址由网址改为本地的相对地址
办法2:按错误提示按Alt+Enter,之后点击Download library
收获:了解了栅格和下拉菜单,轮播图等概念
评论