实例介绍
软件工程课设做的一个B/S架构的web工程,VS2010平台,C#编码 第一次做的WEB,技术很有限,希望有机会大家多交流学习
【实例截图】
【核心代码】
软件工程课设-旅游订票系统
└── 软件工程课设-旅游订票系统
├── 课设工程
│ ├── tourmanagement验收
│ │ ├── 12334
│ │ │ ├── 12334
│ │ │ │ ├── 12334.csproj
│ │ │ │ ├── 12334.csproj.user
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Default.aspx.designer.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ │ └── jquery-1.4.1.min.js
│ │ │ │ ├── Web.Debug.config
│ │ │ │ ├── Web.Release.config
│ │ │ │ ├── Web.config
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── 12334.sln
│ │ │ └── 12334.suo
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── WindowsFormsApplication1
│ │ │ ├── WindowsFormsApplication1
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── WindowsFormsApplication1.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ │ └── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WindowsFormsApplication1.sln
│ │ │ └── WindowsFormsApplication1.suo
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ ├── XMLFile.xml
│ │ │ │ ├── tourmanagement.mdf
│ │ │ │ └── tourmanagement_log.LDF
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ ├── login_begin.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ ├── picture10.jpg
│ │ │ │ ├── picture11.jpg
│ │ │ │ ├── picture12.jpg
│ │ │ │ ├── picture2.jpg
│ │ │ │ ├── picture3.jpg
│ │ │ │ ├── picture4.jpg
│ │ │ │ ├── picture5.jpg
│ │ │ │ ├── picture6.jpg
│ │ │ │ ├── picture7.jpg
│ │ │ │ ├── picture8.jpg
│ │ │ │ └── picture9.jpg
│ │ │ ├── loain1.aspx
│ │ │ ├── loain1.aspx.cs
│ │ │ ├── loain1.aspx.designer.cs
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── sign11.aspx
│ │ │ ├── sign11.aspx.cs
│ │ │ ├── sign11.aspx.designer.cs
│ │ │ ├── sign_login
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ ├── order_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket_form.aspx
│ │ │ │ ├── order_ticket_form.aspx.cs
│ │ │ │ ├── order_ticket_form.aspx.designer.cs
│ │ │ │ ├── order_ticket_pay.aspx
│ │ │ │ ├── order_ticket_pay.aspx.cs
│ │ │ │ ├── order_ticket_pay.aspx.designer.cs
│ │ │ │ ├── ticket_management1.cs
│ │ │ │ └── ticket_management2.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx
│ │ │ │ ├── alter_spot_ticket_price.aspx.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx
│ │ │ │ ├── alter_spots_ticket_price.aspx.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_spot_ticket_price.aspx
│ │ │ │ ├── query_spot_ticket_price.aspx.cs
│ │ │ │ ├── query_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_spots_ticket_price.aspx
│ │ │ │ ├── query_spots_ticket_price.aspx.cs
│ │ │ │ ├── query_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ ├── query_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── tour_ticket_price_information.cs
│ │ │ │ ├── tour_ticket_price_information1.cs
│ │ │ │ └── tour_ticket_price_informations.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_attention.aspx
│ │ │ │ ├── tour_attention.aspx.cs
│ │ │ │ ├── tour_attention.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ ├── tour_informations.cs
│ │ │ │ ├── tour_introduction.aspx
│ │ │ │ ├── tour_introduction.aspx.cs
│ │ │ │ └── tour_introduction.aspx.designer.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── goodstrip.aspx
│ │ │ │ ├── goodstrip.aspx.cs
│ │ │ │ ├── goodstrip.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ ├── query_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── route_contain.aspx
│ │ │ │ ├── route_contain.aspx.cs
│ │ │ │ ├── route_contain.aspx.designer.cs
│ │ │ │ ├── tour_route_information.cs
│ │ │ │ └── tour_route_informations.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ ├── tourmanagement备份1
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ └── 新建文本文档.txt
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ └── picture2.jpg
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── sign_login
│ │ │ │ ├── _login.aspx
│ │ │ │ ├── _login.aspx.cs
│ │ │ │ ├── _login.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ └── order_ticket.aspx.designer.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ └── query_ticket_price_information.aspx.designer.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ └── tour_informations.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ └── query_tourist_route_information.aspx.designer.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ ├── tourmanagement备份2
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ └── 新建文本文档.txt
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ └── picture2.jpg
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── sign_login
│ │ │ │ ├── _login.aspx
│ │ │ │ ├── _login.aspx.cs
│ │ │ │ ├── _login.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ └── order_ticket.aspx.designer.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ └── query_ticket_price_information.aspx.designer.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ └── tour_informations.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ └── query_tourist_route_information.aspx.designer.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ ├── tourmanagement备份3
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ └── 新建文本文档.txt
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ ├── picture2.jpg
│ │ │ │ ├── picture3.jpg
│ │ │ │ ├── picture4.jpg
│ │ │ │ ├── picture5.jpg
│ │ │ │ ├── picture6.jpg
│ │ │ │ └── picture7.jpg
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ └── tourmanagement.dll
│ │ │ ├── sign_login
│ │ │ │ ├── _login.aspx
│ │ │ │ ├── _login.aspx.cs
│ │ │ │ ├── _login.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ ├── order_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket_form.aspx
│ │ │ │ ├── order_ticket_form.aspx.cs
│ │ │ │ ├── order_ticket_form.aspx.designer.cs
│ │ │ │ ├── order_ticket_pay.aspx
│ │ │ │ ├── order_ticket_pay.aspx.cs
│ │ │ │ ├── order_ticket_pay.aspx.designer.cs
│ │ │ │ ├── ticket_management1.cs
│ │ │ │ └── ticket_management2.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx
│ │ │ │ ├── alter_spot_ticket_price.aspx.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx
│ │ │ │ ├── alter_spots_ticket_price.aspx.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_spot_ticket_price.aspx
│ │ │ │ ├── query_spot_ticket_price.aspx.cs
│ │ │ │ ├── query_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_spots_ticket_price.aspx
│ │ │ │ ├── query_spots_ticket_price.aspx.cs
│ │ │ │ ├── query_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ ├── query_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── tour_ticket_price_information.cs
│ │ │ │ ├── tour_ticket_price_information1.cs
│ │ │ │ └── tour_ticket_price_informations.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ └── tour_informations.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ ├── query_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── tour_route_information.cs
│ │ │ │ └── tour_route_informations.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ ├── tourmanagement备份4
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ └── 新建文本文档.txt
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ ├── picture2.jpg
│ │ │ │ ├── picture3.jpg
│ │ │ │ ├── picture4.jpg
│ │ │ │ ├── picture5.jpg
│ │ │ │ ├── picture6.jpg
│ │ │ │ └── picture7.jpg
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── sign_login
│ │ │ │ ├── _login.aspx
│ │ │ │ ├── _login.aspx.cs
│ │ │ │ ├── _login.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ ├── order_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket_form.aspx
│ │ │ │ ├── order_ticket_form.aspx.cs
│ │ │ │ ├── order_ticket_form.aspx.designer.cs
│ │ │ │ ├── order_ticket_pay.aspx
│ │ │ │ ├── order_ticket_pay.aspx.cs
│ │ │ │ ├── order_ticket_pay.aspx.designer.cs
│ │ │ │ ├── ticket_management1.cs
│ │ │ │ └── ticket_management2.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx
│ │ │ │ ├── alter_spot_ticket_price.aspx.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx
│ │ │ │ ├── alter_spots_ticket_price.aspx.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_spot_ticket_price.aspx
│ │ │ │ ├── query_spot_ticket_price.aspx.cs
│ │ │ │ ├── query_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_spots_ticket_price.aspx
│ │ │ │ ├── query_spots_ticket_price.aspx.cs
│ │ │ │ ├── query_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ ├── query_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── tour_ticket_price_information.cs
│ │ │ │ ├── tour_ticket_price_information1.cs
│ │ │ │ └── tour_ticket_price_informations.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ └── tour_informations.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ ├── query_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── tour_route_information.cs
│ │ │ │ └── tour_route_informations.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ ├── tourmanagement备份5
│ │ ├── 12334
│ │ │ ├── 12334
│ │ │ │ ├── 12334.csproj
│ │ │ │ ├── 12334.csproj.user
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Default.aspx.designer.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ │ └── jquery-1.4.1.min.js
│ │ │ │ ├── Web.Debug.config
│ │ │ │ ├── Web.Release.config
│ │ │ │ ├── Web.config
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── 12334.sln
│ │ │ └── 12334.suo
│ │ ├── SQLCon
│ │ │ ├── Class1.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SQLCon.cs
│ │ │ ├── SQLCon.csproj
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── WindowsFormsApplication1
│ │ │ ├── WindowsFormsApplication1
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── WindowsFormsApplication1.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ │ └── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── WindowsFormsApplication1.sln
│ │ │ └── WindowsFormsApplication1.suo
│ │ ├── tour_operate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── tour_operate.csproj.FileListAbsolute.txt
│ │ │ │ ├── tour_operate.dll
│ │ │ │ └── tour_operate.pdb
│ │ │ └── tour_operate.csproj
│ │ ├── tourmanagement
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 1.aspx.designer.cs
│ │ │ ├── App_Data
│ │ │ │ ├── XMLFile.xml
│ │ │ │ └── 新建文本文档.txt
│ │ │ ├── CSS
│ │ │ │ └── Mystyle.css
│ │ │ ├── ClassLibrary1.csproj
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Scripts
│ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ └── jquery-1.4.1.min.js
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── Web.config
│ │ │ ├── Web.sitemap
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── tour_operate.dll
│ │ │ │ ├── tour_operate.pdb
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── classAll
│ │ │ │ ├── Admin.cs
│ │ │ │ ├── SqlHelper.cs
│ │ │ │ ├── login_begin.cs
│ │ │ │ └── sign.cs
│ │ │ ├── image
│ │ │ │ ├── picture1.jpg
│ │ │ │ ├── picture10.jpg
│ │ │ │ ├── picture11.jpg
│ │ │ │ ├── picture12.jpg
│ │ │ │ ├── picture2.jpg
│ │ │ │ ├── picture3.jpg
│ │ │ │ ├── picture4.jpg
│ │ │ │ ├── picture5.jpg
│ │ │ │ ├── picture6.jpg
│ │ │ │ ├── picture7.jpg
│ │ │ │ ├── picture8.jpg
│ │ │ │ └── picture9.jpg
│ │ │ ├── loain1.aspx
│ │ │ ├── loain1.aspx.cs
│ │ │ ├── loain1.aspx.designer.cs
│ │ │ ├── login.Master
│ │ │ ├── login.Master.cs
│ │ │ ├── login.Master.designer.cs
│ │ │ ├── loginbegin.aspx
│ │ │ ├── loginbegin.aspx.cs
│ │ │ ├── loginbegin.aspx.designer.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── tourmanagement.csproj.FileListAbsolute.txt
│ │ │ │ ├── tourmanagement.dll
│ │ │ │ └── tourmanagement.pdb
│ │ │ ├── sign11.aspx
│ │ │ ├── sign11.aspx.cs
│ │ │ ├── sign11.aspx.designer.cs
│ │ │ ├── sign_login
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── sign.aspx
│ │ │ │ ├── sign.aspx.cs
│ │ │ │ └── sign.aspx.designer.cs
│ │ │ ├── ticket_management
│ │ │ │ ├── alter_ticket.aspx
│ │ │ │ ├── alter_ticket.aspx.cs
│ │ │ │ ├── alter_ticket.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket.aspx
│ │ │ │ ├── delete_ticket.aspx.cs
│ │ │ │ ├── delete_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket.aspx
│ │ │ │ ├── order_ticket.aspx.cs
│ │ │ │ ├── order_ticket.aspx.designer.cs
│ │ │ │ ├── order_ticket_form.aspx
│ │ │ │ ├── order_ticket_form.aspx.cs
│ │ │ │ ├── order_ticket_form.aspx.designer.cs
│ │ │ │ ├── order_ticket_pay.aspx
│ │ │ │ ├── order_ticket_pay.aspx.cs
│ │ │ │ ├── order_ticket_pay.aspx.designer.cs
│ │ │ │ ├── ticket_management1.cs
│ │ │ │ └── ticket_management2.cs
│ │ │ ├── ticket_price_information
│ │ │ │ ├── add_ticket_price_information.aspx
│ │ │ │ ├── add_ticket_price_information.aspx.cs
│ │ │ │ ├── add_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx
│ │ │ │ ├── alter_spot_ticket_price.aspx.cs
│ │ │ │ ├── alter_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx
│ │ │ │ ├── alter_spots_ticket_price.aspx.cs
│ │ │ │ ├── alter_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── alter_ticket_price_information.aspx
│ │ │ │ ├── alter_ticket_price_information.aspx.cs
│ │ │ │ ├── alter_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_ticket_price_information.aspx
│ │ │ │ ├── delete_ticket_price_information.aspx.cs
│ │ │ │ ├── delete_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── query_spot_ticket_price.aspx
│ │ │ │ ├── query_spot_ticket_price.aspx.cs
│ │ │ │ ├── query_spot_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_spots_ticket_price.aspx
│ │ │ │ ├── query_spots_ticket_price.aspx.cs
│ │ │ │ ├── query_spots_ticket_price.aspx.designer.cs
│ │ │ │ ├── query_ticket_price_information.aspx
│ │ │ │ ├── query_ticket_price_information.aspx.cs
│ │ │ │ ├── query_ticket_price_information.aspx.designer.cs
│ │ │ │ ├── tour_ticket_price_information.cs
│ │ │ │ ├── tour_ticket_price_information1.cs
│ │ │ │ └── tour_ticket_price_informations.cs
│ │ │ ├── tour_information
│ │ │ │ ├── add_tour_information.aspx
│ │ │ │ ├── add_tour_information.aspx.cs
│ │ │ │ ├── add_tour_information.aspx.designer.cs
│ │ │ │ ├── alter_tour_information.aspx
│ │ │ │ ├── alter_tour_information.aspx.cs
│ │ │ │ ├── alter_tour_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── delete_tour_information.aspx
│ │ │ │ ├── delete_tour_information.aspx.cs
│ │ │ │ ├── delete_tour_information.aspx.designer.cs
│ │ │ │ ├── query_tour_information.aspx
│ │ │ │ ├── query_tour_information.aspx.cs
│ │ │ │ ├── query_tour_information.aspx.designer.cs
│ │ │ │ ├── tour_attention.aspx
│ │ │ │ ├── tour_attention.aspx.cs
│ │ │ │ ├── tour_attention.aspx.designer.cs
│ │ │ │ ├── tour_information.cs
│ │ │ │ ├── tour_informations.cs
│ │ │ │ ├── tour_introduction.aspx
│ │ │ │ ├── tour_introduction.aspx.cs
│ │ │ │ └── tour_introduction.aspx.designer.cs
│ │ │ ├── tourist_route_information
│ │ │ │ ├── add_tourist_route_information.aspx
│ │ │ │ ├── add_tourist_route_information.aspx.cs
│ │ │ │ ├── add_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── alter_tourist_route_information.aspx
│ │ │ │ ├── alter_tourist_route_information.aspx.cs
│ │ │ │ ├── alter_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── back.aspx
│ │ │ │ ├── back.aspx.cs
│ │ │ │ ├── back.aspx.designer.cs
│ │ │ │ ├── best_tourist_route_information.aspx
│ │ │ │ ├── best_tourist_route_information.aspx.cs
│ │ │ │ ├── best_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── delete_tourist_route_information.aspx
│ │ │ │ ├── delete_tourist_route_information.aspx.cs
│ │ │ │ ├── delete_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── goodstrip.aspx
│ │ │ │ ├── goodstrip.aspx.cs
│ │ │ │ ├── goodstrip.aspx.designer.cs
│ │ │ │ ├── query_tourist_route_information.aspx
│ │ │ │ ├── query_tourist_route_information.aspx.cs
│ │ │ │ ├── query_tourist_route_information.aspx.designer.cs
│ │ │ │ ├── route_contain.aspx
│ │ │ │ ├── route_contain.aspx.cs
│ │ │ │ ├── route_contain.aspx.designer.cs
│ │ │ │ ├── tour_route_information.cs
│ │ │ │ └── tour_route_informations.cs
│ │ │ ├── tourmanagement.Master
│ │ │ ├── tourmanagement.Master.cs
│ │ │ ├── tourmanagement.Master.designer.cs
│ │ │ ├── tourmanagement.csproj
│ │ │ ├── tourmanagement.csproj.user
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── welcome.aspx.designer.cs
│ │ ├── tourmanagement.sln
│ │ └── tourmanagement.suo
│ └── 数据库文件
│ ├── tourmanagement.mdf
│ └── tourmanagement_log.LDF
└── 课设文档
├── 101110410-汪洋-“旅游贴心订票小助手”系统.ppt
├── 34.jpg
├── QQ截图20121209144237.jpg
├── 绘11.edx
├── 问题.txt
├── 绘图1.edx
├── 绘图1.vsd
├── 绘图2.edx
├── 绘图3.edx
├── 绘图4.edx
├── 绘图9.vsd
├── 旅游景点信息.txt
├── 软件工程课设.txt
├── 软件工程课程设计-任务书.doc
├── 可行性分析论证报告+项目实施计划报告.doc
└── 软件工程第一次作业.doc
188 directories, 1044 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论