Spring Batch_官网DEMO实现 http://spring.io/guides/gs/batch-processing/ 使用spring xml方式实现了spring batch官网的demo,现在把具体的代码贴出来,具体的细节配置还要参考官网的说明。 首先建立maven项目,...
分类:
编程语言 时间:
2014-11-03 21:06:30
阅读次数:
354
Spring Batch学习_ItemReaders and ItemWriters All batch processing can be described in its most simple form as reading in large amounts of data, performing some type of calculation or transformation...
分类:
编程语言 时间:
2014-11-03 14:47:54
阅读次数:
407
进入IIS并将ASP里的“Send Error To Browser”设置为True后点击Appley保存即可原因是IIS里的Asp设置禁用上当错误信息发送给浏览器,只要启用即可如果没有Asp选项则需要在IIS里安装ASP(IIS8)参考:IIS7中出现Anerroroccurredontheser...
Apache Samza is a distributed stream processing framework. It uses Apache
Kafka for messaging, and Apache
Hadoop YARN to provide fault tolerance, processor isolation, security, and resource manage...
分类:
其他好文 时间:
2014-11-02 16:36:31
阅读次数:
255
题意:N(N
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3049
——>>RJ白书上说“由于‘乘法逆’太重要了……”,上一年南京区赛同学也碰到了求逆元……现在,学习了。。
什么是乘法逆?ab % m = 1 (这里的 a, b 分别都是模 m 的同余等价类),a 模 m 的乘法逆是 b,同时,b 模 m 的乘法逆是a。...
分类:
其他好文 时间:
2014-11-02 16:33:16
阅读次数:
203
使用NHibernate插入接近100000条记录到数据库,像下面一个例子:ISession session = sessionFactory.OpenSession();ITransaction tx = session.BeginTransaction();for ( int i=0; i<10...
分类:
数据库 时间:
2014-10-30 18:47:08
阅读次数:
171
数据处理大致可以分成两大类: 联机事务处理OLTP (on-line?transaction?processing)、 联机分析处理OLAP (On-Line?Analytical?Processing)。 OLTP是传统的关系型数据库的主要应用 ,主要是基本的、日...
分类:
数据库 时间:
2014-10-29 13:14:31
阅读次数:
266
在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误: An error occurred on the server when processing the URL. Please contact the system administrator 解决方法如下...
分类:
Web程序 时间:
2014-10-28 23:40:05
阅读次数:
240
1.一台机器断点挂了,重启后再次启动supervisor报错:storm EOFException: null ERROR [Thread-2] storm.event (NO_SOURCE_FILE:invoke(0)) - Error when processing eventjava.lang...
分类:
其他好文 时间:
2014-10-28 13:38:21
阅读次数:
155
Add Instruction Node Every valid XML must contain processing instruction. XML is widely used for HTML, SVG, XLS etc. So make sure your XML file has valid instruction of its type and encoding. The f...
分类:
其他好文 时间:
2014-10-27 21:27:17
阅读次数:
155