摘要:
Hive数据类型 基本数据类型 tinyint,smallint,int,biging,float,double,decimal,char,varchar,string,binary,boolean,timestamp,date, 引用数据类型 Array:同样数据类型组合的数组,使用array[1 阅读全文
posted @ 2017-05-29 12:33
lytwajue
阅读(243)
评论(0)
推荐(0)
摘要:
In this Document Purpose Questions and Answers IMPORTANT: 1. How to find versions of files in packages? 2. How to check if a patch is applied? 3. How 阅读全文
posted @ 2017-05-29 11:58
lytwajue
阅读(237)
评论(0)
推荐(0)
摘要:
Description Some major cities have subway systems in the form of a tree, i.e. between any pair of stations, there is one and only one way of going by 阅读全文
posted @ 2017-05-29 10:37
lytwajue
阅读(161)
评论(0)
推荐(0)
摘要:
总结 : -- 推荐理由 : 近期从 Windows 操作系统 转到 MAC 上, 正在看设计模式 和 重构, 找不到好用的 UML 工具, 因此在网上找了一款能够在线使用的 UML 工具, 用起来发现还不错, 推荐给大家;-- 工具地址 : https://www.processon.com/ ; 阅读全文
posted @ 2017-05-29 10:03
lytwajue
阅读(704)
评论(0)
推荐(0)
摘要:
题目:给你n个数字推断。零和非零数字的个数差。 分析:简单题。读入数据非零+1。为零-1。 说明:目标650题╮(╯▽╰)╭。 #include <iostream> #include <cstdio> int main() { int n,m,t = 1; while (~scanf("%d",& 阅读全文
posted @ 2017-05-29 08:33
lytwajue
阅读(199)
评论(0)
推荐(0)