Strange CountryTime Limit: 1 Second Memory Limit: 32768 KBThere are n cities in the dream country. Let's use integers from 1 to n to denote the citie....
分类:
其他好文 时间:
2015-04-14 12:54:07
阅读次数:
133
I使用:
hive:启动hive
命令必须以分号结束,告诉hive立即执行该命令,不区分大小写
show tables;查看有哪些表
desc tablename; 查看表有哪些列
写sql命令
use udw;
select user_id,action_id
from udw_ml_user_action
where partition_date>=20150410
dis...
分类:
其他好文 时间:
2015-04-14 11:12:51
阅读次数:
165
Keep in mind that there are two ways to deal with the LinkList very easily.1. Using the vector to store every item of the list, then we can use the in...
分类:
其他好文 时间:
2015-04-14 09:48:06
阅读次数:
141
The time when I runned Eclipse in my computer, it has this information displayed: WorkSpace *** in use or cannot be created, choose a different one. S...
分类:
系统相关 时间:
2015-04-14 09:42:18
阅读次数:
187
原文:https://github.com/yangyangwithgnu/use_vim_as_ide看了这篇文章要是再不会用vim就不能怪我了.所需即所获:像 IDE 一样使用 vimyangyangwithgnu@yeah.net2015-02-15 13:30:59谢谢捐赠:支付宝yangy...
分类:
系统相关 时间:
2015-04-14 00:37:59
阅读次数:
225
1. C++static has three methods to use.a. external no need to add static. but it is stored statically.b. internal need to add static. it si stored stat...
分类:
其他好文 时间:
2015-04-14 00:25:11
阅读次数:
230