摘要: 题目: Given a binary tree struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; TreeLinkNode *next; } Populate each next pointer to point to it 阅读全文
posted @ 2016-01-28 20:06 很好玩 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 题目: Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, 阅读全文
posted @ 2016-01-28 17:43 很好玩 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3  阅读全文
posted @ 2016-01-28 16:45 很好玩 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 一、什么是filter CSS滤镜属性,可以在元素呈现之前,为元素的渲染提供一些效果,如模糊、颜色转移之类的。滤镜常用于调整图像、背景、边框的渲染。目前Filter Effects Module还只是W3C的一个草案,浏览器还不完全支持,在使用时需要加浏览器前缀。 二、filter语法 /* 设置滤 阅读全文
posted @ 2016-01-28 16:19 很好玩 阅读(2467) 评论(0) 推荐(0) 编辑