网上火车订票系统很全

上传者: sinat_41746290 | 上传时间: 2021-04-12 21:49:09 | 文件大小: 226KB | 文件类型: RAR
代码数据库都有。1.把DB_51aspx文件夹的主数据库webSealTicket_Data.MDF 还原到你的sql 2000数据库系统中 名称不要变为webSealTicket。 2.App_Code文件夹下是sql静态链接类System.Data.SqlClient.SqlConnection con = new System.Data.SqlClient.SqlConnection("server=(local);database=webSealTicket;uid=sa;pwd=;"); 如直接还原这里不用变化"server=(local)是你的本机的ip地址,database=webSealTicket 是你的数据库名称不要变化,uid=sa 是sql2000的用户名,pwd位密码。 3.login.aspx文件设置成主页,为登录界面。登录成共进入Index.aspx页面。 4.image 文件夹为系统中用到的图片。 5.如出现连接数据库问题请查看Web.Config文件用记事本打开配置节 为程序中用到的数据库链接。name="webSealTicketConnectionString"为连接字符串。connectionString="Data Source=.;Initial Catalog=webSealTicket; 为数据源。 Security=True"启用安全。

文件下载

资源详情

[{"title":"( 52 个子文件 226KB ) 网上火车订票系统很全","children":[{"title":"PredeterminedTicket.aspx.cs <span style='color:#111;'> 3.03KB </span>","children":null,"spread":false},{"title":"OndutyInquiry.aspx <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"使用说明.doc <span style='color:#111;'> 26.00KB </span>","children":null,"spread":false},{"title":"Computer.aspx <span style='color:#111;'> 4.14KB </span>","children":null,"spread":false},{"title":"SystemCfg.aspx <span style='color:#111;'> 8.99KB </span>","children":null,"spread":false},{"title":"nootbook.aspx <span style='color:#111;'> 405B </span>","children":null,"spread":false},{"title":"BookingInquiry.aspx.cs <span style='color:#111;'> 415B </span>","children":null,"spread":false},{"title":"OperationPlan.aspx <span style='color:#111;'> 4.54KB </span>","children":null,"spread":false},{"title":"image","children":[{"title":"top_6.gif <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"what_sall_bg.gif <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"center.gif <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"menu.gif <span style='color:#111;'> 261B </span>","children":null,"spread":false},{"title":"20073111530369.jpg <span style='color:#111;'> 9.76KB </span>","children":null,"spread":false},{"title":"from.gif <span style='color:#111;'> 4.83KB </span>","children":null,"spread":false},{"title":"c.gif <span style='color:#111;'> 290B </span>","children":null,"spread":false},{"title":"head.gif <span style='color:#111;'> 435B </span>","children":null,"spread":false},{"title":"myhome1.gif <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"Left_Student.jpg <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"bar.jpg <span style='color:#111;'> 334B </span>","children":null,"spread":false}],"spread":false},{"title":"ConfigEstablishment.aspx <span style='color:#111;'> 17.38KB </span>","children":null,"spread":false},{"title":"系统说明.txt <span style='color:#111;'> 493B </span>","children":null,"spread":false},{"title":"PredeterminedTicketInquiry.aspx.cs <span style='color:#111;'> 427B </span>","children":null,"spread":false},{"title":"MonthStatistics.aspx.cs <span style='color:#111;'> 3.16KB </span>","children":null,"spread":false},{"title":"PredeterminedTicket.aspx <span style='color:#111;'> 5.65KB </span>","children":null,"spread":false},{"title":"MasterPage.master.cs <span style='color:#111;'> 751B </span>","children":null,"spread":false},{"title":"OperationPlan.aspx.cs <span style='color:#111;'> 418B </span>","children":null,"spread":false},{"title":"SealTicket.aspx.cs <span style='color:#111;'> 2.83KB </span>","children":null,"spread":false},{"title":"App_Code","children":[{"title":"db.cs <span style='color:#111;'> 670B </span>","children":null,"spread":false}],"spread":false},{"title":"App_Data","children":null,"spread":false},{"title":"MonthStatistics.aspx <span style='color:#111;'> 2.55KB </span>","children":null,"spread":false},{"title":"OndutyInquiry.aspx.cs <span style='color:#111;'> 2.34KB </span>","children":null,"spread":false},{"title":"ConfigEstablishment.aspx.cs <span style='color:#111;'> 14.32KB </span>","children":null,"spread":false},{"title":"MasterPage.master <span style='color:#111;'> 6.48KB </span>","children":null,"spread":false},{"title":"DayStatistics.aspx <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"Index.aspx <span style='color:#111;'> 5.92KB </span>","children":null,"spread":false},{"title":"login.aspx <span style='color:#111;'> 4.90KB </span>","children":null,"spread":false},{"title":"SystemCfg.aspx.cs <span style='color:#111;'> 4.49KB </span>","children":null,"spread":false},{"title":"基于WEB的客运售票系统.txt <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"BookingInquiry.aspx <span style='color:#111;'> 2.85KB </span>","children":null,"spread":false},{"title":"DayStatistics.aspx.cs <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"PredeterminedTicketInquiry.aspx <span style='color:#111;'> 2.75KB </span>","children":null,"spread":false},{"title":"nootbook.aspx.cs <span style='color:#111;'> 715B </span>","children":null,"spread":false},{"title":"ReturningTicket.aspx <span style='color:#111;'> 3.73KB </span>","children":null,"spread":false},{"title":"DB_51aspx","children":[{"title":"webSealTicket_Log.LDF <span style='color:#111;'> 1024.00KB </span>","children":null,"spread":false},{"title":"webSealTicket_Data.MDF <span style='color:#111;'> 1024.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"ReturningTicket.aspx.cs <span style='color:#111;'> 6.69KB </span>","children":null,"spread":false},{"title":"Web.Config <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"Computer.aspx.cs <span style='color:#111;'> 409B </span>","children":null,"spread":false},{"title":"QuarterStatistics.aspx.cs <span style='color:#111;'> 6.11KB </span>","children":null,"spread":false},{"title":"Index.aspx.cs <span style='color:#111;'> 383B </span>","children":null,"spread":false},{"title":"login.aspx.cs <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"QuarterStatistics.aspx <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"SealTicket.aspx <span style='color:#111;'> 5.52KB </span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明