题目:Given apatternand a stringstr, find ifstrfollows the same pattern.Herefollowmeans a full match, such that there is a bijection between a letter inp...
分类:
其他好文 时间:
2015-12-13 07:18:32
阅读次数:
232
一、前言 首先看看一道阿里这期网申的题目吧!1.找出下面优先级相同的选择器 A. img.thumb:after B.[data-job="frontend"]::first-letter C. #main::before D. [t...
分类:
Web程序 时间:
2015-12-11 12:56:31
阅读次数:
204
题目:Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure y...
分类:
其他好文 时间:
2015-12-10 21:57:48
阅读次数:
246
CSS伪类用于向某些选择器添加特殊的效果。CSS伪元素用于将特殊的效果添加到某些选择器。可以明确两点,第一两者都与选择器相关,第二就是添加一些“特殊”的效果。这里特殊指的是两者描述了其他css无法描述的东西。伪类种类伪元素种类区别这里用伪类:first-child和伪元素:first-letter来...
分类:
Web程序 时间:
2015-12-09 18:58:03
阅读次数:
145
Preface NumberingA certain book's prefaces are numbered in upper case Roman numerals. Traditional Roman numeral values use a single letter to represen...
分类:
其他好文 时间:
2015-12-09 01:48:22
阅读次数:
147
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:
其他好文 时间:
2015-12-07 00:26:22
阅读次数:
152
A letter to our daughter 扎克伯格写给女儿的信Mark Zuckerberg·Tuesday, December 1, 2015Dear Max, 亲爱的玛克斯Your mother and I don't yet have the words to describe the...
分类:
其他好文 时间:
2015-12-05 07:13:40
阅读次数:
503
题目信息1032. Sharing (25) 时间限制100 ms
内存限制65536 kB
代码长度限制16000 BTo store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share...
分类:
其他好文 时间:
2015-12-03 14:15:43
阅读次数:
140
转自: http://www.fastcompany.com/3054120/fast-feed/read-mark-zuckerbergs-letter-to-his-newborn-daughterA letter to our daughterDear Max,Your mother and ...
分类:
其他好文 时间:
2015-12-03 11:43:21
阅读次数:
147
实例将段落的第一行缩进 50 像素:p { text-indent:50px; }CSS 文本属性属性描述color设置文本颜色direction设置文本方向。line-height设置行高。letter-spacing设置字符间距。text-align对齐元素中的文本。text-decora...
分类:
Web程序 时间:
2015-12-02 20:27:37
阅读次数:
197