在进行一些MIS相关的项目开发中,我们经常会涉及到一些数据对象和视图模型之间的互相转换,public class Customer//mapped from db{public int Id { get; set; }public string Fir...
分类:
其他好文 时间:
2014-08-27 00:07:46
阅读次数:
275
The lifecycle of a servlet is controlled by the container in which the servlet has been deployed. When a request is mapped to a servlet, the container performs the following steps.
If an instance...
分类:
编程语言 时间:
2014-08-26 09:55:25
阅读次数:
292
问题描述:
ORA-07445: mdagun_iter() [Address not mapped to object]
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Applica...
分类:
其他好文 时间:
2014-08-16 15:11:20
阅读次数:
305
在搭建struts2框架时jsp页面的如果struts.xml文件中配置了namespace="/login"上面的action属性不能加.action后缀如果struts.xml文件中没有配置namespace则需要加上.action * index.jsp直接指向login.jsp,通过访问.....
分类:
移动开发 时间:
2014-07-27 21:36:25
阅读次数:
227
1:如果不想每次登陆都输入密码,可以在你打开的session里邮件session option->login action 选中automate logon 双击ogin 和assword分别输入用户名和密码就行了,telnet的命令符为〉,敲入指令的命令符为#
2:如果在global option->terminal->emulation->mapped keys勾选CUA setting就...
分类:
其他好文 时间:
2014-07-24 17:37:40
阅读次数:
251
最近用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
pysam is a python module that makes it easy to read and manipulate mapped short read sequence data stored in SAM/BAM files.要读bam文件, 首先实例化一个Samfile对象im...
分类:
其他好文 时间:
2014-07-22 22:43:12
阅读次数:
1418
What's xxxAn SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a...
分类:
其他好文 时间:
2014-07-21 09:32:31
阅读次数:
284
NDC和MDCNDC(Nested Diagnostic Context)和MDC(Mapped Diagnostic Context)是log4j种非常有用的两个类,它们用于存储应用程序的上下文信息(context infomation),从而便于在log中使用这些上下文信息。NDC采用了一个类似...
分类:
其他好文 时间:
2014-07-18 18:19:25
阅读次数:
218
今天项目中使用hql查询时,出现 QingAoCenterInfo is not mapped[from QingAoCenterInfo where...]
显然是Hibernate映射关系出现了问题。
出现这种异常首先要查看查询语句中是否使用了数据库表中的表名,而不是实体类。
查看我的代码:
centerList = manager.find("from Qing...
分类:
移动开发 时间:
2014-07-18 18:08:09
阅读次数:
239