自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

翻译 Defer loading of JavaScript 延时加载Javascript

Defer loading of JavaScript延时加载javascript文件OverviewDeferring loading of JavaScript functions that are not called at startup reduces the initial download size, allowing other resources to be

2013-05-29 16:43:47 1526

翻译 移除无用的CSS

Remove unused CSS移除无用的CSSOverviewRemoving or deferring style rules that are not used by a document avoid downloads unnecessary bytes and allow the browser to start rendering sooner.为了减少下载量

2013-05-29 13:44:54 1848

转载 mysql 导出CSV

http://blog.csdn.net/sara_yhl/article/details/6850107    select * from test_info       into outfile '/tmp/test.csv'       fields terminated by ',' optionally enclosed by '"' escaped by '

2013-05-27 14:01:15 714

转载 jpeg 照片 EXIF查看器

网上找到一个产品招聘EXIF 信息的在线工具,很好用能看到照片是用的 相机 ,编辑时候是用的图像处理软件http://exif.cn/

2013-05-26 19:21:04 1867

原创 onload 与$.ready 的区别

$.ready  css js 加载完成即可onload:  css js 加载完成的基础上,图片加载完成

2013-05-16 19:01:04 589

转载 javascript sleep

var now = new Date();var exitTime = now.getTime() + 2000;var x = true;while (x) {    now = new Date();    if (now.getTime() > exitTime) {        x = false;    }}

2013-05-16 17:32:27 711

原创 浏览器 资源最大并发连接数

同一域名IE9:6个Firefox:6个Chrome:6个两个域名则并发加倍

2013-05-16 17:31:34 1543

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除