在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → 毕业论文在线指导系统

毕业论文在线指导系统

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:4.36M
  • 下载次数:12
  • 浏览次数:106
  • 发布时间:2022-10-12
  • 实例类别:ASP/Basic基础
  • 发 布 人:dahuay
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 毕业论文 毕业 指导 论文 在线

实例介绍

【实例简介】毕业论文在线指导系统

ASP.NET程序,数据库为SQL2005,系统中用到asp.net ajax,office组件,在线编辑的FCKEditor,程序中附带有以上组件和数据库。

【实例截图】

from clipboard

【核心代码】

.
├── 毕业论文在线指导系统
│   ├── Admin
│   │   ├── frmSettingFormat.aspx
│   │   ├── frmSettingFormat.aspx.cs
│   │   └── web.config
│   ├── App_Code
│   │   ├── Common
│   │   │   ├── CCWordApp.cs
│   │   │   ├── CommHandler.cs
│   │   │   ├── DataAccess.cs
│   │   │   ├── MyWord.cs
│   │   │   ├── Trace.cs
│   │   │   └── Utilities.cs
│   │   ├── DAL
│   │   │   ├── CandidatePaper.cs
│   │   │   ├── Global.cs
│   │   │   ├── Message.cs
│   │   │   ├── PageStyle.cs
│   │   │   ├── Paper.cs
│   │   │   ├── ParagraphStyle.cs
│   │   │   ├── Student.cs
│   │   │   ├── Student_Paper.cs
│   │   │   ├── Student_Paper_Part.cs
│   │   │   ├── Teacher.cs
│   │   │   └── TeacherStudent.cs
│   │   ├── ValidateCode.cs
│   │   ├── WebService.cs
│   │   └── utils
│   ├── App_Data
│   │   ├── ASPNETDB.MDF
│   │   └── aspnetdb_log.ldf
│   ├── App_Themes
│   │   └── SampleSiteTheme
│   │       ├── CollapsiblePanel.skin
│   │       ├── Images
│   │       │   └── menu-bg.gif
│   │       ├── Menu.ContextMenu.css
│   │       └── Menu.ContextMenu.skin
│   ├── Bin
│   │   ├── ActiproSoftware.CodeHighlighter.Net20.dll
│   │   ├── ActiproSoftware.CodeHighlighter.Net20.dll.refresh
│   │   ├── ActiproSoftware.Shared.Net20.dll
│   │   ├── ActiproSoftware.Shared.Net20.dll.refresh
│   │   ├── AjaxControlToolkit.dll
│   │   ├── AjaxControlToolkit.dll.refresh
│   │   ├── CFX32.LIC
│   │   ├── CodeHighlighterTest.dll
│   │   ├── CodeHighlighterTest.dll.refresh
│   │   ├── DotNetTextBox.dll
│   │   ├── DotNetTextBox.dll.refresh
│   │   ├── Interop.Microsoft.Office.Core.dll
│   │   ├── Interop.Microsoft.Office.Core.dll.refresh
│   │   ├── Interop.VBIDE.dll
│   │   ├── Interop.VBIDE.dll.refresh
│   │   ├── Interop.Word.dll
│   │   ├── Interop.Word.dll.refresh
│   │   ├── VCF1.LIC
│   │   ├── VCFI.LIC
│   │   ├── VS.LIC
│   │   ├── Word_dntb.dll
│   │   └── Word_dntb.dll.refresh
│   ├── DB_51aspx
│   │   ├── PaperOnlineInstruct.mdf
│   │   └── PaperOnlineInstruct_log.LDF
│   ├── Default-S.aspx
│   ├── Default-S.aspx.cs
│   ├── Default-T.aspx
│   ├── Default-T.aspx.cs
│   ├── DefaultMaster.master
│   ├── DefaultMaster.master.cs
│   ├── Menu.sitemap
│   ├── Papers
│   │   ├── s1
│   │   │   ├── 20080503145814.doc
│   │   │   └── 20080503145905.doc
│   │   ├── s2
│   │   │   └── 20080503150103.doc
│   │   └── s4
│   ├── StyleSheet.css
│   ├── Teacher
│   │   ├── frmKaiTiBaoGaoMeetingReport.aspx
│   │   ├── frmKaiTiBaoGaoMeetingReport.aspx.cs
│   │   ├── frmTeacherGivePaper.aspx
│   │   ├── frmTeacherGivePaper.aspx.cs
│   │   └── web.config
│   ├── UserControls
│   │   ├── formatSetting
│   │   ├── paper_part
│   │   │   ├── ucInstructRecordWrite.ascx
│   │   │   ├── ucInstructRecordWrite.ascx.cs
│   │   │   ├── ucKaiTiBaoGao.ascx
│   │   │   ├── ucKaiTiBaoGao.ascx.cs
│   │   │   ├── ucKaiTiBaoGaoMeetingReport.ascx
│   │   │   └── ucKaiTiBaoGaoMeetingReport.ascx.cs
│   │   ├── ucCheckPageFormat.ascx
│   │   ├── ucCheckPageFormat.ascx.cs
│   │   ├── ucFAQ.ascx
│   │   ├── ucFAQ.ascx.cs
│   │   ├── ucFAQList.ascx
│   │   ├── ucFAQList.ascx.cs
│   │   ├── ucFormatSetting.ascx
│   │   ├── ucFormatSetting.ascx.cs
│   │   ├── ucReplyFAQ.ascx
│   │   ├── ucReplyFAQ.ascx.cs
│   │   ├── ucSelectCandidatePaper.ascx
│   │   ├── ucSelectCandidatePaper.ascx.cs
│   │   ├── ucSendSingleMSG.ascx
│   │   ├── ucSendSingleMSG.ascx.cs
│   │   ├── ucStudentDown-UpLoadPaperPart.ascx
│   │   ├── ucStudentDown-UpLoadPaperPart.ascx.cs
│   │   ├── ucStudentPaperInfoList.ascx
│   │   ├── ucStudentPaperInfoList.ascx.cs
│   │   ├── ucStudentUpLoad.ascx
│   │   ├── ucStudentUpLoad.ascx.cs
│   │   ├── ucStudentWritePaperPart.ascx
│   │   ├── ucStudentWritePaperPart.ascx.cs
│   │   ├── ucStudent_Sel_Paper.ascx
│   │   ├── ucStudent_Sel_Paper.ascx.cs
│   │   ├── ucTeacherCheckPaperPart.ascx
│   │   ├── ucTeacherCheckPaperPart.ascx.cs
│   │   ├── ucTeacherGivePapers.ascx
│   │   ├── ucTeacherGivePapers.ascx.cs
│   │   ├── ucTeacherWritePaperPart.ascx
│   │   ├── ucTeacherWritePaperPart.ascx.cs
│   │   ├── ucViewMySelectPaper.ascx
│   │   └── ucViewMySelectPaper.ascx.cs
│   ├── ajax.aspx
│   ├── ajax.aspx.cs
│   ├── chinaz.com.txt
│   ├── dottemplate
│   │   ├── 开题报告.dot
│   │   ├── 毕业论文封面.dot
│   │   ├── 教师指导记录表.dot
│   │   ├── 毕业论文任务书.dot
│   │   ├── 专家评阅意见表文.dot
│   │   ├── 专家评阅意见表理.dot
│   │   ├── 开题报告会议纪要.dot
│   │   ├── 指导教师评阅意见表文.dot
│   │   ├── 指导教师评阅意见表理.dot
│   │   └── 答辩情况及成绩评定表.dot
│   ├── frmCheckPageFormat.aspx
│   ├── frmCheckPageFormat.aspx.cs
│   ├── frmDownload.aspx
│   ├── frmDownload.aspx.cs
│   ├── frmFAQ.aspx
│   ├── frmFAQ.aspx.cs
│   ├── frmFAQList.aspx
│   ├── frmFAQList.aspx.cs
│   ├── frmFormatSetting.aspx
│   ├── frmFormatSetting.aspx.cs
│   ├── frmInstructRecordWrite.aspx
│   ├── frmInstructRecordWrite.aspx.cs
│   ├── frmKaiTiBaoGao.aspx
│   ├── frmKaiTiBaoGao.aspx.cs
│   ├── frmReplyFAQ.aspx
│   ├── frmReplyFAQ.aspx.cs
│   ├── frmSendSingleMsg.aspx
│   ├── frmSendSingleMsg.aspx.cs
│   ├── frmStudentSelPaper.aspx
│   ├── frmStudentSelPaper.aspx.cs
│   ├── frmValidate.aspx
│   ├── frmValidate.aspx.cs
│   ├── frmVeiwMyCandidatePaper.aspx
│   ├── frmVeiwMyCandidatePaper.aspx.cs
│   ├── frmWritePaperPart.aspx
│   ├── frmWritePaperPart.aspx.cs
│   ├── images
│   │   ├── AJAX.gif
│   │   ├── EmptyStar.png
│   │   ├── FilledStar.png
│   │   ├── HandleGrip.png
│   │   ├── HandleHand.png
│   │   ├── Question.PNG
│   │   ├── SavedStar.png
│   │   ├── Thumbs.db
│   │   ├── bg-main.png
│   │   ├── bg-menu-main.png
│   │   ├── bg-snippet-dim.png
│   │   ├── bg-snippet.png
│   │   ├── bg_body.gif
│   │   ├── bg_gradient-left.png
│   │   ├── bg_nav.gif
│   │   ├── bg_wrapper.gif
│   │   ├── body_bg.gif
│   │   ├── collapse.jpg
│   │   ├── collapse_blue.jpg
│   │   ├── containerback.jpg
│   │   ├── containerback2.jpg
│   │   ├── demobottom.png
│   │   ├── demotop.png
│   │   ├── down.gif
│   │   ├── expand.jpg
│   │   ├── expand_blue.jpg
│   │   ├── from.gif
│   │   ├── header-opened.png
│   │   ├── header.png
│   │   ├── headerbottom_img.png
│   │   ├── headertop_img.jpg
│   │   ├── index_01.jpg
│   │   ├── index_012.jpg
│   │   ├── index_014.jpg
│   │   ├── index_02.jpg
│   │   ├── index_03.jpg
│   │   ├── index_04.jpg
│   │   ├── index_05.jpg
│   │   ├── index_06.jpg
│   │   ├── index_07--.jpg
│   │   ├── index_07.jpg
│   │   ├── index_08.jpg
│   │   ├── index_09.jpg
│   │   ├── index_10.jpg
│   │   ├── index_11.jpg
│   │   ├── index_12.jpg
│   │   ├── index_13.jpg
│   │   ├── index_14.jpg
│   │   ├── index_15.jpg
│   │   ├── index_16.jpg
│   │   ├── loading.gif
│   │   ├── navigation_back.gif
│   │   ├── page_01.jpg
│   │   ├── page_015.jpg
│   │   ├── page_016.jpg
│   │   ├── page_017.jpg
│   │   ├── page_018.jpg
│   │   ├── page_019.jpg
│   │   ├── page_02.jpg
│   │   ├── page_020.jpg
│   │   ├── page_021.jpg
│   │   ├── page_03.jpg
│   │   ├── page_04.jpg
│   │   ├── page_05.jpg
│   │   ├── page_06.jpg
│   │   ├── page_07.jpg
│   │   ├── page_08.jpg
│   │   ├── page_09.jpg
│   │   ├── page_10.jpg
│   │   ├── page_11.jpg
│   │   ├── page_12.jpg
│   │   ├── page_13.jpg
│   │   ├── page_14.jpg
│   │   ├── page_15.jpg
│   │   ├── page_16.jpg
│   │   ├── page_17.jpg
│   │   ├── page_18.jpg
│   │   ├── page_19.jpg
│   │   ├── page_20.jpg
│   │   ├── page_21.jpg
│   │   ├── page_22.jpg
│   │   ├── page_23.jpg
│   │   ├── pbrs.png
│   │   ├── read.png
│   │   ├── rightcoltop.gif
│   │   ├── samples_bg.gif
│   │   ├── scu1.bmp
│   │   ├── scu2.bmp
│   │   ├── sidebar_header.png
│   │   ├── ss.bmp
│   │   ├── ss2.bmp
│   │   ├── unread.png
│   │   ├── up.gif
│   │   ├── walkthrough_bg.gif
│   │   ├── 复件 2.jpg
│   │   ├── 复件 index_01.jpg
│   │   ├── 复件 page_14.jpg
│   │   ├── 复件 rightcoltop.gif
│   │   ├── 未标题-1.jpg
│   │   └── 分隔符.gif
│   ├── index.aspx
│   ├── index.aspx.cs
│   ├── system_dntb
│   │   ├── Advanced.aspx
│   │   ├── Advanced.config
│   │   ├── Lexers
│   │   │   ├── ActiproSoftware.Assembly.xml
│   │   │   ├── ActiproSoftware.BatchFile.xml
│   │   │   ├── ActiproSoftware.CSS.xml
│   │   │   ├── ActiproSoftware.CSharp.xml
│   │   │   ├── ActiproSoftware.GrammarProduction.xml
│   │   │   ├── ActiproSoftware.HTML.xml
│   │   │   ├── ActiproSoftware.INIFile.xml
│   │   │   ├── ActiproSoftware.JScript.xml
│   │   │   ├── ActiproSoftware.Java.xml
│   │   │   ├── ActiproSoftware.Lua.xml
│   │   │   ├── ActiproSoftware.MSIL.xml
│   │   │   ├── ActiproSoftware.PHP.xml
│   │   │   ├── ActiproSoftware.Pascal.xml
│   │   │   ├── ActiproSoftware.Perl.xml
│   │   │   ├── ActiproSoftware.PowerShell.xml
│   │   │   ├── ActiproSoftware.Python.xml
│   │   │   ├── ActiproSoftware.SQL.xml
│   │   │   ├── ActiproSoftware.SyntaxEditor.LanguageDefinition.xsd
│   │   │   ├── ActiproSoftware.SyntaxEditor.LanguageDefinition.xsx
│   │   │   ├── ActiproSoftware.VBDotNet.xml
│   │   │   ├── ActiproSoftware.VBScript.xml
│   │   │   ├── ActiproSoftware.XAML.xml
│   │   │   └── ActiproSoftware.XML.xml
│   │   ├── OutliningIndicators
│   │   │   ├── ContractedBlock.gif
│   │   │   ├── ContractedSubBlock.gif
│   │   │   ├── ExpandedBlockEnd.gif
│   │   │   ├── ExpandedBlockStart.gif
│   │   │   ├── ExpandedSubBlockEnd.gif
│   │   │   ├── ExpandedSubBlockStart.gif
│   │   │   ├── InBlock.gif
│   │   │   └── None.gif
│   │   ├── PasteCode.aspx
│   │   ├── calculator.aspx
│   │   ├── calendar.aspx
│   │   ├── collection.aspx
│   │   ├── en
│   │   │   └── Resources.xml
│   │   ├── en-uk
│   │   │   └── Resources.xml
│   │   ├── en-us
│   │   │   └── Resources.xml
│   │   ├── find.aspx
│   │   ├── flv.swf
│   │   ├── img
│   │   │   ├── aspnet2.gif
│   │   │   ├── logo_s.png
│   │   │   └── selcolor.gif
│   │   ├── importword.aspx
│   │   ├── link.aspx
│   │   ├── menuconfig
│   │   │   ├── administrator.config
│   │   │   ├── all.config
│   │   │   ├── all_3row.config
│   │   │   ├── custom1.config
│   │   │   ├── custom2.config
│   │   │   ├── default.config
│   │   │   ├── guest.config
│   │   │   ├── user.config
│   │   │   └── word.config
│   │   ├── mp3player.swf
│   │   ├── onlinecode.aspx
│   │   ├── search.aspx
│   │   ├── skin
│   │   │   ├── XP
│   │   │   │   ├── editor.css
│   │   │   │   ├── emot.aspx
│   │   │   │   ├── face
│   │   │   │   │   ├── other1
│   │   │   │   │   │   ├── 001.gif
│   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   ├── 004.gif
│   │   │   │   │   │   ├── 005.gif
│   │   │   │   │   │   ├── 006.gif
│   │   │   │   │   │   ├── 007.gif
│   │   │   │   │   │   ├── 008.gif
│   │   │   │   │   │   ├── 009.gif
│   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   ├── 011.gif
│   │   │   │   │   │   ├── 012.gif
│   │   │   │   │   │   ├── 013.gif
│   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   ├── 018.gif
│   │   │   │   │   │   ├── 019.gif
│   │   │   │   │   │   ├── 020.gif
│   │   │   │   │   │   ├── 021.gif
│   │   │   │   │   │   ├── 022.gif
│   │   │   │   │   │   ├── 023.gif
│   │   │   │   │   │   ├── 024.gif
│   │   │   │   │   │   ├── 025.gif
│   │   │   │   │   │   ├── 026.gif
│   │   │   │   │   │   ├── 027.gif
│   │   │   │   │   │   ├── 028.gif
│   │   │   │   │   │   ├── 029.gif
│   │   │   │   │   │   ├── 030.gif
│   │   │   │   │   │   ├── 031.gif
│   │   │   │   │   │   ├── 032.gif
│   │   │   │   │   │   ├── 033.gif
│   │   │   │   │   │   ├── 034.gif
│   │   │   │   │   │   ├── 035.gif
│   │   │   │   │   │   ├── 036.gif
│   │   │   │   │   │   ├── 037.gif
│   │   │   │   │   │   ├── 038.gif
│   │   │   │   │   │   ├── 039.gif
│   │   │   │   │   │   ├── 040.gif
│   │   │   │   │   │   ├── 041.gif
│   │   │   │   │   │   ├── 042.gif
│   │   │   │   │   │   ├── 043.gif
│   │   │   │   │   │   ├── 044.gif
│   │   │   │   │   │   └── 045.gif
│   │   │   │   │   ├── other2
│   │   │   │   │   │   ├── 001.gif
│   │   │   │   │   │   ├── 002.gif
│   │   │   │   │   │   ├── 003.gif
│   │   │   │   │   │   ├── 004.gif
│   │   │   │   │   │   ├── 005.gif
│   │   │   │   │   │   ├── 006.gif
│   │   │   │   │   │   ├── 007.gif
│   │   │   │   │   │   ├── 008.gif
│   │   │   │   │   │   ├── 009.gif
│   │   │   │   │   │   ├── 010.gif
│   │   │   │   │   │   ├── 011.gif
│   │   │   │   │   │   ├── 012.gif
│   │   │   │   │   │   ├── 013.gif
│   │   │   │   │   │   ├── 014.gif
│   │   │   │   │   │   ├── 015.gif
│   │   │   │   │   │   ├── 016.gif
│   │   │   │   │   │   ├── 017.gif
│   │   │   │   │   │   ├── 018.gif
│   │   │   │   │   │   ├── 019.gif
│   │   │   │   │   │   ├── 020.gif
│   │   │   │   │   │   ├── 021.gif
│   │   │   │   │   │   ├── 022.gif
│   │   │   │   │   │   ├── 023.gif
│   │   │   │   │   │   ├── 024.gif
│   │   │   │   │   │   ├── 025.gif
│   │   │   │   │   │   ├── 026.gif
│   │   │   │   │   │   ├── 027.gif
│   │   │   │   │   │   ├── 028.gif
│   │   │   │   │   │   ├── 029.gif
│   │   │   │   │   │   ├── 030.gif
│   │   │   │   │   │   ├── 031.gif
│   │   │   │   │   │   ├── 032.gif
│   │   │   │   │   │   ├── 033.gif
│   │   │   │   │   │   ├── 034.gif
│   │   │   │   │   │   ├── 035.gif
│   │   │   │   │   │   ├── 036.gif
│   │   │   │   │   │   ├── 037.gif
│   │   │   │   │   │   ├── 038.gif
│   │   │   │   │   │   ├── 039.gif
│   │   │   │   │   │   ├── 040.gif
│   │   │   │   │   │   ├── 041.gif
│   │   │   │   │   │   ├── 042.gif
│   │   │   │   │   │   ├── 043.gif
│   │   │   │   │   │   ├── 044.gif
│   │   │   │   │   │   └── 045.gif
│   │   │   │   │   └── qq
│   │   │   │   │       ├── 001.gif
│   │   │   │   │       ├── 002.gif
│   │   │   │   │       ├── 003.gif
│   │   │   │   │       ├── 004.gif
│   │   │   │   │       ├── 005.gif
│   │   │   │   │       ├── 006.gif
│   │   │   │   │       ├── 007.gif
│   │   │   │   │       ├── 008.gif
│   │   │   │   │       ├── 009.gif
│   │   │   │   │       ├── 010.gif
│   │   │   │   │       ├── 011.gif
│   │   │   │   │       ├── 012.gif
│   │   │   │   │       ├── 013.gif
│   │   │   │   │       ├── 014.gif
│   │   │   │   │       ├── 015.gif
│   │   │   │   │       ├── 016.gif
│   │   │   │   │       ├── 017.gif
│   │   │   │   │       ├── 018.gif
│   │   │   │   │       ├── 019.gif
│   │   │   │   │       ├── 020.gif
│   │   │   │   │       ├── 021.gif
│   │   │   │   │       ├── 022.gif
│   │   │   │   │       ├── 023.gif
│   │   │   │   │       ├── 024.gif
│   │   │   │   │       ├── 025.gif
│   │   │   │   │       ├── 026.gif
│   │   │   │   │       ├── 027.gif
│   │   │   │   │       ├── 028.gif
│   │   │   │   │       ├── 029.gif
│   │   │   │   │       ├── 030.gif
│   │   │   │   │       ├── 031.gif
│   │   │   │   │       ├── 032.gif
│   │   │   │   │       ├── 033.gif
│   │   │   │   │       ├── 034.gif
│   │   │   │   │       ├── 035.gif
│   │   │   │   │       ├── 036.gif
│   │   │   │   │       ├── 037.gif
│   │   │   │   │       ├── 038.gif
│   │   │   │   │       ├── 039.gif
│   │   │   │   │       ├── 040.gif
│   │   │   │   │       ├── 041.gif
│   │   │   │   │       ├── 042.gif
│   │   │   │   │       ├── 043.gif
│   │   │   │   │       ├── 044.gif
│   │   │   │   │       └── 045.gif
│   │   │   │   ├── help
│   │   │   │   │   ├── about.htm
│   │   │   │   │   ├── edit.htm
│   │   │   │   │   ├── face.htm
│   │   │   │   │   ├── function.htm
│   │   │   │   │   ├── main.htm
│   │   │   │   │   ├── menu.htm
│   │   │   │   │   ├── question.htm
│   │   │   │   │   ├── skill.htm
│   │   │   │   │   ├── state.htm
│   │   │   │   │   └── top.htm
│   │   │   │   ├── help.htm
│   │   │   │   ├── img
│   │   │   │   │   ├── Calculator.gif
│   │   │   │   │   ├── Rar.gif
│   │   │   │   │   ├── Zip.gif
│   │   │   │   │   ├── aspnet2.gif
│   │   │   │   │   ├── bgcolor.gif
│   │   │   │   │   ├── bian.gif
│   │   │   │   │   ├── bold.gif
│   │   │   │   │   ├── browser-support.gif
│   │   │   │   │   ├── code.gif
│   │   │   │   │   ├── code2.gif
│   │   │   │   │   ├── copy.gif
│   │   │   │   │   ├── createlink.gif
│   │   │   │   │   ├── cut.gif
│   │   │   │   │   ├── date.gif
│   │   │   │   │   ├── delete.gif
│   │   │   │   │   ├── edit1.gif
│   │   │   │   │   ├── edit_en-us.gif
│   │   │   │   │   ├── edit_zh-cn.gif
│   │   │   │   │   ├── edit_zh-tw.gif
│   │   │   │   │   ├── emot.gif
│   │   │   │   │   ├── excel.gif
│   │   │   │   │   ├── fieldset.gif
│   │   │   │   │   ├── font.gif
│   │   │   │   │   ├── forecolor.gif
│   │   │   │   │   ├── getpage.gif
│   │   │   │   │   ├── help-1.gif
│   │   │   │   │   ├── help.gif
│   │   │   │   │   ├── help1.gif
│   │   │   │   │   ├── icq.gif
│   │   │   │   │   ├── indent.gif
│   │   │   │   │   ├── inserthorizontalrule.gif
│   │   │   │   │   ├── insertimage.gif
│   │   │   │   │   ├── insertorderedlist.gif
│   │   │   │   │   ├── insertunorderedlist.gif
│   │   │   │   │   ├── italic.gif
│   │   │   │   │   ├── justifycenter.gif
│   │   │   │   │   ├── justifyleft.gif
│   │   │   │   │   ├── justifyright.gif
│   │   │   │   │   ├── logo.gif
│   │   │   │   │   ├── logo.png
│   │   │   │   │   ├── logo1.gif
│   │   │   │   │   ├── logo_s.GIF
│   │   │   │   │   ├── media.gif
│   │   │   │   │   ├── min.gif
│   │   │   │   │   ├── msn.gif
│   │   │   │   │   ├── next.gif
│   │   │   │   │   ├── outdent.gif
│   │   │   │   │   ├── palette.gif
│   │   │   │   │   ├── paste.gif
│   │   │   │   │   ├── pastetext.gif
│   │   │   │   │   ├── pasteword.gif
│   │   │   │   │   ├── pleasewait.gif
│   │   │   │   │   ├── plus.gif
│   │   │   │   │   ├── poweredby_aspnet.gif
│   │   │   │   │   ├── prev.gif
│   │   │   │   │   ├── preview1.gif
│   │   │   │   │   ├── preview_en-us.gif
│   │   │   │   │   ├── preview_zh-cn.gif
│   │   │   │   │   ├── preview_zh-tw.gif
│   │   │   │   │   ├── printer.gif
│   │   │   │   │   ├── printpage.gif
│   │   │   │   │   ├── qq.gif
│   │   │   │   │   ├── qq1.gif
│   │   │   │   │   ├── quote.gif
│   │   │   │   │   ├── quote1.gif
│   │   │   │   │   ├── rar1.gif
│   │   │   │   │   ├── redo.gif
│   │   │   │   │   ├── removeformat.gif
│   │   │   │   │   ├── save.gif
│   │   │   │   │   ├── search.gif
│   │   │   │   │   ├── selectall.gif
│   │   │   │   │   ├── source1.gif
│   │   │   │   │   ├── source_en-us.gif
│   │   │   │   │   ├── source_zh-cn.gif
│   │   │   │   │   ├── source_zh-tw.gif
│   │   │   │   │   ├── sub.gif
│   │   │   │   │   ├── sup.gif
│   │   │   │   │   ├── table.gif
│   │   │   │   │   ├── template.GIF
│   │   │   │   │   ├── textarea.gif
│   │   │   │   │   ├── time.gif
│   │   │   │   │   ├── underline.gif
│   │   │   │   │   ├── undo.gif
│   │   │   │   │   ├── upload.gif
│   │   │   │   │   ├── upload1.gif
│   │   │   │   │   ├── url.gif
│   │   │   │   │   ├── winclose.gif
│   │   │   │   │   ├── word.gif
│   │   │   │   │   └── wordpaste.gif
│   │   │   │   ├── paper
│   │   │   │   │   ├── Birthday.GIF
│   │   │   │   │   ├── Citrus.gif
│   │   │   │   │   ├── Clear.jpg
│   │   │   │   │   ├── Fiesta.jpg
│   │   │   │   │   ├── Flower.GIF
│   │   │   │   │   ├── Gathering.JPG
│   │   │   │   │   ├── Glacier.jpg
│   │   │   │   │   ├── Hearts.GIF
│   │   │   │   │   ├── Ivy.gif
│   │   │   │   │   ├── Maize.jpg
│   │   │   │   │   ├── Nature.jpg
│   │   │   │   │   ├── Network.gif
│   │   │   │   │   ├── children1.GIF
│   │   │   │   │   ├── christmas.GIF
│   │   │   │   │   ├── grid.gif
│   │   │   │   │   └── tech.gif
│   │   │   │   └── toolbar.css
│   │   │   └── default
│   │   │       ├── editor.css
│   │   │       ├── emot.aspx
│   │   │       ├── face
│   │   │       │   ├── other1
│   │   │       │   │   ├── 001.gif
│   │   │       │   │   ├── 002.gif
│   │   │       │   │   ├── 003.gif
│   │   │       │   │   ├── 004.gif
│   │   │       │   │   ├── 005.gif
│   │   │       │   │   ├── 006.gif
│   │   │       │   │   ├── 007.gif
│   │   │       │   │   ├── 008.gif
│   │   │       │   │   ├── 009.gif
│   │   │       │   │   ├── 010.gif
│   │   │       │   │   ├── 011.gif
│   │   │       │   │   ├── 012.gif
│   │   │       │   │   ├── 013.gif
│   │   │       │   │   ├── 014.gif
│   │   │       │   │   ├── 015.gif
│   │   │       │   │   ├── 016.gif
│   │   │       │   │   ├── 017.gif
│   │   │       │   │   ├── 018.gif
│   │   │       │   │   ├── 019.gif
│   │   │       │   │   ├── 020.gif
│   │   │       │   │   ├── 021.gif
│   │   │       │   │   ├── 022.gif
│   │   │       │   │   ├── 023.gif
│   │   │       │   │   ├── 024.gif
│   │   │       │   │   ├── 025.gif
│   │   │       │   │   ├── 026.gif
│   │   │       │   │   ├── 027.gif
│   │   │       │   │   ├── 028.gif
│   │   │       │   │   ├── 029.gif
│   │   │       │   │   ├── 030.gif
│   │   │       │   │   ├── 031.gif
│   │   │       │   │   ├── 032.gif
│   │   │       │   │   ├── 033.gif
│   │   │       │   │   ├── 034.gif
│   │   │       │   │   ├── 035.gif
│   │   │       │   │   ├── 036.gif
│   │   │       │   │   ├── 037.gif
│   │   │       │   │   ├── 038.gif
│   │   │       │   │   ├── 039.gif
│   │   │       │   │   ├── 040.gif
│   │   │       │   │   ├── 041.gif
│   │   │       │   │   ├── 042.gif
│   │   │       │   │   ├── 043.gif
│   │   │       │   │   ├── 044.gif
│   │   │       │   │   └── 045.gif
│   │   │       │   ├── other2
│   │   │       │   │   ├── 001.gif
│   │   │       │   │   ├── 002.gif
│   │   │       │   │   ├── 003.gif
│   │   │       │   │   ├── 004.gif
│   │   │       │   │   ├── 005.gif
│   │   │       │   │   ├── 006.gif
│   │   │       │   │   ├── 007.gif
│   │   │       │   │   ├── 008.gif
│   │   │       │   │   ├── 009.gif
│   │   │       │   │   ├── 010.gif
│   │   │       │   │   ├── 011.gif
│   │   │       │   │   ├── 012.gif
│   │   │       │   │   ├── 013.gif
│   │   │       │   │   ├── 014.gif
│   │   │       │   │   ├── 015.gif
│   │   │       │   │   ├── 016.gif
│   │   │       │   │   ├── 017.gif
│   │   │       │   │   ├── 018.gif
│   │   │       │   │   ├── 019.gif
│   │   │       │   │   ├── 020.gif
│   │   │       │   │   ├── 021.gif
│   │   │       │   │   ├── 022.gif
│   │   │       │   │   ├── 023.gif
│   │   │       │   │   ├── 024.gif
│   │   │       │   │   ├── 025.gif
│   │   │       │   │   ├── 026.gif
│   │   │       │   │   ├── 027.gif
│   │   │       │   │   ├── 028.gif
│   │   │       │   │   ├── 029.gif
│   │   │       │   │   ├── 030.gif
│   │   │       │   │   ├── 031.gif
│   │   │       │   │   ├── 032.gif
│   │   │       │   │   ├── 033.gif
│   │   │       │   │   ├── 034.gif
│   │   │       │   │   ├── 035.gif
│   │   │       │   │   ├── 036.gif
│   │   │       │   │   ├── 037.gif
│   │   │       │   │   ├── 038.gif
│   │   │       │   │   ├── 039.gif
│   │   │       │   │   ├── 040.gif
│   │   │       │   │   ├── 041.gif
│   │   │       │   │   ├── 042.gif
│   │   │       │   │   ├── 043.gif
│   │   │       │   │   ├── 044.gif
│   │   │       │   │   └── 045.gif
│   │   │       │   └── qq
│   │   │       │       ├── 001.gif
│   │   │       │       ├── 002.gif
│   │   │       │       ├── 003.gif
│   │   │       │       ├── 004.gif
│   │   │       │       ├── 005.gif
│   │   │       │       ├── 006.gif
│   │   │       │       ├── 007.gif
│   │   │       │       ├── 008.gif
│   │   │       │       ├── 009.gif
│   │   │       │       ├── 010.gif
│   │   │       │       ├── 011.gif
│   │   │       │       ├── 012.gif
│   │   │       │       ├── 013.gif
│   │   │       │       ├── 014.gif
│   │   │       │       ├── 015.gif
│   │   │       │       ├── 016.gif
│   │   │       │       ├── 017.gif
│   │   │       │       ├── 018.gif
│   │   │       │       ├── 019.gif
│   │   │       │       ├── 020.gif
│   │   │       │       ├── 021.gif
│   │   │       │       ├── 022.gif
│   │   │       │       ├── 023.gif
│   │   │       │       ├── 024.gif
│   │   │       │       ├── 025.gif
│   │   │       │       ├── 026.gif
│   │   │       │       ├── 027.gif
│   │   │       │       ├── 028.gif
│   │   │       │       ├── 029.gif
│   │   │       │       ├── 030.gif
│   │   │       │       ├── 031.gif
│   │   │       │       ├── 032.gif
│   │   │       │       ├── 033.gif
│   │   │       │       ├── 034.gif
│   │   │       │       ├── 035.gif
│   │   │       │       ├── 036.gif
│   │   │       │       ├── 037.gif
│   │   │       │       ├── 038.gif
│   │   │       │       ├── 039.gif
│   │   │       │       ├── 040.gif
│   │   │       │       ├── 041.gif
│   │   │       │       ├── 042.gif
│   │   │       │       ├── 043.gif
│   │   │       │       ├── 044.gif
│   │   │       │       └── 045.gif
│   │   │       ├── help
│   │   │       │   ├── about.htm
│   │   │       │   ├── edit.htm
│   │   │       │   ├── face.htm
│   │   │       │   ├── function.htm
│   │   │       │   ├── main.htm
│   │   │       │   ├── menu.htm
│   │   │       │   ├── question.htm
│   │   │       │   ├── skill.htm
│   │   │       │   ├── state.htm
│   │   │       │   └── top.htm
│   │   │       ├── help.htm
│   │   │       ├── img
│   │   │       │   ├── Calculator.gif
│   │   │       │   ├── Rar.gif
│   │   │       │   ├── Zip.gif
│   │   │       │   ├── aspnet2.gif
│   │   │       │   ├── bgcolor.gif
│   │   │       │   ├── bian.gif
│   │   │       │   ├── bold.gif
│   │   │       │   ├── browser-support.gif
│   │   │       │   ├── code.gif
│   │   │       │   ├── code2.GIF
│   │   │       │   ├── copy.gif
│   │   │       │   ├── createlink.gif
│   │   │       │   ├── cut.gif
│   │   │       │   ├── date.gif
│   │   │       │   ├── date1.gif
│   │   │       │   ├── delete.gif
│   │   │       │   ├── edit1.gif
│   │   │       │   ├── edit_en-us.gif
│   │   │       │   ├── edit_zh-cn.gif
│   │   │       │   ├── edit_zh-tw.gif
│   │   │       │   ├── emot.gif
│   │   │       │   ├── emot1.gif
│   │   │       │   ├── excel.gif
│   │   │       │   ├── excel1.GIF
│   │   │       │   ├── fieldset.gif
│   │   │       │   ├── font.gif
│   │   │       │   ├── font1.gif
│   │   │       │   ├── forecolor.gif
│   │   │       │   ├── getpage.gif
│   │   │       │   ├── getpage1.gif
│   │   │       │   ├── help-1.gif
│   │   │       │   ├── help.gif
│   │   │       │   ├── help1.gif
│   │   │       │   ├── helplogo.gif
│   │   │       │   ├── icq.gif
│   │   │       │   ├── icq1.gif
│   │   │       │   ├── indent.gif
│   │   │       │   ├── inserthorizontalrule.gif
│   │   │       │   ├── insertimage.gif
│   │   │       │   ├── insertimage3.gif
│   │   │       │   ├── insertorderedlist.gif
│   │   │       │   ├── insertunorderedlist.gif
│   │   │       │   ├── italic.gif
│   │   │       │   ├── justifycenter.gif
│   │   │       │   ├── justifyleft.gif
│   │   │       │   ├── justifyright.gif
│   │   │       │   ├── logo.gif
│   │   │       │   ├── logo.png
│   │   │       │   ├── logo1.gif
│   │   │       │   ├── media.gif
│   │   │       │   ├── media1.gif
│   │   │       │   ├── min.gif
│   │   │       │   ├── msn.gif
│   │   │       │   ├── msn1.gif
│   │   │       │   ├── next.gif
│   │   │       │   ├── outdent.gif
│   │   │       │   ├── palette.gif
│   │   │       │   ├── paste.gif
│   │   │       │   ├── pastetext.gif
│   │   │       │   ├── pasteword.gif
│   │   │       │   ├── plus.gif
│   │   │       │   ├── poweredby_aspnet.gif
│   │   │       │   ├── prev.gif
│   │   │       │   ├── preview1.gif
│   │   │       │   ├── preview_en-us.gif
│   │   │       │   ├── preview_zh-cn.gif
│   │   │       │   ├── preview_zh-tw.gif
│   │   │       │   ├── print.gif
│   │   │       │   ├── printer.gif
│   │   │       │   ├── printer1.gif
│   │   │       │   ├── printpage.gif
│   │   │       │   ├── qq.gif
│   │   │       │   ├── qq1.gif
│   │   │       │   ├── quote.gif
│   │   │       │   ├── quote1.gif
│   │   │       │   ├── rar1.gif
│   │   │       │   ├── redo.gif
│   │   │       │   ├── removeformat.gif
│   │   │       │   ├── save.gif
│   │   │       │   ├── search.gif
│   │   │       │   ├── selectall.gif
│   │   │       │   ├── source1.gif
│   │   │       │   ├── source_en-us.gif
│   │   │       │   ├── source_zh-cn.gif
│   │   │       │   ├── source_zh-tw.gif
│   │   │       │   ├── sub.gif
│   │   │       │   ├── sup.gif
│   │   │       │   ├── table.gif
│   │   │       │   ├── template.GIF
│   │   │       │   ├── textarea.gif
│   │   │       │   ├── time.gif
│   │   │       │   ├── time1.gif
│   │   │       │   ├── underline.gif
│   │   │       │   ├── undo.gif
│   │   │       │   ├── upload.gif
│   │   │       │   ├── upload1.gif
│   │   │       │   ├── url.gif
│   │   │       │   ├── winclose.gif
│   │   │       │   └── word.gif
│   │   │       ├── paper
│   │   │       │   ├── Birthday.GIF
│   │   │       │   ├── Citrus.gif
│   │   │       │   ├── Clear.jpg
│   │   │       │   ├── Fiesta.jpg
│   │   │       │   ├── Flower.GIF
│   │   │       │   ├── Gathering.JPG
│   │   │       │   ├── Glacier.jpg
│   │   │       │   ├── Hearts.GIF
│   │   │       │   ├── Ivy.gif
│   │   │       │   ├── Maize.jpg
│   │   │       │   ├── Nature.jpg
│   │   │       │   ├── Network.gif
│   │   │       │   ├── children1.GIF
│   │   │       │   ├── christmas.GIF
│   │   │       │   ├── grid.gif
│   │   │       │   └── tech.gif
│   │   │       └── toolbar.css
│   │   ├── stylesheet.css
│   │   ├── stylesheet2.css
│   │   ├── stylesheet3.css
│   │   ├── table.aspx
│   │   ├── upload
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── yehong4.jpg
│   │   │   ├── yezi01.jpg
│   │   │   └── yezi02.jpg
│   │   ├── uploadFile.aspx
│   │   ├── uploadImg.aspx
│   │   ├── uploadMedia.aspx
│   │   ├── uploadTemplate.aspx
│   │   ├── uploadconfig
│   │   │   ├── administrator.config
│   │   │   ├── default.config
│   │   │   ├── guest.config
│   │   │   └── user.config
│   │   ├── zh-cn
│   │   │   └── Resources.xml
│   │   ├── zh-tw
│   │   │   └── Resources.xml
│   │   ├── 目录说明.txt
│   │   └── 请不要修改此目录结构.txt
│   ├── test.aspx
│   ├── test.aspx.cs
│   ├── test2.aspx
│   ├── test2.aspx.cs
│   ├── web.config
│   ├── webService
│   │   └── WebService.asmx
│   ├── word2.aspx
│   ├── word2.aspx.cs
│   ├── wordtest.aspx
│   ├── wordtest.aspx.cs
│   ├── wordwrite.aspx
│   ├── wordwrite.aspx.cs
│   └── 说明.txt
└── 毕业论文在线指导系统.rar

52 directories, 859 files


实例下载地址

毕业论文在线指导系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警