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

资源简介

项目管理系统界面高清截图http://yaerfeng1989.blog.163.com相册。绝版作品!一切都只是曾经,神马都是浮云!现将其开源 ssh+jquery+servlet+json+dwr+ajax....... 数据库可配置。默认mysql。运行先改jdbc.properties和hibernate.cfg.xml里面的数据库配置!数据库最好事先存在。 再运行test包的testCreateDB-》testData(插入数据!)即可运行!

资源截图

代码片段和文件信息

package com.tudou.projectmanage.action;

import java.util.List;

import com.tudou.projectmanage.common.baseAction;
import com.tudou.projectmanage.common.EncodingConverter;
import com.tudou.projectmanage.common.JSProtect;
import com.tudou.projectmanage.common.PageModel;
import com.tudou.projectmanage.controller.IClientController;
import com.tudou.projectmanage.persist.Client;

@SuppressWarnings(“serial“)
public class ClientAction extends baseAction {
private int offset;
private int pageSize = 10;
private Client client;
private IClientController clientControllerImpl;

public void setClient(Client client) {
this.client = client;
}

public void setClientControllerImpl(IClientController clientControllerImpl) {
this.clientControllerImpl = clientControllerImpl;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5344  2011-09-13 10:33  projectManageSystem\.classpath

     文件        330  2011-09-14 12:24  projectManageSystem\.mymetadata

     文件       1425  2011-09-05 09:13  projectManageSystem\.project

     文件        500  2011-09-05 09:00  projectManageSystem\.settings\.jsdtscope

     文件        864  2011-09-12 17:16  projectManageSystem\.settings\org.eclipse.core.resources.prefs

     文件        330  2011-09-05 09:00  projectManageSystem\.settings\org.eclipse.jdt.core.prefs

     文件         49  2011-09-05 09:00  projectManageSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2011-09-05 09:00  projectManageSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件        110  2011-09-05 09:45  projectManageSystem\src\config\application_zh.properties

     文件       1475  2011-09-08 11:59  projectManageSystem\src\config\beans\ application-dics.xml

     文件       1498  2011-09-09 17:43  projectManageSystem\src\config\beans\application-client.xml

     文件       1606  2011-09-07 17:41  projectManageSystem\src\config\beans\application-dept.xml

     文件       1160  2011-09-08 23:33  projectManageSystem\src\config\beans\application-dicType.xml

     文件       1473  2011-09-05 11:25  projectManageSystem\src\config\beans\application-emp.xml

     文件       1531  2011-09-05 09:45  projectManageSystem\src\config\beans\application-functions.xml

     文件       1649  2011-09-07 18:57  projectManageSystem\src\config\beans\application-menu.xml

     文件       1509  2011-09-11 23:03  projectManageSystem\src\config\beans\application-project.xml

     文件       1615  2011-09-05 09:45  projectManageSystem\src\config\beans\application-role.xml

     文件       3648  2011-09-05 09:45  projectManageSystem\src\config\beans\application-transaction.xml

     文件       1487  2011-09-05 09:45  projectManageSystem\src\config\beans\application-users.xml

     文件       1498  2011-09-05 09:45  projectManageSystem\src\config\ehcache.xml

     文件       2033  2011-09-11 22:23  projectManageSystem\src\config\hibernate.cfg.xml

     文件        305  2011-09-05 09:45  projectManageSystem\src\config\jdbc.properties

     文件       1572  2011-09-05 09:45  projectManageSystem\src\config\log4j.properties

     文件        253  2011-09-12 00:36  projectManageSystem\src\config\struts.xml

     文件        206  2011-09-09 23:06  projectManageSystem\src\config\struts2\ struts-dics.xml

     文件       1338  2011-09-08 23:35  projectManageSystem\src\config\struts2\ struts-dictype.xml

     文件       1348  2011-09-09 17:51  projectManageSystem\src\config\struts2\struts-client.xml

     文件       1342  2011-09-05 09:47  projectManageSystem\src\config\struts2\struts-dept.xml

     文件       1341  2011-09-06 22:19  projectManageSystem\src\config\struts2\struts-emp.xml

............此处省略1638个文件信息

评论

共有 条评论