DispatchAction是struts 1 的内置通用分发器
import org.apache.struts.actions.DispatchAction;
public class UserAction extends DispatchAction {
public ActionForward execute(ActionMapping mapping, Actio...
分类:
其他好文 时间:
2015-01-29 09:24:49
阅读次数:
184
Decode WaysA message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded me...
分类:
其他好文 时间:
2015-01-26 20:47:54
阅读次数:
163
Activiti 的业务实体层使用 PersistentObject 向数据层传递数据;MyBatis 使用Mapping中的 id 执行SQL 逻辑;本文讲述了从Activiti PersistentObject 到 MyBatis SQL id 的映射规则。一、数据层和数据的关系二、PersistentObject 对象三、MyBatis 对应的SQL ID1、insert
....
分类:
移动开发 时间:
2015-01-26 17:07:00
阅读次数:
373
1. Project Dependencyspring 2.5.6所有包:spring 2.5.6 全集下载commons-logging-1.1.3.jar: commons-logging-1.1.3下载2. Controller & Mapping从2.5开始,spring开始支持@Reque...
分类:
编程语言 时间:
2015-01-25 19:31:59
阅读次数:
210
SLAM SLAM (simultaneous localization and mapping),也称为CML (Concurrent Mapping and Localization), 即时定位与地图构建,或并发建图与定位。 SLAM最早由Smith、Self和Cheeseman于1988年提...
分类:
其他好文 时间:
2015-01-25 15:03:12
阅读次数:
181
题目:
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input...
分类:
其他好文 时间:
2015-01-24 22:48:17
阅读次数:
161
使用mybatis配置映射文件比较的麻烦,但是有自动生成jar工具,方便加速开发速度,下面主要是该工具的使用以及相关的配置。
1、下载相关的资源
我们需要下载mybatis-generator-core-1.3.2.jar,mysql-connector-java-5.1.34.jar(对应相关数据库的驱动包),generator.xml(配置文件)
我...
分类:
其他好文 时间:
2015-01-24 18:49:19
阅读次数:
179
在百度百科上找了一段定义ORM的话:对象关系映射(英语:Object
Relational Mapping,简称ORM,或O/RM,或O/R
mapping),是一种程序技术,用于实现面向对象编程语言里不同类型系统的数据之间的转换。从效果上说,它其实是创建了一个可在编程语言里使用的“虚拟对象数据库”。那么ORM Framework就是提供对象到数据库关系映射的一套编程模型。现在流行的MyB...
分类:
数据库 时间:
2015-01-23 06:12:58
阅读次数:
257
【题目】
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Inpu...
分类:
其他好文 时间:
2015-01-22 21:53:23
阅读次数:
259
1. Project Dependency
spring 2.5.6所有包: spring 2.5.6 全集下载
commons-logging-1.1.3.jar: commons-logging-1.1.3下载
2. Controller & Mapping
从2.5开始,spring开始支持@RequestMapping标注,可对符合的url路径进行判别...
分类:
编程语言 时间:
2015-01-22 09:34:29
阅读次数:
244