嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
毕业论文在线指导系统
ASP.NET程序,数据库为SQL2005,系统中用到asp.net ajax,office组件,在线编辑的FCKEditor,程序中附带有以上组件和数据库。
.
├── 毕业论文在线指导系统
│ ├── 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