会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
方方和圆圆
你好世界, 哈罗, 开普勒452b
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
33
下一页
2014年11月13日
offsetLeft, offsetTop以及postion().left , postion().top有神马区别
摘要: for test,回答标题: offsetLeft是指当前元素的外边框到包含元素的内边框; position().left是指当前元素的margin(不包含margin)到定位元素的border-box(不包含border,但是包含padding),即pdding-box; 都...
阅读全文
posted @ 2014-11-13 11:52 方方和圆圆
阅读(1853)
评论(0)
推荐(0)
2014年11月6日
BACKBONE源代码解析
摘要: //2014.11// Backbone.js 1.0.0// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.// Backbone may be freely distributed under the MIT licen...
阅读全文
posted @ 2014-11-06 11:18 方方和圆圆
阅读(911)
评论(0)
推荐(0)
2014年11月4日
HTTP协议
摘要: HTTP协议的URL 1 输入:www.guet.edu.cn 浏览器自动转换成:http://www.guet.edu.cn/ 2 http:192.168.0.116:8080/index.jsp 在CMD里面运行 tracert www...
阅读全文
posted @ 2014-11-04 11:14 方方和圆圆
阅读(658)
评论(0)
推荐(0)
localStorage和sessionStorage的区别
摘要: //在chrome测试的结果;知识点1:localStorage和sessionStorage的区别; localStorage生命周期是永久,这意味着除非用户显示在浏览器提供的UI上清除localStorage信息,否则这些信息将永远存在。 sessionStorage生命周期为当前窗口或标签页,...
阅读全文
posted @ 2014-11-04 11:10 方方和圆圆
阅读(16625)
评论(0)
推荐(0)
基本的mediaQuery写法,不复习又忘记了
摘要: mediappppppppppppppppppppppppppppppppppppppp divContant
阅读全文
posted @ 2014-11-04 11:07 方方和圆圆
阅读(324)
评论(0)
推荐(0)
2014年10月30日
CSS3中的counter和content属性,一些简单的内容显示就不需要JS去实现了
摘要: HTML的代码CSS_counter 知识点1: CSS3中的content属性 知识点2: CSS3中的counter-reset和counter-increment属性 ...
阅读全文
posted @ 2014-10-30 11:56 方方和圆圆
阅读(945)
评论(0)
推荐(0)
2014年10月28日
让js的forin循环禁止forin到某个属性的话要怎么做
摘要: //知识点1:for In循环是可以枚举到继承的属性的;//知识点2:使用defineProperty让属性无法通过forIn枚举到;//知识点3:用definedProperty重新定义一个属性药把这个属性设置为空,然后重新定义才行哦; var obj = {}; Object.def...
阅读全文
posted @ 2014-10-28 17:19 方方和圆圆
阅读(1240)
评论(0)
推荐(0)
2014年10月24日
WEB中的cookie
摘要: 首先来一篇好文章,刚好看到的:沉默中的狂怒 —— Cookie 大喷发---------------- http://www.cnblogs.com/index-html/p/mitm-cookie-sniffer.html#3050493 我就重复一遍啦: 在chrome或者fir...
阅读全文
posted @ 2014-10-24 15:19 方方和圆圆
阅读(794)
评论(0)
推荐(0)
NODE学习:利用nodeJS去抓网页的信息
摘要: 1:引用模块"http" (执行命令node app.js "http://www.baidu.com")//app.jsvar http = require('http');var url = require('url');function spider(u,cb){ http.get( u...
阅读全文
posted @ 2014-10-24 11:13 方方和圆圆
阅读(2501)
评论(0)
推荐(0)
2014年10月22日
unicode和gbk的互相转换
摘要: unicode和gbk的互相转换主要依靠window下的escape和unescape方法,然后把%u替换成\u就好了;var GB2312UnicodeConverter = { ToUnicode: function (str) { return escape(str).to...
阅读全文
posted @ 2014-10-22 11:09 方方和圆圆
阅读(3363)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
33
下一页
公告
再过一百年, 我会在哪里?