2014年11月26日
摘要: http://blog.csdn.net/qfnu08zzr/article/details/6763159RGB 原理 RGB 是从颜色发光的原理来设计定的,通俗点说它的颜色混合方式就好像有红、绿、蓝三盏灯,当它们的光相互叠合的时候,色彩相混,而亮度却等于两者亮度之总和(两盏灯的亮度嘛!),越... 阅读全文
posted @ 2014-11-26 20:34 challengeself 阅读(310) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_a85e142101010h8n.html之前对RGB、YUV和YCbCr一直没有清晰的理解和认识,今天打算做一个小结,结合网上的文章谈谈自己的看法,也希望有机会看到这篇文章的人能指点一二,相互交流,共同进步。 首先要说明,上述的RGB、... 阅读全文
posted @ 2014-11-26 20:32 challengeself 阅读(197) 评论(0) 推荐(0)
  2014年5月14日
摘要: 参考文章http://kb.cnblogs.com/page/130970/#statelessalivehttp://www.cnblogs.com/li0803/archive/2008/11/03/1324746.html本文只是一个学习笔记http报文分为两种请求与响应两种请求报文中的方法主... 阅读全文
posted @ 2014-05-14 10:16 challengeself 阅读(206) 评论(0) 推荐(0)
  2014年4月8日
摘要: 选到元素后的处理利用this.pushStack()方法对元素进行处理:1、将找到的元素push到数组ret中,并把ret通过工具函数jQuery.merge()合并到新jquery对象中,并赋给ret。2、对ret添加属性prevObject .end()方法可以返回prevObject属性值3、对ret添加属性context给选择到的元素添加selector属性 阅读全文
posted @ 2014-04-08 16:26 challengeself 阅读(100) 评论(0) 推荐(0)
摘要: setDocument源码解释:/*** Sets document-related variables once based on the current document* @param {Element|Object} [doc] An element or document object to use to set the document* @returns {Object} Returns the current document*/根据参数中给定element或document object来设置documetn,最后返回document用到的一些element或document 阅读全文
posted @ 2014-04-08 15:13 challengeself 阅读(145) 评论(0) 推荐(0)
  2014年4月7日
摘要: jquery 中的缓存机制:1、jquery.data(key,value)2、$().data(key,value) $().removeData(key) 阅读全文
posted @ 2014-04-07 16:28 challengeself 阅读(115) 评论(0) 推荐(0)