登录
首页 » JavaScript » 509_meal_ordering-master

509_meal_ordering-master

于 2020-11-30 发布 文件大小:3186KB
0 223
下载积分: 1 下载次数: 5

代码说明:

  JAVA web课程设计源代码,本系统是一个简易的餐厅管理系统,系统的主要功能包括:新用户注册功能,用户登录功能,能根据用户登录的身份(分为管理员和普通用户)不同显示不同的功能页面。(JAVA web curriculum design source code, the system is a simple restaurant management system, the main features of the system include: new user registration feature, user login function, according to the identity of the user logged on (divided into administrators and ordinary users) different display different the features page.)

文件列表:

509_meal_ordering-master
........................\.gitignore,132,2012-08-24
........................\app.js,1197,2012-08-24
........................\config.js,792,2012-08-24
........................\controllers
........................\...........\adm.js,29213,2012-08-24
........................\...........\customer.js,5023,2012-08-24
........................\...........\dish.js,10057,2012-08-24
........................\...........\order.js,20778,2012-08-24
........................\...........\resadm.js,2401,2012-08-24
........................\...........\shopping_cart.js,4873,2012-08-24
........................\...........\sign.js,15698,2012-08-24
........................\...........\site.js,6339,2012-08-24
........................\...........\test.js,243,2012-08-24
........................\...........\user.js,8173,2012-08-24
........................\dao
........................\...\mysql.js,2692,2012-08-24
........................\...\simpleDO.js,1208,2012-08-24
........................\libs
........................\....\mq_client.js,708,2012-08-24
........................\....\mq_server.js,1178,2012-08-24
........................\....\test_auth.js,2187,2012-08-24
........................\models
........................\......\dish.js,2199,2012-08-24
........................\......\index.js,535,2012-08-24
........................\......\member.js,5821,2012-08-24
........................\......\order.js,2355,2012-08-24
........................\......\order_dish.js,1095,2012-08-24
........................\......\restaurant.js,5077,2012-08-24
........................\......\role.js,404,2012-08-24
........................\......\role_route.js,999,2012-08-24
........................\......\route.js,921,2012-08-24
........................\......\user.js,4365,2012-08-24
........................\package.json,379,2012-08-24
........................\public
........................\......\css
........................\......\...\style.css,13709,2012-08-24
........................\......\image
........................\......\.....\avatar

........................\......\.....\dish

........................\......\.....\dishes

........................\......\.....\headline
........................\......\.....\........\corner_blue_left.png
........................\......\.....\........\corner_blue_right.png
........................\......\.....\........\corner_inset_left.png
........................\......\.....\........\corner_inset_right.png
........................\......\.....\........\corner_left.png
........................\......\.....\........\corner_right.png,262,2012-08-24
........................\......\.....\........\dot.gif,43,2012-08-24
........................\......\.....\........\dot_blue.png,124,2012-08-24
........................\......\.....\........\magnifier.png,716,2012-08-24
........................\......\.....\........\menu_left.png,1735,2012-08-24
........................\......\.....\........\menu_right.png,291,2012-08-24
........................\......\.....\restaurant



........................\......\js
........................\......\..\adm
........................\......\..\...\add_restaurant_info.js,1838,2012-08-24
........................\......\..\...\authority_customer_info.js,3731,2012-08-24
........................\......\..\...\authority_customer_info_delete.js,3799,2012-08-24
........................\......\..\...\change_customer_info.js,9841,2012-08-24
........................\......\..\...\change_restaurant_info.js,9676,2012-08-24
........................\......\..\...\edit_customer_info.js,1754,2012-08-24
........................\......\..\...\edit_restaurant_info.js,1668,2012-08-24
........................\......\..\customer
........................\......\..\........\deal_add.js,1773,2012-08-24
........................\......\..\headline.js,16693,2012-08-24
........................\......\..\homepage.js,2386,2012-08-24
........................\......\..\res_adm
........................\......\..\.......\add_dish_info.js,1768,2012-08-24
........................\......\..\.......\change_dish_info.js,18890,2012-08-24
........................\......\..\.......\edit_dish_info.js,1717,2012-08-24
........................\......\..\.......\show_dish_info.js,2304,2012-08-24
........................\......\libs
........................\......\....\ajax-upload
........................\......\....\...........\ajaxupload.js,25773,2012-08-24
........................\......\....\blocksit
........................\......\....\........\blocksit.min.js,1721,2012-08-24
........................\......\....\imagesloaded
........................\......\....\............\jquery.imagesloaded.min.js,1127,2012-08-24
........................\......\....\jqGrid_fancybox
........................\......\....\...............\css
........................\......\....\...............\...\fancybox
........................\......\....\...............\...\........\blank.gif
........................\......\....\...............\...\........\close.gif

