登录
首页 » Java » ticketbooking

ticketbooking

于 2020-12-13 发布 文件大小:1549KB
0 341
下载积分: 1 下载次数: 259

代码说明:

  火车票订票系统,java+MySQL,附课程设计报告(Ticket booking system, java+ MySQL, with course design report)

文件列表:

source
......\TickBookClient
......\..............\.classpath,301,2010-11-18
......\..............\.project,390,2010-11-18
......\..............\bin
......\..............\...\client
......\..............\...\......\Client.class,709,2010-11-19
......\..............\...\......\Config.class,527,2010-12-08
......\..............\...\......\encryptions
......\..............\...\......\...........\Encryption.class,1516,2010-11-19
......\..............\...\......\...........\SecureKey.class,1753,2010-11-19
......\..............\...\......\Logger.class,603,2010-11-19
......\..............\...\......\net
......\..............\...\......\...\ClientBasePacket.class,2426,2010-11-19
......\..............\...\......\...\clientpackets
......\..............\...\......\...\.............\C_Disconnect.class,361,2010-11-19
......\..............\...\......\...\.............\C_Quest_City.class,362,2010-11-19
......\..............\...\......\...\.............\C_Quest_Seat.class,601,2010-12-16
......\..............\...\......\...\.............\C_Quest_Train.class,475,2010-11-19
......\..............\...\......\...\PacketHandler.class,1082,2010-11-22
......\..............\...\......\...\ServerBasePacket.class,2519,2010-11-19
......\..............\...\......\...\serverpackets
......\..............\...\......\...\.............\S_Quest_City.class,691,2010-12-16
......\..............\...\......\...\.............\S_Quest_Seat.class,953,2010-11-19
......\..............\...\......\...\.............\S_Quest_Train.class,1127,2010-12-16
......\..............\...\......\Opcode.class,630,2010-11-19
......\..............\...\......\threads
......\..............\...\......\.......\ClientThread.class,3605,2010-11-19
......\..............\...\......\types
......\..............\...\......\.....\City.class,586,2010-11-19
......\..............\...\......\.....\CityMap.class,1838,2010-12-16
......\..............\...\......\.....\DataFormat.class,2362,2010-12-16
......\..............\...\......\.....\Seat.class,750,2010-11-19
......\..............\...\......\.....\Time.class,725,2010-11-19
......\..............\...\......\.....\TrainInterval.class,1742,2010-11-19
......\..............\...\......\UI
......\..............\...\......\..\TicketBookUI$BookButton.class,1796,2010-12-16
......\..............\...\......\..\TicketBookUI$ButtonAction.class,227,2010-12-16
......\..............\...\......\..\TicketBookUI$CheckBoxTrainType.class,702,2010-12-16
......\..............\...\......\..\TicketBookUI$SearchButton.class,1691,2010-12-16
......\..............\...\......\..\TicketBookUI.class,8246,2010-12-16
......\..............\...\......\utils
......\..............\...\......\.....\StreamUtil.class,815,2010-11-19
......\..............\client.jar,26949,2010-12-16
......\..............\ClientStart.bat,61,2010-11-19
......\..............\src
......\..............\...\client
......\..............\...\......\Client.java,400,2010-11-19
......\..............\...\......\Config.java,222,2010-12-08
......\..............\...\......\encryptions
......\..............\...\......\...........\Encryption.java,1410,2010-11-19
......\..............\...\......\...........\SecureKey.java,979,2010-11-18
......\..............\...\......\Logger.java,230,2010-11-19
......\..............\...\......\net
......\..............\...\......\...\ClientBasePacket.java,2138,2010-11-18
......\..............\...\......\...\clientpackets
......\..............\...\......\...\.............\C_Disconnect.java,215,2010-11-19
......\..............\...\......\...\.............\C_Quest_City.java,220,2010-11-19
......\..............\...\......\...\.............\C_Quest_Seat.java,338,2010-12-16
......\..............\...\......\...\.............\C_Quest_Train.java,302,2010-11-19
......\..............\...\......\...\PacketHandler.java,800,2010-11-22
......\..............\...\......\...\ServerBasePacket.java,1914,2010-11-18
......\..............\...\......\...\serverpackets
......\..............\...\......\...\.............\S_Quest_City.java,447,2010-12-16
......\..............\...\......\...\.............\S_Quest_Seat.java,470,2010-11-19
......\..............\...\......\...\.............\S_Quest_Train.java,613,2010-12-16
......\..............\...\......\Opcode.java,791,2010-11-19
......\..............\...\......\threads
......\..............\...\......\.......\ClientThread.java,2763,2010-11-19
......\..............\...\......\types
......\..............\...\......\.....\City.java,266,2010-11-18
......\..............\...\......\.....\CityMap.java,957,2010-12-16
......\..............\...\......\.....\DataFormat.java,1651,2010-12-16
......\..............\...\......\.....\Seat.java,387,2010-11-18
......\..............\...\......\.....\Time.java,426,2010-11-18
......\..............\...\......\.....\TrainInterval.java,1241,2010-11-18
......\..............\...\......\UI
......\..............\...\......\..\TicketBookUI.java,7685,2010-12-16
......\..............\...\......\utils
......\..............\...\......\.....\StreamUtil.java,373,2010-11-18
......\TicketBook
......\..........\.classpath,485,2010-10-29
......\..........\.project,386,2010-10-25
......\..........\bin
......\..........\...\server
......\..........\...\......\Config.class,973,2010-11-19
......\..........\...\......\database
......\..........\...\......\........\DatabaseFactory.class,2303,2010-11-19
......\..........\...\......\........\datatables
......\..........\...\......\........\..........\CityTable.class,3125,2010-11-19
......\..........\...\......\........\..........\SeatTable.class,4308,2010-12-16
......\..........\...\......\........\..........\TrainIntervalTable.class,4621,2010-12-16
......\..........\...\......\encryptions
......\..........\...\......\...........\Encryption.class,1516,2010-11-19
......\..........\...\......\...........\SecureKey.class,1753,2010-11-19
......\..........\...\......\Logger.class,603,2010-11-19
......\..........\...\......\net
......\..........\...\......\...\ClientBasePacket.class,2519,2010-11-19
......\..........\...\......\...\clientpackets
......\..........\...\......\...\.............\C_City.class,1074,2010-11-19

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

