上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 118 下一页
摘要: http://www.iteye.com/news/27175在最近的几年里,Web网页的大小已经显著增大了。由HTTP Archive研究得出的结果表明,目前平均一个页面的大小是1.25M。对于拥有宽带的用户来说,可能并不是一个问题。但是对于那些网速并不理解的用户来说,可能会是一个非常头疼的问题。首先我们看一个页面内容大小的饼图:一、网页优化1. 优化图片这个绝对是显而易见的,可以看到图片占据的页面内容分量最重。在现代网页设计中,图片绝对占据了大部分的内容。你需要针对你的页面重新定义图片大小。这能够有效地帮助你减少页面大小。而且,这里有很多的功能能够帮助你针对图片减肥,例如,Smush.it 阅读全文
posted @ 2013-12-19 15:10 daishuguang 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://en.wikipedia.org/wiki/Web_Performance_Optimizationhttp://www.stevesouders.com/blog/2011/08/26/waterfall-ui-conventions/http://en.wikipedia.org/wiki/List_of_Web_Performance_Optimization_Resourceshttp://www.codeproject.com/Tips/263166/How-Improve-ASP-net-performencehttp://docs.webplatform.org/w 阅读全文
posted @ 2013-12-19 14:30 daishuguang 阅读(166) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yupeng/p/3481492.htmlhttp://www.cnblogs.com/aehyok/p/3478282.html 阅读全文
posted @ 2013-12-19 13:58 daishuguang 阅读(144) 评论(0) 推荐(0) 编辑
摘要: function 方式scopefunctionclosureexpressionanonymous functionclass(this, prototype) 阅读全文
posted @ 2013-12-19 01:06 daishuguang 阅读(309) 评论(0) 推荐(0) 编辑
摘要: boolean("false") =====>trueDate(1387123200000)不等于new Date(1387123200000)用Date(1387123200000)http://www.w3school.com.cn/js/jsref_obj_date.aspgetMonth()是用0开始的getDay()是从0开始的getDate()从 Date 对象返回一个月中的某一天 (1 ~ 31)。13getDay()从 Date 对象返回一周中的某一天 (0 ~ 6)。13getMonth()从 Date 对象返回月份 (0 ~ 11)。13getFu 阅读全文
posted @ 2013-12-18 22:11 daishuguang 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhangyi85/archive/2008/11/12/1332326.html 阅读全文
posted @ 2013-12-18 17:19 daishuguang 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lhb25/p/headroom-js-react-to-the-users-scroll.html 阅读全文
posted @ 2013-12-18 15:30 daishuguang 阅读(156) 评论(0) 推荐(0) 编辑
摘要: functionclass(function, this, prototype)closure与function expression没有任何关系。closure必然与function联系在一起。function -----------> function, anonymous funciton。http://www.codeproject.com/Articles/5608/Writing-Object-Oriented-JavaScript-Part-1方式一:function a() { var v1 = 'roboce', v2 = 'lisa'; 阅读全文
posted @ 2013-12-18 14:59 daishuguang 阅读(214) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/txw1958/p/weixin39-wireless-alipay.htmlhttp://www.cnblogs.com/blodfox777/archive/2009/11/03/1595223.htmlhttp://www.cnblogs.com/mysweet/archive/2012/05/19/2508534.html 阅读全文
posted @ 2013-12-17 19:38 daishuguang 阅读(212) 评论(0) 推荐(0) 编辑
摘要: http://ntesmailfetc.blog.163.com/blog/static/206287061201292631536545/http://www.zhihu.com/question/22022905/answer/20585820http://www.w3cplus.com/solution/css3content/css3content.htmlhttp://www.w3cplus.com/solution/css3content/images/html.png 阅读全文
posted @ 2013-12-17 13:51 daishuguang 阅读(177) 评论(0) 推荐(0) 编辑
摘要: SidebarJShttp://makotot.github.io/sidebar/ 阅读全文
posted @ 2013-12-17 05:22 daishuguang 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://www.open-open.com/news/view/412dbdhttp://www.douban.com/note/163141995/http://article.yeeyan.org/view/132568/84722http://wangyueblog.com/2011/01/08/15-useful-google-chrome-extensions-for-web-designers-and-developers/ 阅读全文
posted @ 2013-12-17 04:13 daishuguang 阅读(163) 评论(0) 推荐(0) 编辑
摘要: itextsharphttp://www.yicai.com/news/2012/12/2335046.html 阅读全文
posted @ 2013-12-16 23:12 daishuguang 阅读(168) 评论(0) 推荐(0) 编辑
摘要: HTML--------------------------->DOM, BOM, EventRequest/Response------------->Ajax日期处理http://momentjs.com/http://www.chinaz.com/program/2012/1022/279056.shtml加载更多http://cubiq.org/iscroll-4http://www.csdn.net/article/2011-11-14/307403https://code.google.com/p/mobileesp/http://stackoverflow.com/q 阅读全文
posted @ 2013-12-15 16:35 daishuguang 阅读(188) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/firstcsharp/archive/2013/08/05/3238321.html@using (Html.BeginForm())参数示例MVC---->MVCRoutehandler, mvchandler从源码浅析MVC的MvcRouteHandler、MvcHandler和MvcHttpHandlerAsp.net Mvc 请求是如何到达 MvcHandler的——UrlRoutingModule、MvcRouteHandler分析,并造个轮子http://www.codeproject.com/Articles/595520/M 阅读全文
posted @ 2013-12-14 23:34 daishuguang 阅读(466) 评论(0) 推荐(0) 编辑
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 118 下一页