上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: 1.什么是Hibernate? 首先,Hibernate是数据持久层的一个轻量级框架。数据持久层的框架有很多比如:iBATIS,myBatis,Nhibernate,Siena等等。 并且Hibernate是一个开源的orm(object relations mapping)框架,提供了查询获取数据... 阅读全文
posted @ 2014-06-22 10:52 一弦一仙 阅读(156) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-06-21 17:32 一弦一仙 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-06-20 14:26 一弦一仙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 首先看两个类 Dictionary 类是任何可将键映射到相应值的类(如 Hashtable)的抽象父类。每个键和每个值都是一个对象。在任何一个 Dictionary 对象中,每个键至多与一个值相关联。给定一个 Dictionary 和一个键,就可以查找所关联的元素。任何非 null 对象都可以用作键 阅读全文
posted @ 2014-06-20 09:58 一弦一仙 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 原文http://stamen.iteye.com/blog/1489223引述:IoC(控制反转:Inverse of Control)是Spring容器的内核,AOP、声明式事务等功能在此基础上开花结果。但是IoC这个重要的概念却比较晦涩隐讳,不容易让人望文生义,这不能不说是一大遗憾。不过IoC... 阅读全文
posted @ 2014-06-19 16:30 一弦一仙 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 原文地址http://www.cnblogs.com/liukemng/p/3725582.html一、项目依赖的jar包:1.Spring框架依赖的jar包:日志:commons-logging-1.1.3.jar;JSTL支持:jakarta-taglibs-standard-1.1.2中的js... 阅读全文
posted @ 2014-06-19 11:28 一弦一仙 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 原文http://www.cnblogs.com/liukemng/p/3724379.html1.前言:与SpringMVC的结识源于个人之前想做一个微信公众账号的管理平台玩玩,既然要做就需要考虑平台的选择问题。由于我的朋友只有一台运行了Linux系统的虚拟主机,且上面还运行有他自己的一些论坛。找... 阅读全文
posted @ 2014-06-19 11:27 一弦一仙 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 原文地址http://www.cnblogs.com/liukemng/p/3726897.html在系列(2)中我们展示了一个简单的get请求,并返回了一个简单的helloworld页面。本篇我们来学习如何来配置一个action的url映射规则。在系列(2)中我们在HelloWorldContro... 阅读全文
posted @ 2014-06-19 11:25 一弦一仙 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace... 阅读全文
posted @ 2014-05-26 16:34 一弦一仙 阅读(344) 评论(0) 推荐(0) 编辑
摘要: You are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenati... 阅读全文
posted @ 2014-05-26 16:33 一弦一仙 阅读(195) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页