基于JAV的网上商城项目完整源码. 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; public class TestContextParamServlet extends HttpServlet { /** * Constructor of the object. */ public TestContextParamServlet() { super(); } /** * Destruction of the servlet. */ public void destroy() { super.destroy(); // Just puts "destroy" string in log // Put your code here } /** * The doGet method of the servlet. * * This method is called when a form has its tag value method equals to get. * * @param request the request send by the client to the server * @param response the response send by the server to the client * @throws ServletException if an error occurred * @throws IOException if an error occurred */ public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); PrintWriter out = response.getWriter(); out .println(""); out.println(""); out.println(" A Servlet"); out.println(" "); out.print(" This is "); out.print(this.getClass() + this.getServletConfig().getServletContext().getInitParameter("a")); out.println(", using the GET method"); out.println(" "); out.println(""); out.flush(); out.close(); } /** * The doPost method of the servlet. * * This method is called when a form has its tag value method equals to post. * * @param request the request send by the client to the server * @param response the response send by the server to the client * @throws ServletException if an error occurred * @throws IOException if an error occurred */ public void doPost(HttpServletRequest request, HttpServl
2020彩虹引擎3完整源码2020彩虹引擎3完整源码
2021-06-23 09:53:38 289.43MB 源码
1
功能介绍 前台:登录注册,添加项目申请审核,查询审核项目,搜索项目 后台:管理员管理用户,项目分类增删改查操作,对用户提交的项目进行审核,删除,查询等操作 广告管理,对首页设置的轮播图进行修改等操作 环境配置 数据库使用Mysql8.0,运行环境JDK8.0,工具使用idea,maven 具体搭建详细教程看压缩包里的txt文件
2021-06-23 09:02:54 8.55MB springboot javaweb mysql 课程设计
手把手教你做一个ssm框架实现的学生信息管理系统附带视频开发教程和完整源码-附件资源
2021-06-22 16:20:35 106B
1
这是基于JAVA看房销售系统完整源码,里面有部署环境的讲解视频。所有东西齐全。
2021-06-22 09:04:05 35.09MB java 看房系统
这是基于STM32设计的智能家居系统(采用Onenet云平台)。 硬件包含: 光敏电阻传感器 DHT11温湿度传感器 MQ-5 液化气/天然气/煤气监测传感器 MQ-2 烟雾传感器 3盏LED灯表示窗帘开关、空调开关、电视开关 联网WIFI采用: ESP8266 主控平台: STM32F103C8T6 物联网服务器:OneNet平台 物联网APP: 设备云
2021-06-22 09:02:56 1.47MB oenet 物联网 智能家居 STM32
c#坦克大战完整源码,里面是比较简易的坦克大战 与真实的坦克大战十分相像,非常适合学习和参考
2021-06-21 21:01:07 8.69MB c# 游戏 坦克大战 源码
1
摘  要     现代化的酒店组织庞大、服务项目多、信息量大,要想提高劳动生产、降低成本、提高服务质量和管理水平,进而促进经济效益,必须借助计算机来进行现代化的信息管理。
2021-06-21 09:30:47 1.28MB 酒店管理系统 源码 毕业设计
1
unity3D孤胆枪手手游完整源码 unity孤胆枪手手游完整源码,这是一个手机平台第一人称射击游戏,支持移动设备,包含武器系统、雷达系统、粒子特效、敌人AI、敌人产生系统、3D模型动画、触摸屏控制。
2021-06-19 22:32:29 39.91MB unity3D
1
这是基于CC2530(ZigBee)设计的观景台控制系统,可以实现多节点组网,完成数据上传(采用ESP8266)。 在手机APP、window上位机上可以查看设备节点的状态,如果节点掉线,会有提示。温湿度、光照强度等数据都会上传到手机上显示。手机APP上也可以完成对节点控制。 这个资料包里包含了: AndroidAPP源码、windows上位机源码、CC2530节点源码。
2021-06-19 19:02:33 49.47MB cc2530 ZigBee ESP8266 QT