- 博客(3)
- 资源 (5)
- 收藏
- 关注

转载 转最新servlet3.0新特性
1.添加注解支持,这些annotation主要放在javax.servlet.annotation包里面,servlet不但可以使用这些annotation,还可以使用java其它通用注解。 2.添加servlet模块化功能,官方术语叫web fragment,也就是一个web项目可以有多个类似web.xml功能文件,当然一个项目只能有一个web.xml文件,可以有多个web- fragment
2012-09-10 17:02:27
1681

原创 java如何实现按照城市首字母分类,在freemarker页面展示
@RequestMapping("getcity") public String example(Model model, HttpServletRequest request, HttpServletResponse response) { // 查询热门 List> list = queryGetCityService.getHotCitys();
2012-08-15 17:51:05
2398
1
转载 java获取当天任意时间类型
public Date getDate(int hour,int minute,int second,int milliSecond){ SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar cal = Calendar.getInstance(); cal.set(Ca
2012-10-12 09:25:40
511
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人