資源簡介
項目管理系統界面高清截圖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\.myme
?????文件???????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.xm
?????文件???????1498??2011-09-09?17:43??projectManageSystem\src\config\beans\application-client.xm
?????文件???????1606??2011-09-07?17:41??projectManageSystem\src\config\beans\application-dept.xm
?????文件???????1160??2011-09-08?23:33??projectManageSystem\src\config\beans\application-dicType.xm
?????文件???????1473??2011-09-05?11:25??projectManageSystem\src\config\beans\application-emp.xm
?????文件???????1531??2011-09-05?09:45??projectManageSystem\src\config\beans\application-functions.xm
?????文件???????1649??2011-09-07?18:57??projectManageSystem\src\config\beans\application-menu.xm
?????文件???????1509??2011-09-11?23:03??projectManageSystem\src\config\beans\application-project.xm
?????文件???????1615??2011-09-05?09:45??projectManageSystem\src\config\beans\application-role.xm
?????文件???????3648??2011-09-05?09:45??projectManageSystem\src\config\beans\application-transaction.xm
?????文件???????1487??2011-09-05?09:45??projectManageSystem\src\config\beans\application-users.xm
?????文件???????1498??2011-09-05?09:45??projectManageSystem\src\config\ehcache.xm
?????文件???????2033??2011-09-11?22:23??projectManageSystem\src\config\hibernate.cfg.xm
?????文件????????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.xm
?????文件????????206??2011-09-09?23:06??projectManageSystem\src\config\struts2\?struts-dics.xm
?????文件???????1338??2011-09-08?23:35??projectManageSystem\src\config\struts2\?struts-dictype.xm
?????文件???????1348??2011-09-09?17:51??projectManageSystem\src\config\struts2\struts-client.xm
?????文件???????1342??2011-09-05?09:47??projectManageSystem\src\config\struts2\struts-dept.xm
?????文件???????1341??2011-09-06?22:19??projectManageSystem\src\config\struts2\struts-emp.xm
............此處省略1638個文件信息
評論
共有 條評論