資源簡介
eclipse開發的,可以簡單的增刪改查,只有管理員一種用戶,可導出下載記錄文件
代碼片段和文件信息
package?action;
import?java.io.IOException;
import?javax.servlet.RequestDispatcher;
import?javax.servlet.ServletException;
import?javax.servlet.annotation.MultipartConfig;
import?javax.servlet.annotation.WebServlet;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?javax.servlet.http.Part;
import?bean.Device;
import?service.DeviceService;
import?util.Constants;
import?util.UploadFileUtil;
/**
?*?Servlet?implementation?class?AddDeviceServlet
?*/
@WebServlet(“/AddDeviceServlet“)
@MultipartConfig
public?class?AddDeviceServlet?extends?HttpServlet?{
private?static?final?long?serialVersionUID?=?1L;
Device?device;???
private?DeviceService?deviceService;
private?UploadFileUti
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-10-22?17:13??device00\
?????文件?????????842??2019-10-22?17:13??device00\.classpath
?????文件?????????908??2019-10-22?17:13??device00\.project
?????目錄???????????0??2019-10-22?17:13??device00\.settings\
?????文件?????????567??2019-10-22?17:13??device00\.settings\.jsdtscope
?????文件?????????364??2019-10-22?17:13??device00\.settings\org.eclipse.jdt.core.prefs
?????文件?????????476??2019-10-22?17:13??device00\.settings\org.eclipse.wst.common.component
?????文件?????????345??2019-10-22?17:13??device00\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2019-10-22?17:13??device00\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2019-10-22?17:13??device00\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2019-11-24?13:00??device00\WebContent\
?????目錄???????????0??2019-10-22?17:13??device00\WebContent\me
?????文件??????????39??2019-10-22?17:13??device00\WebContent\me
?????目錄???????????0??2019-11-12?18:43??device00\WebContent\WEB-INF\
?????目錄???????????0??2019-12-01?16:23??device00\WebContent\WEB-INF\jsp\
?????文件????????2964??2019-11-24?13:13??device00\WebContent\WEB-INF\jsp\deviceDetail.jsp
?????文件????????5007??2019-12-01?16:25??device00\WebContent\WEB-INF\jsp\deviceList.jsp
?????文件????????3625??2019-12-06?15:49??device00\WebContent\WEB-INF\jsp\index.jsp
?????文件????????5665??2019-12-01?17:23??device00\WebContent\WEB-INF\jsp\updateDevice.jsp
?????目錄???????????0??2019-11-24?13:16??device00\WebContent\WEB-INF\lib\
?????文件??????546512??2018-05-09?10:23??device00\WebContent\WEB-INF\lib\core-3.3.2.jar
?????文件???????41668??2018-05-09?10:48??device00\WebContent\WEB-INF\lib\javase-3.3.2.jar
?????文件???????20682??2019-09-21?19:45??device00\WebContent\WEB-INF\lib\jstl.jar
?????文件??????789885??2019-09-26?15:07??device00\WebContent\WEB-INF\lib\mysql-connector-java-5.1.18-bin.jar
?????文件??????393259??2019-09-21?19:45??device00\WebContent\WEB-INF\lib\standard.jar
?????文件????????2034??2019-12-08?17:44??device00\WebContent\WEB-INF\web.xm
?????文件????????5902??2019-12-08?12:49??device00\WebContent\addDevice.jsp
?????目錄???????????0??2019-10-22?17:28??device00\WebContent\css\
?????文件????????4536??2019-10-22?17:28??device00\WebContent\css\admin_login.css
?????文件???????13725??2019-10-22?17:28??device00\WebContent\css\common.css
?????文件????????2269??2019-10-22?17:28??device00\WebContent\css\login.css
............此處省略123個文件信息
評論
共有 條評論