1:Hive创建数据表: 创建数据表解释如下所示: 创建如下所示,之前创建的不符合规范,删除了,然后创建一个标准的,查看一下,最后一个指定类型的,可以不指定,默认就是普通的文本类型的: Hive将创建的数据类型写到元数据库,可以使用本地Navicat连接虚拟机的mysql查看数据;可是呢,出现下面的 ...
分类:
其他好文 时间:
2017-10-20 18:44:11
阅读次数:
494
David the Great has just become the king of a desert country. To win the respect of his people, he decided to build channels all over his country to b ...
分类:
其他好文 时间:
2017-10-16 21:56:05
阅读次数:
227
一. 对于静态的使用和注意事项已经讲解过了,接下来用一个例子,把静态所涉及的内存区域用图的形式给大家展现一下。 这里面进行了一个Person的描述,里面有两个成员变量name,age,同时有一个静态的变量country。接下来Person当中给我们提供了一个构造函数,能同时初始化性能和年龄。接下来还 ...
分类:
编程语言 时间:
2017-10-15 14:55:47
阅读次数:
205
Time Limit: 3000MSMemory Limit: 65536K Total Submissions: 27109Accepted: 7527 Description David the Great has just become the king of a desert country ...
分类:
其他好文 时间:
2017-10-14 14:56:12
阅读次数:
148
一. 数据被static修饰以后,它有什么好处呢?(一个新的事物的诞生,总有其优势) country数据被所有对象共享了,是country先存在,还是对象先存在?country是先存在,才能被所有对象共享。 country数据在对象出现之前就存在,那么country就可以使用,没有对象,给谁用呢? ...
分类:
编程语言 时间:
2017-10-14 12:01:40
阅读次数:
125
Description There are N cities in a country, and there is one and only one simple path between each pair of cities. A merchant has chosen some paths a ...
分类:
其他好文 时间:
2017-10-13 23:42:38
阅读次数:
273
Book List Book List Title ID Country Pr... ...
分类:
Web程序 时间:
2017-10-12 19:03:24
阅读次数:
243
http://acm.split.hdu.edu.cn/showproblem.php?pid=5723 题意:给出一个无向图,每条路都有一个代价,求出把所有城市连通的最小代价。在此基础上,国王会从这里面随机挑出两个城市作为起点和终点,求出国王要走的路的期望值。 思路: 第一问很简单,最小生成树计算 ...
分类:
其他好文 时间:
2017-10-11 10:52:28
阅读次数:
209
题目描述 Bessie is planning the annual Great Cow Gathering for cows all across the country and, of course, she would like to choose the most convenient lo ...
分类:
其他好文 时间:
2017-10-06 21:58:27
阅读次数:
243
Fire Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 1616 Accepted: 878 Description Country Z has N cities, which are numbered from 1 to N. ...
分类:
其他好文 时间:
2017-10-06 16:23:23
阅读次数:
149