栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

基于javaweb+SSM校园快递物流管理系统

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

基于javaweb+SSM校园快递物流管理系统

基于javaweb+SSM校园快递物流管理系统

开发工具:eclipse/idea/myeclipse/sts等均可配置运行

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

        	
            	orderno =  #{orderno} ,
        	
        	
            	yuangongid =  #{yuangongid} ,
        	
        	
            	content =  #{content} ,
        	
        	
            	username =  #{username} ,
        	
        	
            	userphone =  #{userphone} ,
        	
        	
            	shijian =  #{shijian} ,
        	
        	
            	status =  #{status} 
        	
	
	
	
	
        	
        		and id =  #{id}
     * 取当前日期(yyyy-mm-dd hh:mm:ss)
     *
     * @return 时间Timestamp
     */
    public static String getTodayDateTime() {
        return format(new Date());
    }

    
    public static Date getAfterMinute(Date date, long afterMins) {
        if (date == null)
            date = new Date();

        long longTime = date.getTime() + afterMins * 60 * 1000;

        return new Date(longTime);
        if (sDate.length() == 10) {
            sDate = sDate + " 00:00:00";
        }
        if (sDate.length() == 16) {
            sDate = sDate + ":00";
        }
        return Timestamp.valueOf(sDate);
    }

    
    public static Timestamp convert(Date date) {
        return new Timestamp(date.getTime());
    }
        	and id=#{id}        
	
	
	
	
		select 	
 		from t_gonggao 
 		WHERe 1=1
        	
	
									
									
            //返回结果
            return page;
        }
    }

    
    public Object plugin(Object target) {
        if (target instanceof Executor) {
            return Plugin.wrap(target, this);
        } else {
            return target;
        }
    }

    

Settings More Info

Font Awesome icons work great in buttons.

<a  href="#"">>
  <i ">></i">> Refresh</a">>
<a  href="#"">>
  <i ">></i">> Checkout</a">>
<a  href="#"">>
  <i ">></i">> Comment</a">>
<a  href="#"">>
  <i ">></i">> Delete</a">>
<a  href="#"">>
  <i ">></i">> Settings</a">>
<a  href="#"">>
     * 处理selectBody去除Order by
     *
     * @param selectBody
     */
    public void processSelectBody(SelectBody selectBody) {
        if (selectBody instanceof PlainSelect) {
            processPlainSelect((PlainSelect) selectBody);
        } else if (selectBody instanceof WithItem) {
            WithItem withItem = (WithItem) selectBody;
            if (withItem.getSelectBody() != null) {
                processSelectBody(withItem.getSelectBody());
            }
        } else {
            SetOperationList operationList = (SetOperationList) selectBody;
            if (operationList.getPlainSelects() != null && operationList.getPlainSelects().size() > 0) {
                List plainSelects = operationList.getPlainSelects();
							    
							         用户ID
							    
							    
							        	
							    
									
						    
							    
							         快递描述
							    
							    
							        	
							    
									
						    
							    
							         用户名

运行环境

Java≥8、Tomcat≥7.0、MySQL≥5.5

开发工具

eclipse/idea/myeclipse/sts等均可配置运行

技术框架

JavaBean JSP SSM(Spring SpringMVC MyBatis) MySQL Bootstrap JavaScript CSS

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

功能说明

内容:源码+数据库脚本+论文

本系统采用SSM框架和MySQL数据库进行开发实现。

本系统实现了三大模块:

管理员模块具备快递人员管理、物流订单管理、取件发件管理以及系统其他配置功能;

用户模块具备发布代取件、送件信息管理、评价功能和查询订单功能等;

快递员模块具备物流订单管理功能和公告功能。

管理员

用户

快递员


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/838918.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号