嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
【实例介绍】基于ASP.NET技术的动态IT培训网站的设计与实现
这是一个完整的本科生毕业设计示例,包括:开题报告、完整的毕业设计报告(word格式)、源代码、答辩使用的ppt等
参于参加毕业设计的学生与从事毕业设计的指导老师都有极大的参考价值。
.
├── 基于ASP.NET技术的动态IT培训网站的设计与实现
│ ├── 代码
│ │ ├── Code
│ │ │ └── webit
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CheckCode.aspx
│ │ │ ├── CheckCode.aspx.cs
│ │ │ ├── CheckCode.aspx.resx
│ │ │ ├── Common
│ │ │ │ ├── CSS
│ │ │ │ │ └── Default.CSS
│ │ │ │ ├── Images
│ │ │ │ │ ├── DatePicker
│ │ │ │ │ │ ├── BIMG.gif
│ │ │ │ │ │ ├── None.gif
│ │ │ │ │ │ ├── Today.gif
│ │ │ │ │ │ └── close.gif
│ │ │ │ │ ├── btn_bg_off.gif
│ │ │ │ │ └── btn_bg_on.gif
│ │ │ │ └── JavaScript
│ │ │ │ └── DatePicker.js
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── IZlog.cs
│ │ │ ├── Web.config
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.resx
│ │ │ ├── admin
│ │ │ │ ├── CheckCode.aspx
│ │ │ │ ├── PostNews.htm
│ │ │ │ ├── PostNews_files
│ │ │ │ │ ├── Csdn.News.Web.Admin.PostNews,App_Web_koakdsny.ashx
│ │ │ │ │ ├── btn_ok.gif
│ │ │ │ │ ├── btn_reset.gif
│ │ │ │ │ ├── common.ashx
│ │ │ │ │ ├── default.css
│ │ │ │ │ └── htmlarea.js
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.resx
│ │ │ │ ├── admin_Login.aspx
│ │ │ │ ├── admin_Login.aspx.cs
│ │ │ │ ├── admin_Login.aspx.resx
│ │ │ │ ├── course
│ │ │ │ │ ├── Common
│ │ │ │ │ │ ├── CSS
│ │ │ │ │ │ │ └── Default.CSS
│ │ │ │ │ │ ├── Images
│ │ │ │ │ │ │ ├── DatePicker
│ │ │ │ │ │ │ │ ├── BIMG.gif
│ │ │ │ │ │ │ │ ├── None.gif
│ │ │ │ │ │ │ │ ├── Today.gif
│ │ │ │ │ │ │ │ └── close.gif
│ │ │ │ │ │ │ ├── btn_bg_off.gif
│ │ │ │ │ │ │ └── btn_bg_on.gif
│ │ │ │ │ │ └── JavaScript
│ │ │ │ │ │ └── DatePicker.js
│ │ │ │ │ ├── addclass.aspx
│ │ │ │ │ ├── addclass.aspx.cs
│ │ │ │ │ ├── addclass.aspx.resx
│ │ │ │ │ ├── addcourse.aspx
│ │ │ │ │ ├── addcourse.aspx.cs
│ │ │ │ │ ├── addcourse.aspx.resx
│ │ │ │ │ ├── courseType.aspx
│ │ │ │ │ ├── courseType.aspx.cs
│ │ │ │ │ ├── courseType.aspx.resx
│ │ │ │ │ ├── editclass.aspx
│ │ │ │ │ ├── editclass.aspx.cs
│ │ │ │ │ ├── editclass.aspx.resx
│ │ │ │ │ ├── editcourse.aspx
│ │ │ │ │ ├── editcourse.aspx.cs
│ │ │ │ │ └── editcourse.aspx.resx
│ │ │ │ ├── course_reg
│ │ │ │ │ ├── courseClass.aspx
│ │ │ │ │ ├── courseClass.aspx.cs
│ │ │ │ │ ├── courseClass.aspx.resx
│ │ │ │ │ ├── reg.aspx
│ │ │ │ │ ├── reg.aspx.cs
│ │ │ │ │ ├── reg.aspx.resx
│ │ │ │ │ ├── regAcount.aspx
│ │ │ │ │ ├── regAcount.aspx.cs
│ │ │ │ │ ├── regAcount.aspx.resx
│ │ │ │ │ ├── regDetail.aspx
│ │ │ │ │ ├── regDetail.aspx.cs
│ │ │ │ │ ├── regDetail.aspx.resx
│ │ │ │ │ ├── regTcount.aspx
│ │ │ │ │ ├── regTcount.aspx.cs
│ │ │ │ │ ├── regTcount.aspx.resx
│ │ │ │ │ ├── regcount.aspx
│ │ │ │ │ ├── regcount.aspx.cs
│ │ │ │ │ └── regcount.aspx.resx
│ │ │ │ ├── down
│ │ │ │ │ ├── download.aspx
│ │ │ │ │ ├── download.aspx.cs
│ │ │ │ │ └── download.aspx.resx
│ │ │ │ ├── main.aspx
│ │ │ │ ├── main.aspx.cs
│ │ │ │ ├── main.aspx.resx
│ │ │ │ ├── menu.htm
│ │ │ │ ├── menu1.htm
│ │ │ │ ├── menu_files
│ │ │ │ │ ├── arrow.gif
│ │ │ │ │ ├── box_bg.gif
│ │ │ │ │ ├── box_bottom.gif
│ │ │ │ │ ├── box_topbg.gif
│ │ │ │ │ ├── box_topleft.gif
│ │ │ │ │ ├── box_topright.gif
│ │ │ │ │ └── default.css
│ │ │ │ ├── news
│ │ │ │ │ ├── Fmessage.aspx
│ │ │ │ │ ├── Fmessage.aspx.cs
│ │ │ │ │ └── Fmessage.aspx.resx
│ │ │ │ ├── reg.aspx
│ │ │ │ ├── reg.aspx.cs
│ │ │ │ ├── reg.aspx.resx
│ │ │ │ ├── top.htm
│ │ │ │ └── top_files
│ │ │ │ ├── date.js
│ │ │ │ ├── default.css
│ │ │ │ └── top_bg.gif
│ │ │ ├── bin
│ │ │ │ ├── Ajax.dll
│ │ │ │ ├── FreeTextBox.dll
│ │ │ │ ├── Interop.ADODB.dll
│ │ │ │ ├── Interop.CDO.dll
│ │ │ │ ├── MSPlus.DatePicker.dll
│ │ │ │ ├── Microsoft.ApplicationBlocks.Data.dll
│ │ │ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ │ │ ├── XCProf.dll
│ │ │ │ ├── webit.dll
│ │ │ │ └── webit.pdb
│ │ │ ├── course
│ │ │ │ ├── AjaxMethod.cs
│ │ │ │ ├── Common
│ │ │ │ │ ├── CSS
│ │ │ │ │ │ └── Default.CSS
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── DatePicker
│ │ │ │ │ │ │ ├── BIMG.gif
│ │ │ │ │ │ │ ├── None.gif
│ │ │ │ │ │ │ ├── Today.gif
│ │ │ │ │ │ │ └── close.gif
│ │ │ │ │ │ ├── btn_bg_off.gif
│ │ │ │ │ │ └── btn_bg_on.gif
│ │ │ │ │ └── JavaScript
│ │ │ │ │ └── DatePicker.js
│ │ │ │ ├── class_Find.aspx
│ │ │ │ ├── class_Find.aspx.cs
│ │ │ │ ├── class_Find.aspx.resx
│ │ │ │ ├── courseType.aspx
│ │ │ │ ├── courseType.aspx.cs
│ │ │ │ ├── courseType.aspx.resx
│ │ │ │ ├── course_Ann.aspx
│ │ │ │ ├── course_Ann.aspx.cs
│ │ │ │ ├── course_Ann.aspx.resx
│ │ │ │ ├── course_reg.aspx
│ │ │ │ ├── course_reg.aspx.cs
│ │ │ │ ├── course_reg.aspx.resx
│ │ │ │ ├── default.aspx
│ │ │ │ ├── default.aspx.cs
│ │ │ │ └── default.aspx.resx
│ │ │ ├── default.aspx
│ │ │ ├── default.aspx.cs
│ │ │ ├── default.aspx.resx
│ │ │ ├── images
│ │ │ │ ├── Mess_Reply
│ │ │ │ │ ├── ask_back.gif
│ │ │ │ │ ├── ask_email.gif
│ │ │ │ │ ├── ask_nofollow.gif
│ │ │ │ │ ├── ask_reply.gif
│ │ │ │ │ ├── index_r3_c10.jpg
│ │ │ │ │ └── nei_r3_c1.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── body
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── botton_more.gif
│ │ │ │ │ ├── index_r10_c1.gif
│ │ │ │ │ ├── index_r14_c8.gif
│ │ │ │ │ ├── index_r15_c4.gif
│ │ │ │ │ ├── index_r1_c1.jpg
│ │ │ │ │ ├── index_r1_c14.jpg
│ │ │ │ │ ├── index_r23_c22.gif
│ │ │ │ │ ├── index_r27_c25.jpg
│ │ │ │ │ ├── index_r2_c1.jpg
│ │ │ │ │ ├── index_r2_c14.jpg
│ │ │ │ │ ├── index_r33_c11.jpg
│ │ │ │ │ ├── index_r38_c2.gif
│ │ │ │ │ ├── index_r3_c1.jpg
│ │ │ │ │ ├── index_r3_c10.jpg
│ │ │ │ │ ├── index_r4_c1.gif
│ │ │ │ │ ├── index_r5_c13.jpg
│ │ │ │ │ ├── j_black.gif
│ │ │ │ │ └── j_white.gif
│ │ │ │ ├── botton_more.gif
│ │ │ │ ├── course
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── m_bg_menu02.gif
│ │ │ │ │ ├── m_img_menu03.gif
│ │ │ │ │ ├── submit.gif
│ │ │ │ │ └── t_bg_menu.gif
│ │ │ │ ├── courseType
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── bg01.jpg
│ │ │ │ │ ├── biao.gif
│ │ │ │ │ ├── dian.gif
│ │ │ │ │ └── qs92374.gif
│ │ │ │ ├── course_Find
│ │ │ │ │ ├── title_bg.gif
│ │ │ │ │ └── title_class.gif
│ │ │ │ ├── course_reg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ic_female.gif
│ │ │ │ │ ├── ic_male.gif
│ │ │ │ │ ├── online_r2_c2.gif
│ │ │ │ │ ├── online_r2_c5.jpg
│ │ │ │ │ ├── online_r3_c4.gif
│ │ │ │ │ ├── online_r4_c5.jpg
│ │ │ │ │ ├── online_r5_c5.gif
│ │ │ │ │ ├── online_r6_c5.gif
│ │ │ │ │ ├── zxjj_r12_c3.gif
│ │ │ │ │ ├── zxjj_r15_c3.gif
│ │ │ │ │ ├── zxjj_r2_c2.gif
│ │ │ │ │ └── zxjj_r9_c3.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── dian.gif
│ │ │ │ ├── edit.gif
│ │ │ │ ├── ftb
│ │ │ │ │ ├── HrbLove.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ ├── office2000
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ ├── center.gif
│ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ ├── link.gif
│ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ ├── numbers.gif
│ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ ├── table.gif
│ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ ├── toolbar.gif
│ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ ├── office2003
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ ├── toolbar.background.gif
│ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ └── officeXP
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ ├── bold.gif
│ │ │ │ │ ├── bold.over.gif
│ │ │ │ │ ├── borders.gif
│ │ │ │ │ ├── bullets.gif
│ │ │ │ │ ├── bullets.over.gif
│ │ │ │ │ ├── changecase.gif
│ │ │ │ │ ├── changecase.over.gif
│ │ │ │ │ ├── copy.gif
│ │ │ │ │ ├── copy.over.gif
│ │ │ │ │ ├── createlink.gif
│ │ │ │ │ ├── createlink.over.gif
│ │ │ │ │ ├── cut.gif
│ │ │ │ │ ├── cut.over.gif
│ │ │ │ │ ├── delete.gif
│ │ │ │ │ ├── delete.over.gif
│ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ ├── deletetablecolumn.over.gif
│ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ ├── deletetablerow.over.gif
│ │ │ │ │ ├── details.gif
│ │ │ │ │ ├── find.gif
│ │ │ │ │ ├── find.over.gif
│ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ ├── fontforecolorpicker.over.gif
│ │ │ │ │ ├── help.gif
│ │ │ │ │ ├── help.over.gif
│ │ │ │ │ ├── indent.gif
│ │ │ │ │ ├── indent.over.gif
│ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ ├── insertdate.over.gif
│ │ │ │ │ ├── insertemail.gif
│ │ │ │ │ ├── insertemail.over.gif
│ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ ├── insertimage.over.gif
│ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ ├── insertimagefromgallery.over.gif
│ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ ├── insertrule.over.gif
│ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ ├── inserttable.over.gif
│ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ ├── inserttablecolumn.over.gif
│ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ ├── inserttablerow.over.gif
│ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ ├── inserttime.over.gif
│ │ │ │ │ ├── italic.gif
│ │ │ │ │ ├── italic.over.gif
│ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ ├── justifycenter.over.gif
│ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ ├── justifyfull.over.gif
│ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ ├── justifyleft.over.gif
│ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ ├── justifyright.over.gif
│ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ ├── numberedlist.over.gif
│ │ │ │ │ ├── outdent.gif
│ │ │ │ │ ├── outdent.over.gif
│ │ │ │ │ ├── paste.gif
│ │ │ │ │ ├── paste.over.gif
│ │ │ │ │ ├── print.gif
│ │ │ │ │ ├── print.over.gif
│ │ │ │ │ ├── redo.gif
│ │ │ │ │ ├── redo.over.gif
│ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ ├── removeformat.over.gif
│ │ │ │ │ ├── save.gif
│ │ │ │ │ ├── save.over.gif
│ │ │ │ │ ├── separator.gif
│ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ ├── spellcheck.over.gif
│ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ ├── strikethrough.over.gif
│ │ │ │ │ ├── subscript.gif
│ │ │ │ │ ├── subscript.over.gif
│ │ │ │ │ ├── superscript.gif
│ │ │ │ │ ├── superscript.over.gif
│ │ │ │ │ ├── toggleborders.gif
│ │ │ │ │ ├── toggledetails.gif
│ │ │ │ │ ├── toggledetails.over.gif
│ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ ├── underline.gif
│ │ │ │ │ ├── underline.over.gif
│ │ │ │ │ ├── undo.gif
│ │ │ │ │ ├── undo.over.gif
│ │ │ │ │ ├── unlink.gif
│ │ │ │ │ ├── unlink.over.gif
│ │ │ │ │ ├── verse.gif
│ │ │ │ │ ├── verse.over.gif
│ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ ├── wordclean.over.gif
│ │ │ │ │ ├── wordcount.gif
│ │ │ │ │ └── wordcount.over.gif
│ │ │ │ ├── index
│ │ │ │ │ ├── Default.CSS
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── bbbbb.gif
│ │ │ │ │ ├── botton_more.gif
│ │ │ │ │ ├── bt_login.gif
│ │ │ │ │ ├── bt_login_m.gif
│ │ │ │ │ ├── index_r1_c1.jpg
│ │ │ │ │ ├── index_r1_c14.jpg
│ │ │ │ │ ├── index_r2_c1.jpg
│ │ │ │ │ ├── index_r2_c14.jpg
│ │ │ │ │ ├── index_r3_c1.jpg
│ │ │ │ │ ├── index_r3_c10.jpg
│ │ │ │ │ ├── index_r4_c1.gif
│ │ │ │ │ ├── index_r5_c13.jpg
│ │ │ │ │ ├── j_black.gif
│ │ │ │ │ ├── j_white.gif
│ │ │ │ │ ├── new_class_会计.gif
│ │ │ │ │ ├── new_class_其他.gif
│ │ │ │ │ ├── new_class_就业.gif
│ │ │ │ │ ├── new_class_英语.gif
│ │ │ │ │ ├── new_class_计算机.gif
│ │ │ │ │ ├── new_class_成人考试.gif
│ │ │ │ │ ├── rc_r2_c2.gif
│ │ │ │ │ ├── rc_r2_c3.gif
│ │ │ │ │ ├── rc_r2_c5.gif
│ │ │ │ │ ├── rc_r7_c8.gif
│ │ │ │ │ └── rsb14.gif
│ │ │ │ ├── login
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── login.gif
│ │ │ │ │ ├── reg.gif
│ │ │ │ │ ├── user_login_01.gif
│ │ │ │ │ └── user_login_03.gif
│ │ │ │ ├── submit.gif
│ │ │ │ ├── top_bottom
│ │ │ │ │ ├── Default.CSS
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── bottom.jpg
│ │ │ │ │ ├── common.css
│ │ │ │ │ ├── hide_duilian.js
│ │ │ │ │ ├── index_r1_c1.jpg
│ │ │ │ │ ├── index_r1_c14.jpg
│ │ │ │ │ ├── index_r2_c1.jpg
│ │ │ │ │ ├── index_r2_c14.jpg
│ │ │ │ │ ├── index_r3_c1.jpg
│ │ │ │ │ ├── index_r3_c10.jpg
│ │ │ │ │ ├── index_r4_c1.gif
│ │ │ │ │ ├── index_r5_c13.jpg
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── style1.css
│ │ │ │ │ └── urchin.js
│ │ │ │ ├── xcprof.txt
│ │ │ │ └── zhixun
│ │ │ │ ├── ask_ico.gif
│ │ │ │ └── ask_r6_c2.jpg
│ │ │ ├── news
│ │ │ ├── studyFlied
│ │ │ │ ├── default.aspx
│ │ │ │ ├── default.aspx.cs
│ │ │ │ ├── default.aspx.resx
│ │ │ │ ├── subbmit.aspx
│ │ │ │ ├── subbmit.aspx.cs
│ │ │ │ └── subbmit.aspx.resx
│ │ │ ├── upFile.aspx
│ │ │ ├── upFile.aspx.cs
│ │ │ ├── upFile.aspx.resx
│ │ │ ├── updatePwd.aspx
│ │ │ ├── updatePwd.aspx.cs
│ │ │ ├── updatePwd.aspx.resx
│ │ │ ├── updateUserm.aspx
│ │ │ ├── updateUserm.aspx.cs
│ │ │ ├── updateUserm.aspx.resx
│ │ │ ├── upfile
│ │ │ │ └── Thumbs.db
│ │ │ ├── userControl
│ │ │ │ ├── bottom.ascx
│ │ │ │ ├── bottom.ascx.cs
│ │ │ │ ├── bottom.ascx.resx
│ │ │ │ ├── top.ascx
│ │ │ │ ├── top.ascx.cs
│ │ │ │ └── top.ascx.resx
│ │ │ ├── user_Login.aspx
│ │ │ ├── user_Login.aspx.cs
│ │ │ ├── user_Login.aspx.resx
│ │ │ ├── user_Reg.aspx
│ │ │ ├── user_Reg.aspx.cs
│ │ │ ├── user_Reg.aspx.resx
│ │ │ ├── user_getPwd.aspx
│ │ │ ├── user_getPwd.aspx.cs
│ │ │ ├── user_getPwd.aspx.resx
│ │ │ ├── webit.csproj
│ │ │ ├── webit.csproj.webinfo
│ │ │ ├── webit.sln
│ │ │ ├── webit.suo
│ │ │ └── zhixun
│ │ │ ├── Answer.aspx
│ │ │ ├── Answer.aspx.cs
│ │ │ ├── Answer.aspx.resx
│ │ │ ├── LiuYan.aspx
│ │ │ ├── LiuYan.aspx.cs
│ │ │ ├── LiuYan.aspx.resx
│ │ │ ├── reply.aspx
│ │ │ ├── reply.aspx.cs
│ │ │ └── reply.aspx.resx
│ │ ├── DataBase
│ │ │ └── ItTrain
│ │ └── 部署说明.doc
│ ├── 基于ASP.NET技术的动态IT培训网站的设计与实现.doc
│ ├── 基于ASP.NET技术的动态IT培训网站的设计与实现.ppt
│ └── 开题报告.doc
└── 好例子网_基于ASP.NET技术的动态IT培训网站的设计与实现.rar
50 directories, 498 files