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

  • 大小: 948KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-03
  • 語言: Java
  • 標簽: jsp+servlet??

資源簡介

基于jsp+servlet實現的小項目(實現圖片上傳功能)

資源截圖

代碼片段和文件信息

package?com.yibin.cn.dao.entity;


import?java.util.List;

import?utils.Page;


public?interface?IUserDao?{
/***
?*?根據用戶名和密碼查詢一個用戶信息,用于驗證登錄
?*?
?*?@param?user
?*?@return
?*/
public?User?getUserByNameAndPassword(User?user)?;

/***
?*?方法功能說明:添加用戶
?*?
?*?@param?user
?*?@return
?*/
public?int?save(User?user)?;

/***
?*?方法功能說明:刪除用戶
?*?
?*?@param?user
?*?@return
?*/
public?int?delete(User?user)?;

/***
?*?方法功能說明:修改用戶
?*?
?*?@param?user
?*?@return
?*/
public?int?update(User?user)?;

//
public?List?listAll()?;

public?User?getUserById(int?id);

/***
?*?查詢總記錄條數
?*?@return?查詢獲取的記錄條數,無則為0
?*/
public?int?getCount();
/***
?*?查詢某一頁的詳細數據
?*?@param?currentPage?要查詢的頁碼
?*?@param?pageSize??每頁記錄數
?*?@return?

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

?????文件????????919??2017-07-21?14:56??CommonhelloWorldServlet\.classpath

?????文件???????1056??2017-07-20?09:55??CommonhelloWorldServlet\.project

?????文件????????503??2017-07-17?10:06??CommonhelloWorldServlet\.settings\.jsdtscope

?????文件?????????67??2017-07-18?13:56??CommonhelloWorldServlet\.settings\org.eclipse.core.resources.prefs

?????文件????????364??2017-07-17?10:06??CommonhelloWorldServlet\.settings\org.eclipse.jdt.core.prefs

?????文件????????509??2017-07-20?09:56??CommonhelloWorldServlet\.settings\org.eclipse.wst.common.component

?????文件????????345??2017-07-17?10:06??CommonhelloWorldServlet\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件?????????49??2017-07-17?10:06??CommonhelloWorldServlet\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2017-07-17?10:06??CommonhelloWorldServlet\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件???????7311??2017-07-21?18:00??CommonhelloWorldServlet\build\classes\com\yibin\cn\dao\entity\impl\UserDaoImpl.class

?????文件????????708??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\dao\entity\IUserDao.class

?????文件???????2637??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\dao\entity\User.class

?????文件???????2354??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\dao\utils\jdbcUtil.class

?????文件???????4257??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\service\impl\UserServiceImpl.class

?????文件????????713??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\service\IUserService.class

?????文件???????1993??2017-07-21?18:27??CommonhelloWorldServlet\build\classes\com\yibin\cn\servlet\baseServlet.class

?????文件??????11456??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\com\yibin\cn\servlet\UserServlet.class

?????文件???????2315??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\test\test.class

?????文件???????4519??2017-07-21?15:10??CommonhelloWorldServlet\build\classes\test\testUserDaoImplJunit.class

?????文件???????2272??2017-07-21?14:56??CommonhelloWorldServlet\build\classes\utils\Page.class

?????文件???????8645??2017-07-21?18:00??CommonhelloWorldServlet\src\com\yibin\cn\dao\entity\impl\UserDaoImpl.java

?????文件???????1228??2017-07-19?15:28??CommonhelloWorldServlet\src\com\yibin\cn\dao\entity\IUserDao.java

?????文件???????1818??2017-07-20?17:06??CommonhelloWorldServlet\src\com\yibin\cn\dao\entity\User.java

?????文件???????1743??2017-07-14?18:58??CommonhelloWorldServlet\src\com\yibin\cn\dao\utils\jdbcUtil.java

?????文件???????3400??2017-07-20?17:22??CommonhelloWorldServlet\src\com\yibin\cn\service\impl\UserServiceImpl.java

?????文件???????1269??2017-07-19?15:09??CommonhelloWorldServlet\src\com\yibin\cn\service\IUserService.java

?????文件???????1507??2017-07-21?18:27??CommonhelloWorldServlet\src\com\yibin\cn\servlet\baseServlet.java

?????文件??????13512??2017-07-21?00:16??CommonhelloWorldServlet\src\com\yibin\cn\servlet\UserServlet.java

?????文件???????3039??2017-07-19?15:21??CommonhelloWorldServlet\src\test\test.java

?????文件???????2844??2017-07-21?15:10??CommonhelloWorldServlet\src\test\testUserDaoImplJunit.java

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

評論

共有 條評論