登录
首页 » Java » ticketbooking

ticketbooking

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

  • demo11
    说明:  花了2000元买来的,可以使用的自助建站源码-人力资源的(Spent 2,000 yuan bought, you can use self-help建站source- human resources)
    2008-11-27 14:48:01下载
    积分:1
  • GIS-CSharp
    煤矿信息管理系统是基于SuperMap Object,使用 C#语言开发的煤矿信息管理系统 系统主要实现煤矿信息的管理,包括属性数据和图形数据的管理。其中最重要的部分是钻孔数据的管理, 比较理想的解决了钻孔数据的查询、浏览、修改、添加、删除和导出,并着重实现了钻孔剖面示意图的自动绘制, 此外还实现了计算机图件的管理、地图数据集导出、地图输出打印等功能。(Mine information management system is based on SuperMap Object, using the C# Language developed by the Information Management System for Mine realize mine of information systems management, including the attribute data and graphical data management. One of the most important part is the management of borehole data, a more satisfactory solution to the borehole data query, browse, modify, add, delete and export, and focus on the achievement of the drilling section diagram of automatic drawing, in addition to realize a computer management maps, maps derived data sets, maps output printing.)
    2020-07-04 02:00:01下载
    积分:1
  • crescent
    实现Hemisphere主板GNSS二进制数据解码功能:包括广播星历、观测数据等(Decoding for hemisphere receiver,including ephemeris,observables and so on.)
    2016-08-05 10:47:57下载
    积分:1
  • pst3
    电力系统工具包(PST)的最新版本3.0,以及英文说明,它最大的优势在于扩展性强,已经在电力系统获得较为广泛的应用(Power System Kit (PST) The latest version 3.0, as well as in English, it is the biggest advantage of strong expansion, has been in power systems get more widely used)
    2021-03-04 15:49:32下载
    积分:1
  • IndirectAdjustment
    测量平差程序设计:边角网间接平差,provide the translate rad to angle(Indirect Adjustment)
    2020-11-18 15:19:38下载
    积分:1
  • LAI
    MATLAB实现水云模型反演植被指数,一种基于合成孔径雷达的方法。(MATLAB realized the vegetation index of water cloud model.)
    2021-04-21 13:58:49下载
    积分:1
  • code
    土地折算:在vb环境下基于mo的不同等级土地折算系统的开发,(Land conversion: vb environment in different grades of land-based mo conversion system development,)
    2010-05-28 11:24:15下载
    积分:1
  • dianlixitongjidianbaohu-zhangbaohui
    电力系统继电保护—张保会。电气专业最主要的一门课,国网,南网,面试最热门的一门专业课(Power system protection- Zhang Bao will. A main course electrical engineering, State Grid, Southern Power Grid, the interview of one of the most popular courses)
    2015-12-29 15:42:58下载
    积分:1
  • Tank_model
    用于流域水文过程模拟和预报的水箱模型,主要是在水利行业应用(For hydrological modeling and forecasting model tanks, mainly in the water industry applications)
    2021-04-09 18:48:59下载
    积分:1
  • sac-101.6a_source.tar
    地震学分析软件,sac,数字地震信号处理的标准程序(Seismological analysis software, sac, the standard procedure of digital seismic signal processing )
    2021-04-23 14:08:48下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载