........................\......\....\...............\...\........\fancybox-x.png
........................\......\....\...............\...\........\fancybox-y.png
........................\......\....\...............\...\........\fancybox.png,15287,2012-08-24
........................\......\....\...............\...\........\fancy_loading.png,10195,2012-08-24
........................\......\....\...............\...\........\fancy_shadow_e.png,107,2012-08-24
........................\......\....\...............\...\........\fancy_shadow_n.png,106,2012-08-24
........................\......\....\...............\...\........\fancy_shadow_ne.png,347,2012-08-24
........................\......\....\...............\...\........\fancy_shadow_nw.png,324,2012-08-24
........................\......\....\...............\...\........\fancy_shadow_s.png,111,2012-08-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • javaPmysql-
       采用JAVA作为开发工具,mysql作为后台数据库。本系统具有学生基本信息管理、学生成绩信息管理、教师基本信息管理等功能。分成三大模块,每个模块都相互联系,但不相互干扰,这符合了软件模块开发的思想。 本系统完成了学生信息的查询、修改、增加、删除;教师信息的查询、修改、增加、删除以及学生成绩信息的查询、修改、增加、删除等功能。(Using JAVA as a development tool, mysql database as a background. This system has the students basic information management, information management student achievement, teachers basic information management and other functions. Divided into three modules, each linked to every other, but do not interfere with each other, in line with the idea of ​ ​ a software module development. The system completed the student information query, modify, add, delete teacher information query, modify, add, delete, and student achievement information, query, modify, add, delete functions.)
    2013-10-03 22:57:49下载
    积分:1
  • springmvcDemo11-23
    学生管理系统,简单springmvc框架学习(Student management system)
    2017-11-29 22:59:37下载
    积分:1
  • ClouthSale
    一个服装管理系统,对于初学者有很好的借鉴,里面有数据库。(A clothing management system, there is a good reference for beginners, there are databases.)
    2014-01-05 11:17:53下载
    积分:1
  • android-samples-master
    说明:  谷歌地图的官方demo,支持各种移动设备开发,以及穿戴设备地图(The official demo of Google Maps supports mobile device development and wearing device maps)
    2020-06-20 10:40:01下载
    积分:1
  • FGA_Bounds
    java实现的浮点数编码遗传算法,很有用,只需更改适应度函数即可(the complement of genetic algorithm by java, which is very useful via changing the fitness function for any use.)
    2011-12-06 01:37:53下载
    积分:1
  • cal
    用java编写的计算器程序,付源码,能实现加减乘除等功能(Calculator using java prepared procedures, pay source, to achieve the functions of multiplication and division addition and subtraction)
    2007-12-09 18:13:40下载
    积分:1
  • 11
    说明:  一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
    2019-03-10 16:48:12下载
    积分:1
  • jishiben
    实现一个简单的计算器的功能只要配好JDK,就可以使用供初学者学习学习(calculator )
    2010-12-29 10:40:34下载
    积分:1
  • javaautomate
    java files for automate re to nfa
    2012-04-10 20:46:50下载
    积分:1
  • keychar
    一个能响应键盘事件的java程序。按下键盘一个字符,文本框中显示相应字符。一个是文本框自己的,一个是显示出来的(a keyboard can respond to the java process. Press a keyboard characters, text box shows the corresponding characters. Is a text frame of its own, is a show of)
    2006-11-29 10:49:29下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载