91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 23.68MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-28
  • 語言: Java
  • 標簽: SSH??

資源簡介

上一個系列,我們采用Servlet+Jsp開發了Cupboard化學藥物管理平臺。本次,我們將以傳統的SSH框架(struts2+spring+hibernate)來重新開發這個Web應用。 兩種架構都是MVC設計模式,并且分層開發。上一個系列我們按照控制層、業務層、持久層的順序來講解,本次,我們將按照持久層、業務層、控制層,即相反的順序來講解。

資源截圖

代碼片段和文件信息

package?com.rclv.dao;

import?java.util.List;

import?com.rclv.domain.Agents;

public?interface?AgentsDao?{

List?findAgentsByPage(int?currPage?int?pageSize)?throws?Exception;

int?getTotalCount()?throws?Exception;

void?add(Agents?agents)?throws?Exception;

void?update(int?oAid?int?nCount)?throws?Exception;

void?addImags(Agents?agents)?throws?Exception;



}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????920??2018-05-31?21:11??cup_ssh2\.classpath

?????文件????????908??2018-05-31?21:09??cup_ssh2\.project

?????文件????????567??2018-05-31?21:09??cup_ssh2\.settings\.jsdtscope

?????文件????????364??2018-05-31?21:09??cup_ssh2\.settings\org.eclipse.jdt.core.prefs

?????文件????????476??2018-05-31?21:09??cup_ssh2\.settings\org.eclipse.wst.common.component

?????文件????????345??2018-05-31?21:09??cup_ssh2\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件?????????49??2018-05-31?21:09??cup_ssh2\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2018-05-31?21:09??cup_ssh2\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件???????3187??2018-07-27?10:54??cup_ssh2\build\classes\applicationContext.xml

?????文件???????2290??2018-07-27?10:55??cup_ssh2\build\classes\applicationContext0.xml

?????文件????????339??2018-05-21?19:00??cup_ssh2\build\classes\beans.xml

?????文件????????437??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\dao\AgentsDao.class

?????文件???????2900??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\dao\impl\AgentsDaoImpl.class

?????文件???????1436??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\dao\impl\UserDaoImpl.class

?????文件????????252??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\dao\UserDao.class

?????文件???????3554??2018-07-29?11:08??cup_ssh2\build\classes\com\rclv\domain\Agents.class

?????文件????????982??2018-06-04?19:49??cup_ssh2\build\classes\com\rclv\domain\Agents.hbm.xml

?????文件???????2195??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\domain\PageBean.class

?????文件???????1910??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\domain\User.class

?????文件????????652??2018-06-04?14:19??cup_ssh2\build\classes\com\rclv\domain\User.hbm.xml

?????文件???????1019??2018-07-29?15:44??cup_ssh2\build\classes\com\rclv\myconventer\MyConventer.class

?????文件????????428??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\service\AgentsService.class

?????文件???????1971??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\service\impl\AgentsServiceImpl.class

?????文件???????2108??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\service\impl\UserServiceImpl.class

?????文件????????297??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\service\UserService.class

?????文件???????1904??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\test\HibernateTest.class

?????文件???????1839??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\test\SpringTest.class

?????文件???????1826??2018-07-29?15:43??cup_ssh2\build\classes\com\rclv\utils\BeanFactory.class

?????文件???????1053??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\utils\HibernateUtils.class

?????文件???????1561??2018-07-25?09:15??cup_ssh2\build\classes\com\rclv\utils\MD5Utils.class

............此處省略162個文件信息

評論

共有 條評論