09 2017 档案

摘要:移动端相应式测试网站:http://kuapingce.com/ http://www.cnblogs.com/Charliexie/p/6900640.html https://segmentfault.com/a/1190000008767416 移动前端开发之viewport的深入理解 htt 阅读全文

posted @ 2017-09-26 22:49 博客sl 阅读(230) 评论(0) 推荐(0)

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

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

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

posted @ 2017-09-26 18:48 博客sl 阅读(544) 评论(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 阅读(164) 评论(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 阅读(183) 评论(0) 推荐(0)

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

posted @ 2017-09-18 23:09 博客sl 阅读(292) 评论(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 阅读(167) 评论(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 阅读(180) 评论(0) 推荐(0)

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

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

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

posted @ 2017-09-14 17:38 博客sl 阅读(531) 评论(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 阅读(1011) 评论(0) 推荐(0)

摘要:引用jquery的日历插件,注意要导入css 来自:http://414704599.iteye.com/blog/1675280 点击此链接查看详细内容:http://blog.csdn.net/u013493957/article/details/44920341 博客分类: 项目小经验 jqu 阅读全文

posted @ 2017-09-08 20:27 博客sl 阅读(2299) 评论(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 阅读(150) 评论(0) 推荐(0)

摘要:一、节点 1.1 节点属性 Node.nodeName //返回节点名称,只读 Node.nodeType //返回节点类型的常数值,只读 Node.nodeValue //返回Text或Comment节点的文本值,只读 Node.textContent //返回当前节点和它的所有后代节点的文本内容 阅读全文

posted @ 2017-09-08 16:17 博客sl 阅读(1692) 评论(0) 推荐(0)

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

posted @ 2017-09-06 17:04 博客sl 阅读(158) 评论(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 阅读(134) 评论(0) 推荐(0)

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

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