I want to be a linux kernel development engineer.That's my dream.
分类:
系统相关 时间:
2015-12-09 11:49:39
阅读次数:
134
Dream------Hbase--0.94版本和0.98/1.X版本api变动 hbase1.0.2/hbase1.1.2api变动
改变图片(图标)大小的两种方式1.改即修改HTML。代码:html: style: .dream{ width: 50px; height: 35px; }修改html可在界面中拖动图片2.改background(url)即修改CSS。代码:html: style: .dream{...
分类:
其他好文 时间:
2015-11-26 12:47:35
阅读次数:
137
from:http://www.dreamingwish.com/dream-category/toturial/gcd-guideGCD介绍(一): 基本概念和Dispatch Queue什么是GCD?Grand Central Dispatch或者GCD,是一套低层API,提供了一种新的方法来进...
分类:
其他好文 时间:
2015-11-26 10:46:18
阅读次数:
258
1、reversed()这个很好理解,reversed英文意思就是:adj. 颠倒的;相反的;(判决等)撤销的print list(reversed(['dream','a','have','I']))#['I', 'have', 'a', 'dream']2、让人糊涂的sort()与sorted(...
分类:
编程语言 时间:
2015-10-28 21:03:57
阅读次数:
237
题意:给一块n×m的空地,用1×2的砖铺,有多少种方案。解法:状压dp。考虑dp[i][j]表示前i - 1行都铺满时第i行的状态为j时的方案数。对于第i行,每个格子上是否有砖用0和1表示,0表示不铺砖,1表示铺砖,二进制压缩状态,枚举第i - 1行的状态j和第i行的状态k,看这两种状态是否符合实际...
分类:
其他好文 时间:
2015-10-26 20:35:22
阅读次数:
226
Popular CowsTime Limit:2000MSMemory Limit:65536KTotal Submissions:27820Accepted:11208DescriptionEvery cow's dream is to become the most popular cow in...
分类:
其他好文 时间:
2015-10-24 00:11:14
阅读次数:
172
Problem Description:Mr Potato is a coder.Mr Potato is the BestCoder.One night, an amazing sequence appeared in his dream. Length of this sequence is o...
分类:
其他好文 时间:
2015-10-21 15:24:33
阅读次数:
118
代码:package com.huey.dream.utils;import java.util.regex.Matcher;import java.util.regex.Pattern;public class StringUtils { static String CN_REGEX = "...
分类:
编程语言 时间:
2015-10-14 14:25:10
阅读次数:
169
Mondriaan's DreamTime Limit: 3000MSMemory Limit: 65536KTotal Submissions: 13519Accepted: 7876DescriptionSquares and rectangles fascinated the famous D...
分类:
其他好文 时间:
2015-10-06 00:41:26
阅读次数:
194