原来join=inner join,left/right/full join=left/right/full outer join。join/inner join仅返回匹配的left outer join返回左边每一项,右边不匹配的就null,right反之full outer join返回左右的,...
分类:
数据库 时间:
2014-07-12 12:54:23
阅读次数:
234
hadoop dfs -cat xxxhadoop dfs -ls [xxx]hadoop dfs -rm xxx删除目录及其内容hadoop dfs -rmr xxx 查看子目录数、文件数及大小hadoop dfs -count xxx 查看目录大小hadoop dfs -du xxxhadoop...
分类:
其他好文 时间:
2014-07-12 00:22:25
阅读次数:
164
1,通过iso创建可引导的U盘系统。1.0,格式化U盘为FAT32格式linux下能够使用命令:mkfs.vfatU盘的设备路径比如:mkfs.vfat /dev/sdb当中U盘的路径能够通过命令df来查看(df -h)扩展:mkfs命令使用方法:以特定文件系统格式化分区,文件系统通过直接在命令后面...
分类:
系统相关 时间:
2014-07-09 15:26:57
阅读次数:
3229
impdp sys/password full=y dumpfile=bg.dmp nologfile=y sqlfile=bg_dmp.sql备注: bg.dmp 是 dmp 文件, bg_dmp.sql 是导出来的 SQL 代码。 导出的文件和代码都存放在:oracle 安装目录: ap...
分类:
数据库 时间:
2014-07-09 00:48:00
阅读次数:
260
原创地址: http://www.cnblogs.com/Alandre/ (泥沙砖瓦浆木匠),需要转载的,保留下!
Thanks
Although the world is full of suffering , it is full also of the overcoming of it. -Hellen Keller
相信自己看得懂就看得懂了,相信自己能写下去,我就...
分类:
编程语言 时间:
2014-07-08 17:57:36
阅读次数:
329
l全文检索(Full-Text
Retrieval)是指以文本作为检索对象,找出含
有指定词汇的文本。全面、准确和快速是衡量全文检索系统的关键指
标。
l关于全文检索,我们要知道:
1,只处理文本。
2...
分类:
其他好文 时间:
2014-07-08 16:31:05
阅读次数:
183
英文原版链接:http://codepen.io/shshaw/full/gEiDt我们都知道margin:0 auto;的样式能让元素水平居中,而margin: auto;却不能做到垂直居中……直到现在。但是,请注意!想让元素绝对居中,只需要声明元素高度,并且附加以下样式,就可以做到:12345....
分类:
Web程序 时间:
2014-07-08 00:35:55
阅读次数:
327
du-ah--max-depth=1 这个是我想要的结果 a表示显示目录下所有的文件和文件夹(不含子目录),h表示以人类能看懂的方式,max-depth表示目录的深度。du命令用来查看目录或文件所占用磁盘空间的大小。常用选项组合为:du-sh 一、du的功能:`du`reportstheamoun....
分类:
系统相关 时间:
2014-07-06 15:29:54
阅读次数:
341
DescriptionConsider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root nod...
分类:
其他好文 时间:
2014-07-06 13:23:06
阅读次数:
229
Description
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this ...
分类:
其他好文 时间:
2014-07-06 11:36:14
阅读次数:
284