经过锦囊相助,海东集团终于度过了危机,从此,HDU的发展就一直顺风顺水,到了2050年,集团已经相当规模了,据说进入了钱江肉丝经济开发区500强。这时候,XHD夫妇也退居了二线,并在风景秀美的诸暨市浬浦镇陶姚村买了个房子,开始安度晚年了。
这样住了一段时间,徐总对当地的交通还是不太了解。有时很郁闷,想去一个地方又不知道应该乘什么公交车,在什么地方转车,在什么地方下车(其实徐总自己有车,却一定要与民同乐,这就是徐总的性格)。
徐总经常会问蹩脚的英文问路:“Can you help me?”。看着他那迷茫而又无...
分类:
其他好文 时间:
2015-08-16 12:27:53
阅读次数:
215
题目:Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't ...
分类:
其他好文 时间:
2015-08-16 12:01:02
阅读次数:
72
?Talk the TalkMark Richardsin Any pRoFESSion, jargon is used so that individuals within that pro- fession can effectively communicate with one another. Lawyers talk to one another about habeas corpus,...
分类:
其他好文 时间:
2015-08-16 10:49:45
阅读次数:
162
How many integers can you find
Now you get a number N, and a M-integers set, you should find out how many integers which are small than N, that they can divided exactly by any integers in the set. For example, N=12, and M-integer set is {2,3}, so there i...
分类:
其他好文 时间:
2015-08-16 10:49:13
阅读次数:
137
HDU 1796 How many integers can you find (lcm + 容斥)...
分类:
其他好文 时间:
2015-08-16 10:44:29
阅读次数:
90
anyway, you can do this with auto layout. You can do it entirely in IB as of Xcode 5.1. Let's start with some views:The light green view has an aspect...
分类:
移动开发 时间:
2015-08-16 10:33:34
阅读次数:
342
多半天都在买鱼了。好累。最后买了两对孔雀鱼,两条米奇。结果,回到家米奇死了一条啊,好可惜。 感觉。 放不下怎么办,今天应该给李有才打个电话的,结果成了这个样子,把刘路叫了出来。聊着聊着就没有时间打了。哎,为什么会这样,连这个勇气都没有。 该怎么办呢。 路在何方。加油。努力。找寻自己的...
分类:
其他好文 时间:
2015-08-16 00:27:35
阅读次数:
118
Description
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent til...
分类:
其他好文 时间:
2015-08-15 20:07:33
阅读次数:
111
$ cd .ssh/
$ ssh-keygen -t rsa -C "mac"
$ vi ~/.ssh/config
Host bb
User git
HostName bitbucket.org
IdentityFile ~/.ssh/id_rsa
$ chmod 600 ~/.ssh/config
$ ssh bb
You can use git or hg...
分类:
其他好文 时间:
2015-08-15 20:04:46
阅读次数:
100
This problem is just similar toMinimum Depth of Binary Tree.The first solution also uses recursion (not sure whether it can be called DFS).1 class Sol...
分类:
其他好文 时间:
2015-08-15 19:52:05
阅读次数:
123