在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP网页编程 → 基于ASP.NET技术的动态IT培训网站的设计与实现

基于ASP.NET技术的动态IT培训网站的设计与实现

ASP网页编程

下载此实例
  • 开发语言:ASP
  • 实例大小:2.98M
  • 下载次数:12
  • 浏览次数:98
  • 发布时间:2022-12-17
  • 实例类别:ASP网页编程
  • 发 布 人:wangfeng3000
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例介绍】基于ASP.NET技术的动态IT培训网站的设计与实现

这是一个完整的本科生毕业设计示例,包括:开题报告、完整的毕业设计报告(word格式)、源代码、答辩使用的ppt等

参于参加毕业设计的学生与从事毕业设计的指导老师都有极大的参考价值。

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── 基于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



实例下载地址

基于ASP.NET技术的动态IT培训网站的设计与实现

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警