上一篇文章分析了Flume如何加载配置文件的,动态加载也只是重复运行getConfiguration()。
本篇分析加载配置文件后各个组件是如何运行的? 加载完配置文件订阅者Application类会收到订阅信息执行: @Subscribe public
synchronized voi...
分类:
其他好文 时间:
2014-07-22 23:16:35
阅读次数:
527
1. build path:a) source
folder:包括openfire和各插件的代码。b)
libraries:build/lib下jar包和插件下jar包,jdk/lib/tools.jar(编译jsp需要)。2. ant
build:build/build.xmla) openfir...
分类:
其他好文 时间:
2014-07-22 23:12:36
阅读次数:
489
OSBDM-JM60 - 9S08JM60 Based OSBDM — It includes
interfaces and firmwareapplied to all the targets supported by the previous open
source BDMs.It includ...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
678
简介
在软件开发过程中,版本控制是一个广为人知的概念。因为一个项目可能会需要不同角色人员的参与,通过使用版本控制软件,可以使得项目中不同角色的人并行参与到项目当中。源代码控制使得代码可以存在多个版本,而不会将代码库变得混乱,典型的场景包括Bug修复、添加新功能、版本整合等。
虽然在开发层面的版本控制...
分类:
数据库 时间:
2014-07-22 23:06:13
阅读次数:
431
http://www.cnblogs.com/yaozhongxiao/archive/2013/11/20/3433797.html按照android官方文档http://source.android.com下载编译android源代码,jdk安装失败,尝试一下方法成功(2013-11-20)下面...
分类:
编程语言 时间:
2014-05-01 16:26:35
阅读次数:
413
this list is very important , you can not
download what you want like fictx , flash-plugin , vm-tool and so onyou can use
the sites of China , also yo...
分类:
系统相关 时间:
2014-05-01 14:13:25
阅读次数:
561
转载自http://www.360doc.com/content/08/0723/22/26860_1462024.shtml#C语言字符串函数大全函数名:
stpcpy功能: 拷贝一个字符串到另一个用法: char *stpcpy(char *destin, char *source);程序例:#...
分类:
编程语言 时间:
2014-05-01 00:04:56
阅读次数:
572
Mysql常用命令:--在Mysql中,语句的结尾要么使用;要么使用\g或者\G作为结束符。进入Mysql
(---其中Your MySQL connection id is 5表示到当前为止连接到Mysql数据库的次数,Server version:
5.5.37-log Source dist....
分类:
数据库 时间:
2014-04-30 16:13:42
阅读次数:
612
网页抓取和ftp访问是目前很常见的一个应用需要,无论是搜索引擎的爬虫,分析程序,资源获取程序,WebService等等都是需
要的,自己开发抓取库当然是最好了,不过开发需要时间和周期,使用现有的Open
source程序是个更好的选择,一来别人已经写的很好了,就近考验,二来自己使用起来非常快速,三来...
分类:
其他好文 时间:
2014-04-29 16:45:47
阅读次数:
749
DataSource source =
(DataSource)ic.lookup("jdbc/AiomniDB");DataSource source =
(DataSource)ic.lookup("java:comp/env/jdbc/AiomniDB");weblogic下不能加java:c...
分类:
Web程序 时间:
2014-04-29 16:37:46
阅读次数:
382