hibernate 是当前最流行的o/r mapping框架,它出身于sf.net,现在已经成为jboss的一部分了。 ibatis 是另外一种优秀的o/r mapping框架,目前属于apache的一个子项目了。 相对hibernate“o/r”而言,ibatis是一种“sql mapping”....
分类:
系统相关 时间:
2014-09-03 01:29:15
阅读次数:
271
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:Digit st...
分类:
其他好文 时间:
2014-09-01 21:15:03
阅读次数:
223
text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着html5和CSS3的普及,这一特殊效果使用越来越普遍。基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor}...
分类:
Web程序 时间:
2014-09-01 19:29:53
阅读次数:
496
LeetCode: Decode WaysA message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given a...
分类:
其他好文 时间:
2014-09-01 00:11:12
阅读次数:
247
NHibernate是一个面向.NET环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping,ORM)这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。——百度百科...
分类:
系统相关 时间:
2014-08-31 18:41:31
阅读次数:
295
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:
移动开发 时间:
2014-08-31 18:31:51
阅读次数:
206
什么是ORM?对象-关系映射:Object/Relation Mapping,简称ORM。 ORM是随着面向对象的软件开发方法发展而产生的,面向对象的开发方法是当今企业级应用开发环境中的主流开发方法,关系数据库是 企业级应用环境中永久存放数据的主流数据存储系统。对象和关系数据是业务实体的两种表现.....
分类:
其他好文 时间:
2014-08-31 00:19:50
阅读次数:
304
一、用户登录的时候须要验证的是这两个文件检測username Login: root 到该文件夹下检查 /etc/passwd检測用password Passwd: 123456 到该文件夹下检查 /etc/shadow/etc/Passwd下的 字段(每一行为一个用户)语法:root:x:0:0....
分类:
系统相关 时间:
2014-08-30 23:02:10
阅读次数:
284
/* Timer*/.timer{ width: 240px; height: 240px; background-color: transparent; box-shadow: inset 0px 0px 0px 2px #fff; border: 2px #f00 solid; border-r...
分类:
Web程序 时间:
2014-08-30 19:03:29
阅读次数:
4133
hdu 3867Light and Shadow转载自:http://blog.csdn.net/accry/article/details/6676009题意:原子弹爆炸,一些互不相交的线段,求能辐射到的线段个数(可以将原子弹爆炸点视为泛光源)分析:以辐射源为中心对周围的点按照极坐标角度进行排序,...
分类:
其他好文 时间:
2014-08-30 15:02:29
阅读次数:
322