登录
首页 » Java » HotelSystem

HotelSystem

于 2014-06-11 发布 文件大小:6163KB
0 178
下载积分: 1 下载次数: 5

代码说明:

  java 酒店管理系统用的是sqlserver 基本实现响应功能 这个是最新版的之前那个错了(the newest java hotel manageSystem use sqlserver)

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

发表评论

0 个回复

  • linuxfilesystem
    目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。(The purpose of this experiment is to design a simple multi-user via the file system, deepen the understanding of the internal functions and internal file system implementation.)
    2013-12-12 14:52:14下载
    积分:1
  • Java面试宝典2018版Beta5.0
    java , mainshi baodian 2018 Beta5.0
    2020-06-20 01:00:02下载
    积分:1
  • itext
    itext2.07 转PDF、itext API 、java+用iText生成Word文件、中文帮助文档( itext2.07 turn PDF, itext API, java+ generated Word file using iText, Chinese help documentation)
    2020-11-14 12:09:43下载
    积分:1
  • 阿里巴巴Java开发手册(华山版)
    说明:  阿里巴巴Java开发手册(华山版),java代码编写规范(Alibaba Java Development Manual (Huashan version), java code writing specification)
    2020-04-29 15:27:03下载
    积分:1
  • qacwinj
    用于查看mol文件的java小应用程序,给大家学习用(For viewing mol files of Java applet, for everybody to learn)
    2017-07-07 00:59:54下载
    积分:1
  • Guessnumber
    猜数字游戏 游戏说明: 1、游戏开始,电脑随机产生一个数字不重复的四位数。 2、将您猜的数点击OK按钮提交。 3、电脑会将您提交的数与它自动产生的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字 正确但位置不正确,比如:"2A2B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了2个数字 ,但位置不对。 4、您共有10次机会,在10次内,如果结果为“4A0B”,游戏成功。如果10次里您都没有猜对游戏失败。(Guessnumber: 1, games started, the computer randomly generated a number of non-repetition of the four-digit. 2, would you guess the number of clicks the OK button to submit. 3, the computer will take you to submit a few with it automatically generated a number of comparison, the result is displayed as* A* B . A representative of the location of the correct figure is also correct, B representative of the number of correct but the location is incorrect, such as: 2A2B that you have a two-digit numerical position is correct and also the right, in addition, you guessed it two figures, but wrong location. 4, your opportunity for a total of 10 times in 10 times, if the results of 4A0B , the game successfully. 10 years if you do not have to guess the failure of the game.)
    2021-03-22 08:19:17下载
    积分:1
  • Property-Management-System
    数据库程程设计之---房产管理系统,包括房源查询,登记入住等功能(Database Design--- Cheng Cheng estate management system, including listings queries, check-in and other functions)
    2013-06-08 19:34:03下载
    积分:1
  • 基于Spark的电影推荐系统源码
    基于Spark的电影推荐系统本次项目是基于大数据过滤引擎的电影推荐系统--“懂你”电影网站,包含了爬虫、电影网站(前端和后端)、后台管理系统以及推荐系统(Spark)。一、爬虫开发环境: pycharm python3.6软件架构: mysql scrapy运行环境: 本次爬取的内容在外网,所以需先翻墙后才能成功运行。项目架构:二、电影网站开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc项目描述: 懂你电影推荐网站是一个基于SSM框架的web项目,类似当前比较流行的豆瓣。用户可以在网站上浏览电影信息和查询电影,并且网站会根据用户的浏览记录给用户进行实时的电影推荐。现已将网站部署在 http://115.159.204.68 网站上,感兴趣的朋友可以自行查看。Git的安装与IDEA和github的集成可以参考博客。项目架构:三、后台管理系统开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc easyui项目描述: 后台管理系统主要对用户信息和电影信息进行管理,如添加删除电影信息和完成用户信息的完善。其中为了更好地保存电影的图片信息,搭建了图片服务器,关于图片服务器FastDFS的搭建可参考博客。后台系统也布置在服务器上,感兴趣的朋友可以通过地址 http://115.159.204.68:8080/ 访问,为大家提供的测试账号为 test,密码为88888888。项目架构:四、推荐系统(Spark)开发环境: IntelliJ IDEA maven git linux软件架构: hadoop zookeeper flume kafka nginx spark hive mysql项目描述: 通过在电影网站系统埋点,获取到用户的点击事件(如用户喜欢哪部电影或对某部电影的评分)并将信息传至推荐系统,推荐系统根据该信息做出相应的处理,将推荐结果存入到mysql数据库中,web前端通过查询数据库将推荐的电影展示给用户
    2019-10-16下载
    积分:1
  • Calculator
    实现类似Windows操作系统“计算器”的功能。可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等。同时它还具有科学计算器的功能,比如对数运算和阶乘运算等。(Windows operating system to achieve a similar " calculator" function. You can complete the usual arbitrary use handheld calculators to complete the standard operation. " Calculator" can be used for basic arithmetic operations, such as addition and subtraction operations. It also has a scientific calculator functions, such as arithmetic and logarithmic factorial computing.)
    2014-03-30 11:25:03下载
    积分:1
  • TIJ4-code.tar
    Java 编程思想(第四版)源码 ---------(Thinking in Java Code)
    2010-12-20 21:07:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载