题目链接D. Appleman and Treetime limit per test :2 secondsmemory limit per test:256 megabytesinput :standard inputoutput:standard outputAppleman has a tre...
分类:
移动开发 时间:
2014-08-27 18:18:48
阅读次数:
270
This paper presented a very interesting topic. Censorship in China has always drawn people’s attention since in a perspective of universal values cens...
分类:
其他好文 时间:
2014-08-27 17:53:18
阅读次数:
263
Description
The math department has been having problems lately. Due to immense amount of unsolicited automated programs which were crawling across their pages, they decided to put Yet-Another-Publ...
分类:
其他好文 时间:
2014-08-27 16:37:08
阅读次数:
220
首先要确保两台机子直接IP能够互相ping通
然后使用SCP命令从第一台主机向第二台主机拷贝文件
scp src chiwei@192.168.8.144:/home/chiwei/mydisk/buffer_scp_file
ssh: connect to host 192.168.8.144 port 22: Connection refused
l...
分类:
系统相关 时间:
2014-08-27 16:35:48
阅读次数:
354
网上搜到的, 在zend studio 里面导入ssh key,这样就可以直接clone/push/pull github上的项目。window -> preferences -> general -> Newwork Connection -> SSH2 -> Key Management在这里你...
分类:
其他好文 时间:
2014-08-27 16:09:17
阅读次数:
287
Description
The desire to explore the unknown has been a driving force in human history since the dawn of time. From the earliestdocumented accounts, ancient civilizations had explored the earth by...
分类:
其他好文 时间:
2014-08-27 13:00:27
阅读次数:
256
svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。 错误如下: 解决方法:清空svn的队列 1.下载sqlite3.exe 2.找到你项目的.svn文件,查看是否存在wc.db 3.将sqlite3.exe放到.svn的同级目录 4.启动cmd执行sqlite3 .svn/...
分类:
其他好文 时间:
2014-08-27 12:28:57
阅读次数:
184
1.关于Error -27791: Error -27790:Error -27740: 错误如下: Action.c(198): Error -27791: Server has shut down the connection prematurely Action.c(198): Erro...
分类:
其他好文 时间:
2014-08-27 09:17:57
阅读次数:
332
LeetCode: Path SumGiven a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equal...
分类:
其他好文 时间:
2014-08-27 00:07:27
阅读次数:
298
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [?2,1,?3,4,?1,2,1...
分类:
其他好文 时间:
2014-08-26 22:44:46
阅读次数:
212