資源簡(jiǎn)介
超市管理系統(tǒng).rar

代碼片段和文件信息
package?com.contorl;
import?java.io.IOException;
import?java.io.PrintWriter;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?com.entity.AdminInfo;
import?com.servies.IAdminServies;
import?com.servies.impl.AdminServiesImpl;
public?class?AddAdminServlet?extends?HttpServlet?{
public?void?doGet(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{
doPost(request?response);
}
public?void?doPost(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{
request.setCharacterEncoding(“utf-8“);
String?aName=request.getParameter(“aName“);
String?aPass=request.getParameter(“aPass“);
AdminInfo?info=new?AdminInfo(““?aName?aPass?““);
IAdminServies?biz?=new?AdminServiesImpl();
int??res=biz.addAdmin(info);
if(res>0){
response.sendRedirect(“../yhzhgl.jsp“);
}
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????1083??2016-11-24?08:16??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.classpath
?????文件???????1332??2016-11-24?10:47??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.project
?????文件????????522??2016-11-24?08:17??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\.jsdtscope
?????文件????????107??2016-12-27?22:04??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.core.resources.prefs
?????文件????????364??2016-11-24?08:16??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.jdt.core.prefs
?????文件????????472??2016-11-24?08:16??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.wst.common.component
?????文件????????414??2016-11-24?08:17??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2016-11-24?08:17??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2016-11-24?08:17??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1651??2016-12-28?00:20??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddAdminServlet.class
?????文件???????1934??2016-12-27?19:04??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddBaoSunServlet.class
?????文件???????2220??2016-12-27?19:05??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddChuKuJiLu.class
?????文件???????2194??2016-12-27?19:05??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddGongYingShang.class
?????文件???????1784??2016-12-24?21:42??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddKaoQinJiLu.class
?????文件???????2015??2016-12-27?19:06??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddKeHuXinXiServlet.class
?????文件???????2193??2016-12-27?19:02??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddRuKuJiLu.class
?????文件???????1879??2016-12-27?19:06??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddShangPinLeiBie.class
?????文件???????5338??2016-12-27?19:07??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddShangPinXinXi.class
?????文件???????2000??2016-12-27?19:07??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddYuanGongGongZi.class
?????文件???????5708??2016-12-27?19:15??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\AddYuanGongXinXiServlet.class
?????文件???????1406??2016-12-22?19:17??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelAdminServlet.class
?????文件???????1362??2016-12-24?20:50??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelBaoSunById.class
?????文件???????1443??2016-12-24?20:51??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelChuKuJiLuServlet.class
?????文件???????1459??2016-12-24?20:51??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelGongYingShang.class
?????文件???????1407??2016-12-24?20:51??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelGongZiByIdServlet.class
?????文件???????1395??2016-12-24?20:52??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelKaoQinByIdServlet.class
?????文件???????1443??2016-12-24?17:40??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelKeHuXinXiByIdServlet.class
?????文件???????1448??2016-12-24?20:53??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelRuKuJiLuServletById.class
?????文件???????1417??2016-12-24?22:37??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelShangPinLeiBieById.class
?????文件???????1458??2016-12-24?20:54??第三學(xué)期項(xiàng)目超市管理系統(tǒng)\ChaoShi\build\classes\com\contorl\DelShangPinXinXi.class
............此處省略454個(gè)文件信息
- 上一篇:2019美賽算法程序
- 下一篇:謝處方電磁場(chǎng)與電磁波.pdf
評(píng)論
共有 條評(píng)論