源码简介: |
Java 版的酒店系统,从源代码来看,貌似比较完整,不过没有发现数据库在哪儿,遗憾,但是代码写的很规范,而且注释也丰富,实在需要的话,自己动手还原出数据库也行,这里就不给图了,源代码如果不好了请不要拍砖。其内包括用户数据表模型,完成对用户的各种操作,这里主要编写项目的业务操作,还有Stu表的模型,可以把对student表的各种操作封装在该数据模型中,创建一个sqlHelper(如果程序并发性不考虑,可以吧sqlHelper做成静态的static)-Java version of the Hotel System, the source code from the point of view, seemingly more complete, but did not find the database where, unfortunately, but the code is written in a very standard, but note also rich, is really necessary, restore the database yourself also, here not to the figure, the source code if bad please do not Paizhuan. The model includes user data table to complete a variety of user operations, preparation of project where the main business operations, as well as Stu table model, can operate on a variety of student table is encapsulated in the data model, create a sqlHelper (If the program does not consider concurrency, you can make it sqlHelper static static) ... ...
|