if(StringUtils.isEmpty(mobile)){
                throw new MyException("联系电话不能为空");
            }else if(mobile.length()>20){
                throw new MyException("联系电话长度不能大于20位");
            }
    
            if(qq.length()>20){
                throw new MyException("QQ长度不能大于20位");
            }
        
            GoodsMsg goodsMsg = new GoodsMsg();        
            goodsMsg.setGoodsMsgId(goodsMsgId);
            goodsMsg.setGoodsTypeId(goodsTypeId);
            goodsMsg.setTitle(title);
            goodsMsg.setContent(content);
            goodsMsg.setMobile(mobile);
            goodsMsg.setQq(qq);

            goodsMsg.setLastUpdateTime(DateUtil.getCurTime());
            GoodsMsgService goodsMsgService = new GoodsMsgService();
            goodsMsgService.update(goodsMsg);
            out.write("({'isSuccess':true,msg:'更新成功'})");
        }catch(Exception e){
            e.printStackTrace();
            out.write("({'isSuccess':false,msg:'"+e.getMessage()+"'})");
        }
    }

用户商品删除图如图4.7所示。

图 4.7 商品信息删除
用户删除商品信息核心代码:
public void delete(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
        String goodsTypeId =ServletUtil.getString(request,"goodsMsgId");        
        String isAdmin = ServletUtil.getString(request,"isAdmin");        
        GoodsMsgService goodsMsgService = new GoodsMsgService();
        goodsMsgService.deleteGoodsMsg(goodsTypeId);
        if("1".equals(isAdmin)){
            request.getRequestDispatcher("/goodsMsg?operMethod=adminGoodsMsgList").forward(request, response);
        }else{
            request.getRequestDispatcher("/goodsMsg?operMethod=publishGoodsMsgList").forward(request, response);
        }
    }    

4.2    商品界面设计
4.2.1    商品分类模块

校园二手交易平台所有的功能模块分为优尔类,分别是日常用品,家用电器,电脑及配件,数码通信,图书音像,房屋租赁,基本包含了日常生活需要用到的所有类别。提供给用户一个自由选择和筛选分类的环境。用户可以根据自己的需要选择不同类别的信息。
上一篇:交互式XML课程建设网站的开发
下一篇:C++手机网上营业厅系统的设计与实现

浅谈校园网安全控制策略【1715字】

校园一卡通数据系统的學...

论校园网的建设和管理【1504字】

规范架建校园网络的设想【4632字】

校园网建设要以用为本【1872字】

校园网的高校教育信息系...

校园网的实验室管理运行...

志愿者活动的调查问卷表

AT89C52单片机的超声波测距...

公寓空调设计任务书

中国学术生态细节考察《...

神经外科重症监护病房患...

医院财务风险因素分析及管理措施【2367字】

C#学校科研管理系统的设计

国内外图像分割技术研究现状

承德市事业单位档案管理...

10万元能开儿童乐园吗,我...