概述Spring是一个开源框架,Spring是于2003年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development andDesign中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复杂性而创建的。Spri ...
分类:
编程语言 时间:
2017-08-03 14:59:41
阅读次数:
207
都知道hibernate用xml方式配置关系时(one-to-many,many-to-many)可以添加控制反转属性 inverse=false(默认) 即将两表之间的关系交给对方来维护. inverse=true表示本方不维护关系,有对方维护关系 但是需注意的是,one-to-one关系是没有控 ...
分类:
Web程序 时间:
2017-08-02 00:31:40
阅读次数:
193
一、基本概念 1.Spring Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应 ...
分类:
编程语言 时间:
2017-07-31 17:25:13
阅读次数:
260
Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For ea ...
分类:
其他好文 时间:
2017-07-31 12:32:41
阅读次数:
100
Polycarp watched TV-show where k jury members one by one rated a participant by adding him a certain number of points (may be negative, i. e. points w ...
分类:
其他好文 时间:
2017-07-26 09:37:17
阅读次数:
237
题目描述: Tom has many cigarettes. We hypothesized that he has n cigarettes and smokes them one by one keeping all the butts. Out of k > 1 butts he can ro ...
分类:
其他好文 时间:
2017-07-23 18:13:10
阅读次数:
139
A serialVersionUID field is required in all Serializable classes. If you do not provide one, one will be calculated for you by the compiler. The dange ...
分类:
其他好文 时间:
2017-07-21 18:56:28
阅读次数:
307
SSM项目整合基本步骤 SSM项目整合 1、基本概念 1.1、Spring Spring 是一个开源框架, Spring 是于 2003 年兴起的一个轻量级的 Java 开发框架,由 Rod Johnson 在其著作 Expert One-On-One J2EE Development and De ...
分类:
其他好文 时间:
2017-07-11 19:35:13
阅读次数:
197
KEYS:返回所有符合给定模式的 key 语法:KEYS pattern *:匹配任意个字符 ?:匹配一个任意字符 []:匹配[]之间的一个字符,[b-e],a[b-e] ab ac ad ae \x:匹配特殊字符\? \* MSET one 'one' two 'two' three 'three ...
分类:
其他好文 时间:
2017-06-25 17:46:28
阅读次数:
320
N! Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For ...
分类:
其他好文 时间:
2017-05-25 10:10:46
阅读次数:
176