CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jsp 后台

搜索资源列表

  1. checkAndmanageSystem

    0下载:
  2. 一、OA中报名和审核模块 1、前端页面:报名学员交互 2、后台管理:内部工作人员用的 3、用到的技术: JavaWeb:开发 a、HTTP协议(asp、php、javaweb) b、Tomcat服务器 c、JavaEE开发规范:很多技术的总称 Servlet/JSP规范:非常重要的。 数据库:MySQL。操作数据库:DBUtil框架 开发采用MVC和三层架构的思想:便于后期维护和扩展-A, OA in the registration and ve
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-11
    • 文件大小:2281196
    • 提供者:张裕
  1. WebBookShop1.0

    0下载:
  2. 网上书店后台管理代码,ssh框架简单实现,无前端-jsp bookstores
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1312212
    • 提供者:赵志亮
  1. EShop

    0下载:
  2. jsp+Javascr ipt+struts+hibernate+css+mysql的网上书店(源码完整直接运行,高仿真数据库记录,身临其境网上购书吧!) 和国内最好的网上书店 -当当网的框架相同,包括顾客的购物车、订单管理和留言板,支持商品搜索;后台管理员的商品、订单、会员、系统管理。界面优美,功能齐全,不可多得的优秀作品。 -jsp+ Javascr ipt+ struts+ hibernate+ css+ mysql online bookstore (complete sour
  3. 所属分类:JavaScript

    • 发布日期:2017-06-09
    • 文件大小:15961232
    • 提供者:张生文
  1. 2886_test_online_1.4.1

    0下载:
  2. 这是一个JSP在线考试系统,后台数据库为MySQL。-This is a JSP online examination system, the backstage is MySQL.
  3. 所属分类:Education soft system

    • 发布日期:2017-05-18
    • 文件大小:5004760
    • 提供者:徐长坤
  1. MyFlowerShop

    0下载:
  2. 这是一个网上个人商店的模板(由于商品主页面做成静态页面,所以不具备自动更新等功能,只是模板,仅供参考),具备了对数据库增删改查等基本功能以及前台后台等设计,适合JSP初学者学习。-This is a personal online shop templates (due to the home page of the commodity into a static page, so I do not have the automatic updates and other functions,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-25
    • 文件大小:8694333
    • 提供者:wwk
  1. shopping-online

    0下载:
  2. 前端后台功能完善,采用jsp+servlet进行开发,直接导入eclipse即可运行,需要修改相应数据库参数-Complete front-end back-office functions, using jsp+servlet development, directly into the eclipse to run, you need to modify the corresponding parameter
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-19
    • 文件大小:5314140
    • 提供者:李永
  1. CommentWeb

    0下载:
  2. jsp评论后台代码,ORACLE数据库-jsp comment background code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1156936
    • 提供者:李军
  1. business

    0下载:
  2. 一个卖鞋子的jsp网站,有购物车,订单,前台与后台,做的很精致,还可以换肤-the project contains
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-18
    • 文件大小:4982137
    • 提供者:吴晗
  1. 162100editor_v3.5

    0下载:
  2. 真正的迷你HTML编辑器,只一个JS文件搞定。 1、原创作品,代码简洁、短小精悍,使用方便。 2、所见即所得,几乎包含所有书写应用功能。 3、设计模式与源码模式随意切换。 4、JS+CSS设计,可接口任何编程语言,如PHP、ASP、JSP、.NET等。 5、可应用于论坛、CMS、文章发布等任何类型系统的前、后台发表使用。 6、强大的PHP(可接口其它语言)后台过滤功能,安全无忧。 7、浏览器测试IE6、IE8、360、Firefox、Chrome、Safari、Ope
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:74451
    • 提供者:xxpudn39
  1. online-meal-back-management

    0下载:
  2. 网上订餐系统后台管理系统,有界面和后台查询代码,纯jsp+servlet-Online reservation system background management system
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4051336
    • 提供者:苏虹
  1. BookShop

    0下载:
  2. 用jsp+severlet开发的网上书店 可查看图上详情 添加图书删除图书等 后台管理员的登录 和对图书的管理-Jsp+ servlet development with the online bookstore can be viewed on the map and manage login details add books to delete books and other background administrator of books
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1772139
    • 提供者:MCC
  1. html_Template

    0下载:
  2. Jsp 网站后台模板,通用性比较强,大家做系统可以直接使用-Jsp website background template, versatility and strong, we do systems can be used directly
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:97729
    • 提供者:
  1. MVCreg

    0下载:
  2. 一个基于MVC的注册功能的程序。视图层:reg.jsp(位于根目录WebRoot下)控制层:RegAction(其mapping url为:/user/reg.action)模型层:UserService 的regUser()方法后台数据表:myuser-A program based on MVC. View layer: reg.jsp (located in the root directory WebRoot) control layer: RegAction (URL mapping:
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:968339
    • 提供者:wjh
  1. business

    0下载:
  2. 通过考察电子商务的过程和信息化的构建,针对电子商贸设计的电子商务网站,使用MySQL作为后台数据库,采用JSP+Bean的方式。-Through the study of the process of e-commerce and the construction of information technology, e-commerce sites for e-commerce sites, using MySQL as the background , using JSP+Bean appr
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1402523
    • 提供者:wei
  1. 306JSPsecond

    1下载:
  2. 原创JSP二手商品交易系统实现网上交易系统的会员登录与注册,网站首页、分页浏览、购物系统、新闻系统、网站社区维护等功能。本文介绍了利用JSP技术构建、制作和完善一个网上二手商品交易系统。该系统运用JAVA语言、Javascr ipt技术、SQL server 2000, JSP与后台数据库链接等关键技术建设网上交易系统,主要实现以下功能:- It describes the use of JSP technology to build, create and improve an onlin
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-23
    • 文件大小:7285266
    • 提供者:
  1. wuliupeihuowang

    0下载:
  2. 由JSP编写的物流配货网,完整的前台和后台。数据库采用MySQL,对每个表集成了增删改查的功能-Prepared by the JSP picking logistics network, complete the foreground and background. Database using MySQL, for each table with integrated CRUD functions
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-03
    • 文件大小:662052
    • 提供者:lum
  1. qimoXM

    0下载:
  2. 用java编写的一个招聘网站。没有后台,只有前台。用的是jsp和servlet写的。没有涉及到三大框架,对于学习java的来说何有借鉴意义。毕竟是基础。-A recruitment website written in Java. There is no background, only the front desk. Written in JSP and servlet. Did not involve three framework, what be used for reference f
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:3872353
    • 提供者:zwm
  1. bootstap AdminLTE 模板

    0下载:
  2. 经典的bootstrap 后台管理模板,动态添加菜单,栏目,扩展接口多样,支持JSP/ASP/PHP各种类型。
  3. 所属分类:WEB源码

  1. wuliuguanli

    0下载:
  2. 物流管理模板,运用jsp+sevlet代码编写的,通用的一套后台模板-a model
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:2747060
    • 提供者:
  1. shoppingCenter

    0下载:
  2. JSP 网上购物系统,前台页面注册、登录、购买、加入购物车、搜索商品等,后台管理员可以进行商品、会员、公告等的添加、修改、删除等操作。SQL数据库文件。-JSP online shopping system, the front page of the registration, login, purchase, add a shopping cart, search goods, etc., the background administrator can carry out goods, m
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-30
    • 文件大小:12497601
    • 提供者:翁秀玲
« 1 2 ... 26 27 28 29 30 3132 33 34 35 »
搜珍网 www.dssz.com