• 大小: 9.72MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-11
  • 语言: 其他
  • 标签: SSM  

资源简介

使用SSM框架开发的水果超市系统 可以参考 学习

资源截图

代码片段和文件信息

package cn.zte.smbms.controller;

import java.util.Date;
import java.text.SimpleDateFormat;

import org.springframework.beans.propertyeditors.CustomDateEditor;
import org.springframework.web.bind.WebDataBinder;
import org.springframework.web.bind.annotation.InitBinder;

public class baseController {
@InitBinder
public void initBinder(WebDataBinder dateBinder){
dateBinder.registerCustomEditor(Date.class new CustomDateEditor(new SimpleDateFormat(“yyyy-MM-dd“) true));
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-27 12:43  SSM_SMBMS\
     文件         888  2018-05-24 18:31  SSM_SMBMS\.classpath
     文件        1042  2018-05-24 17:33  SSM_SMBMS\.project
     目录           0  2018-05-24 17:33  SSM_SMBMS\.settings\
     文件         567  2018-05-24 17:33  SSM_SMBMS\.settings\.jsdtscope
     文件         364  2018-05-24 17:33  SSM_SMBMS\.settings\org.eclipse.jdt.core.prefs
     文件         558  2018-05-24 18:31  SSM_SMBMS\.settings\org.eclipse.wst.common.component
     文件         345  2018-05-24 17:33  SSM_SMBMS\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2018-05-24 17:33  SSM_SMBMS\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2018-05-24 17:33  SSM_SMBMS\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2018-05-25 07:15  SSM_SMBMS\WebContent\
     文件         521  2018-05-24 20:36  SSM_SMBMS\WebContent\401.jsp
     目录           0  2018-05-24 17:33  SSM_SMBMS\WebContent\meta-INF\
     文件          39  2018-05-24 17:33  SSM_SMBMS\WebContent\meta-INF\MANIFEST.MF
     目录           0  2018-05-24 18:42  SSM_SMBMS\WebContent\WEB-INF\
     目录           0  2018-05-27 10:01  SSM_SMBMS\WebContent\WEB-INF\jsp\
     文件        2764  2018-05-28 13:01  SSM_SMBMS\WebContent\WEB-INF\jsp\billadd.jsp
     文件        4241  2018-05-27 12:51  SSM_SMBMS\WebContent\WEB-INF\jsp\billlist.jsp
     文件        3275  2018-05-28 13:07  SSM_SMBMS\WebContent\WEB-INF\jsp\billmodify.jsp
     文件        1359  2018-05-27 14:26  SSM_SMBMS\WebContent\WEB-INF\jsp\billview.jsp
     目录           0  2018-05-24 18:42  SSM_SMBMS\WebContent\WEB-INF\jsp\common\
     文件         613  2018-05-08 08:55  SSM_SMBMS\WebContent\WEB-INF\jsp\common\foot.jsp
     文件        2306  2018-05-26 09:01  SSM_SMBMS\WebContent\WEB-INF\jsp\common\head.jsp
     文件         478  2016-06-24 15:16  SSM_SMBMS\WebContent\WEB-INF\jsp\frame.jsp
     文件        1636  2018-05-24 19:07  SSM_SMBMS\WebContent\WEB-INF\jsp\login.jsp
     文件        2274  2018-05-26 10:54  SSM_SMBMS\WebContent\WEB-INF\jsp\provideradd.jsp
     文件        3585  2018-05-25 07:18  SSM_SMBMS\WebContent\WEB-INF\jsp\providerlist.jsp
     文件        1685  2018-05-25 08:27  SSM_SMBMS\WebContent\WEB-INF\jsp\providermodify.jsp
     文件        1424  2018-05-25 07:56  SSM_SMBMS\WebContent\WEB-INF\jsp\providerview.jsp
     文件        1523  2018-05-28 15:14  SSM_SMBMS\WebContent\WEB-INF\jsp\roleadd.jsp
     文件        2238  2018-05-26 14:46  SSM_SMBMS\WebContent\WEB-INF\jsp\rolelist.jsp
............此处省略273个文件信息

评论

共有 条评论