• 大小: 20.69M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-28
  • 语言: Java
  • 标签:

资源简介


资源截图

代码片段和文件信息

package com.lyq.action;

import java.util.HashSet;
import java.util.Map;
import java.util.Set;

import org.apache.struts2.interceptor.ApplicationAware;
import org.apache.struts2.interceptor.RequestAware;
import org.apache.struts2.interceptor.SessionAware;
import org.springframework.beans.factory.annotation.Autowired;

import com.lyq.dao.order.OrderDao;
import com.lyq.dao.product.ProductCategoryDao;
import com.lyq.dao.product.ProductDao;
import com.lyq.dao.product.UploadFileDao;
import com.lyq.dao.user.CustomerDao;
import com.lyq.dao.user.UserDao;
import com.lyq.model.order.OrderItem;
import com.lyq.model.user.Customer;
import com.lyq.model.user.User;
import com.opensymphony.xwork2.ActionSupport;
/**
 * 基本Action对象,其它Action的父类
 * @author Li Yongqiang
 */
public class

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1041  2014-04-24 17:56  .classpath
     文件         280  2014-04-24 17:56  .mymetadata
     文件        1408  2014-04-24 17:56  .project
     文件     1021952  2014-04-24 17:56  程序使用说明书.doc
     文件         500  2014-04-24 17:56  .settings\.jsdtscope
     文件        1040  2014-04-24 17:56  .settings\com.genuitec.eclipse.j2eedt.core.prefs
     文件         629  2014-04-24 17:56  .settings\org.eclipse.jdt.core.prefs
     文件         137  2014-04-24 17:56  .settings\org.eclipse.ltk.core.refactoring.prefs
     文件          49  2014-04-24 17:56  .settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2014-04-24 17:56  .settings\org.eclipse.wst.jsdt.ui.superType.name
     文件        3752  2014-04-24 17:56  Shop\.classpath
     文件         285  2014-04-24 17:56  Shop\.mymetadata
     文件        1410  2014-04-24 17:56  Shop\.project
     文件       79360  2014-04-24 17:56  Shop\程序使用说明.doc
     文件         500  2014-04-24 17:56  Shop\.settings\.jsdtscope
     文件          49  2014-04-24 17:56  Shop\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2014-04-24 17:56  Shop\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件        1662  2014-04-24 17:56  Shop\src\applicationContext-common.xml
     文件        2038  2014-04-24 17:56  Shop\src\hibernate.cfg.xml
     文件         309  2014-04-24 17:56  Shop\src\log4j.properties
     文件         391  2014-04-24 17:56  Shop\src\struts.properties
     文件         505  2014-04-24 17:56  Shop\src\struts.xml
     文件         164  2014-04-24 17:56  Shop\src\xwork-conversion.properties
     文件         899  2014-04-24 17:56  Shop\src\com\lyq\action\baseAction-logon-validation.xml
     文件        4365  2014-04-24 17:56  Shop\src\com\lyq\action\baseAction.java
     文件        1860  2014-04-24 17:56  Shop\src\com\lyq\action\IndexAction.java
     文件        2765  2014-04-24 17:56  Shop\src\com\lyq\action\struts-admin.xml
     文件        1299  2014-04-24 17:56  Shop\src\com\lyq\action\struts-default.xml
     文件        2384  2014-04-24 17:56  Shop\src\com\lyq\action\struts-front.xml
     文件         852  2014-04-24 17:56  Shop\src\com\lyq\action\interceptor\CustomerLoginInteceptor.java
     文件         863  2014-04-24 17:56  Shop\src\com\lyq\action\interceptor\UserLoginInterceptor.java
............此处省略445个文件信息

评论

共有 条评论