上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 137 下一页
摘要: 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 阅读(228) 评论(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 阅读(233) 评论(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 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 总结 : -- 推荐理由 : 近期从 Windows 操作系统 转到 MAC 上, 正在看设计模式 和 重构, 找不到好用的 UML 工具, 因此在网上找了一款能够在线使用的 UML 工具, 用起来发现还不错, 推荐给大家;-- 工具地址 : https://www.processon.com/ ; 阅读全文
posted @ 2017-05-29 10:03 lytwajue 阅读(635) 评论(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 阅读(193) 评论(0) 推荐(0) 编辑
摘要: CRT 是c/c++ run-time lib , 是程序执行时所需的核心库. 这个错误是由于以对内在操作的过程中。所写的地址超出了。所分配内在的边界 有个建议是: 1、内存申请多少释放多少,释放掉你申请过的内存,不要乱释放。 2、不能释放已经释放的内存。 CRT 是c/c++ run-time l 阅读全文
posted @ 2017-05-27 20:54 lytwajue 阅读(1598) 评论(0) 推荐(0) 编辑
摘要: 如果我们使用一个投资行为的程序库: #include "stdafx.h" #include <iostream> #include <memory> using namespace std; class Investment { public: }; class InvestmentFactory 阅读全文
posted @ 2017-05-27 19:35 lytwajue 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 执行时间限制:无限制 内容限制: 无限制 输入: 字符串 输出: 去除反复字符并排序的字符串 例子输入: aabcdefff 例子输出: abcdef 思路: 这个题用数组来哈希,时间复杂度为O(n) 1) 初始化一个int数组hash,数组的角标和数组的值正好构成一对<key,value>; 2) 阅读全文
posted @ 2017-05-27 18:15 lytwajue 阅读(143) 评论(0) 推荐(0) 编辑
摘要: It is a pity that i can not add the video here. As a result, i offer the link as below: How to unpack and pack collection in Python? It is a pity that 阅读全文
posted @ 2017-05-27 17:35 lytwajue 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 感谢朋友支持本博客。欢迎共同探讨交流,因为能力和时间有限,错误之处在所难免。欢迎指正! 如有转载,请保留源作者博客信息。 Better Me的博客:blog.csdn.net/tantexian 如需交流,欢迎大家博客留言。 在前面文章中,已经具体介绍了。怎样从页面dashboard调用novacl 阅读全文
posted @ 2017-05-27 16:16 lytwajue 阅读(698) 评论(0) 推荐(0) 编辑
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 137 下一页