实例介绍
该信息系统是基于VS技术,针对火车票网上订购
【实例截图】
【核心代码】
VS技术的火车售票系统
└── 基于VS技术的火车售票系统
└── 基于VS技术的火车售票系统
├── 火车售票系统文件
│ ├── add_cc.aspx
│ ├── add_cc.aspx.cs
│ ├── add_cc.aspx.resx
│ ├── add_news.aspx
│ ├── add_news.aspx.cs
│ ├── add_news.aspx.resx
│ ├── add_xl.aspx
│ ├── add_xl.aspx.cs
│ ├── add_xl.aspx.resx
│ ├── admin_cc.aspx
│ ├── admin_cc.aspx.cs
│ ├── admin_cc.aspx.resx
│ ├── admin_cx.aspx
│ ├── admin_cx.aspx.cs
│ ├── admin_cx.aspx.resx
│ ├── admin_fk.aspx
│ ├── admin_fk.aspx.cs
│ ├── admin_fk.aspx.resx
│ ├── admin_news.aspx
│ ├── admin_news.aspx.cs
│ ├── admin_news.aspx.resx
│ ├── admin_tp.aspx
│ ├── admin_tp.aspx.cs
│ ├── admin_tp.aspx.resx
│ ├── admin_user.aspx
│ ├── admin_user.aspx.cs
│ ├── admin_user.aspx.resx
│ ├── admin_users.aspx
│ ├── admin_users.aspx.cs
│ ├── admin_users.aspx.resx
│ ├── admin_xls.aspx
│ ├── admin_xls.aspx.cs
│ ├── admin_xls.aspx.resx
│ ├── admin_yd.aspx
│ ├── admin_yd.aspx.cs
│ ├── admin_yd.aspx.resx
│ ├── admin_zw.aspx
│ ├── admin_zw.aspx.cs
│ ├── admin_zw.aspx.resx
│ ├── App_Code
│ │ ├── AssemblyInfo.cs
│ │ ├── Global.asax.cs
│ │ └── rsa_jm.cs
│ ├── bin
│ │ ├── ComponentArt.Web.UI.dll
│ │ └── FreeTextBox.dll
│ ├── book.aspx
│ ├── book.aspx.cs
│ ├── book.aspx.resx
│ ├── data
│ │ ├── pww_Data.MDF
│ │ └── pww_Log.LDF
│ ├── del_book.aspx
│ ├── del_book.aspx.cs
│ ├── del_book.aspx.resx
│ ├── dp.aspx
│ ├── dp.aspx.cs
│ ├── dp.aspx.resx
│ ├── dqtx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── dqtx.exe
│ │ │ │ ├── dqtx.pdb
│ │ │ │ └── System.Data.OracleClient.dll
│ │ │ └── System.Data.OracleClient.dll
│ │ ├── dqtx.csproj
│ │ ├── dqtx.csproj.user
│ │ ├── dqtx.sln
│ │ ├── dqtx.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── dqtx.Form1.resources
│ │ ├── dqtx.pdb
│ │ ├── dqtx.projdata
│ │ └── dqtx.projdata1
│ ├── error.htm
│ ├── find_cc.aspx
│ ├── find_cc.aspx.cs
│ ├── find_cc.aspx.resx
│ ├── find_key.aspx
│ ├── find_key.aspx.cs
│ ├── find_key.aspx.resx
│ ├── find_xl.aspx
│ ├── find_xl.aspx.cs
│ ├── find_xl.aspx.resx
│ ├── first.aspx
│ ├── first.aspx.cs
│ ├── first.aspx.resx
│ ├── first.htm
│ ├── fk.aspx
│ ├── fk.aspx.cs
│ ├── fk.aspx.resx
│ ├── ftb.colorpicker.aspx
│ ├── ftb.imagegallery.aspx
│ ├── ftb.inserttable.aspx
│ ├── Global.asax
│ ├── Global.asax.resx
│ ├── image
│ │ ├── admin.gif
│ │ ├── ann.gif
│ │ ├── default.css
│ │ ├── dot.gif
│ │ ├── error.gif
│ │ ├── homepage.gif
│ │ ├── ip.gif
│ │ ├── logo_02.gif
│ │ ├── MAIL.GIF
│ │ ├── mouse.gif
│ │ ├── oicq.gif
│ │ ├── p1.gif
│ │ └── p2.gif
│ ├── images
│ │ ├── 1px.gif
│ │ ├── bg1.gif
│ │ ├── br.jpg
│ │ ├── button_bg.gif
│ │ ├── css_1.css
│ │ ├── css.css
│ │ ├── images
│ │ │ └── ftb
│ │ │ ├── folder.big.gif
│ │ │ ├── folder.small.gif
│ │ │ ├── folder.up.gif
│ │ │ ├── office2000
│ │ │ │ ├── bold.gif
│ │ │ │ ├── bullets.gif
│ │ │ │ ├── center.gif
│ │ │ │ ├── copy.gif
│ │ │ │ ├── createlink.gif
│ │ │ │ ├── cut.gif
│ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ ├── deletetablerow.gif
│ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ ├── indent.gif
│ │ │ │ ├── insertdate.gif
│ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ ├── insertimage.gif
│ │ │ │ ├── insertrule.gif
│ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ ├── inserttable.gif
│ │ │ │ ├── inserttablerow.gif
│ │ │ │ ├── inserttime.gif
│ │ │ │ ├── italic.gif
│ │ │ │ ├── justifycenter.gif
│ │ │ │ ├── justifyfull.gif
│ │ │ │ ├── justifyleft.gif
│ │ │ │ ├── justifyright.gif
│ │ │ │ ├── link.gif
│ │ │ │ ├── mode.design.gif
│ │ │ │ ├── mode.html.gif
│ │ │ │ ├── numberedlist.gif
│ │ │ │ ├── numbers.gif
│ │ │ │ ├── outdent.gif
│ │ │ │ ├── paste.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── redo.gif
│ │ │ │ ├── removeformat.gif
│ │ │ │ ├── save.gif
│ │ │ │ ├── separator.gif
│ │ │ │ ├── spellcheck.gif
│ │ │ │ ├── strikethrough.gif
│ │ │ │ ├── subscript.gif
│ │ │ │ ├── superscript.gif
│ │ │ │ ├── table.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.gif
│ │ │ │ ├── toolbar.start.gif
│ │ │ │ ├── underline.gif
│ │ │ │ ├── undo.gif
│ │ │ │ ├── unlink.gif
│ │ │ │ ├── wordclean.gif
│ │ │ │ └── wordcount.gif
│ │ │ ├── office2003
│ │ │ │ ├── bold.gif
│ │ │ │ ├── bullets.gif
│ │ │ │ ├── copy.gif
│ │ │ │ ├── createlink.gif
│ │ │ │ ├── cut.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ ├── deletetablerow.gif
│ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ ├── indent.gif
│ │ │ │ ├── insertdate.gif
│ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ ├── insertimage.gif
│ │ │ │ ├── insertrule.gif
│ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ ├── inserttable.gif
│ │ │ │ ├── inserttablerow.gif
│ │ │ │ ├── inserttime.gif
│ │ │ │ ├── italic.gif
│ │ │ │ ├── justifycenter.gif
│ │ │ │ ├── justifyfull.gif
│ │ │ │ ├── justifyleft.gif
│ │ │ │ ├── justifyright.gif
│ │ │ │ ├── mode.design.gif
│ │ │ │ ├── mode.html.gif
│ │ │ │ ├── numberedlist.gif
│ │ │ │ ├── outdent.gif
│ │ │ │ ├── paste.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── redo.gif
│ │ │ │ ├── removeformat.gif
│ │ │ │ ├── save.gif
│ │ │ │ ├── separator.gif
│ │ │ │ ├── spellcheck.gif
│ │ │ │ ├── strikethrough.gif
│ │ │ │ ├── subscript.gif
│ │ │ │ ├── superscript.gif
│ │ │ │ ├── toolbar.background.gif
│ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.start.gif
│ │ │ │ ├── underline.gif
│ │ │ │ ├── undo.gif
│ │ │ │ ├── unlink.gif
│ │ │ │ ├── wordclean.gif
│ │ │ │ └── wordcount.gif
│ │ │ └── officeXP
│ │ │ ├── bgcolor.gif
│ │ │ ├── bold.gif
│ │ │ ├── bold.over.gif
│ │ │ ├── borders.gif
│ │ │ ├── bullets.gif
│ │ │ ├── bullets.over.gif
│ │ │ ├── changecase.gif
│ │ │ ├── changecase.over.gif
│ │ │ ├── copy.gif
│ │ │ ├── copy.over.gif
│ │ │ ├── createlink.gif
│ │ │ ├── createlink.over.gif
│ │ │ ├── cut.gif
│ │ │ ├── cut.over.gif
│ │ │ ├── delete.gif
│ │ │ ├── delete.over.gif
│ │ │ ├── deletetablecolumn.gif
│ │ │ ├── deletetablecolumn.over.gif
│ │ │ ├── deletetablerow.gif
│ │ │ ├── deletetablerow.over.gif
│ │ │ ├── details.gif
│ │ │ ├── find.gif
│ │ │ ├── find.over.gif
│ │ │ ├── fontbackcolorpicker.gif
│ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ ├── fontforecolorpicker.gif
│ │ │ ├── fontforecolorpicker.over.gif
│ │ │ ├── help.gif
│ │ │ ├── help.over.gif
│ │ │ ├── indent.gif
│ │ │ ├── indent.over.gif
│ │ │ ├── insertdate.gif
│ │ │ ├── insertdate.over.gif
│ │ │ ├── insertemail.gif
│ │ │ ├── insertemail.over.gif
│ │ │ ├── insertimagefromgallery.gif
│ │ │ ├── insertimagefromgallery.over.gif
│ │ │ ├── insertimage.gif
│ │ │ ├── insertimage.over.gif
│ │ │ ├── insertrule.gif
│ │ │ ├── insertrule.over.gif
│ │ │ ├── inserttablecolumn.gif
│ │ │ ├── inserttablecolumn.over.gif
│ │ │ ├── inserttable.gif
│ │ │ ├── inserttable.over.gif
│ │ │ ├── inserttablerow.gif
│ │ │ ├── inserttablerow.over.gif
│ │ │ ├── inserttime.gif
│ │ │ ├── inserttime.over.gif
│ │ │ ├── italic.gif
│ │ │ ├── italic.over.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifycenter.over.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyfull.over.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyleft.over.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── justifyright.over.gif
│ │ │ ├── mode.design.gif
│ │ │ ├── mode.html.gif
│ │ │ ├── numberedlist.gif
│ │ │ ├── numberedlist.over.gif
│ │ │ ├── outdent.gif
│ │ │ ├── outdent.over.gif
│ │ │ ├── paste.gif
│ │ │ ├── paste.over.gif
│ │ │ ├── print.gif
│ │ │ ├── print.over.gif
│ │ │ ├── redo.gif
│ │ │ ├── redo.over.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── removeformat.over.gif
│ │ │ ├── save.gif
│ │ │ ├── save.over.gif
│ │ │ ├── separator.gif
│ │ │ ├── spellcheck.gif
│ │ │ ├── spellcheck.over.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── strikethrough.over.gif
│ │ │ ├── subscript.gif
│ │ │ ├── subscript.over.gif
│ │ │ ├── superscript.gif
│ │ │ ├── superscript.over.gif
│ │ │ ├── toggleborders.gif
│ │ │ ├── toggledetails.gif
│ │ │ ├── toggledetails.over.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.start.gif
│ │ │ ├── underline.gif
│ │ │ ├── underline.over.gif
│ │ │ ├── undo.gif
│ │ │ ├── undo.over.gif
│ │ │ ├── unlink.gif
│ │ │ ├── unlink.over.gif
│ │ │ ├── verse.gif
│ │ │ ├── verse.over.gif
│ │ │ ├── wordclean.gif
│ │ │ ├── wordclean.over.gif
│ │ │ ├── wordcount.gif
│ │ │ └── wordcount.over.gif
│ │ ├── left_01.gif
│ │ ├── line1.gif
│ │ ├── menu_bg12.gif
│ │ ├── menu_bg1.gif
│ │ ├── menu_bg.gif
│ │ ├── oic1.gif
│ │ ├── oic2.gif
│ │ ├── oic3.gif
│ │ ├── oic5.gif
│ │ ├── oic6.gif
│ │ ├── oic7.gif
│ │ ├── oic8.gif
│ │ ├── pic_bg.gif
│ │ ├── pw_right_1.gif
│ │ ├── pw_right_2.gif
│ │ ├── pw_right_3.gif
│ │ ├── ti21.gif
│ │ ├── ti2.gif
│ │ ├── tianqi.gif
│ │ ├── title01.gif
│ │ ├── title02.gif
│ │ ├── title04.gif
│ │ ├── title05.gif
│ │ ├── top_b1g.gif
│ │ └── top_bg.gif
│ ├── img
│ │ ├── bottom_index.gif
│ │ ├── default_1.css
│ │ ├── default.css
│ │ ├── error.gif
│ │ ├── icon03.gif
│ │ ├── jb_function.js
│ │ ├── left.gif
│ │ ├── login_bottom.gif
│ │ ├── login_index.gif
│ │ ├── login_left_1.gif
│ │ ├── login_right_1.gif
│ │ ├── login_top.gif
│ │ ├── right.gif
│ │ └── top_2.gif
│ ├── index_1.aspx
│ ├── index_1.aspx.cs
│ ├── index_1.aspx.resx
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── index.aspx.resx
│ ├── index.htm
│ ├── in_index_1.aspx
│ ├── in_index_1.aspx.cs
│ ├── in_index_1.aspx.resx
│ ├── in_index.aspx
│ ├── in_index.aspx.cs
│ ├── in_index.aspx.resx
│ ├── js
│ │ ├── 1.htm
│ │ └── js.js
│ ├── main.aspx
│ ├── main.aspx.cs
│ ├── main.aspx.resx
│ ├── modify_cc.aspx
│ ├── modify_cc.aspx.cs
│ ├── modify_cc.aspx.resx
│ ├── modify_news.aspx
│ ├── modify_news.aspx.cs
│ ├── modify_news.aspx.resx
│ ├── modify_xl.aspx
│ ├── modify_xl.aspx.cs
│ ├── modify_xl.aspx.resx
│ ├── news.aspx
│ ├── news.aspx.cs
│ ├── news.aspx.resx
│ ├── over.aspx
│ ├── over.aspx.cs
│ ├── over.aspx.resx
│ ├── photo
│ │ ├── 2.gif
│ │ ├── admin_boy.gif
│ │ ├── admin_girl.gif
│ │ ├── ann.gif
│ │ ├── d_boy.gif
│ │ ├── d_girl.gif
│ │ ├── dot.gif
│ │ ├── office2003.gif
│ │ ├── pic_down.gif
│ │ └── y_boy.gif
│ ├── pww.sln
│ ├── reg.aspx
│ ├── reg.aspx.cs
│ ├── reg.aspx.resx
│ ├── reply.aspx
│ ├── reply.aspx.cs
│ ├── reply.aspx.resx
│ ├── rotator.css
│ ├── sj.csproj.webinfo
│ ├── style.css
│ ├── uploadpic
│ │ ├── 200853143151hxh.gif
│ │ ├── 200853143654U435P111T3D283677F49DT20060405091851.jpg
│ │ ├── 20131259235617.jpg
│ │ ├── 201332912445pic013.gif
│ │ ├── 201332912452pic014.gif
│ │ ├── 201332912459pic016.gif
│ │ ├── 201332912514pic012.gif
│ │ ├── 201332912522pic016.gif
│ │ └── 201332912611pic011.gif
│ ├── view_book.aspx
│ ├── view_book.aspx.cs
│ ├── view_book.aspx.resx
│ ├── view_news.aspx
│ ├── view_news.aspx.cs
│ ├── view_news.aspx.resx
│ ├── Web.config
│ ├── WebForm1.aspx.cs.exclude
│ ├── WebForm1.aspx.exclude
│ ├── WebForm1.aspx.resx
│ ├── xinxi.aspx
│ ├── xinxi.aspx.cs
│ ├── xinxi.aspx.resx
│ ├── xzgk.aspx
│ ├── xzgk.aspx.cs
│ ├── xzgk.aspx.resx
│ ├── y_book.aspx
│ ├── y_book.aspx.cs
│ ├── y_book.aspx.resx
│ ├── yd.aspx
│ ├── yd.aspx.cs
│ └── yd.aspx.resx
└── 火车订票系统.docx
22 directories, 437 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论