- 博客(3)
- 资源 (3)
- 收藏
- 关注
原创 日历
var month = 1, year = 0; var currentMonth ; function showTime(month, year) { $("#tb1").removeClass("dsn"); $("#tb1").children().children().eq(1).nextAll().remove(); var d = new Date(); var year
2013-03-31 17:09:08
368
原创 struts+spring+hibernate的一个完整的例子
model package com.lxit.s2sh.model; public class Person { public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } publi
2013-02-19 19:48:52
299
原创 struts2+spring+hibernate整合的配置文件
applicationContext.xml的配置文件 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:
2013-02-19 19:30:49
254
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人