从《Hadoop权威指南》选取了一个小案例,在Hadoop集群环境中运行。1、新建JAVA类,保存书中源代码。[huser@master bin]$ vi
URLCat.javaimport java.io.InputStream;import java.net.URL;import org.apa...
分类:
其他好文 时间:
2014-05-14 03:52:36
阅读次数:
457
修改eclipse.ini启动参数:-startupplugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x...
分类:
系统相关 时间:
2014-05-14 03:43:20
阅读次数:
371
android-async-http下载地址一个比较常用的Http请求库,基于org.apache.http对http操作进行封装。特点:1.每一个HTTP请求发生在UI线程之外,Client通过回调处理HTTP请求的结果,使得Client代码逻辑清晰2.每一个请求使用线程池管理执行3.支持gzip...
分类:
移动开发 时间:
2014-05-14 03:38:18
阅读次数:
319
邻接矩阵的图示:
构建一个这样的无向邻接矩阵。
参考网站: http://www.geeksforgeeks.org/graph-and-its-representations/
这里写了个类,增加删除图的操作。
#pragma once
#include
#include
class AdjListGraph
{
struct Node
{
int dest;
...
分类:
其他好文 时间:
2014-05-11 22:44:20
阅读次数:
378
题目链接:
http://poj.org/problem?id=2418
Hardwood Species
Time Limit: 10000MS
Memory Limit: 65536K
Total Submissions: 17511
Accepted: 6949
Description
Har...
分类:
其他好文 时间:
2014-05-11 21:24:17
阅读次数:
387
1. mongodb安装
mongodb的安装, 配置,启动,服务停止,
先下载mongodb,官网地址;http://www.mongodb.org/downloads
curl -O http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz...
分类:
数据库 时间:
2014-05-11 21:13:05
阅读次数:
437
错误信息如下:org.apache.ibatis.exceptions.PersistenceException:###Errorqueryingdatabase.Cause:org.apache.ibatis.cache.CacheException:Errordeserializingobject.Cause:java.lang.ClassNotFoundException:com.kytsoft.model.Adminlink###Cause:org.apache.ibatis.cache..
分类:
其他好文 时间:
2014-05-11 19:26:15
阅读次数:
455
rundeck的crontab任务不同于Linux上边的,它精确到秒级别。另外它还存在几个关键的注意事项。官网链接:http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger定时任务教程介绍cronisaUNIXtoolthathasbeenaroundforalongtime,soitsschedulingcapabi..
分类:
其他好文 时间:
2014-05-11 19:19:11
阅读次数:
657
题目链接:http://poj.org/problem?id=3468
A Simple Problem with Integers
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 56005
Accepted: 16903
Case Time Limit...
分类:
其他好文 时间:
2014-05-11 18:40:16
阅读次数:
301
http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.htmlOpenCV(2.3.2)官方教程中文版http://docs.opencv.org/doc/tutorials/tutorials.htmlOpenC...
分类:
其他好文 时间:
2014-05-11 17:42:04
阅读次数:
305