入手三板斧:servlet、filter、listener 1.从servlet节点入手,包括servlet-name、servlet-class、init-param(param-name、param-value)、load-on-startup 2.servlet对应的servlet-mapping节点,包括servlet-n...
分类:
Web程序 时间:
2014-07-25 00:03:44
阅读次数:
230
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:
其他好文 时间:
2014-07-24 21:56:32
阅读次数:
219
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total numb...
分类:
其他好文 时间:
2014-07-23 17:06:05
阅读次数:
324
最近用JPA遇到这样一个问题:Repeated column in mapping for entity: com.ketayao.security.entity.main.User column: org_id (should be mapped with insert="false" update="false")
这个错误是由实体类引起的,我一开始是这样写的:
@Column
priv...
分类:
移动开发 时间:
2014-07-22 23:47:28
阅读次数:
378
【UV mapping】 UV mappingis the3D modelingprocess of making a 2D image representation of a 3D model's surface. This process projects atexture maponto .....
分类:
移动开发 时间:
2014-07-22 22:45:15
阅读次数:
303
一、对源码先上一个结构图: 源代码主要在org.apache.ibatis目录下,18个包,其中在应用中主要的包有:builder、session、cache、type、transaction、datasource、jdbc、mapping,提供支撑服务的包有annotation、...
分类:
其他好文 时间:
2014-07-22 22:37:53
阅读次数:
404
1,单值分解:线性代数的重要部分,已经被广泛用于模式识别中的降维和信息检索应用中。
2,独立成分分析
3,非负矩阵分解
4,非线性降维算法:① kernel PCA②基于图的方法(拉普拉斯算子,Local LinearEmbedding (LLE),Isometric Mapping (ISOMAP))
5,离散傅里叶变换
6,离散cos和sin变换
7,THEHADAMARD TRA...
分类:
其他好文 时间:
2014-07-22 14:31:58
阅读次数:
252
ational Mapping(对象关系映射)的缩写。通俗点讲,就是将对象与关系数据库绑定,用对象来表示关系数据。在O/R Mapping的世界里,有两个基本的也是重要的东东需要了解,即VO,PO。 VO,值对象(Value Object),PO,持久对象(Persisent Object),它们....
分类:
其他好文 时间:
2014-07-22 00:10:34
阅读次数:
263
1. 主键(id)? ? ? ? ?Hibernate的主键生成策略有如下几种:? 1) ?assigned? 主键由外部程序负责生成,在 save() 之前指定。? 2) ?hilo? 通过hi/lo 算法实现的主键生成机制,需要额外的数据库表或字段...
分类:
移动开发 时间:
2014-07-21 23:39:36
阅读次数:
475
Action类的execute()方法:
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException ;...
分类:
其他好文 时间:
2014-07-21 22:46:07
阅读次数:
280