spring
mafangling
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring3.0.5 mvc 结合 pojo 类登录实例
Spring 的控制器类 [code="java"] package com.hisoft.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.C...原创 2011-01-26 00:26:19 · 144 阅读 · 0 评论 -
使用 Spring 3 来创建 RESTful Web Services
使用 Spring 3 来创建 RESTful Web Services原创 2012-03-25 23:46:18 · 148 阅读 · 0 评论 -
jdbctempleate 执行postgres 数据库存储过程返回结果集
创建表: [code="sql"] create table myuser ( id numeric(5,0) not null, name varchar(20) not null, sex varchar(8) not null ) insert into myuser values(1 , '李亚希' , '男' ); [/code] 创建存储过程[c...原创 2012-12-05 01:57:59 · 364 阅读 · 0 评论
分享