登录
首页 » Java » ticketbooking

ticketbooking

于 2020-12-13 发布 文件大小:1549KB
0 379
下载积分: 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 个回复

  • Surveying-Adjustment-Program-Design
    《测量平差程序设计》(宋力杰编著)一书的源码(" Surveying Adjustment Program Design" (Song Lijie eds) source)
    2013-07-23 23:28:23下载
    积分:1
  • 1235
    以s7-300为核心的恒压供水系统,并结合组态王、触摸屏很好的实现了监控(S7-300 as the core of the Water Supply System, combined with Kingview, touch screen is very good monitoring)
    2020-09-08 20:18:05下载
    积分:1
  • 7para
    测绘小软件,七参数坐标转换,解决一些坐标转换问题,复杂问题简单化(surveying and mapping)
    2012-05-23 23:01:21下载
    积分:1
  • controlbar
    一个支持各种交叉等形状工业控制管道控件的实现 (One supports a variety of shapes, such as industrial control cross-pipe controls to achieve)
    2008-02-27 15:59:18下载
    积分:1
  • house_map
    这是基于MapX4.0的房屋测绘管理信息系统,直接运行工程文件可以实现。(This is based on the Survey and Mapping MapX4.0 housing management information system, run the project file directly can be achieved.)
    2008-01-12 15:14:58下载
    积分:1
  • Wind_Field_Process
    根据实测风场数据,计算平均风速(10分钟平均)随时间的变化,并输出图像。(According to the measured wind field data, the variation of the mean wind speed (10 minutes average) with time is calculated and the image is output.)
    2018-09-22 18:11:43下载
    积分:1
  • ART_Footprint_Tool
    印痕分析工具 可以用来分析大气湍流的影响范围。(The ART Footprint Tool Flux and concentration footprint modelling)
    2020-11-30 17:59:28下载
    积分:1
  • MCGS6.2无限点破解文件
    昆仑通态通用版网络版6.2组态软件 无限点破解软件 先安装MCGS6.2组态软件后,把本压缩包内的破解文件覆盖到原安装目录下的Program文件夹里即可(Kunlun universal version of network version 6.2 configuration software infinite point crack software After the MCGS6.2 configuration software is installed, the cracked files in the compressed package can be overwritten in the Program folder of the original installation directory.)
    2020-06-29 06:40:02下载
    积分:1
  • jdwx
    家电维修源码自用的 家电维修源码自用的(jiadianweixiuyuanma ziyongde)
    2012-04-06 17:39:14下载
    积分:1
  • vst3
    电力系统电压稳定研究的图形化软件,用matlab开发具有源代码(Power system voltage stability study of graphical software, with the development of source code matlab)
    2008-03-27 16:19:19下载
    积分:1
  • 696516资源总数
  • 106927会员总数
  • 1今日下载