登录
首页 » Java » Java酒店客房管理系统源码+数据库脚本(基于java swing)

Java酒店客房管理系统源码+数据库脚本(基于java swing)

于 2019-10-18 发布
0 206
下载积分: 1 下载次数: 1

代码说明:

包含数据库文件,可以直接导入运行,还包含一系列文档包括论文等,性价比超高。

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

发表评论

0 个回复

  • Java Coding Problems - Improve your Java Programming skills by solving real-world coding challenges.epub
    The super-fast evolution of the JDK between versions 8 and 12 has increased the learning curve of modern Java, therefore has increased the time needed for placing developers in the Plateau of Productivity. Its new features and concepts can be adopted to solve a variety of modern-day problems. This book enables you to adopt an objective approach to common problems by explaining the correct practices and decisions with respect to complexity, performance, readability, and more.Java Coding Problems will help you complete your daily tasks and meet deadlines. You can count on the 300 applications containing 1,000 examples in this book to cover the common and fundamental areas of interest: strings, numbers, arrays, collections, data structures, date and time, immutability, type inference, Optional, Java I/O, Java Reflection, functional programming, concurrency and the HTTP 
    2020-03-03下载
    积分:1
  • 鲜花销售网站(jsp源码+数据库脚本)
    【实例简介】有用户注册和登录,还有商家注册和登录,包括完整的数据库,还有,购物车,黑名单,
    2021-06-10 00:31:24下载
    积分:1
  • Linux用户管理系统(代码+答辩+论文)
    功能需求:(1)单个用户添加:通过键盘输入用户名和口令,用户组的指定可选(若输入则将用户归于该组,否则用系统默认处理),要求首先检查新用户是否存在,并给出相应信息;(2)批量添加:待建用户信息保存在文件中,包括用户名、口令、用户描述及所属组(格式自定)(3)单用户删除:用户名通过键盘输入同时删除用户主目录,删除用户前将用户名主目录中的内容备份到特定目录中,命名格式:用户名.tar.gz(4)批量删除:用户名通过文件提供,要求同单用户删除。(5)用户配额:对指定用户的用户主目录启用磁盘配额。注:为用户设定3种配额模板:①100M空间,200个i节点;②200M空间,400个i节点;③500M空间,1000个i节点。(1)利用read命令从命令行输入用户名存入变量;  []或test进行条件的判断;  Cut命令剪切文件列,配合grep命令剪切文件行,从而获取文件中特定信息;  Useradd命令,-g指定组,-m生成用户主目录;  Passwd命令用户改用户口令;(2)tar命令压缩文档,后缀.tar.gz要自己加上;  Mv移动文件到特色目录下;  Usedel删除用户,参数-r同时删除用户主目录;(3)while read可以逐行读取文件内容;  >进行输出重定向,并且覆盖输出内容到文件;  Chpasswd成组更改用户口令,文件行格式为“用户名:口令”;(4)跟单个用户删除操作一样,只是从文件读取要删除的用户名(5)给用户进行配额前需要给相应目录开启配额功能;  Disk –l查询可进行配额的磁盘分区信息;  Vi /etc/fstab文件,添加usrquota开启用户配额权限,添加grpquota开启组配额权限,文件中同行各字段间用tab键隔开;  Mount –o remount /重新挂载文件系统,让fstab文件生效;  Quotaon /开启配额功能;  Setquota命令进行用户配额的设置;(6)while touch循环生成多个文件检查i节点的配额设置情况;测试前需要给相关用户对/目录的写权限;  dd if=/dev/zero of=$username bs=1M count=500给相关用户写数据,测试用户可用空间的配额设置情况;
    2019-07-08下载
    积分:1
  • Java文件切割器源代码
    Java文件切割器源代码
    2014-12-13下载
    积分:1
  • Java串口调试助手工程源码
    使用Java语言开发的一个串口调试助手,测试基本没有问题。虽然经过多次修改,但功能还没有完善,可能还存在一些小问题。现在共享给大家,以供想要学习Java串口应用开发的朋友参考。若发现代码有错误之处,还望能够提出改正,大家共同学习,共同进步。有兴趣的朋友也可以在此基础上完善软件的功能。
    2016-04-28下载
    积分:1
  • jsp+servlet+mysql+学生选课系统(源码+数据库+论文+截图)
    jsp+servlet+mysql+学生选课系统(源码+数据库+论文+截图)
    2020-12-12下载
    积分:1
  • Java Cookbook - Problems and Solutions for Java Developers (Early Release).epub
    Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languages------------------The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
    2020-03-03下载
    积分:1
  • 阿里星环:为什么业务定制要于商业能力SDK · 雀.pdf
     业务定制化开发,阿里是怎么做的。框架介绍 
    2021-05-06下载
    积分:1
  • Java 打字母游戏(提高篇-实例089).zip
    Java 打字母游戏(提高篇-实例089).zip
    2019-10-03下载
    积分:1
  • On Java8(Java编程思想)
    markdown文档形式
    2020-12-12下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载