上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 60 下一页
摘要: body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }body { font-size: 阅读全文
posted @ 2017-02-01 13:53 飘然离去 阅读(3206) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/chenjt/p/4193464.html 主要用到dom.offsetWidth 这个表示实际的宽度。 dom.scrollLeft 这个表示这个容器dom的滚动条的水平偏移. 核心代码: 我自己写的发现向上没有使用offsetTop也行,反正原 阅读全文
posted @ 2017-01-31 17:39 飘然离去 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: 1.简单的嵌套; less中显示: css中显示 2.作为值的变量: less中: @green: #801f77;@baise:white; header,footer{ background: @green; h1{ color: @baise; }} 3.作为属性名和选择器名: //作为选择器 阅读全文
posted @ 2017-01-30 11:56 飘然离去 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.响应式中注意的内容: 一行(row)必须在.container中。 col-xs- col-sm- col-md- col-lg- 列偏移 .col-md-offset-* 列排序 .col-md-push-* .col-md-pull-* 2.文本排版 h1-h6 类h1-h6 强调文本 sm 阅读全文
posted @ 2017-01-29 09:17 飘然离去 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 刚开始学习vuejs,加油少年,为了我们的coding的理想 1.http://www.cnblogs.com/cjlll/p/6077430.html 2.注意自定义指令的传参的这里的blue这里需要一层单引号的。 3.Vue.components()必须在new Vue之前写。 4.vue的动画 阅读全文
posted @ 2017-01-25 10:41 飘然离去 阅读(1122) 评论(0) 推荐(1) 编辑
摘要: http://m.blog.csdn.net/article/details?id=44701769 http://www.cnblogs.com/iceseal/p/4077417.html 阅读全文
posted @ 2017-01-24 14:43 飘然离去 阅读(117) 评论(0) 推荐(0) 编辑
摘要: React 可以看做是连接native与JavaScript的桥梁bridge; 实现用js语言时间app的开发; 即使你不知道native是什么; 阅读全文
posted @ 2017-01-12 12:23 飘然离去 阅读(107) 评论(0) 推荐(0) 编辑
摘要: # MongoDB 集群部署 ## 关键词 * 集群 * 副本集 * 分片 ## MongoDB集群部署 >今天主要来说说Mongodb的三种集群方式的搭建Replica Set副本集 / Sharding分片 / Master-Slaver 主备。 ### Replica Set副本集 >其实简单 阅读全文
posted @ 2017-01-12 10:41 飘然离去 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 移动端使用的字体:http://www.cnblogs.com/PeunZhang/p/3592096.html 阅读全文
posted @ 2017-01-07 10:34 飘然离去 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 一切为了敏捷开发: http://blog.sina.com.cn/s/blog_71ed1b870101a52w.html 看一个这个博客:http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css body, div, dl, dt, dd, 阅读全文
posted @ 2017-01-07 09:53 飘然离去 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 60 下一页