首先保证JDK、Hadoop安装设置成功可以参考[linux]ubuntu下安装hadoop[linux]ubutnu12.04 下安装jdk1.7使用hadoop版本为1.2.1,jdk为1.7在hadoop-1.2.1\src\examples\org\apache\hadoop\example...
分类:
其他好文 时间:
2014-08-15 21:06:49
阅读次数:
636
hadoop版本为hadoop1.2.1eclipse版本为eclipse-standard-kepler-SR2-win32-x86_64WordCount.java为hadoop-1.2.1\src\examples\org\apache\hadoop\examples\WordCount.ja...
Log4j建议只使用四个级别,优先级从高到低分别是ERROR、WARN、INFO、DEBUG。比如在这里定义了INFO级别,只有等于及高于这个级别的才进行处理,一、log4j使用步骤(重点在使用过程和初始化):1.将log4j.jar相关包放到jsp-examples\WEB-INF\lib下;2....
分类:
其他好文 时间:
2014-08-14 19:43:20
阅读次数:
399
原文:C# 使用 NPOI 库读写 Excel 文件NPOI 是开源的 POI 项目的.NET版,可以用来读写Excel,Word,PPT文件。在处理Excel文件上,NPOI 可以同时兼容 xls 和 xlsx。官网提供了一份 Examples,给出了很多应用场景的例子,打包好的二进制文件类库,也...
分类:
其他好文 时间:
2014-08-13 12:25:46
阅读次数:
238
1.为了使用如图效果(即将按钮放入行内http://www.datatables.net/examples/ajax/null_data_source.html)采用了另一个数据格式2.后台php,取表格数据变为:public function initable(){ $db = M('ya...
分类:
Web程序 时间:
2014-08-12 18:08:34
阅读次数:
631
Perform this exercise two rounds.These examples of simple exercises that can be performed in a large bag. Always remember to keep your hands on traini...
分类:
其他好文 时间:
2014-08-08 12:06:45
阅读次数:
298
官方文档是这么写的
Translating directly to Python means you can apply functions to expressions easily, like the escape() function in
the examples above. You can pass functions in to your template just like...
分类:
其他好文 时间:
2014-08-07 13:09:00
阅读次数:
204
本文介绍一种日期和时间选择器的用法。此选择器由jqueryUI实现,支持精确到毫秒的时间选择。此选择器项目地址为http://trentrichardson.com/examples/timepicker/
Demo地址为:http://www.helloweba.com/demo/timepicker/
效果图
另外关于js时间选择器还可以参考其他项目
http://www....
分类:
Web程序 时间:
2014-08-06 19:22:52
阅读次数:
285
题目:Validate if a given string is numeric.Some examples:"0" => true" 0.1 " => true"abc" => false"1 a" => false"2e10" => trueNote: It is intended fo...
分类:
编程语言 时间:
2014-08-06 04:10:20
阅读次数:
251
NPOI是开源的POI项目的.NET版,可以用来读写Excel,Word,PPT文件。在处理Excel文件上,NPOI 可以同时兼 容xls 和 xlsx。官网提供了一份Examples,给出了很多应用场景的例子,打包好的二进制文件类库,也仅有几MB,使用非常方便。读取ExcelNPOI使用HSSF...
分类:
其他好文 时间:
2014-08-04 13:43:57
阅读次数:
270