实例介绍
10个ASP.NET项目源码很利于我们的学习,供大家一起共同分享学习。
【实例截图】
【核心代码】
10个ASP.NET项目源码
└── TM
├── 01
│ └── SIS
│ ├── App_Code
│ │ ├── DataBase.cs
│ │ ├── Operation.cs
│ │ ├── StringFormat.cs
│ │ └── WebMessageBox.cs
│ ├── App_Data
│ │ ├── db_SIS_log.ldf
│ │ └── db_SIS.mdf
│ ├── aspnet_client
│ │ └── system_web
│ │ └── 2_0_50727
│ │ ├── CrystalReportWebFormViewer3
│ │ │ ├── CSs
│ │ │ │ └── default.css
│ │ │ ├── html
│ │ │ │ ├── calendarbottom.html
│ │ │ │ ├── calendar.html
│ │ │ │ ├── calendartop.html
│ │ │ │ ├── crystalexportdialog.htm
│ │ │ │ └── crystalprinthost.html
│ │ │ ├── Images
│ │ │ │ ├── ToolBar
│ │ │ │ │ ├── calendar.gif
│ │ │ │ │ ├── crlogo.gif
│ │ │ │ │ ├── exportd.gif
│ │ │ │ │ ├── export.gif
│ │ │ │ │ ├── export_over.gif
│ │ │ │ │ ├── Firstd.gif
│ │ │ │ │ ├── First.gif
│ │ │ │ │ ├── first_over.gif
│ │ │ │ │ ├── gotopaged.gif
│ │ │ │ │ ├── gotopage.gif
│ │ │ │ │ ├── gotopage_over.gif
│ │ │ │ │ ├── grouptreed.gif
│ │ │ │ │ ├── grouptree.gif
│ │ │ │ │ ├── grouptree_over.gif
│ │ │ │ │ ├── grouptreepressed.gif
│ │ │ │ │ ├── Lastd.gif
│ │ │ │ │ ├── Last.gif
│ │ │ │ │ ├── last_over.gif
│ │ │ │ │ ├── Nextd.gif
│ │ │ │ │ ├── Next.gif
│ │ │ │ │ ├── next_over.gif
│ │ │ │ │ ├── Prevd.gif
│ │ │ │ │ ├── Prev.gif
│ │ │ │ │ ├── prev_over.gif
│ │ │ │ │ ├── printd.gif
│ │ │ │ │ ├── print.gif
│ │ │ │ │ ├── print_over.gif
│ │ │ │ │ ├── refreshd.gif
│ │ │ │ │ ├── Refresh.gif
│ │ │ │ │ ├── refresh_over.gif
│ │ │ │ │ ├── searchd.gif
│ │ │ │ │ ├── Search.gif
│ │ │ │ │ ├── search_over.gif
│ │ │ │ │ ├── upd.gif
│ │ │ │ │ ├── up.gif
│ │ │ │ │ └── up_over.gif
│ │ │ │ └── Tree
│ │ │ │ ├── begindots.gif
│ │ │ │ ├── beginminus.gif
│ │ │ │ ├── beginplus.gif
│ │ │ │ ├── blankdots.gif
│ │ │ │ ├── blank.gif
│ │ │ │ ├── dots.gif
│ │ │ │ ├── lastdots.gif
│ │ │ │ ├── lastminus.gif
│ │ │ │ ├── lastplus.gif
│ │ │ │ ├── Magnify.gif
│ │ │ │ ├── Minusbox.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── Plusbox.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── singleminus.gif
│ │ │ │ └── singleplus.gif
│ │ │ └── JS
│ │ │ ├── calendar_param.js
│ │ │ ├── dt_param.js
│ │ │ ├── export.js
│ │ │ ├── KeyDownEvent.js
│ │ │ ├── print.js
│ │ │ ├── prompts_param.js
│ │ │ ├── strings_chs.js
│ │ │ ├── strings_cht.js
│ │ │ ├── strings_de.js
│ │ │ ├── strings_en.js
│ │ │ ├── strings_es.js
│ │ │ ├── strings_fr.js
│ │ │ ├── strings_it.js
│ │ │ ├── strings_ja.js
│ │ │ └── strings_ko.js
│ │ └── CrystalReportWebFormViewer4
│ │ ├── css
│ │ │ └── default.css
│ │ ├── html
│ │ │ ├── calendarbottom.html
│ │ │ ├── calendar.html
│ │ │ ├── calendartop.html
│ │ │ ├── crystalexportdialog.htm
│ │ │ └── crystalprinthost.html
│ │ ├── images
│ │ │ ├── toolbar
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── crlogo.gif
│ │ │ │ ├── exportd.gif
│ │ │ │ ├── export.gif
│ │ │ │ ├── export_over.gif
│ │ │ │ ├── Firstd.gif
│ │ │ │ ├── First.gif
│ │ │ │ ├── first_over.gif
│ │ │ │ ├── gotopaged.gif
│ │ │ │ ├── gotopage.gif
│ │ │ │ ├── gotopage_over.gif
│ │ │ │ ├── grouptreed.gif
│ │ │ │ ├── grouptree.gif
│ │ │ │ ├── grouptree_over.gif
│ │ │ │ ├── grouptreepressed.gif
│ │ │ │ ├── Lastd.gif
│ │ │ │ ├── Last.gif
│ │ │ │ ├── last_over.gif
│ │ │ │ ├── Nextd.gif
│ │ │ │ ├── Next.gif
│ │ │ │ ├── next_over.gif
│ │ │ │ ├── Prevd.gif
│ │ │ │ ├── Prev.gif
│ │ │ │ ├── prev_over.gif
│ │ │ │ ├── printd.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── print_over.gif
│ │ │ │ ├── refreshd.gif
│ │ │ │ ├── Refresh.gif
│ │ │ │ ├── refresh_over.gif
│ │ │ │ ├── searchd.gif
│ │ │ │ ├── Search.gif
│ │ │ │ ├── search_over.gif
│ │ │ │ ├── upd.gif
│ │ │ │ ├── up.gif
│ │ │ │ └── up_over.gif
│ │ │ └── tree
│ │ │ ├── begindots.gif
│ │ │ ├── beginminus.gif
│ │ │ ├── beginplus.gif
│ │ │ ├── blankdots.gif
│ │ │ ├── blank.gif
│ │ │ ├── dots.gif
│ │ │ ├── lastdots.gif
│ │ │ ├── lastminus.gif
│ │ │ ├── lastplus.gif
│ │ │ ├── Magnify.gif
│ │ │ ├── minusbox.gif
│ │ │ ├── minus.gif
│ │ │ ├── plusbox.gif
│ │ │ ├── plus.gif
│ │ │ ├── singleminus.gif
│ │ │ └── singleplus.gif
│ │ └── js
│ │ ├── calendar_param.js
│ │ ├── dt_param.js
│ │ ├── export.js
│ │ ├── KeyDownEvent.js
│ │ ├── print.js
│ │ ├── prompts_param.js
│ │ ├── strings_chs.js
│ │ ├── strings_cht.js
│ │ ├── strings_de.js
│ │ ├── strings_en.js
│ │ ├── strings_es.js
│ │ ├── strings_fr.js
│ │ ├── strings_it.js
│ │ ├── strings_ja.js
│ │ └── strings_ko.js
│ ├── BackGround
│ │ ├── CheckInfo.aspx
│ │ ├── CheckInfo.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── DeleteInfo.aspx
│ │ ├── DeleteInfo.aspx.cs
│ │ ├── DetailInfo.aspx
│ │ ├── DetailInfo.aspx.cs
│ │ ├── DetailLeaguerInfo.aspx
│ │ ├── DetailLeaguerInfo.aspx.cs
│ │ ├── images
│ │ │ ├── 01.GIF
│ │ │ ├── anhiu1.jpg
│ │ │ ├── anhiu2.jpg
│ │ │ ├── banner1.JPG
│ │ │ ├── banner.jpg
│ │ │ ├── beijing.gif
│ │ │ ├── chongzhi.gif
│ │ │ ├── daohangb.GIF
│ │ │ ├── denglu.gif
│ │ │ ├── end.gif
│ │ │ ├── fabu.gif
│ │ │ ├── fabu.swf
│ │ │ ├── gongqiu.GIF
│ │ │ ├── guanli_01.jpg
│ │ │ ├── guanli_02.jpg
│ │ │ ├── guanli_03.jpg
│ │ │ ├── guanli_04.jpg
│ │ │ ├── guanli_05.jpg
│ │ │ ├── htbj.JPG
│ │ │ ├── kaishifa.jpg
│ │ │ ├── left1.GIF
│ │ │ ├── left2.gif
│ │ │ ├── left3.gif
│ │ │ ├── line.gif
│ │ │ ├── longline.gif
│ │ │ ├── mianfeifabu.GIF
│ │ │ ├── right1.gif
│ │ │ ├── right2.GIF
│ │ │ ├── right3.gif
│ │ │ ├── right4.gif
│ │ │ ├── right5.gif
│ │ │ ├── right6.GIF
│ │ │ ├── tcbeijing.jpg
│ │ │ └── xiaobei.gif
│ │ ├── LeaguerInfo.aspx
│ │ ├── LeaguerInfo.aspx.cs
│ │ ├── LeaguerInfoDelete.aspx
│ │ └── LeaguerInfoDelete.aspx.cs
│ ├── Css
│ │ ├── css.css
│ │ └── StyleSheet.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Help.aspx
│ ├── Help.aspx.cs
│ ├── images
│ │ ├── 01.GIF
│ │ ├── anhiu1.jpg
│ │ ├── anhiu2.jpg
│ │ ├── banner1.JPG
│ │ ├── banner.jpg
│ │ ├── beijing.gif
│ │ ├── chongzhi.gif
│ │ ├── close.GIF
│ │ ├── daohangb.GIF
│ │ ├── denglu.gif
│ │ ├── end.gif
│ │ ├── fabu.gif
│ │ ├── gongqiu.GIF
│ │ ├── guanli_01.jpg
│ │ ├── guanli_02.jpg
│ │ ├── guanli_03.jpg
│ │ ├── guanli_04.jpg
│ │ ├── guanli_05.jpg
│ │ ├── help.jpg
│ │ ├── kaishifa.jpg
│ │ ├── left1.GIF
│ │ ├── left2.gif
│ │ ├── left3.gif
│ │ ├── line.gif
│ │ ├── longline.gif
│ │ ├── mianfeifabu.GIF
│ │ ├── right1.gif
│ │ ├── right2.GIF
│ │ ├── right3.gif
│ │ ├── right4.gif
│ │ ├── right5.gif
│ │ ├── right6.GIF
│ │ ├── tcbeijing.jpg
│ │ ├── Thumbs.db
│ │ ├── xiaobei.gif
│ │ └── 新建 文本文档 (2).html
│ ├── InfoAdd.aspx
│ ├── InfoAdd.aspx.cs
│ ├── Logon.aspx
│ ├── Logon.aspx.bak
│ ├── Logon.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── readme.doc
│ ├── ShowLeaguerInfo.aspx
│ ├── ShowLeaguerInfo.aspx.cs
│ ├── ShowPage
│ │ ├── images
│ │ │ ├── 01.GIF
│ │ │ ├── anhiu1.jpg
│ │ │ ├── anhiu2.jpg
│ │ │ ├── banner1.JPG
│ │ │ ├── banner.jpg
│ │ │ ├── beijing.gif
│ │ │ ├── chongzhi.gif
│ │ │ ├── daohangb.GIF
│ │ │ ├── denglu.gif
│ │ │ ├── end.gif
│ │ │ ├── fabu.gif
│ │ │ ├── fabu.swf
│ │ │ ├── gongqiu.GIF
│ │ │ ├── guanli_01.jpg
│ │ │ ├── guanli_02.jpg
│ │ │ ├── guanli_03.jpg
│ │ │ ├── guanli_04.jpg
│ │ │ ├── guanli_05.jpg
│ │ │ ├── kaishifa.jpg
│ │ │ ├── left1.GIF
│ │ │ ├── left2.gif
│ │ │ ├── left3.gif
│ │ │ ├── line.gif
│ │ │ ├── longline.gif
│ │ │ ├── mianfeifabu.GIF
│ │ │ ├── right1.gif
│ │ │ ├── right2.GIF
│ │ │ ├── right3.gif
│ │ │ ├── right4.gif
│ │ │ ├── right5.gif
│ │ │ ├── right6.GIF
│ │ │ └── xiaobei.gif
│ │ ├── webCL.aspx
│ │ ├── webCL.aspx.cs
│ │ ├── webGY.aspx
│ │ ├── webGY.aspx.cs
│ │ ├── webJJ.aspx
│ │ ├── webJJ.aspx.cs
│ │ ├── webPX.aspx
│ │ ├── webPX.aspx.cs
│ │ ├── webQDCD.aspx
│ │ ├── webQDCD.aspx.cs
│ │ ├── webQYGG.aspx
│ │ ├── webQYGG.aspx.cs
│ │ ├── webQZ.aspx
│ │ ├── webQZ.aspx.cs
│ │ ├── webWPCS.aspx
│ │ ├── webWPCS.aspx.cs
│ │ ├── webWPQG.aspx
│ │ ├── webWPQG.aspx.cs
│ │ ├── webXQHZ.aspx
│ │ ├── webXQHZ.aspx.cs
│ │ ├── webZP.aspx
│ │ └── webZP.aspx.cs
│ ├── UserControl
│ │ ├── InfoSearch.ascx
│ │ ├── InfoSearch.ascx.cs
│ │ ├── RecommendInfo.ascx
│ │ └── RecommendInfo.ascx.cs
│ ├── Web.Config
│ ├── 新建文件夹
│ │ ├── 显示1.html
│ │ ├── 显示1 - 副本.html
│ │ └── 显示.html
│ └── 点我查看 -.html
├── 02
│ ├── B2C
│ │ ├── App_Code
│ │ │ ├── BankPay.cs
│ │ │ ├── CommonClass.cs
│ │ │ ├── DBClass.cs
│ │ │ ├── GoodsClass.cs
│ │ │ ├── OrderClass.cs
│ │ │ ├── OrderProperty.cs
│ │ │ └── UserClass.cs
│ │ ├── App_Data
│ │ │ ├── db_NetStore_log.ldf
│ │ │ └── db_NetStore.mdf
│ │ ├── App_Themes
│ │ │ └── SkinFile
│ │ │ └── SkinFile.skin
│ │ ├── buyFlow.aspx
│ │ ├── buyFlow.aspx.cs
│ │ ├── checkOut.aspx
│ │ ├── checkOut.aspx.cs
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── feedback.aspx
│ │ ├── feedback.aspx.cs
│ │ ├── Get.aspx.cs.exclude
│ │ ├── Get.aspx.exclude
│ │ ├── GoBank.aspx
│ │ ├── GoBank.aspx.cs
│ │ ├── goodsList.aspx
│ │ ├── goodsList.aspx.cs
│ │ ├── helpCenter.aspx
│ │ ├── helpCenter.aspx.cs
│ │ ├── images
│ │ │ ├── admin_title_bg_quit.gif
│ │ │ ├── admin_title_bg_show.gif
│ │ │ ├── admin_top_close.gif
│ │ │ ├── admin_top_open.gif
│ │ │ ├── banner.jpg
│ │ │ ├── buyflow.jpg
│ │ │ ├── ftp
│ │ │ │ ├── fjtp.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 小说.jpg
│ │ │ │ ├── 工具书.jpg
│ │ │ │ ├── 文艺.jpg
│ │ │ │ ├── 热销商品3.jpg
│ │ │ │ ├── 热销商品4.jpg
│ │ │ │ ├── 热销商品.jpg
│ │ │ │ ├── 特价商品3.jpg
│ │ │ │ └── 精品推荐3.jpg
│ │ │ ├── hide.gif
│ │ │ ├── icons_orders.gif
│ │ │ ├── index1_11.gif
│ │ │ ├── index_160.gif
│ │ │ ├── index_16.gif
│ │ │ ├── mybuy.gif
│ │ │ ├── search.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── 上海普东银行.jpg
│ │ │ ├── 中国农业银行.jpg
│ │ │ ├── 中国工商银行.jpg
│ │ │ ├── 中国建设银行.jpg
│ │ │ ├── 交通银行.jpg
│ │ │ ├── 原稿.jpg
│ │ │ ├── 商品分类.jpg
│ │ │ ├── 大背景.jpg
│ │ │ ├── 底部.jpg
│ │ │ ├── 您已登录.jpg
│ │ │ ├── 新品上市.jpg
│ │ │ ├── 显示页面当前位置.jpg
│ │ │ ├── 更多.jpg
│ │ │ ├── 最新商品.jpg
│ │ │ ├── 注册按钮.jpg
│ │ │ ├── 热门商品.jpg
│ │ │ ├── 特价商品.jpg
│ │ │ ├── 电子商务后台登录页面.jpg
│ │ │ ├── 登录.jpg
│ │ │ ├── 登录后.jpg
│ │ │ ├── 登录按钮.jpg
│ │ │ ├── 立即支付.JPG
│ │ │ ├── 精品推荐.jpg
│ │ │ ├── 背景.jpg
│ │ │ └── 购买.jpg
│ │ ├── LeaveWordBack.aspx
│ │ ├── LeaveWordBack.aspx.cs
│ │ ├── LeaveWordView.aspx
│ │ ├── LeaveWordView.aspx.cs
│ │ ├── licenses.licx
│ │ ├── Manage
│ │ │ ├── AdminIndex.aspx
│ │ │ ├── AdminIndex.aspx.cs
│ │ │ ├── CategoryAdd.aspx
│ │ │ ├── CategoryAdd.aspx.cs
│ │ │ ├── Category.aspx
│ │ │ ├── Category.aspx.cs
│ │ │ ├── EditProduct.aspx
│ │ │ ├── EditProduct.aspx.cs
│ │ │ ├── imagery.aspx
│ │ │ ├── imagery.aspx.cs
│ │ │ ├── LeaveWordBack.aspx
│ │ │ ├── LeaveWordBack.aspx.cs
│ │ │ ├── LeaveWordManage.aspx
│ │ │ ├── LeaveWordManage.aspx.cs
│ │ │ ├── Left.aspx
│ │ │ ├── Left.aspx.cs
│ │ │ ├── Login.aspx
│ │ │ ├── Login.aspx.cs
│ │ │ ├── Main.aspx
│ │ │ ├── Main.aspx.cs
│ │ │ ├── Manager.aspx
│ │ │ ├── Manager.aspx.cs
│ │ │ ├── MemberAdd.aspx
│ │ │ ├── MemberAdd.aspx.cs
│ │ │ ├── Member.aspx
│ │ │ ├── Member.aspx.cs
│ │ │ ├── OrderList.aspx
│ │ │ ├── OrderList.aspx.cs
│ │ │ ├── OrderModify.aspx
│ │ │ ├── OrderModify.aspx.cs
│ │ │ ├── OrderPrint.aspx
│ │ │ ├── OrderPrint.aspx.cs
│ │ │ ├── ProductAdd.aspx
│ │ │ ├── ProductAdd.aspx.cs
│ │ │ ├── Product.aspx
│ │ │ ├── Product.aspx.cs
│ │ │ ├── ShowWord.aspx
│ │ │ ├── ShowWord.aspx.cs
│ │ │ ├── Top.aspx
│ │ │ └── Top.aspx.cs
│ │ ├── MasterPage.master
│ │ ├── MasterPage.master.cs
│ │ ├── MyWord.aspx
│ │ ├── MyWord.aspx.cs
│ │ ├── PayWay.aspx
│ │ ├── PayWay.aspx.cs
│ │ ├── readme.doc
│ │ ├── Register.aspx
│ │ ├── Register.aspx.cs
│ │ ├── shopCart.aspx
│ │ ├── shopCart.aspx.cs
│ │ ├── showInfo.aspx
│ │ ├── showInfo.aspx.bak
│ │ ├── showInfo.aspx.cs
│ │ ├── UpdateMember.aspx
│ │ ├── UpdateMember.aspx.cs
│ │ ├── userControl
│ │ │ ├── bottom.ascx
│ │ │ ├── bottom.ascx.cs
│ │ │ ├── LoadingControl.ascx
│ │ │ ├── LoadingControl.ascx.cs
│ │ │ ├── menu.ascx
│ │ │ ├── menu.ascx.cs
│ │ │ ├── navigate.ascx
│ │ │ └── navigate.ascx.cs
│ │ ├── Web.Config
│ │ ├── 新建文件夹
│ │ │ ├── 显示1.html
│ │ │ ├── 显示1 - 副本.html
│ │ │ └── 显示.html
│ │ └── 点我查看 -.html
│ └── B2C.rar
├── 03
│ └── WebSite3
│ ├── App_Code
│ │ └── DB.cs
│ ├── App_Data
│ │ └── db_wygl.mdb
│ ├── aspnet_client
│ │ └── system_web
│ │ └── 2_0_50727
│ │ └── CrystalReportWebFormViewer3
│ │ ├── CSs
│ │ │ └── default.css
│ │ ├── html
│ │ │ ├── calendarbottom.html
│ │ │ ├── calendar.html
│ │ │ ├── calendartop.html
│ │ │ ├── crystalexportdialog.htm
│ │ │ └── crystalprinthost.html
│ │ ├── Images
│ │ │ ├── ToolBar
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── crlogo.gif
│ │ │ │ ├── exportd.gif
│ │ │ │ ├── export.gif
│ │ │ │ ├── export_over.gif
│ │ │ │ ├── Firstd.gif
│ │ │ │ ├── First.gif
│ │ │ │ ├── first_over.gif
│ │ │ │ ├── gotopaged.gif
│ │ │ │ ├── gotopage.gif
│ │ │ │ ├── gotopage_over.gif
│ │ │ │ ├── grouptreed.gif
│ │ │ │ ├── grouptree.gif
│ │ │ │ ├── grouptree_over.gif
│ │ │ │ ├── grouptreepressed.gif
│ │ │ │ ├── Lastd.gif
│ │ │ │ ├── Last.gif
│ │ │ │ ├── last_over.gif
│ │ │ │ ├── Nextd.gif
│ │ │ │ ├── Next.gif
│ │ │ │ ├── next_over.gif
│ │ │ │ ├── Prevd.gif
│ │ │ │ ├── Prev.gif
│ │ │ │ ├── prev_over.gif
│ │ │ │ ├── printd.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── print_over.gif
│ │ │ │ ├── refreshd.gif
│ │ │ │ ├── Refresh.gif
│ │ │ │ ├── refresh_over.gif
│ │ │ │ ├── searchd.gif
│ │ │ │ ├── Search.gif
│ │ │ │ ├── search_over.gif
│ │ │ │ ├── upd.gif
│ │ │ │ ├── up.gif
│ │ │ │ └── up_over.gif
│ │ │ └── Tree
│ │ │ ├── begindots.gif
│ │ │ ├── beginminus.gif
│ │ │ ├── beginplus.gif
│ │ │ ├── blankdots.gif
│ │ │ ├── blank.gif
│ │ │ ├── dots.gif
│ │ │ ├── lastdots.gif
│ │ │ ├── lastminus.gif
│ │ │ ├── lastplus.gif
│ │ │ ├── Magnify.gif
│ │ │ ├── Minusbox.gif
│ │ │ ├── minus.gif
│ │ │ ├── Plusbox.gif
│ │ │ ├── plus.gif
│ │ │ ├── singleminus.gif
│ │ │ └── singleplus.gif
│ │ └── JS
│ │ ├── calendar_param.js
│ │ ├── dt_param.js
│ │ ├── export.js
│ │ ├── KeyDownEvent.js
│ │ ├── print.js
│ │ ├── prompts_param.js
│ │ ├── strings_chs.js
│ │ ├── strings_cht.js
│ │ ├── strings_de.js
│ │ ├── strings_en.js
│ │ ├── strings_es.js
│ │ ├── strings_fr.js
│ │ ├── strings_it.js
│ │ ├── strings_ja.js
│ │ └── strings_ko.js
│ ├── cheliangxinxi
│ │ ├── cheliangchaxun.aspx
│ │ ├── cheliangchaxun.aspx.cs
│ │ ├── cheliangguanli.aspx
│ │ ├── cheliangguanli.aspx.cs
│ │ ├── cheliangshenhe.aspx
│ │ └── cheliangshenhe.aspx.cs
│ ├── css
│ │ └── css.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── denglu.aspx
│ ├── denglu.aspx.cs
│ ├── guanliyuan
│ │ ├── guanliindex.aspx
│ │ ├── guanliindex.aspx.cs
│ │ ├── guanliyuandenglu.aspx
│ │ └── guanliyuandenglu.aspx.cs
│ ├── image
│ │ ├── banner.gif
│ │ ├── beijinghtml_01.jpg
│ │ ├── beijinghtml_02.jpg
│ │ ├── beijinghtml_03.jpg
│ │ ├── daohang_01.jpg
│ │ ├── daohang_02.jpg
│ │ ├── daohang_03.jpg
│ │ ├── daohang_04.jpg
│ │ ├── daohang_05.jpg
│ │ ├── daohang_06.jpg
│ │ ├── daohang_07.jpg
│ │ ├── daohang_08.jpg
│ │ ├── dd.gif
│ │ ├── dengl_01.jpg
│ │ ├── dengl_02.jpg
│ │ ├── dengl_03.jpg
│ │ ├── dl.gif
│ │ ├── gg1.gif
│ │ ├── gg2.gif
│ │ ├── guanli_01.jpg
│ │ ├── guanli_02.jpg
│ │ ├── guanli_03.jpg
│ │ ├── guanli_04.jpg
│ │ ├── guanlidi_01.jpg
│ │ ├── guanlidi_02.jpg
│ │ ├── guanlidi_03.jpg
│ │ ├── index_01.jpg
│ │ ├── index_02.jpg
│ │ ├── index_03.jpg
│ │ ├── index_04.jpg
│ │ ├── index_05.jpg
│ │ ├── index_06.jpg
│ │ ├── index_07.jpg
│ │ ├── jian.gif
│ │ ├── login_01.jpg
│ │ ├── login_02.jpg
│ │ ├── login_03.jpg
│ │ ├── login_04.jpg
│ │ ├── login_05.jpg
│ │ ├── login_06.jpg
│ │ ├── login_07.jpg
│ │ ├── login_08.jpg
│ │ ├── login_09.jpg
│ │ ├── login_10.jpg
│ │ ├── login_11.jpg
│ │ ├── login_12.jpg
│ │ ├── qf.gif
│ │ ├── quai.gif
│ │ ├── rili_01.jpg
│ │ ├── rili_02.jpg
│ │ ├── rili_03.jpg
│ │ ├── rili.gif
│ │ ├── Thumbs.db
│ │ ├── xw.gif
│ │ ├── zc.gif
│ │ └── zngg.gif
│ ├── photo
│ │ ├── 01-_small9[20061113100616].jpg
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ └── fjtp.jpg
│ ├── qianfeixinxi
│ │ ├── qianfeicx.aspx
│ │ ├── qianfeicx.aspx.cs
│ │ ├── qianfeiguanli.aspx
│ │ ├── qianfeiguanli.aspx.cs
│ │ ├── qianfeishenhe.aspx
│ │ ├── qianfeishenhe.aspx.cs
│ │ ├── qianfeixiangxi.aspx
│ │ └── qianfeixiangxi.aspx.cs
│ ├── readme.doc
│ ├── tousuxinxi
│ │ ├── tousucx.aspx
│ │ ├── tousucx.aspx.cs
│ │ ├── tousuguanli.aspx
│ │ ├── tousuguanli.aspx.cs
│ │ ├── tousushenhe.aspx
│ │ └── tousushenhe.aspx.cs
│ ├── userControl
│ │ ├── foot.ascx
│ │ ├── foot.ascx.cs
│ │ ├── head.ascx
│ │ ├── head.ascx.cs
│ │ ├── syhead.ascx
│ │ └── syhead.ascx.cs
│ ├── Web.Config
│ ├── weihuxinxi
│ │ ├── weihushenhe.aspx
│ │ ├── weihushenhe.aspx.cs
│ │ ├── weixuichaxun.aspx
│ │ ├── weixuichaxun.aspx.cs
│ │ ├── weixuiguanli.aspx
│ │ └── weixuiguanli.aspx.cs
│ ├── xinwenxinxi
│ │ ├── xinwencx.aspx
│ │ ├── xinwencx.aspx.cs
│ │ ├── xinwenguanli.aspx
│ │ ├── xinwenguanli.aspx.cs
│ │ ├── xinwenshehe.aspx
│ │ ├── xinwenshehe.aspx.cs
│ │ ├── xinwenxiangxi.aspx
│ │ └── xinwenxiangxi.aspx.cs
│ ├── yuangong.ascx
│ ├── yuangong.ascx.cs
│ ├── yuangongxinxi
│ │ ├── xiangxi.aspx
│ │ ├── xiangxi.aspx.cs
│ │ ├── yuangongcx.aspx
│ │ ├── yuangongcx.aspx.cs
│ │ ├── yuangonginfo.aspx
│ │ └── yuangonginfo.aspx.cs
│ ├── zhibanyuangong.aspx
│ ├── zhibanyuangong.aspx.cs
│ ├── zhuce
│ │ ├── yuangongzhuce.aspx
│ │ ├── yuangongzhuce.aspx.cs
│ │ ├── zhuce.aspx
│ │ └── zhuce.aspx.cs
│ └── zhuhuxinxi
│ ├── zhuhucx.aspx
│ ├── zhuhucx.aspx.cs
│ ├── zhuhurzshenhe.aspx
│ ├── zhuhurzshenhe.aspx.cs
│ ├── zhuhuxinxiguanli.aspx
│ └── zhuhuxinxiguanli.aspx.cs
├── 04
│ └── libraryManage
│ ├── addBookcase.aspx
│ ├── addBookcase.aspx.cs
│ ├── addBookInfo.aspx
│ ├── addBookInfo.aspx.cs
│ ├── addBookType.aspx
│ ├── addBookType.aspx.cs
│ ├── addReaderInfo.aspx
│ ├── addReaderInfo.aspx.cs
│ ├── addReaderType.aspx
│ ├── addReaderType.aspx.cs
│ ├── addUser.aspx
│ ├── addUser.aspx.cs
│ ├── admSet.aspx
│ ├── admSet.aspx.cs
│ ├── App_Code
│ │ └── dataOperate.cs
│ ├── App_Data
│ │ ├── db_tsrj_Data.MDF
│ │ └── db_tsrj_Log.LDF
│ ├── aspnet_client
│ │ └── system_web
│ │ ├── 1_1_4322
│ │ │ ├── SmartNav.htm
│ │ │ ├── smartnav.js
│ │ │ └── webuivalidation.js
│ │ └── 2_0_50727
│ │ └── CrystalReportWebFormViewer3
│ │ ├── CSs
│ │ │ └── default.css
│ │ ├── html
│ │ │ ├── calendarbottom.html
│ │ │ ├── calendar.html
│ │ │ ├── calendartop.html
│ │ │ ├── crystalexportdialog.htm
│ │ │ └── crystalprinthost.html
│ │ ├── Images
│ │ │ ├── ToolBar
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── crlogo.gif
│ │ │ │ ├── exportd.gif
│ │ │ │ ├── export.gif
│ │ │ │ ├── export_over.gif
│ │ │ │ ├── Firstd.gif
│ │ │ │ ├── First.gif
│ │ │ │ ├── first_over.gif
│ │ │ │ ├── gotopaged.gif
│ │ │ │ ├── gotopage.gif
│ │ │ │ ├── gotopage_over.gif
│ │ │ │ ├── grouptreed.gif
│ │ │ │ ├── grouptree.gif
│ │ │ │ ├── grouptree_over.gif
│ │ │ │ ├── grouptreepressed.gif
│ │ │ │ ├── Lastd.gif
│ │ │ │ ├── Last.gif
│ │ │ │ ├── last_over.gif
│ │ │ │ ├── Nextd.gif
│ │ │ │ ├── Next.gif
│ │ │ │ ├── next_over.gif
│ │ │ │ ├── Prevd.gif
│ │ │ │ ├── Prev.gif
│ │ │ │ ├── prev_over.gif
│ │ │ │ ├── printd.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── print_over.gif
│ │ │ │ ├── refreshd.gif
│ │ │ │ ├── Refresh.gif
│ │ │ │ ├── refresh_over.gif
│ │ │ │ ├── searchd.gif
│ │ │ │ ├── Search.gif
│ │ │ │ ├── search_over.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── upd.gif
│ │ │ │ ├── up.gif
│ │ │ │ └── up_over.gif
│ │ │ └── Tree
│ │ │ ├── begindots.gif
│ │ │ ├── beginminus.gif
│ │ │ ├── beginplus.gif
│ │ │ ├── blankdots.gif
│ │ │ ├── blank.gif
│ │ │ ├── dots.gif
│ │ │ ├── lastdots.gif
│ │ │ ├── lastminus.gif
│ │ │ ├── lastplus.gif
│ │ │ ├── Magnify.gif
│ │ │ ├── Minusbox.gif
│ │ │ ├── minus.gif
│ │ │ ├── Plusbox.gif
│ │ │ ├── plus.gif
│ │ │ ├── singleminus.gif
│ │ │ └── singleplus.gif
│ │ └── JS
│ │ ├── calendar_param.js
│ │ ├── dt_param.js
│ │ ├── export.js
│ │ ├── KeyDownEvent.js
│ │ ├── print.js
│ │ ├── prompts_param.js
│ │ ├── strings_chs.js
│ │ ├── strings_cht.js
│ │ ├── strings_de.js
│ │ ├── strings_en.js
│ │ ├── strings_es.js
│ │ ├── strings_fr.js
│ │ ├── strings_it.js
│ │ ├── strings_ja.js
│ │ └── strings_ko.js
│ ├── bookBorrow.aspx
│ ├── bookBorrow.aspx.cs
│ ├── bookBorrowSearch.aspx
│ ├── bookBorrowSearch.aspx.cs
│ ├── bookcaseManage.aspx
│ ├── bookcaseManage.aspx.cs
│ ├── bookInfoManage.aspx
│ ├── bookInfoManage.aspx.cs
│ ├── bookInfoPrint.aspx
│ ├── bookInfoPrint.aspx.cs
│ ├── bookInfoSearch.aspx
│ ├── bookInfoSearch.aspx.cs
│ ├── bookRenewal.aspx
│ ├── bookRenewal.aspx.cs
│ ├── bookReturn.aspx
│ ├── bookReturn.aspx.cs
│ ├── bookType.aspx
│ ├── bookType.aspx.cs
│ ├── bottom.ascx
│ ├── bottom.ascx.cs
│ ├── CrystalReport1.rpt
│ ├── css.css
│ ├── entry.aspx
│ ├── entry.aspx.cs
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── Images
│ │ ├── beijing.gif
│ │ ├── borrowBackRenew_back.gif
│ │ ├── borrowBackRenew.gif
│ │ ├── borrowBackRenew_r.gif
│ │ ├── borrow_if.gif
│ │ ├── copyright_t.gif
│ │ ├── danganchaxun.GIF
│ │ ├── duzhedangan.GIF
│ │ ├── duzheleixing.GIF
│ │ ├── error_b.gif
│ │ ├── error.jpg
│ │ ├── fooder.bmp
│ │ ├── genggaikouling.GIF
│ │ ├── guanliyuanshezhi.GIF
│ │ ├── item_out.gif
│ │ ├── item_over.gif
│ │ ├── login.jpg
│ │ ├── main_booksort_1.gif
│ │ ├── main_booksort_2.gif
│ │ ├── main_booksort.gif
│ │ ├── main_readersort_1.gif
│ │ ├── more.GIF
│ │ ├── navigation_bg_bottom.gif
│ │ ├── navigation_bg.gif
│ │ ├── reader_checkbg.jpg
│ │ ├── search.gif
│ │ ├── shujiashezhi.GIF
│ │ ├── Thumbs.db
│ │ ├── top_bg.gif
│ │ ├── tsjycx.GIF
│ │ ├── tushudangan.GIF
│ │ ├── tushuguanxinxi.gif
│ │ ├── tushuguihuan.GIF
│ │ ├── tushujieyue.GIF
│ │ ├── tushuleixingshezhi.GIF
│ │ ├── tushuxujie.GIF
│ │ └── xiaobei.gif
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── libraryInfo.aspx
│ ├── libraryInfo.aspx.cs
│ ├── newPass.aspx
│ ├── newPass.aspx.cs
│ ├── readerInfo.aspx
│ ├── readerInfo.aspx.cs
│ ├── readerType.aspx
│ ├── readerType.aspx.cs
│ ├── readme.doc
│ ├── userManage.aspx
│ ├── userManage.aspx.cs
│ ├── vwd.webinfo
│ └── Web.Config
├── 05
│ └── OAS
│ ├── App_Code
│ │ └── BaseClass.cs
│ ├── App_Data
│ │ ├── db_OAS_Data.MDF
│ │ └── db_OAS_Log.LDF
│ ├── BaseInfo
│ │ ├── BaseDepartmentAdd.aspx
│ │ ├── BaseDepartmentAdd.aspx.cs
│ │ ├── BaseDepartmentListResponsibility.aspx
│ │ ├── BaseDepartmentListResponsibility.aspx.cs
│ │ ├── BaseDepartmentManager.aspx
│ │ ├── BaseDepartmentManager.aspx.cs
│ │ ├── BaseDepartmentUpdate.aspx
│ │ ├── BaseDepartmentUpdate.aspx.cs
│ │ ├── BaseEmployeeAdd.aspx
│ │ ├── BaseEmployeeAdd.aspx.cs
│ │ ├── BaseEmployeeManager.aspx
│ │ ├── BaseEmployeeManager.aspx.cs
│ │ ├── BaseEmployeeRponsibility.aspx
│ │ ├── BaseEmployeeRponsibility.aspx.cs
│ │ ├── BaseEmployeeUpdate.aspx
│ │ ├── BaseEmployeeUpdate.aspx.cs
│ │ ├── BaseNoteBook.aspx
│ │ ├── BaseNoteBook.aspx.cs
│ │ ├── BaseNoticeIssuance.aspx
│ │ ├── BaseNoticeIssuance.aspx.cs
│ │ ├── BaseNoticeList.aspx
│ │ └── BaseNoticeList.aspx.cs
│ ├── Bin
│ │ ├── SP.dll
│ │ ├── SP.dll.refresh
│ │ └── SP.pdb
│ ├── Communion
│ │ ├── CheckAttendance
│ │ │ ├── SetingTime.aspx
│ │ │ ├── SetingTime.aspx.cs
│ │ │ ├── SignIn.aspx
│ │ │ └── SignIn.aspx.cs
│ │ ├── VoteItemSetting.aspx
│ │ ├── VoteItemSetting.aspx.cs
│ │ ├── Voting.aspx
│ │ ├── Voting.aspx.cs
│ │ ├── VotingResult.aspx
│ │ └── VotingResult.aspx.cs
│ ├── CSS
│ │ └── CSS.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── fileManage
│ │ ├── FileDelete.aspx
│ │ ├── FileDelete.aspx.cs
│ │ ├── FileIncept.aspx
│ │ ├── FileIncept.aspx.cs
│ │ ├── FileSend.aspx
│ │ └── FileSend.aspx.cs
│ ├── Global.asax
│ ├── images
│ │ ├── back_01.jpg
│ │ ├── back_02.jpg
│ │ ├── back_03.jpg
│ │ ├── back_04.jpg
│ │ ├── back_09.jpg
│ │ ├── back_11.jpg
│ │ ├── back_13.jpg
│ │ ├── back.jpg
│ │ ├── bg_messgae.jpg
│ │ ├── delete.gif
│ │ ├── fabu.gif
│ │ ├── fasong.gif
│ │ ├── index_01.jpg
│ │ ├── index_02.jpg
│ │ ├── index_03.jpg
│ │ ├── index_04.jpg
│ │ ├── index_05.jpg
│ │ ├── index_06.jpg
│ │ ├── index_07.jpg
│ │ ├── index_09.jpg
│ │ ├── index_10.jpg
│ │ ├── index_13.jpg
│ │ ├── index_16.jpg
│ │ ├── index_18.jpg
│ │ ├── index_20.jpg
│ │ ├── index_21.jpg
│ │ ├── index_22.jpg
│ │ ├── member_19.jpg
│ │ ├── member_22.jpg
│ │ ├── member_24.jpg
│ │ ├── member_28.jpg
│ │ ├── qingkong.gif
│ │ ├── save.gif
│ │ ├── shangchuan.gif
│ │ ├── Thumbs.db
│ │ ├── tijiao.gif
│ │ └── tt.gif
│ ├── licenses.licx
│ ├── MobileInfo
│ │ ├── InfoSend.aspx
│ │ └── InfoSend.aspx.cs
│ ├── photo
│ │ ├── DSCI0142.JPG
│ │ ├── DSCI0464.JPG
│ │ ├── fjtp.jpg
│ │ └── Thumbs.db
│ ├── readme.doc
│ ├── Rule
│ │ ├── RulePreview.aspx
│ │ ├── RulePreview.aspx.cs
│ │ ├── RuleUpdate.aspx
│ │ └── RuleUpdate.aspx.cs
│ ├── SP
│ │ ├── SP
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SP.dll
│ │ │ │ └── SP.pdb
│ │ │ ├── Class1.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── SP.dll
│ │ │ │ │ └── SP.pdb
│ │ │ │ └── SP.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SP.csproj
│ │ ├── SP.sln
│ │ └── SP.suo
│ ├── System
│ │ ├── SystemUser.aspx
│ │ ├── SystemUser.aspx.cs
│ │ ├── SystemUserPwdUpdate.aspx
│ │ └── SystemUserPwdUpdate.aspx.cs
│ ├── SystemDefault.aspx
│ ├── SystemDefault.aspx.cs
│ ├── UserControl
│ │ ├── GoodEmployee.ascx
│ │ ├── GoodEmployee.ascx.cs
│ │ ├── Logon.ascx
│ │ ├── Logon.ascx.cs
│ │ ├── Notice.ascx
│ │ └── Notice.ascx.cs
│ ├── web.config
│ └── web.config.bak
├── 06
│ ├── studyCommunity
│ │ ├── App_Code
│ │ │ ├── dataOperate.cs
│ │ │ └── Operate.cs
│ │ ├── App_Data
│ │ │ └── db_study.mdb
│ │ ├── bottomT.ascx
│ │ ├── bottomT.ascx.cs
│ │ ├── bulletinInfo.aspx
│ │ ├── bulletinInfo.aspx.cs
│ │ ├── css
│ │ │ └── css.css
│ │ ├── dh.ascx
│ │ ├── dh.ascx.cs
│ │ ├── entry.ascx
│ │ ├── entry.ascx.cs
│ │ ├── error.aspx
│ │ ├── error.aspx.cs
│ │ ├── images
│ │ │ ├── bei.GIF
│ │ │ ├── dengl.jpg
│ │ │ ├── denglu.gif
│ │ │ ├── dline.gif
│ │ │ ├── fabuanniu_01.jpg
│ │ │ ├── fabuanniu_02.jpg
│ │ │ ├── fabuanniu_03.jpg
│ │ │ ├── fabuanniu_04.gif
│ │ │ ├── fbjc.gif
│ │ │ ├── fbjc.jpg
│ │ │ ├── fbjiaoce 拷贝.jpg
│ │ │ ├── gld.JPG
│ │ │ ├── glend.JPG
│ │ │ ├── gltop.GIF
│ │ │ ├── gonggao.gif
│ │ │ ├── htbj.JPG
│ │ │ ├── index_01.jpg
│ │ │ ├── index_02.jpg
│ │ │ ├── index_03.jpg
│ │ │ ├── index_04.jpg
│ │ │ ├── index_05.jpg
│ │ │ ├── index_06.jpg
│ │ │ ├── index_08.jpg
│ │ │ ├── indextubiao.jpg
│ │ │ ├── indextubiao 拷贝.jpg
│ │ │ ├── jia.GIF
│ │ │ ├── jian.GIF
│ │ │ ├── kaisuo.gif
│ │ │ ├── lianxiwomen 拷贝.jpg
│ │ │ ├── manage_fs .jpg
│ │ │ ├── manageIndex_01.jpg
│ │ │ ├── manageIndex_02.jpg
│ │ │ ├── manageIndex_03.jpg
│ │ │ ├── manageIndex_05.jpg
│ │ │ ├── manageIndex_06.jpg
│ │ │ ├── manage_tc.jpg
│ │ │ ├── menudown.gif
│ │ │ ├── menuup.gif
│ │ │ ├── pangbian.GIF
│ │ │ ├── quxiao.jpg
│ │ │ ├── shipin.gif
│ │ │ ├── shipinketang 拷贝.jpg
│ │ │ ├── sousuo.gif
│ │ │ ├── sousuolangif.gif
│ │ │ ├── spkt.gif
│ │ │ ├── spph.gif
│ │ │ ├── suo.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── www.GIF
│ │ │ ├── yanzg.jpg
│ │ │ ├── yinpin.gif
│ │ │ ├── ypkt.gif
│ │ │ ├── yuyiketa 拷贝.jpg
│ │ │ ├── yyph.jpg
│ │ │ ├── yysp.gif
│ │ │ ├── zchy.gif
│ │ │ └── zhuce 拷贝.jpg
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── issuance.aspx
│ │ ├── issuance.aspx.cs
│ │ ├── login.aspx
│ │ ├── login.aspx.cs
│ │ ├── Manage
│ │ │ ├── change.aspx
│ │ │ ├── change.aspx.cs
│ │ │ ├── leftMenu.aspx
│ │ │ ├── leftMenu.aspx.cs
│ │ │ ├── manage_bulletin.aspx
│ │ │ ├── manage_bulletin.aspx.cs
│ │ │ ├── manageIndex.aspx
│ │ │ ├── manageIndex.aspx.cs
│ │ │ ├── manage_inssuanceTutorial.aspx
│ │ │ ├── manage_inssuanceTutorial.aspx.cs
│ │ │ ├── manage_issuanceBulletin.aspx
│ │ │ ├── manage_issuanceBulletin.aspx.cs
│ │ │ ├── manage_playSound.aspx
│ │ │ ├── manage_playSound.aspx.cs
│ │ │ ├── manage_seeVideo.aspx
│ │ │ ├── manage_seeVideo.aspx.cs
│ │ │ ├── manage_sound.aspx
│ │ │ ├── manage_sound.aspx.cs
│ │ │ ├── manage_soundSpeak.aspx
│ │ │ ├── manage_soundSpeak.aspx.cs
│ │ │ ├── manage_user.aspx
│ │ │ ├── manage_user.aspx.cs
│ │ │ ├── manage_video.aspx
│ │ │ ├── manage_video.aspx.cs
│ │ │ ├── manage_videoSpeak.aspx
│ │ │ ├── manage_videoSpeak.aspx.cs
│ │ │ ├── rightMenu.aspx
│ │ │ └── rightMenu.aspx.cs
│ │ ├── manageEntry.aspx
│ │ ├── manageEntry.aspx.cs
│ │ ├── playSound.aspx
│ │ ├── playSound.aspx.cs
│ │ ├── readme.doc
│ │ ├── search.ascx
│ │ ├── search.ascx.cs
│ │ ├── searchList.aspx
│ │ ├── searchList.aspx.cs
│ │ ├── seekPass.aspx
│ │ ├── seekPass.aspx.cs
│ │ ├── seeVideo.aspx
│ │ ├── seeVideo.aspx.cs
│ │ ├── soundList.aspx
│ │ ├── soundList.aspx.cs
│ │ ├── typeInfo.aspx
│ │ ├── typeInfo.aspx.cs
│ │ ├── userBulletinInfo.ascx
│ │ ├── userBulletinInfo.ascx.cs
│ │ ├── userSound.ascx
│ │ ├── userSound.ascx.cs
│ │ ├── userVideo.ascx
│ │ ├── userVideo.ascx.cs
│ │ ├── ValidateCode.aspx
│ │ ├── ValidateCode.aspx.cs
│ │ ├── Video
│ │ │ └── Thumbs.db
│ │ ├── VideoList.aspx
│ │ ├── VideoList.aspx.cs
│ │ ├── Web.Config
│ │ └── ypkt.gif
│ └── Thumbs.db
├── 07
│ └── NE
│ ├── App_Code
│ │ └── Datacon.cs
│ ├── App_Data
│ │ ├── db_Examination_Data.MDF
│ │ └── db_Examination_Log.LDF
│ ├── App_Themes
│ │ └── mytheme
│ │ └── SkinFile.skin
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── HouAdmin
│ │ ├── admin.aspx
│ │ ├── admin.aspx.cs
│ │ ├── AdminInsert.aspx
│ │ ├── AdminInsert.aspx.cs
│ │ ├── admin_update.aspx
│ │ ├── admin_update.aspx.cs
│ │ ├── insert_shiti.aspx
│ │ ├── InsertShiTi.aspx
│ │ ├── insert_shiti.aspx.cs
│ │ ├── InsertShiTi.aspx.cs
│ │ ├── kaosheng_chengji.aspx
│ │ ├── kaosheng_chengji.aspx.cs
│ │ ├── kaoshi_timu.aspx
│ │ ├── kaoshi_timu.aspx.cs
│ │ ├── KaoshiUpdate.aspx
│ │ ├── KaoshiUpdate.aspx.cs
│ │ ├── KechengInsert.aspx
│ │ ├── KechengInsert.aspx.cs
│ │ ├── KechengUpdate.aspx
│ │ ├── KechengUpdate.aspx.cs
│ │ ├── kecheng_xinxi.aspx
│ │ ├── kecheng_xinxi.aspx.cs
│ │ ├── TaotiInsert.aspx
│ │ ├── TaotiInsert.aspx.cs
│ │ ├── TaotiUpdate.aspx
│ │ ├── TaotiUpdate.aspx.cs
│ │ ├── taoti_xinxi.aspx
│ │ ├── taoti_xinxi.aspx.cs
│ │ ├── ZhuangyeInsert.aspx
│ │ ├── ZhuangyeInsert.aspx.cs
│ │ ├── ZhuanyeUpdate.aspx
│ │ ├── ZhuanyeUpdate.aspx.cs
│ │ ├── zhuanye_xinxi.aspx
│ │ ├── zhuanye_xinxi.aspx.cs
│ │ ├── zhuce_stu.aspx
│ │ └── zhuce_stu.aspx.cs
│ ├── igm
│ │ ├── Thumbs.db
│ │ ├── 准备考试.jpg
│ │ ├── 在线考试后台1.jpg
│ │ ├── 在线考试登录.jpg
│ │ ├── 学生注册.jpg
│ │ ├── 总登录页面.jpg
│ │ ├── 成绩查询1.jpg
│ │ ├── 找回密码.jpg
│ │ ├── 正在考试.jpg
│ │ ├── 考试规则_03.jpg
│ │ ├── 考试规则_05.jpg
│ │ ├── 考试规则_07.jpg
│ │ └── 考试规则.jpg
│ ├── InfoPwd.aspx
│ ├── InfoPwd.aspx.cs
│ ├── InfoPwdd.aspx
│ ├── InfoPwdd.aspx.cs
│ ├── InfoPwddd.aspx
│ ├── InfoPwddd.aspx.cs
│ ├── QianUser
│ │ ├── Info_StuResult.aspx
│ │ ├── Info_StuResult.aspx.cs
│ │ ├── StartExamfra.aspx
│ │ ├── StartExamfra.aspx.cs
│ │ ├── XuanZe_TaoTi.aspx
│ │ ├── XuanZe_TaoTi.aspx.cs
│ │ ├── zaixian_kaoshi.aspx
│ │ ├── zaixian_kaoshi.aspx.cs
│ │ ├── ZhunBeiKaoShi.aspx
│ │ └── ZhunBeiKaoShi.aspx.cs
│ ├── readme.doc
│ ├── web.config
│ ├── zhuce.aspx
│ └── zhuce.aspx.cs
├── 08
│ └── luntan
│ ├── App_Code
│ │ └── DB.cs
│ ├── App_Data
│ │ ├── db_Discuss_log.ldf
│ │ └── db_Discuss.mdf
│ ├── dangqianxinxi
│ │ ├── dqyhxinxixg.aspx
│ │ ├── dqyhxinxixg.aspx.cs
│ │ ├── xiangxixinxi.aspx
│ │ └── xiangxixinxi.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── denglu
│ │ ├── denglu.aspx
│ │ └── denglu.aspx.cs
│ ├── image
│ │ ├── baocun an niu.gif
│ │ ├── biaotilan.gif
│ │ ├── bkline.gif
│ │ ├── daohang1.gif
│ │ ├── denglu an niu.gif
│ │ ├── faxintie an niu.gif
│ │ ├── f zhu ti 1.gif
│ │ ├── f zhu ti 2.gif
│ │ ├── f zhu ti 3.gif
│ │ ├── index_02.gif
│ │ ├── index_05.gif
│ │ ├── index_08.gif
│ │ ├── index_17.gif
│ │ ├── index_20.gif
│ │ ├── jian tou.gif
│ │ ├── jiantou.gif
│ │ ├── kongjian.gif
│ │ ├── kuang1.gif
│ │ ├── kuang2.gif
│ │ ├── kuang3.gif
│ │ ├── laba.gif
│ │ ├── line.gif
│ │ ├── quanbuchengxie an niu.gif
│ │ ├── sorry.jpg
│ │ ├── speaker.gif
│ │ ├── success.jpg
│ │ ├── Thumbs.db
│ │ ├── tijiao an niu.gif
│ │ ├── touxiang1.gif
│ │ ├── touxiang2.gif
│ │ ├── zhuce an niu.gif
│ │ ├── zhu ti 1.gif
│ │ ├── zhu ti 2.gif
│ │ └── zhu ti 3.gif
│ ├── readme.doc
│ ├── teizixinxi
│ │ ├── addteizi.aspx
│ │ ├── addteizi.aspx.cs
│ │ ├── chakan.aspx
│ │ └── chakan.aspx.cs
│ ├── tisixinxi
│ │ ├── chenggong.aspx
│ │ ├── chenggong.aspx.cs
│ │ ├── shibai.aspx
│ │ └── shibai.aspx.cs
│ ├── touxiang
│ │ ├── 01.gif
│ │ ├── 02.gif
│ │ └── Thumbs.db
│ ├── UserControl
│ │ ├── foot.ascx
│ │ └── foot.ascx.cs
│ ├── Web.Config
│ ├── yonghuxinxi
│ │ ├── yonghuadd.aspx
│ │ ├── yonghuadd.aspx.cs
│ │ ├── yonghu.aspx
│ │ ├── yonghu.aspx.cs
│ │ ├── yonghuchaxun.aspx
│ │ ├── yonghuchaxun.aspx.cs
│ │ ├── yonghuxiugai.aspx
│ │ └── yonghuxiugai.aspx.cs
│ └── zhucexinix
│ ├── zhuce.aspx
│ ├── zhuce.aspx.cs
│ ├── zhucexinxi.aspx
│ └── zhucexinxi.aspx.cs
├── 09
│ └── WuLiu
│ ├── App_Code
│ │ ├── dataOperate.cs
│ │ └── operate.cs
│ ├── App_Data
│ │ ├── db_WL_Data.MDF
│ │ └── db_WL_Log.LDF
│ ├── companyInfo.aspx
│ ├── companyInfo.aspx.cs
│ ├── companyList.aspx
│ ├── companyList.aspx.cs
│ ├── css
│ │ └── css.css
│ ├── depotInfo.aspx
│ ├── depotInfo.aspx.cs
│ ├── depotList.aspx
│ ├── depotList.aspx.cs
│ ├── entry.ascx
│ ├── entry.ascx.cs
│ ├── freightInfo.aspx
│ ├── freightInfo.aspx.cs
│ ├── freightList.aspx
│ ├── freightList.aspx.cs
│ ├── grLeft.aspx
│ ├── grLeft.aspx.cs
│ ├── header.ascx
│ ├── header.ascx.cs
│ ├── images
│ │ ├── cangchu.GIF
│ │ ├── cangchuxinxi.gif
│ │ ├── cheyuan.GIF
│ │ ├── cheyuanxinxi.gif
│ │ ├── chongzhi.GIF
│ │ ├── dengl.GIF
│ │ ├── dengl.jpg
│ │ ├── denglu.GIF
│ │ ├── end.GIF
│ │ ├── fabuxinxi.gif
│ │ ├── fabuxuanxiang.gif
│ │ ├── guanggao.JPG
│ │ ├── hbei.JPG
│ │ ├── huiyuanzhuce.gif
│ │ ├── huoyuan.GIF
│ │ ├── huoyuanxinxi.gif
│ │ ├── index1.JPG
│ │ ├── lianxiwomen.gif
│ │ ├── news.GIF
│ │ ├── qiye.GIF
│ │ ├── qiyexinxi.gif
│ │ ├── tanchuang.gif
│ │ ├── Thumbs.db
│ │ ├── xinwenguanli.GIF
│ │ ├── xinxiguanli.GIF
│ │ ├── yonghuguanli.GIF
│ │ ├── zhaopin.GIF
│ │ ├── zhaopinxinxi.gif
│ │ ├── zhuanxian.GIF
│ │ └── zhuanxianxinxi.gif
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── issuanceDepot.aspx
│ ├── issuanceDepot.aspx.cs
│ ├── issuanceFreight.aspx
│ ├── issuanceFreight.aspx.cs
│ ├── issuanceInfo.aspx
│ ├── issuanceInfo.aspx.cs
│ ├── issuanceJob.aspx
│ ├── issuanceJob.aspx.cs
│ ├── issuanceSpecial.aspx
│ ├── issuanceSpecial.aspx.cs
│ ├── issuanceTruck.aspx
│ ├── issuanceTruck.aspx.cs
│ ├── jobInfo.aspx
│ ├── jobInfo.aspx.cs
│ ├── jobList.aspx
│ ├── jobList.aspx.cs
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── Manage
│ │ ├── leftMenu.aspx
│ │ ├── leftMenu.aspx.cs
│ │ ├── lockCause.aspx
│ │ ├── lockCause.aspx.cs
│ │ ├── manage_Depot.aspx
│ │ ├── manage_Depot.aspx.cs
│ │ ├── manage_Freight.aspx
│ │ ├── manage_Freight.aspx.cs
│ │ ├── manage_grUser.aspx
│ │ ├── manage_grUser.aspx.cs
│ │ ├── manageIndex.aspx
│ │ ├── manageIndex.aspx.cs
│ │ ├── manage_issuanceNews.aspx
│ │ ├── manage_issuanceNews.aspx.cs
│ │ ├── manage_Job.aspx
│ │ ├── manage_Job.aspx.cs
│ │ ├── manage_news.aspx
│ │ ├── manage_news.aspx.cs
│ │ ├── manage_qyUser.aspx
│ │ ├── manage_qyUser.aspx.cs
│ │ ├── manage_Special.aspx
│ │ ├── manage_Special.aspx.cs
│ │ ├── manage_Truck.aspx
│ │ ├── manage_Truck.aspx.cs
│ │ ├── rightMenu.aspx
│ │ └── rightMenu.aspx.cs
│ ├── manageEntry.aspx
│ ├── manageEntry.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── newPass.aspx
│ ├── newPass.aspx.cs
│ ├── news.aspx
│ ├── news.aspx.cs
│ ├── qyLeft.aspx
│ ├── qyLeft.aspx.cs
│ ├── readme.doc
│ ├── search.ascx
│ ├── search.ascx.cs
│ ├── searchList.aspx
│ ├── searchList.aspx.cs
│ ├── specialInfo.aspx
│ ├── specialInfo.aspx.cs
│ ├── specialList.aspx
│ ├── specialList.aspx.cs
│ ├── swf
│ │ ├── font.swf
│ │ └── top.swf
│ ├── truckInfo.aspx
│ ├── truckInfo.aspx.cs
│ ├── truckList.aspx
│ ├── truckList.aspx.cs
│ └── Web.Config
├── 10
│ └── myBLog
│ ├── App_Code
│ │ ├── AssemblyInfo.cs
│ │ └── SqlData.cs
│ ├── App_Data
│ │ ├── db_Blog_Data.MDF
│ │ └── db_Blog_Log.LDF
│ ├── bin
│ │ └── URLRewriter.dll
│ ├── BlogIndex.aspx
│ ├── BlogIndex.aspx.cs
│ ├── css
│ │ └── css.css
│ ├── Footer.ascx
│ ├── Footer.ascx.cs
│ ├── Header.ascx
│ ├── Header.ascx.cs
│ ├── Images
│ │ ├── Pictures
│ │ │ ├── 01-_small9[20061113100616].jpg
│ │ │ ├── 02-_small9[20061102090405].jpg
│ │ │ ├── 2003820957777349.bmp
│ │ │ ├── 2-1.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── Aqua07.jpg
│ │ │ ├── backgroud.jpg
│ │ │ ├── Floating.gif
│ │ │ ├── pips6.gif
│ │ │ └── Thumbs.db
│ │ ├── Skin
│ │ │ ├── 1294850_472733.gif
│ │ │ ├── back_head.jpg
│ │ │ ├── bbgg.jpg
│ │ │ ├── bottom.jpg
│ │ │ ├── footer.jpg
│ │ │ ├── head.jpg
│ │ │ ├── index1_01_05.jpg
│ │ │ ├── index1_01_08.jpg
│ │ │ ├── index1_01_10.jpg
│ │ │ ├── index1_01_12.jpg
│ │ │ ├── index1_01_14.jpg
│ │ │ ├── index1_01_16.jpg
│ │ │ ├── left.jpg
│ │ │ ├── reg.jpg
│ │ │ ├── right.jpg
│ │ │ ├── Thumbs.db
│ │ │ └── 大背景.jpg
│ │ ├── StyleSheet.css
│ │ └── Thumbs.db
│ ├── MasterPage
│ │ ├── AdminMasterPage.master
│ │ ├── AdminMasterPage.master.cs
│ │ ├── MasterPage.master
│ │ └── MasterPage.master.cs
│ ├── Module
│ │ ├── Admin
│ │ │ ├── AdminHeader.ascx
│ │ │ ├── AdminHeader.ascx.cs
│ │ │ ├── AdminInfo.aspx
│ │ │ ├── AdminInfo.aspx.cs
│ │ │ ├── AdminManage.aspx
│ │ │ ├── AdminManage.aspx.cs
│ │ │ ├── AdminNav.ascx
│ │ │ ├── AdminNav.ascx.cs
│ │ │ ├── BlogInfo.aspx
│ │ │ ├── BlogInfo.aspx.cs
│ │ │ ├── BlogManage.aspx
│ │ │ ├── BlogManage.aspx.cs
│ │ │ ├── CommonPage.aspx
│ │ │ ├── CommonPage.aspx.cs
│ │ │ ├── Findpwd1.aspx
│ │ │ ├── Findpwd1.aspx.cs
│ │ │ ├── Findpwd.aspx
│ │ │ ├── Findpwd.aspx.cs
│ │ │ ├── Footer.ascx
│ │ │ ├── Footer.ascx.cs
│ │ │ ├── Help.aspx
│ │ │ ├── Help.aspx.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Register.aspx
│ │ │ ├── Register.aspx.cs
│ │ │ ├── ShowPwd.aspx
│ │ │ ├── ShowPwd.aspx.cs
│ │ │ ├── ST_BlogIndex.aspx
│ │ │ ├── ST_BlogIndex.aspx.cs
│ │ │ ├── TreeMenuSys.aspx
│ │ │ ├── TreeMenuSys.aspx.cs
│ │ │ ├── VisitorHeader.ascx
│ │ │ ├── VisitorHeader.ascx.cs
│ │ │ ├── VisitorNav.ascx
│ │ │ └── VisitorNav.ascx.cs
│ │ └── Blog
│ │ ├── AddArt.aspx
│ │ ├── AddArt.aspx.cs
│ │ ├── AddLink.aspx
│ │ ├── AddLink.aspx.cs
│ │ ├── AddLinkMan.aspx
│ │ ├── AddLinkMan.aspx.cs
│ │ ├── AddPhoto.aspx
│ │ ├── AddPhoto.aspx.cs
│ │ ├── AdminNav.ascx
│ │ ├── AdminNav.ascx.cs
│ │ ├── AmendLink.aspx
│ │ ├── AmendLink.aspx.cs
│ │ ├── ArticleManage.aspx
│ │ ├── ArticleManage.aspx.cs
│ │ ├── BlogHeader.ascx
│ │ ├── BlogHeader.ascx.cs
│ │ ├── BlogInfo.aspx
│ │ ├── BlogInfo.aspx.cs
│ │ ├── BlogType.aspx
│ │ ├── BlogType.aspx.cs
│ │ ├── CommonPage.aspx
│ │ ├── CommonPage.aspx.cs
│ │ ├── Findpwd1.aspx
│ │ ├── Findpwd1.aspx.cs
│ │ ├── Findpwd.aspx
│ │ ├── Findpwd.aspx.cs
│ │ ├── Footer.ascx
│ │ ├── Footer.ascx.cs
│ │ ├── LinkManage.aspx
│ │ ├── LinkManage.aspx.cs
│ │ ├── LinkManInfo.aspx
│ │ ├── LinkManInfo.aspx.cs
│ │ ├── LinkManManage.aspx
│ │ ├── LinkManManage.aspx.cs
│ │ ├── PersonInfo.aspx
│ │ ├── PersonInfo.aspx.cs
│ │ ├── PhotoManage.aspx
│ │ ├── PhotoManage.aspx.cs
│ │ ├── Register.aspx
│ │ ├── Register.aspx.cs
│ │ ├── RegPro.aspx
│ │ ├── RegPro.aspx.cs
│ │ ├── ShowPwd.aspx
│ │ ├── ShowPwd.aspx.cs
│ │ ├── ST_admin_message.aspx
│ │ ├── ST_admin_message.aspx.cs
│ │ ├── ST_admin_replay.aspx
│ │ ├── ST_admin_replay.aspx.cs
│ │ ├── ST_BlogIndex.aspx
│ │ ├── ST_BlogIndex.aspx.cs
│ │ ├── ST_edit.aspx
│ │ ├── ST_edit.aspx.cs
│ │ ├── TreeMenuSys.aspx
│ │ ├── TreeMenuSys.aspx.cs
│ │ ├── ViewContent.aspx
│ │ ├── ViewContent.aspx.cs
│ │ ├── VisitorHeader.ascx
│ │ ├── VisitorHeader.ascx.cs
│ │ ├── VisitorNav.ascx
│ │ └── VisitorNav.ascx.cs
│ ├── readme.doc
│ ├── ST_message.aspx
│ ├── ST_message.aspx.cs
│ ├── ST_save.aspx
│ ├── ST_save.aspx.cs
│ ├── ST_show.aspx
│ ├── ST_show.aspx.cs
│ ├── VisitorNav.ascx
│ ├── VisitorNav.ascx.cs
│ └── Web.config
├── 必看--点我查看 -.html
└── 新建文件夹
├── 显示1.html
├── 显示1 - 副本.html
└── 显示.html
159 directories, 1528 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论