参考:http://www.cnblogs.com/S-E-P/archive/2012/01/18/2325253.html这篇文章说的关键就是“除了导入Struts2和Spring的核心库之外,还要导入commons-logging和struts2-spring-plugin包,否则启动会出异常...
分类:
编程语言 时间:
2014-06-19 06:13:19
阅读次数:
277
此系列博客皆为学习Spring Batch时的一些笔记;Spring Batch的架构一个Batch Job是指一系列有序的Step的集合,它们作为预定义流程的一部分而被执行;Step代表一个自定义的工作单元,它是Job的主要构件块;每一个Step由三部分组成:ItemReader、ItemProc...
分类:
编程语言 时间:
2014-06-19 00:47:33
阅读次数:
472
1 .386 2 .model flat 3 .stack 4096 4 include io.h 5 ExitProcess proto near32 stdcall, ExitCode:dword 6 cr equ 0dh 7 lf equ 0ah 8 .data 9 string1 byte....
分类:
其他好文 时间:
2014-06-19 00:40:28
阅读次数:
269
举个例子,我今天在做spring和struts2整合的例子新建项目blk1、配置好web.xml,struts.xml,applicationContext.xml,写好jsp页面2、把struts2、spring整合需要的jar包(struts核心jar包,spring核心jar包以及struts...
分类:
Web程序 时间:
2014-06-19 00:26:04
阅读次数:
287
#include#include#includeint k,h[110],mark;struct M{ int data; struct M *next;}*head[110];void init(){ int i; for(i = 0; i next = NULL; ...
分类:
其他好文 时间:
2014-06-17 00:58:16
阅读次数:
315
下面内容摘自互联网并作了整理。名词:BI(Business Intelligence):商业智能,DW(Data Warehouse):数据仓库,详见正文Q1部分。OLTP(On-Line Transaction Processing):联机事务处理也称为面向交易的处理系统,其基本特征是顾客的原始数...
分类:
其他好文 时间:
2014-06-17 00:38:42
阅读次数:
337
改写第一天的增删改查方法,观察增删改查的本质 1 using System; 2 using System.Collections.Generic; 3 using System.Data.Entity.Infrastructure; 4 using System.Linq; 5 using Sys...
分类:
其他好文 时间:
2014-06-17 00:30:26
阅读次数:
272
前提现在一个分区下建立bb.txt文件。 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6...
分类:
其他好文 时间:
2014-06-17 00:00:48
阅读次数:
228
简单Demo:引用D:\Program Files (x86)\Advantage 11.10\ado.net\2.0\Advantage.Data.Provider.dllusing System;using Advantage.Data.Provider; namespace ADSDemo{....
分类:
数据库 时间:
2014-06-16 23:43:19
阅读次数:
399
Spring 能有效地组织J2EE应用各层的对象。无论是控制层的Action对象,还是业务层的Service对象,还是持久层的DAO对象,都可在Spring的 管理下有机地协调、执行。Spring将各层的对象以松耦合的方式组织在一起,Action对象无须关心Service对象的详细实现,Servic...
分类:
其他好文 时间:
2014-06-16 13:00:35
阅读次数:
411