实例介绍
ASP.NET项目开发全程实录第3版(附带代码)
【实例截图】
【核心代码】
TM
└── TM
├── 01
│ └── SIS
│ ├── App_Code
│ │ ├── DataBase.cs
│ │ ├── Operation.cs
│ │ ├── StringFormat.cs
│ │ └── WebMessageBox.cs
│ ├── App_Data
│ │ ├── db_SIS_log.ldf
│ │ └── db_SIS.mdf
│ ├── 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
│ ├── InfoAdd.aspx
│ ├── InfoAdd.aspx.cs
│ ├── Logon.aspx
│ ├── 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
│ │ ├── ShowLeaguerInfo.aspx
│ │ ├── ShowLeaguerInfo.aspx.cs
│ │ ├── 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
├── 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
│ │ │ │ ├── 图标 (138).bmp
│ │ │ │ ├── 图标 (171).bmp
│ │ │ │ ├── 小说.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
│ │ ├── 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
│ │ ├── Register.aspx
│ │ ├── Register.aspx.cs
│ │ ├── shopCart.aspx
│ │ ├── shopCart.aspx.cs
│ │ ├── showInfo.aspx
│ │ ├── 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
│ └── readme.doc
├── 03
│ ├── readme.doc
│ └── WYMS
│ ├── 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
│ ├── 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
│ ├── LibraryMS
│ │ ├── App_Code
│ │ │ ├── AdminManage.cs
│ │ │ ├── BookcaseManage.cs
│ │ │ ├── BookManage.cs
│ │ │ ├── BorrowandBackManage.cs
│ │ │ ├── BTypeManage.cs
│ │ │ ├── DataBase.cs
│ │ │ ├── LibraryManage.cs
│ │ │ ├── OperatorClass.cs
│ │ │ ├── PubManage.cs
│ │ │ ├── PurviewManage.cs
│ │ │ ├── ReaderManage.cs
│ │ │ ├── RTypeManage.cs
│ │ │ └── ValidateClass.cs
│ │ ├── App_Data
│ │ │ ├── db_LibraryMS_log.ldf
│ │ │ └── db_LibraryMS.mdf
│ │ ├── BookBRManage
│ │ │ ├── BorrowBook.aspx
│ │ │ ├── BorrowBook.aspx.cs
│ │ │ ├── ReturnBook.aspx
│ │ │ └── ReturnBook.aspx.cs
│ │ ├── BookManage
│ │ │ ├── AddBook.aspx
│ │ │ ├── AddBook.aspx.cs
│ │ │ ├── AddBType.aspx
│ │ │ ├── AddBType.aspx.cs
│ │ │ ├── BookManage.aspx
│ │ │ ├── BookManage.aspx.cs
│ │ │ ├── BTypeManage.aspx
│ │ │ └── BTypeManage.aspx.cs
│ │ ├── Common
│ │ │ ├── ChanagePwd.aspx
│ │ │ ├── ChanagePwd.aspx.cs
│ │ │ ├── checkcode.aspx
│ │ │ └── checkcode.aspx.cs
│ │ ├── css.css
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── images
│ │ │ ├── chaxun tubiao.gif
│ │ │ ├── dakuang1.gif
│ │ │ ├── danganguanli.gif
│ │ │ ├── denglu.gif
│ │ │ ├── duzhedanganguanli.gif
│ │ │ ├── duzheleixingguanli.gif
│ │ │ ├── genggaimima.gif
│ │ │ ├── guanliyuanshezhi.gif
│ │ │ ├── index_02.gif
│ │ │ ├── index_05.gif
│ │ │ ├── index_08.gif
│ │ │ ├── index_14.gif
│ │ │ ├── more.gif
│ │ │ ├── shujiaguanli.gif
│ │ │ ├── shujiaxinxi.gif
│ │ │ ├── shuxian1.gif
│ │ │ ├── shuxian.jpg
│ │ │ ├── tianjiaduzheleixingxinxi.gif
│ │ │ ├── tianjiaguanliyuanxinxi.gif
│ │ │ ├── tianjiashujiaxinxi.gif
│ │ │ ├── tianjia tubiao.gif
│ │ │ ├── tianjiatushuleixingxinxi.gif
│ │ │ ├── tianjiaxiugaiduzhexinxi.gif
│ │ │ ├── tianjiaxiugaitushuxinxi.gif
│ │ │ ├── tushudanganchaxun.gif
│ │ │ ├── tushuguanxinxi.gif
│ │ │ ├── tushuguihuan.gif
│ │ │ ├── tushujieyuechaxun.gif
│ │ │ ├── tushujieyue.gif
│ │ │ ├── tushuleixingguanli.gif
│ │ │ ├── tu shu pai hang2.gif
│ │ │ ├── tu shu pai hang3.gif
│ │ │ ├── tu shu pai hang.gif
│ │ │ ├── zu zhe pai hang.gif
│ │ │ └── zuzheyanzheng.gif
│ │ ├── LibraryMS.sln
│ │ ├── LibraryMS.suo
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── MasterPage
│ │ │ ├── MainMasterPage.master
│ │ │ └── MainMasterPage.master.cs
│ │ ├── ReaderManage
│ │ │ ├── AddReader.aspx
│ │ │ ├── AddReader.aspx.cs
│ │ │ ├── AddRType.aspx
│ │ │ ├── AddRType.aspx.cs
│ │ │ ├── ReaderManage.aspx
│ │ │ ├── ReaderManage.aspx.cs
│ │ │ ├── RTypeManage.aspx
│ │ │ └── RTypeManage.aspx.cs
│ │ ├── SortManage
│ │ │ ├── BookBorrowSort.aspx
│ │ │ ├── BookBorrowSort.aspx.cs
│ │ │ ├── ReaderBorrowSort.aspx
│ │ │ └── ReaderBorrowSort.aspx.cs
│ │ ├── SysQuery
│ │ │ ├── BBorrowQuery.aspx
│ │ │ ├── BBorrowQuery.aspx.cs
│ │ │ ├── BookQuery.aspx
│ │ │ └── BookQuery.aspx.cs
│ │ ├── SysSet
│ │ │ ├── AddAdmin.aspx
│ │ │ ├── AddAdmin.aspx.cs
│ │ │ ├── AddBCase.aspx
│ │ │ ├── AddBCase.aspx.cs
│ │ │ ├── AdminManage.aspx
│ │ │ ├── AdminManage.aspx.cs
│ │ │ ├── BCaseManage.aspx
│ │ │ ├── BCaseManage.aspx.cs
│ │ │ ├── LibraryInfo.aspx
│ │ │ └── LibraryInfo.aspx.cs
│ │ └── Web.Config
│ └── readme.doc
├── 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
│ │ │ ├── App_Licenses.dll
│ │ │ ├── FreeTextBox.dll
│ │ │ ├── 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
│ │ ├── 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
│ └── readme.doc
├── 06
│ ├── readme.doc
│ ├── 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
│ │ ├── 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
│ │ │ ├── clock.wmv
│ │ │ └── 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
│ │ ├── web.config
│ │ ├── zhuce.aspx
│ │ └── zhuce.aspx.cs
│ └── readme.doc
├── 08
│ ├── readme.doc
│ └── WuLiu
│ ├── App_Code
│ │ ├── dataOperate.cs
│ │ └── operate.cs
│ ├── App_Data
│ │ ├── db_WL_log.LDF
│ │ └── db_WL.mdf
│ ├── Bin
│ │ ├── Interop.jmail.dll
│ │ └── jmail.dll
│ ├── 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
│ ├── 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
├── 09
│ ├── PlayVideo
│ │ ├── App_Code
│ │ │ ├── operateData.cs
│ │ │ └── operateMethod.cs
│ │ ├── App_Data
│ │ │ ├── playVideo_Data.MDF
│ │ │ └── playVideo_Log.LDF
│ │ ├── css
│ │ │ └── css.css
│ │ ├── GetPass.aspx
│ │ ├── GetPass.aspx.cs
│ │ ├── images
│ │ │ ├── 10.gif
│ │ │ ├── 1.GIF
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── bbanner.jpg
│ │ │ ├── beijing.gif
│ │ │ ├── bg.gif
│ │ │ ├── chongzhi.gif
│ │ │ ├── default.gif
│ │ │ ├── denglu.gif
│ │ │ ├── dlbg_13.jpg
│ │ │ ├── dle.jpg
│ │ │ ├── dMima.gif
│ │ │ ├── dZuce.gif
│ │ │ ├── end1_08.jpg
│ │ │ ├── end2_09.jpg
│ │ │ ├── end.gif
│ │ │ ├── fanhui.gif
│ │ │ ├── gaoxiao.jpg
│ │ │ ├── ghh.jpg
│ │ │ ├── +.gif
│ │ │ ├── -.gif
│ │ │ ├── gl1_02.jpg
│ │ │ ├── glbgsc_12.jpg
│ │ │ ├── glsc1_05.jpg
│ │ │ ├── glsc3_14.jpg
│ │ │ ├── gonggao.jpg
│ │ │ ├── guanl.gif
│ │ │ ├── houbei.GIF
│ │ │ ├── htdl.jpg
│ │ │ ├── htgl_bom.jpg
│ │ │ ├── htgl_glxu.jpg
│ │ │ ├── htgl_top.jpg
│ │ │ ├── htgl_wz.jpg
│ │ │ ├── hy1_02.jpg
│ │ │ ├── hy5_05.jpg
│ │ │ ├── hy6_13.jpg
│ │ │ ├── hy7_16.jpg
│ │ │ ├── hyBg_1.jpg
│ │ │ ├── jiao.gif
│ │ │ ├── ksdl_dl.jpg
│ │ │ ├── ksdl_fh.jpg
│ │ │ ├── ksdl.jpg
│ │ │ ├── ksdl_mlzh.jpg
│ │ │ ├── ksdl_xyhzc.jpg
│ │ │ ├── liebioa.gif
│ │ │ ├── line.gif
│ │ │ ├── lvsou.GIF
│ │ │ ├── midbg_02.jpg
│ │ │ ├── mingribk.GIF
│ │ │ ├── mizh_t.jpg
│ │ │ ├── mmzh_b.bmp
│ │ │ ├── mrbkBg.jpg
│ │ │ ├── mrbkw.jpg
│ │ │ ├── no1.gif
│ │ │ ├── paiming.gif
│ │ │ ├── phbg_01.jpg
│ │ │ ├── pinglun.gif
│ │ │ ├── play_b.jpg
│ │ │ ├── renqi.gif
│ │ │ ├── renqi.jpg
│ │ │ ├── sanjiao.gif
│ │ │ ├── sgetPss.gif
│ │ │ ├── shou.gif
│ │ │ ├── sRegster.gif
│ │ │ ├── sy_03.jpg
│ │ │ ├── sy_04.jpg
│ │ │ ├── sy_05.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── tijiao.gif
│ │ │ ├── tou1.jpg
│ │ │ ├── wjmm.jpg
│ │ │ ├── xgsp.jpg
│ │ │ ├── xiala.gif
│ │ │ ├── xiaos.GIF
│ │ │ ├── xyhzc.jpg
│ │ │ ├── yonghu.GIF
│ │ │ └── zc.jpg
│ │ ├── img
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── flower.gif
│ │ │ ├── Thumbs.db
│ │ │ └── tile.gif
│ │ ├── imgFile
│ │ │ ├── 200808121023542968.jpg
│ │ │ ├── 200808121024305625.jpg
│ │ │ ├── 200808161036462656.jpg
│ │ │ └── Thumbs.db
│ │ ├── imgHead
│ │ │ ├── 787878.jpg
│ │ │ ├── fdw.jpg
│ │ │ ├── lx.jpg
│ │ │ ├── mr1.jpg
│ │ │ ├── mr3.jpg
│ │ │ ├── mr8.jpg
│ │ │ ├── mr9.gif
│ │ │ ├── mr.gif
│ │ │ ├── sy.jpg
│ │ │ └── Thumbs.db
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── login.aspx
│ │ ├── login.aspx.cs
│ │ ├── manage
│ │ │ ├── lockCause.aspx
│ │ │ ├── lockCause.aspx.cs
│ │ │ ├── manage_amendLoopAd.aspx
│ │ │ ├── manage_amendLoopAd.aspx.cs
│ │ │ ├── manage_bulletin.aspx
│ │ │ ├── manage_bulletin.aspx.cs
│ │ │ ├── manage_cartoon.aspx
│ │ │ ├── manage_cartoon.aspx.cs
│ │ │ ├── manage_film.aspx
│ │ │ ├── manage_film.aspx.cs
│ │ │ ├── manage_humour.aspx
│ │ │ ├── manage_humour.aspx.cs
│ │ │ ├── manage_index.aspx
│ │ │ ├── manage_index.aspx.cs
│ │ │ ├── manage_leftMenu.aspx
│ │ │ ├── manage_leftMenu.aspx.cs
│ │ │ ├── manage_login.aspx
│ │ │ ├── manage_login.aspx.cs
│ │ │ ├── manage_rightMenu.aspx
│ │ │ ├── manage_rightMenu.aspx.cs
│ │ │ ├── manage_saveTaxis.aspx
│ │ │ ├── manage_saveTaxis.aspx.cs
│ │ │ ├── manage_sport.aspx
│ │ │ ├── manage_sport.aspx.cs
│ │ │ ├── manage_user.aspx
│ │ │ └── manage_user.aspx.cs
│ │ ├── play.aspx
│ │ ├── play.aspx.cs
│ │ ├── player.swf
│ │ ├── playFile
│ │ │ └── 200808161036462656.flv
│ │ ├── Register.aspx
│ │ ├── Register.aspx.cs
│ │ ├── searchList.aspx
│ │ ├── searchList.aspx.cs
│ │ ├── tool
│ │ │ ├── banner.swf
│ │ │ └── LoopId.txt
│ │ ├── user
│ │ │ ├── amendInfo.aspx
│ │ │ ├── amendInfo.aspx.cs
│ │ │ ├── amendPass.aspx
│ │ │ ├── amendPass.aspx.cs
│ │ │ ├── amendVideoInfo.aspx
│ │ │ ├── amendVideoInfo.aspx.cs
│ │ │ ├── ideaFrame.aspx
│ │ │ ├── ideaFrame.aspx.cs
│ │ │ ├── MasterPageUser.master
│ │ │ ├── MasterPageUser.master.cs
│ │ │ ├── revertIdea.aspx
│ │ │ ├── revertIdea.aspx.cs
│ │ │ ├── upVideo.aspx
│ │ │ ├── upVideo.aspx.cs
│ │ │ ├── userIdea.aspx
│ │ │ ├── userIdea.aspx.cs
│ │ │ ├── userIndex.aspx
│ │ │ └── userIndex.aspx.cs
│ │ ├── userInfo.aspx
│ │ ├── userInfo.aspx.cs
│ │ ├── userPage.aspx
│ │ ├── userPage.aspx.cs
│ │ ├── videoCartoon.aspx
│ │ ├── videoCartoon.aspx.cs
│ │ ├── videoFilm.aspx
│ │ ├── videoFilm.aspx.cs
│ │ ├── videoHumour.aspx
│ │ ├── videoHumour.aspx.cs
│ │ ├── videoNew.aspx
│ │ ├── videoNew.aspx.cs
│ │ ├── videoPlaySum.aspx
│ │ ├── videoPlaySum.aspx.cs
│ │ ├── videoSport.aspx
│ │ ├── videoSport.aspx.cs
│ │ ├── videoTaxis.aspx
│ │ ├── videoTaxis.aspx.cs
│ │ ├── Web.config
│ │ └── webUser
│ │ ├── Search.ascx
│ │ ├── Search.ascx.cs
│ │ ├── Top.ascx
│ │ ├── Top.ascx.cs
│ │ ├── WebUserControlLoopAD.ascx
│ │ ├── WebUserControlLoopAD.ascx.cs
│ │ ├── WebUserControlUserLogin.ascx
│ │ ├── WebUserControlUserLogin.ascx.cs
│ │ ├── WebUserControlVideoPlaySum.ascx
│ │ ├── WebUserControlVideoPlaySum.ascx.cs
│ │ ├── WebUserLeft.ascx
│ │ └── WebUserLeft.ascx.cs
│ └── readme.doc
└── 10
├── ClientWebSite
│ ├── Answer.aspx
│ ├── Answer.aspx.cs
│ ├── App_Code
│ │ ├── ClientHelper.cs
│ │ ├── DataClasses.dbml
│ │ ├── DataClasses.dbml.layout
│ │ └── DataClasses.designer.cs
│ ├── App_Data
│ │ ├── db_MRQA_log.ldf
│ │ └── db_MRQA.mdf
│ ├── Bin
│ │ ├── ServerControl.dll
│ │ └── ServerControl.pdb
│ ├── css
│ │ ├── css.css
│ │ ├── jquery.js
│ │ └── style.css
│ ├── Images
│ │ ├── bbs_header_nav.gif
│ │ ├── bg.gif
│ │ ├── btn_register.gif
│ │ ├── end.gif
│ │ ├── hd.gif
│ │ ├── home32.gif
│ │ ├── ite.gif
│ │ ├── left011.gif
│ │ ├── left01.gif
│ │ ├── left022.GIF
│ │ ├── left02.gif
│ │ ├── left033.gif
│ │ ├── left03.gif
│ │ ├── login1_01.gif
│ │ ├── login1_02.gif
│ │ ├── login1_03.gif
│ │ ├── login1_04.gif
│ │ ├── loginbg.gif
│ │ ├── loginb.gif
│ │ ├── login.jpg
│ │ ├── logo.gif
│ │ ├── mark_time.gif
│ │ ├── mark_title_simple.gif
│ │ ├── mark_ts.gif
│ │ ├── mark_unsearch.gif
│ │ ├── so.GIF
│ │ ├── SureLogin.JPG
│ │ ├── text.gif
│ │ ├── top_01.gif
│ │ ├── top_02.gif
│ │ ├── top_03.gif
│ │ ├── top_04.gif
│ │ ├── top_05.gif
│ │ ├── top_06.gif
│ │ ├── top_07.gif
│ │ ├── top_08.gif
│ │ ├── top_09.gif
│ │ ├── top_10.gif
│ │ ├── top2_01.gif
│ │ ├── top2_02.gif
│ │ ├── top2_03.gif
│ │ ├── top2_04.gif
│ │ ├── top2_05.gif
│ │ ├── top2_06.gif
│ │ ├── top2_07.gif
│ │ ├── top2_08.gif
│ │ ├── top2_09.gif
│ │ ├── top2_10.gif
│ │ ├── topic_permit.gif
│ │ ├── tw.gif
│ │ ├── unface.gif
│ │ └── zhuce.jpg
│ ├── Index.aspx
│ ├── Index.aspx.cs
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── NotLogin.aspx
│ ├── NotLogin.aspx.cs
│ ├── NotSearch.aspx
│ ├── NotSearch.aspx.cs
│ ├── QuestionAnswer.aspx
│ ├── QuestionAnswer.aspx.cs
│ ├── Question.aspx
│ ├── Question.aspx.cs
│ ├── QuestionCatalog.aspx
│ ├── QuestionCatalog.aspx.cs
│ ├── QuestionList2.aspx
│ ├── QuestionList2.aspx.cs
│ ├── QuestionList.aspx
│ ├── QuestionList.aspx.cs
│ ├── Register.aspx
│ ├── Register.aspx.cs
│ ├── UC_Footer.ascx
│ ├── UC_Footer.ascx.cs
│ ├── UC_Header.ascx
│ ├── UC_Header.ascx.cs
│ ├── UC_Navigation.ascx
│ ├── UC_Navigation.ascx.cs
│ ├── UC_Search.ascx
│ ├── UC_Search.ascx.cs
│ ├── vwd.webinfo
│ └── web.config
├── Database
│ ├── db_MRQA_log.ldf
│ └── db_MRQA.mdf
├── MRQA.sln
├── MRQA.suo
├── readme.doc
├── ServerControl
│ ├── bin
│ │ └── Debug
│ │ ├── ServerControl.dll
│ │ └── ServerControl.pdb
│ ├── GridView.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ │ └── ServerControl.dll
│ │ ├── ServerControl.csproj.FileListAbsolute.txt
│ │ ├── ServerControl.dll
│ │ └── ServerControl.pdb
│ ├── OurPager.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ServerControl.csproj
│ ├── ServerControl.csproj.user
│ └── ValidateCode.cs
└── ServerWebSite
├── App_Code
│ ├── ClientHelper.cs
│ ├── Cookie.cs
│ ├── DataClasses.dbml
│ ├── DataClasses.dbml.layout
│ └── DataClasses.designer.cs
├── App_Themes
│ └── Green
│ ├── base.css
│ ├── Images
│ │ ├── Bottom.jpg
│ │ ├── buttonbgGray.gif
│ │ ├── GvTitlebgGreen.gif
│ │ ├── jinxiaocun-index-lan02.gif
│ │ ├── jinxiaocun-index-lan03.gif
│ │ ├── jinxiaocun-index-lan04.gif
│ │ ├── jinxiaocun-index-lan05.gif
│ │ ├── jinxiaocun-index-lan0.gif
│ │ ├── logoGreen.gif
│ │ ├── logo.png
│ │ ├── mainbgGreen.gif
│ │ ├── mainbottomGreen.gif
│ │ ├── maintopbgGreen.gif
│ │ ├── maintopleftGreen.gif
│ │ ├── maintoprightGreen.gif
│ │ ├── miantoptabGreen.gif
│ │ ├── redLine.gif
│ │ ├── submitTitleGreen.gif
│ │ ├── Thumbs.db
│ │ ├── topbg2.gif
│ │ ├── topbgGreen.gif
│ │ └── vssver2.scc
│ ├── master.css
│ ├── SkinFile.skin
│ └── vssver2.scc
├── Bin
│ ├── ServerControl.dll
│ └── ServerControl.pdb
├── QuestionManager.aspx
├── QuestionManager.aspx.cs
├── Themes
│ ├── Css
│ │ ├── Common.css
│ │ ├── default.css
│ │ ├── Master.css
│ │ ├── screen.css
│ │ ├── uploadify.css
│ │ └── vssver2.scc
│ ├── Images
│ │ ├── Common
│ │ │ ├── buttonbg.gif
│ │ │ ├── buttondel.gif
│ │ │ ├── buttonnext.gif
│ │ │ ├── calendar.gif
│ │ │ ├── help.gif
│ │ │ ├── line.gif
│ │ │ ├── mainContent.jpg
│ │ │ ├── meetingtitlebg.gif
│ │ │ ├── richengicon.gif
│ │ │ ├── rightbg.gif
│ │ │ ├── rightbottom.gif
│ │ │ ├── rightmiddline.gif
│ │ │ ├── rightmiddlw.gif
│ │ │ ├── righttop.gif
│ │ │ ├── tab1.gif
│ │ │ ├── tab2.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── titlebluebg.gif
│ │ │ ├── title.gif
│ │ │ ├── titleleft.gif
│ │ │ └── vssver2.scc
│ │ ├── Error
│ │ │ ├── Bottom.gif
│ │ │ ├── Broken line.gif
│ │ │ ├── ErectLineleft.gif
│ │ │ ├── ErectLineright.gif
│ │ │ ├── SmallMan.jpg
│ │ │ ├── Thumbs.db
│ │ │ └── top.gif
│ │ ├── Login
│ │ │ ├── exit.jpg
│ │ │ ├── exitreturn.jpg
│ │ │ ├── login.jpg
│ │ │ ├── loginreturn.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── user-login_01.gif
│ │ │ ├── user-login_02.gif
│ │ │ ├── user-login_03.gif
│ │ │ ├── user-login_04.gif
│ │ │ └── user-login_05.gif
│ │ ├── Navigation
│ │ │ ├── Cube.bmp
│ │ │ ├── folder.gif
│ │ │ ├── page.gif
│ │ │ └── Thumbs.db
│ │ ├── ToolBarN
│ │ │ ├── Thumbs.db
│ │ │ ├── toolbarbg.gif
│ │ │ └── vssver2.scc
│ │ └── UploadFile
│ │ ├── BeginUpload.gif
│ │ ├── CancelUpload.gif
│ │ ├── SelectUpload.gif
│ │ └── Thumbs.db
│ ├── Js
│ │ ├── Dialog.js
│ │ ├── FileManager.js
│ │ ├── gridrowselect.js
│ │ ├── lightbox.js
│ │ ├── modalDialog.js
│ │ ├── prototype.js
│ │ └── vssver2.scc
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── vssver2.scc
│ └── Xml
│ ├── CustomConfig.xml
│ ├── SiteMap.xml
│ └── vssver2.scc
├── UserManager.aspx
├── UserManager.aspx.cs
├── vwd.webinfo
└── web.config
157 directories, 1504 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论