程序如下:package com.lcy.hadoop.examples;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.io.IOUtils;import org.apache.hadoop.io.compr...
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2015-03-09 16:01:48
阅读次数:
136
wordcount作为Hadoop的示例程序,其思想很简洁,但也值得去理解尤其是作为Hadoop菜鸟的我wordcount程序如下:package com.lcy.hadoop.examples;import java.io.IOException;import java.util.StringTo...
分类:
其他好文 时间:
2015-03-08 01:20:31
阅读次数:
198
Examples 111111111111111111111111111111111111111111 111111111111111111111111111111111111111111 11...
分类:
Web程序 时间:
2015-03-08 01:18:41
阅读次数:
255
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2015-03-07 18:27:06
阅读次数:
170
1. tar command examples Create a new tar archive. $?tar?cvf?archive_name.tar?dirname/ Extract from an existing tar archive. $?tar?xvf?archive_name.tar View an existing tar archive. $?tar?t...
分类:
系统相关 时间:
2015-03-07 08:34:13
阅读次数:
222
1. 作业提交方法以及参数我们先看一下用Spark Submit提交的方法吧,下面是从官方上面摘抄的内容。# Run application locally on 8 cores./bin/spark-submit \ --class org.apache.spark.examples.Spark....
分类:
其他好文 时间:
2015-03-05 08:06:06
阅读次数:
195
https://css-tricks.com/examples/ShapesOfCSS/http://cssarrowplease.com/
分类:
Web程序 时间:
2015-03-04 16:25:47
阅读次数:
134
Examples for Creating Oracle FunctionsMika Wendelius,1 Apr 2012CPOL4.46(11votes)Rate:vote 1vote 2vote 3vote 4vote 5The article starts with building a ...
分类:
数据库 时间:
2015-03-04 16:23:33
阅读次数:
283
pyqt的托盘效果很好实现,在Pyqt的demo中有个例子路径:PyQt4\examples\desktop\systray.py今天我就仿这个Tray效果做效果一. 创建UItrayicon.ui文件: 1 2 3 TrayIcon 4 5 6 7 ...
分类:
其他好文 时间:
2015-03-04 15:56:53
阅读次数:
1595