系列文章[Nhibernate]体系结构[NHibernate]ISessionFactory配置[NHibernate]持久化类(Persistent
Classes)[NHibernate]O/R Mapping基础引言这部分不包括大量的.NET代码例子。我们假定你已经了解如何使用.NET自身的...
分类:
系统相关 时间:
2014-05-12 12:53:38
阅读次数:
408
系列文章[Nhibernate]体系结构[NHibernate]ISessionFactory配置[NHibernate]持久化类(Persistent
Classes)[NHibernate]O/R Mapping基础[NHibernate]集合类(Collections)映射引言单向关联是最常用...
分类:
系统相关 时间:
2014-05-12 00:47:27
阅读次数:
448
1、len(mapping) 返回映射的长度(键-值对的个数)
2、hash(obj) 返回obj的哈希值
>>> myDict = {'name':'earth', 'port':'80'}
>>> len(myDict)
2
>>> hash('name')
15034981
3、dict.copy...
分类:
编程语言 时间:
2014-05-11 14:40:22
阅读次数:
327
javaweb action无法跳转,javaweb表单无法跳转的解决方法。web.xml文件配置...
分类:
编程语言 时间:
2014-05-09 01:05:35
阅读次数:
527
- (UIColor *)colorAtPixel:(CGPoint)point {
// Cancel if point is outside image coordinates
if (!CGRectContainsPoint(CGRectMake(0.0f,
0.0f, self.size.width,
self.size.height), point)) {...
分类:
移动开发 时间:
2014-05-09 01:04:12
阅读次数:
503
IDisplayTransformationDeviceFrameVisible extent
in device coordinates.FittedBoundsDevice frame in world
coordinates.ResolutionResolution of the device...
分类:
其他好文 时间:
2014-05-08 09:27:11
阅读次数:
695
Chef and The Right Triangles
The Chef is given a list of N triangles. Each triangle is identfied by the coordinates of its three corners in the 2-D cartesian plane. His job is to figure out how m...
分类:
其他好文 时间:
2014-05-07 16:28:35
阅读次数:
314
什么是?NHibernate?NHibernate是一个面向.NET环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping,ORM)这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。
什么是ORM?对象-关系映射(Object/Relation Mapping,简称ORM),是随着面向对象的软件开发方...
分类:
系统相关 时间:
2014-05-07 16:12:20
阅读次数:
325
??
iBatis 简介:
iBatis 是apache 的一个开源项目,一个O/R Mapping 解决方案,iBatis 最大的特点就是小巧,上手很快。如果不需要太多复杂的功能,iBatis 是能够满足你的要求又足够灵活的最简单的解决方案,现在的iBatis 已经改名为Mybatis
了。
官网为:http://www.mybatis.org/
搭建iBatis 开发环境...
分类:
其他好文 时间:
2014-05-07 11:31:40
阅读次数:
318
系列文章[Nhibernate]体系结构[NHibernate]ISessionFactory配置[NHibernate]持久化类(Persistent
Classes)引言对象和关系数据库之间的映射是用一个XML文档(XML document)来定义的。这个映射文档被设计为易读的,并且恶意手工修改...
分类:
移动开发 时间:
2014-05-07 09:23:15
阅读次数:
572