发表评论

0 个回复

  • qh1
    一个三相异步电动机(感应电机)设计程序,用来实现电动机设计及其相关的设计计算(A three-phase asynchronous motor (induction motor) design process, used for motor design and its related design calculation)
    2009-04-20 22:33:38下载
    积分:1
  • Seismic4
    地震剖面显示源代码,用QT编写的程序,对地震数据显示感兴趣人员来说,有不错的借鉴意义。(Seismic profiles show the source code, programs written using QT, interested persons on the seismic data, there are a good reference.)
    2021-01-20 11:08:41下载
    积分:1
  • DCMachines
    说明:  直流电机启动模型,属于power system,仿真软件是pscad。(the start of dcmachine ,it is belonged power system,used with pcscad.)
    2010-03-30 09:16:12下载
    积分:1
  • CPP
    可以实现电力系统负荷削减的判断,找出需要削减负荷的负荷点和母线编号(failed to translate)
    2021-02-26 01:39:38下载
    积分:1
  • ISAR
    对散射点模型飞机进行参数类运动补偿,进行成像,并对成像结果做CFAR检测。(The parameter class motion compensation of the scattering point model aircraft is carried out, and the imaging results are detected by CFAR.)
    2017-10-30 21:48:14下载
    积分:1
  • zuobiao
    在FLAC3D中调用可以得到模型各个单元坐标和编号并记录下来。(The coordinates and numbers of each unit in the model are obtained.)
    2021-03-22 20:49:16下载
    积分:1
  • winformtest
    专家提取管理系统,专家专业以及部门,管理专家,欢迎下载使用,谢谢(Experts to extract management systems, expert professional and sectoral management experts are welcome to download, thank you)
    2012-05-22 11:03:09下载
    积分:1
  • GPS-SINS
    GPS与惯性导航的组合导航,没有解释语句,但稍微有点基础一看就明白,(GPS and inertial navigation combination of navigation, did not explain the statement, but a bit on the basis of a look that)
    2008-12-13 10:08:42下载
    积分:1
  • Improved-CPF-method
    本软件进行了连续潮流法的改进,提高了连续潮流法的计算速度和收敛性,并利用改进后的方法对电力系统的电压稳定性进行了分析。(This software has been improved by continuous power flow method, which improves the calculation speed and convergence of the continuous power flow method, and the voltage stability of power system is analyzed by the improved method.)
    2016-11-07 15:41:48下载
    积分:1
  • jiaodugeshihuhuan
    角度格式转换,度分秒转度,度分秒转弧度,弧度转度分秒。测量程序设计的基础代码之一(Point format conversion, transfer degrees degrees minutes and seconds, minutes and seconds turn degree arc, arc degree turn every minute. Measurement of program design based on code)
    2010-12-13 16:58:40下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载