码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
Hadoop:用API来压缩从标准输入中读取的数据并将其写到标准输出
程序如下:package com.lcy.hadoop.examples;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.io.IOUtils;import org.apache.hadoop.io.compr...
分类:Windows程序   时间:2015-03-09 17:27:52    阅读次数:219
[LeetCode] Valid Number
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
Hadoop示例程序wordcount分析
wordcount作为Hadoop的示例程序,其思想很简洁,但也值得去理解尤其是作为Hadoop菜鸟的我wordcount程序如下:package com.lcy.hadoop.examples;import java.io.IOException;import java.util.StringTo...
分类:其他好文   时间:2015-03-08 01:20:31    阅读次数:198
css 三角符组件
Examples 111111111111111111111111111111111111111111 111111111111111111111111111111111111111111 11...
分类:Web程序   时间:2015-03-08 01:18:41    阅读次数:255
leetcode 66.Valid Number
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
50个最常用的UNIX / Linux命令(结合实例)
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
spark-submit提交作业过程
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
The Shapes of CSS
https://css-tricks.com/examples/ShapesOfCSS/http://cssarrowplease.com/
分类:Web程序   时间:2015-03-04 16:25:47    阅读次数:134
Examples for Creating Oracle Functions
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 QSystemTrayIcon 实现托盘效果
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!