随笔分类 -  笔记

学习笔记
摘要:/*清除浮动*/.clearfix:before, .clearfix:after {content:""; display:table;}.clearfix:after{clear:both;}.clearfix{ *zoom:1;/*ie6,7*/} zoom:1确实帮我们解决了不少ie下的bu 阅读全文

posted @ 2018-04-02 15:07 博客sl 阅读(236) 评论(0) 推荐(0)

摘要:文章来自:http://blog.sina.com.cn/s/blog_6d48e77101015kqr.html 对于桌面平台web布局中大家对meta标签再熟悉不过了,它永远位于 head 元素内部,对做SEO的朋友一定对meta有种特殊的感情吧,今天我们就来说说移动平台的meta标签,在移动平 阅读全文

posted @ 2018-04-02 14:49 博客sl 阅读(186) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/charlene0824/article/details/52165429 阅读全文

posted @ 2018-02-07 17:54 博客sl 阅读(243) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/Dear_Mr/article/details/72871919 阅读全文

posted @ 2017-09-26 20:04 博客sl 阅读(386) 评论(0) 推荐(0)

摘要:angularjs: 详述:http://www.jb51.net/article/89611.htm 广播与事件 AngularJS 中在触发事件和发送广播时,都可以传递参数,可以通过这一特性,来实现数据的共享。与事件和广播相关的,共有三个方法,分别是: 1.$emit():触发事件,它可以向上传 阅读全文

posted @ 2017-09-26 18:48 博客sl 阅读(534) 评论(0) 推荐(0)

摘要:参考:1:https://www.ibm.com/developerworks/cn/web/1202_zhouxiang_css3/ 参考:2:http://www.cnblogs.com/ghost-xyx/p/3781049.html 阅读全文

posted @ 2017-09-19 19:06 博客sl 阅读(161) 评论(0) 推荐(0)

摘要:http://www.jianshu.com/p/29edd52a8e03 懒加载课堂笔记 作者 饥人谷_李栋 关注 2015.12.30 14:28* 字数 1005 阅读 402评论 5喜欢 7赞赏 1 作者 饥人谷_李栋 关注 2015.12.30 14:28* 字数 1005 阅读 402评 阅读全文

posted @ 2017-09-19 18:53 博客sl 阅读(167) 评论(0) 推荐(0)

摘要:原文链接 http://azq.space/blog/bigcan-lesson-1/ http://www.jianshu.com/p/ae5e2ec91786/首先我先说两个概念,第一,响应式:一个页面在不同尺寸的浏览器中不同的表现;第二,自适应:一个页面在任何尺寸浏览器下表现一致.这里只说自适 阅读全文

posted @ 2017-09-18 23:09 博客sl 阅读(280) 评论(0) 推荐(0)

摘要:http://www.xuebuyuan.com/2174858.html 移动端WEB开发,click,touch,tap事件浅析 2014年10月01日 ⁄ 综合 ⁄ 共 1742字 ⁄ 字号 小 中 大 ⁄ 评论关闭 一、click 和 tap 比较 两者都会在点击时触发,但是在手机WEB端, 阅读全文

posted @ 2017-09-18 22:58 博客sl 阅读(161) 评论(0) 推荐(0)

摘要:http://www.alloyteam.com/2016/03/mobile-web-adaptation-tool-rem/ 前言 提到rem,大家首先会想到的是em,px,pt这类的词语,大多数人眼中这些单位是用于设置字体的大小的,没错这的确是用来设置字体大小的,但是对于rem来说它可以用来做 阅读全文

posted @ 2017-09-17 14:33 博客sl 阅读(171) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/yuebinghaoyuan/article/details/32706277 阅读全文

posted @ 2017-09-14 18:16 博客sl 阅读(129) 评论(0) 推荐(0)

摘要:语义化HTML:用最恰当的HTML元素标记的内容。 优点:1 提升可访问性; 2 SEO; 3 结构清晰,利于维护; (html5旧的行内元素都被归类为短语内容) 通用容器:div——块级通用容器;span——短语内容无语义容器。 如果语义不合适,也不要霸王硬上弓,=。。 =老实的用div吧。 <  阅读全文

posted @ 2017-09-14 17:38 博客sl 阅读(522) 评论(0) 推荐(0)

摘要:http://www.admin5.com/article/20090511/149287.shtml http://jingyan.baidu.com/article/d621e8da3312602865913fb2.html seo.pr值 https://baike.baidu.com/ite 阅读全文

posted @ 2017-09-14 12:26 博客sl 阅读(973) 评论(0) 推荐(0)

摘要:网址链接: https://www.oschina.net/project/tag/278/jquery-calendar?company=0&sort=score&tag=278&lang=0&recommend=false&p=4 阅读全文

posted @ 2017-09-08 20:13 博客sl 阅读(144) 评论(0) 推荐(0)

摘要:链接网址:http://blog.csdn.net/shiyaru1314/article/details/54963027 阅读全文

posted @ 2017-09-06 17:04 博客sl 阅读(156) 评论(0) 推荐(0)

摘要:http://www.open-open.com/lib/view/open1454507333214.html Git 提示fatal: remote origin already exists 错误解决办法 今天使用git 添加远程github仓库的时候提示错误:fatal: remote or 阅读全文

posted @ 2017-09-06 16:50 博客sl 阅读(131) 评论(0) 推荐(0)

摘要:在安装目录E:\xampp\apache\httpd.conf把默认的端口号80改为83之后, httpd.conf文件中的端口80都要改为83 阅读全文

posted @ 2017-09-06 15:09 博客sl 阅读(222) 评论(0) 推荐(0)