1. background in most cases, we want to execute sql script in doris routinely. using azkaban, to load data,etc.And we want to pass parameters to the s ...
分类:
数据库 时间:
2019-11-04 19:22:57
阅读次数:
112
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2019-11-03 13:08:51
阅读次数:
84
Graphic calculator usually refers to a kind of hand-held calculator that can draw function images, solve simultaneous equations and perform various ot ...
分类:
其他好文 时间:
2019-11-03 12:32:23
阅读次数:
87
转自:http://ftp.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html Spec File Changes For Subpackages The creation of subpackages is based strictly on ...
分类:
其他好文 时间:
2019-11-03 11:12:21
阅读次数:
86
装水最多的容器。算是two pointer类型的题里面比较弱智的一道吧。提议是用数组表示出一堆木桶的高度,问如果用其中两个木桶做左右的墙壁,能储存的水量最大是多少。搞懂题意,代码基本也就出来了。 时间O(n) 空间O(1) ...
分类:
其他好文 时间:
2019-11-02 14:09:55
阅读次数:
90
The BIOS software has a number of different roles,but its most important role is to load the operating system. 翻译:BIOS软件要执行许多不同的任务,但最重要的任务是载入操作系统。 启动流 ...
分类:
其他好文 时间:
2019-10-30 22:43:06
阅读次数:
118
Recently, Valery have come across an entirely new programming language. Most of all the language attracted him with template functions and procedures. ...
分类:
其他好文 时间:
2019-10-29 23:47:49
阅读次数:
94
An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at any ...
分类:
其他好文 时间:
2019-10-27 20:26:49
阅读次数:
87
Cobbler+preseed自动化安装Ubuntu18/19系统
分类:
系统相关 时间:
2019-10-24 10:08:51
阅读次数:
79
官网 https://pypi.org/project/python-nmap/ >>> import nmap>>> nm = nmap.PortScannerScanner()Traceback (most recent call last): File "<stdin>", line 1, i ...
分类:
编程语言 时间:
2019-10-23 18:17:07
阅读次数:
103