├── .settings ├── org.eclipse.wst.jsdt.ui.superType.name ├── org.eclipse.wst.jsdt.ui.superType.container ├── com.genuitec.eclipse.core.prefs ├── com.genutiec.eclipse.core.prefs ├── com.genuitec.eclipse.migration.prefs ├── org.eclipse.jdt.core.prefs ├── org.eclipse.wst.common.project.facet.core.xml ├── .jsdtscope └── org.eclipse.wst.common.component ├── WebRoot ├── ueditor │ ├── themes │ │ ├── iframe.css │ │ └── default │ │ │ ├── images │ │ │ ├── arrow.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── lock.gif │ │ │ ├── scale.png │ │ │ ├── word.gif │ │ │ ├── anchor.gif │ │ │ ├── arrow_up.png │ │ │ ├── charts.png │ │ │ ├── cursor_h.gif │ │ │ ├── cursor_h.png │ │ │ ├── cursor_v.gif │ │ │ ├── cursor_v.png │ │ │ ├── filescan.png │ │ │ ├── loading.gif │ │ │ ├── sortable.png │ │ │ ├── spacer.gif │ │ │ ├── upload.png │ │ │ ├── arrow_down.png │ │ │ ├── button-bg.gif │ │ │ ├── icons-all.gif │ │ │ ├── loaderror.png │ │ │ ├── pagebreak.gif │ │ │ ├── sparator_v.png │ │ │ ├── toolbar_bg.png │ │ │ ├── videologo.gif │ │ │ ├── wordpaste.png │ │ │ ├── cancelbutton.gif │ │ │ ├── highlighted.gif │ │ │ ├── unhighlighted.gif │ │ │ ├── dialog-title-bg.png │ │ │ ├── neweditor-tab-bg.png │ │ │ ├── table-cell-align.png │ │ │ └── tangram-colorpicker.png │ │ │ └── dialogbase.css │ ├── jsp │ │ ├── lib │ │ │ ├── json.jar │ │ │ ├── commons-io-2.4.jar │ │ │ ├── ueditor-1.1.2.jar │ │ │ ├── commons-codec-1.9.jar │ │ │ └── commons-fileupload-1.3.1.jar │ │ └── controller.jsp │ ├── lang │ │ ├── en │ │ │ └── images │ │ │ │ ├── copy.png │ │ │ │ ├── music.png │ │ │ │ ├── button.png │ │ │ │ ├── upload.png │ │ │ │ ├── addimage.png │ │ │ │ ├── background.png │ │ │ │ ├── localimage.png │ │ │ │ ├── deleteenable.png │ │ │ │ ├── deletedisable.png │ │ │ │ ├── listbackground.png │ │ │ │ ├── rotateleftdisable.png │ │ │ │ ├── rotateleftenable.png │ │ │ │ ├── rotaterightenable.png │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ ├── rotaterightdisable.png │ │ │ │ └── alldeletebtnhoverskin.png │ │ └── zh-cn │ │ │ └── images │ │ │ ├── copy.png │ │ │ ├── music.png │ │ │ ├── upload.png │ │ │ └── localimage.png │ ├── dialogs │ │ ├── table │ │ │ ├── dragicon.png │ │ │ ├── edittip.html │ │ │ ├── edittable.css │ │ │ ├── edittd.html │ │ │ └── edittable.html │ │ ├── emotion │ │ │ ├── images │ │ │ │ ├── 0.gif │ │ │ │ ├── bface.gif │ │ │ │ ├── cface.gif │ │ │ │ ├── fface.gif │ │ │ │ ├── jxface2.gif │ │ │ │ ├── tface.gif │ │ │ │ ├── wface.gif │ │ │ │ ├── yface.gif │ │ │ │ └── neweditor-tab-bg.png │ │ │ └── emotion.css │ │ ├── image │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── alignicon.jpg │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ └── success.png │ │ ├── video │ │ │ └── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ ├── success.png │ │ │ │ ├── file-icons.gif │ │ │ │ ├── file-icons.png │ │ │ │ ├── left_focus.jpg │ │ │ │ ├── none_focus.jpg │ │ │ │ ├── right_focus.jpg │ │ │ │ └── center_focus.jpg │ │ ├── scrawl │ │ │ ├── images │ │ │ │ ├── brush.png │ │ │ │ ├── empty.png │ │ │ │ ├── redo.png │ │ │ │ ├── redoH.png │ │ │ │ ├── scale.png │ │ │ │ ├── size.png │ │ │ │ ├── undo.png │ │ │ │ ├── undoH.png │ │ │ │ ├── addimg.png │ │ │ │ ├── delimg.png │ │ │ │ ├── delimgH.png │ │ │ │ ├── emptyH.png │ │ │ │ ├── eraser.png │ │ │ │ └── scaleH.png │ │ │ ├── scrawl.css │ │ │ └── scrawl.html │ │ ├── template │ │ │ ├── images │ │ │ │ ├── bg.gif │ │ │ │ ├── pre0.png │ │ │ │ ├── pre1.png │ │ │ │ ├── pre2.png │ │ │ │ ├── pre3.png │ │ │ │ └── pre4.png │ │ │ ├── template.html │ │ │ ├── template.css │ │ │ └── template.js │ │ ├── attachment │ │ │ ├── images │ │ │ │ ├── bg.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── image.png │ │ │ │ ├── alignicon.gif │ │ │ │ ├── alignicon.png │ │ │ │ ├── progress.png │ │ │ │ ├── success.gif │ │ │ │ ├── success.png │ │ │ │ ├── file-icons.gif │ │ │ │ └── file-icons.png │ │ │ ├── fileTypeImages │ │ │ │ ├── icon_chm.gif │ │ │ │ ├── icon_doc.gif │ │ │ │ ├── icon_exe.gif │ │ │ │ ├── icon_jpg.gif │ │ │ │ ├── icon_mp3.gif │ │ │ │ ├── icon_mv.gif │ │ │ │ ├── icon_pdf.gif │ │ │ │ ├── icon_ppt.gif │ │ │ │ ├── icon_psd.gif │ │ │ │ ├── icon_rar.gif │ │ │ │ ├── icon_txt.gif │ │ │ │ ├── icon_xls.gif │ │ │ │ └── icon_default.png │ │ │ └── attachment.html │ │ ├── background │ │ │ ├── images │ │ │ │ ├── bg.png │ │ │ │ └── success.png │ │ │ ├── background.css │ │ │ └── background.html │ │ ├── charts │ │ │ ├── images │ │ │ │ ├── charts0.png │ │ │ │ ├── charts1.png │ │ │ │ ├── charts2.png │ │ │ │ ├── charts3.png │ │ │ │ ├── charts4.png │ │ │ │ └── charts5.png │ │ │ ├── chart.config.js │ │ │ └── charts.css │ │ ├── wordimage │ │ │ ├── imageUploader.swf │ │ │ └── fClipboard_ueditor.swf │ │ ├── help │ │ │ ├── help.css │ │ │ ├── help.js │ │ │ └── help.html │ │ ├── spechars │ │ │ ├── spechars.html │ │ │ └── spechars.js │ │ ├── music │ │ │ ├── music.html │ │ │ └── music.css │ │ ├── preview │ │ │ └── preview.html │ │ ├── anchor │ │ │ └── anchor.html │ │ ├── snapscreen │ │ │ └── snapscreen.html │ │ ├── webapp │ │ │ └── webapp.html │ │ └── internal.js │ └── third-party │ │ ├── video-js │ │ ├── font │ │ │ ├── vjs.eot │ │ │ ├── vjs.ttf │ │ │ └── vjs.woff │ │ └── video-js.swf │ │ ├── webuploader │ │ ├── Uploader.swf │ │ └── webuploader.css │ │ ├── snapscreen │ │ └── UEditorSnapscreen.exe │ │ ├── zeroclipboard │ │ └── ZeroClipboard.swf │ │ ├── highcharts │ │ ├── modules │ │ │ ├── heatmap.js │ │ │ ├── heatmap.src.js │ │ │ ├── no-data-to-display.js │ │ │ ├── funnel.js │ │ │ ├── annotations.js │ │ │ └── no-data-to-display.src.js │ │ ├── themes │ │ │ ├── skies.js │ │ │ └── grid.js │ │ └── adapters │ │ │ ├── mootools-adapter.js │ │ │ └── prototype-adapter.js │ │ └── codemirror │ │ └── codemirror.css ├── META-INF │ └── MANIFEST.MF ├── WEB-INF │ ├── classes │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ └── cn │ │ │ └── edu │ │ │ └── ldu │ │ │ ├── util │ │ │ ├── Page.class │ │ │ ├── DBConn.class │ │ │ └── PageUtil.class │ │ │ ├── bean │ │ │ ├── Diary.class │ │ │ └── Title.class │ │ │ ├── dao │ │ │ ├── DiaryDao.class │ │ │ └── TitleDao.class │ │ │ ├── servlet │ │ │ ├── DoIndex.class │ │ │ ├── GetTitle.class │ │ │ ├── AdminServlet.class │ │ │ ├── AddDiaryServlet.class │ │ │ ├── WriteTitServlet.class │ │ │ ├── GetDiaryListServlet.class │ │ │ └── GetTitleListServlet.class │ │ │ └── daoImpl │ │ │ ├── DiaryDaoImpl.class │ │ │ └── TitleDaoImpl.class │ ├── lib │ │ ├── json.jar │ │ ├── servlet-api.jar │ │ ├── ueditor-1.1.2.jar │ │ ├── commons-io-2.4.jar │ │ ├── commons-codec-1.9.jar │ │ ├── mysql-connector-java.jar │ │ ├── commons-fileupload-1.3.1.jar │ │ ├── javax.servlet.jsp.jstl-1.2.1.jar │ │ └── javax.servlet.jsp.jstl-api-1.2.1.jar │ └── web.xml ├── css │ ├── mood.css │ ├── index.css │ ├── login.css │ ├── register.css │ ├── style.css │ ├── about.css │ └── admin.css ├── images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── li.jpg │ ├── ph.jpg │ ├── pre.png │ ├── 5794.png │ ├── 5817.png │ ├── 5849.png │ ├── 5891.png │ ├── 6167.png │ ├── 6264.png │ ├── back.png │ ├── fangke.png │ ├── first.png │ ├── h_line.jpg │ ├── import.gif │ ├── logo.jpg │ ├── photos.jpg │ ├── r_line.jpg │ ├── time.jpg │ ├── weixin.jpg │ ├── book_01.png │ ├── book_02.png │ ├── book_03.png │ ├── book_04.png │ ├── book_05.png │ ├── book_06.png │ ├── left │ │ ├── app.png │ │ ├── cloud.png │ │ ├── custom.png │ │ ├── photos.jpg │ │ ├── source.png │ │ ├── system.png │ │ ├── channel.png │ │ ├── line_bg.png │ │ ├── select_xl.png │ │ ├── select_xl01.png │ │ ├── statistics.png │ │ └── syetem_management.png │ ├── reg_logo.png │ ├── weather.jpg │ ├── aboutphoto.jpg │ ├── banner_top.jpg │ ├── knowledge.png │ ├── r_title_bg.jpg │ ├── weather_bg.jpg │ ├── weather_bg2.jpg │ └── continer_right.png ├── js │ ├── index.js │ └── admin.js ├── Blog │ └── images │ │ ├── s1.jpg │ │ ├── s2.jpg │ │ ├── s3.jpg │ │ └── s4.jpg ├── jsp │ ├── photo.jsp │ ├── write_diary.jsp │ ├── message_board.jsp │ ├── diary.jsp │ └── about.jsp └── write_title.jsp ├── src ├── META-INF │ └── MANIFEST.MF └── cn │ └── edu │ └── ldu │ ├── dao │ ├── DiaryDao.java │ └── TitleDao.java │ ├── bean │ ├── Diary.java │ └── Title.java │ ├── servlet │ ├── AddDiaryServlet.java │ ├── WriteTitServlet.java │ ├── GetTitleListServlet.java │ ├── AdminServlet.java │ ├── GetTitle.java │ ├── DoIndex.java │ └── GetDiaryListServlet.java │ ├── util │ ├── DBConn.java │ ├── PageUtil.java │ └── Page.java │ └── daoImpl │ └── DiaryDaoImpl.java ├── .tern-project ├── 说明文档.doc ├── README.md ├── .mymetadata ├── .classpath └── .project /.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /WebRoot/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /src/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /.tern-project: -------------------------------------------------------------------------------- 1 | {"ide":{},"libs":["ecma5","browser"],"plugins":{"guess-types":{}}} -------------------------------------------------------------------------------- /说明文档.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/说明文档.doc -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /WebRoot/css/mood.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/css/mood.css -------------------------------------------------------------------------------- /WebRoot/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/1.png -------------------------------------------------------------------------------- /WebRoot/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/2.png -------------------------------------------------------------------------------- /WebRoot/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/3.png -------------------------------------------------------------------------------- /WebRoot/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/4.png -------------------------------------------------------------------------------- /WebRoot/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/5.png -------------------------------------------------------------------------------- /WebRoot/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/js/index.js -------------------------------------------------------------------------------- /WebRoot/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/css/index.css -------------------------------------------------------------------------------- /WebRoot/css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/css/login.css -------------------------------------------------------------------------------- /WebRoot/images/li.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/li.jpg -------------------------------------------------------------------------------- /WebRoot/images/ph.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/ph.jpg -------------------------------------------------------------------------------- /WebRoot/images/pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/pre.png -------------------------------------------------------------------------------- /WebRoot/css/register.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/css/register.css -------------------------------------------------------------------------------- /WebRoot/images/5794.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/5794.png -------------------------------------------------------------------------------- /WebRoot/images/5817.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/5817.png -------------------------------------------------------------------------------- /WebRoot/images/5849.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/5849.png -------------------------------------------------------------------------------- /WebRoot/images/5891.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/5891.png -------------------------------------------------------------------------------- /WebRoot/images/6167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/6167.png -------------------------------------------------------------------------------- /WebRoot/images/6264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/6264.png -------------------------------------------------------------------------------- /WebRoot/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/back.png -------------------------------------------------------------------------------- /WebRoot/images/fangke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/fangke.png -------------------------------------------------------------------------------- /WebRoot/images/first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/first.png -------------------------------------------------------------------------------- /WebRoot/images/h_line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/h_line.jpg -------------------------------------------------------------------------------- /WebRoot/images/import.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/import.gif -------------------------------------------------------------------------------- /WebRoot/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/logo.jpg -------------------------------------------------------------------------------- /WebRoot/images/photos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/photos.jpg -------------------------------------------------------------------------------- /WebRoot/images/r_line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/r_line.jpg -------------------------------------------------------------------------------- /WebRoot/images/time.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/time.jpg -------------------------------------------------------------------------------- /WebRoot/images/weixin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/weixin.jpg -------------------------------------------------------------------------------- /WebRoot/Blog/images/s1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/Blog/images/s1.jpg -------------------------------------------------------------------------------- /WebRoot/Blog/images/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/Blog/images/s2.jpg -------------------------------------------------------------------------------- /WebRoot/Blog/images/s3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/Blog/images/s3.jpg -------------------------------------------------------------------------------- /WebRoot/Blog/images/s4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/Blog/images/s4.jpg -------------------------------------------------------------------------------- /WebRoot/images/book_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_01.png -------------------------------------------------------------------------------- /WebRoot/images/book_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_02.png -------------------------------------------------------------------------------- /WebRoot/images/book_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_03.png -------------------------------------------------------------------------------- /WebRoot/images/book_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_04.png -------------------------------------------------------------------------------- /WebRoot/images/book_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_05.png -------------------------------------------------------------------------------- /WebRoot/images/book_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/book_06.png -------------------------------------------------------------------------------- /WebRoot/images/left/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/app.png -------------------------------------------------------------------------------- /WebRoot/images/reg_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/reg_logo.png -------------------------------------------------------------------------------- /WebRoot/images/weather.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/weather.jpg -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/json.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/json.jar -------------------------------------------------------------------------------- /WebRoot/images/aboutphoto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/aboutphoto.jpg -------------------------------------------------------------------------------- /WebRoot/images/banner_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/banner_top.jpg -------------------------------------------------------------------------------- /WebRoot/images/knowledge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/knowledge.png -------------------------------------------------------------------------------- /WebRoot/images/left/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/cloud.png -------------------------------------------------------------------------------- /WebRoot/images/left/custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/custom.png -------------------------------------------------------------------------------- /WebRoot/images/left/photos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/photos.jpg -------------------------------------------------------------------------------- /WebRoot/images/left/source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/source.png -------------------------------------------------------------------------------- /WebRoot/images/left/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/system.png -------------------------------------------------------------------------------- /WebRoot/images/r_title_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/r_title_bg.jpg -------------------------------------------------------------------------------- /WebRoot/images/weather_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/weather_bg.jpg -------------------------------------------------------------------------------- /WebRoot/images/weather_bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/weather_bg2.jpg -------------------------------------------------------------------------------- /WebRoot/images/left/channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/channel.png -------------------------------------------------------------------------------- /WebRoot/images/left/line_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/line_bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/lib/json.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/jsp/lib/json.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/servlet-api.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/servlet-api.jar -------------------------------------------------------------------------------- /WebRoot/images/continer_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/continer_right.png -------------------------------------------------------------------------------- /WebRoot/images/left/select_xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/select_xl.png -------------------------------------------------------------------------------- /WebRoot/images/left/select_xl01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/select_xl01.png -------------------------------------------------------------------------------- /WebRoot/images/left/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/statistics.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ueditor-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/ueditor-1.1.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-codec-1.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/commons-codec-1.9.jar -------------------------------------------------------------------------------- /WebRoot/images/left/syetem_management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/images/left/syetem_management.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/jsp/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/lib/ueditor-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/jsp/lib/ueditor-1.1.2.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/mysql-connector-java.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/lib/commons-codec-1.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/jsp/lib/commons-codec-1.9.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/util/Page.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/util/Page.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-fileupload-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/commons-fileupload-1.3.1.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/bean/Diary.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/bean/Diary.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/bean/Title.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/bean/Title.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/util/DBConn.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/util/DBConn.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl-1.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl-1.2.1.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/lib/commons-fileupload-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/jsp/lib/commons-fileupload-1.3.1.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /.settings/com.genuitec.eclipse.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | validator.Checked=src/cn/edu/ldu/daoImpl/TitleDaoImpl.java,WebRoot 3 | validator.Unchecked= 4 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/dao/DiaryDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/dao/DiaryDao.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/dao/TitleDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/dao/TitleDao.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/util/PageUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/util/PageUtil.class -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/DoIndex.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/DoIndex.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetTitle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetTitle.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl-api-1.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl-api-1.2.1.jar -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /WebRoot/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/daoImpl/DiaryDaoImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/daoImpl/DiaryDaoImpl.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/daoImpl/TitleDaoImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/daoImpl/TitleDaoImpl.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/AdminServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/AdminServlet.class -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/AddDiaryServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/AddDiaryServlet.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/WriteTitServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/WriteTitServlet.class -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetDiaryListServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetDiaryListServlet.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetTitleListServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlk-1135/Blog-jsp-servlet-mysql-/HEAD/WebRoot/WEB-INF/classes/cn/edu/ldu/servlet/GetTitleListServlet.class -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Blog 2 | 基于jsp+servlet的个人博客系统 3 | 该博客系统使用MVC分层架构,用了html5、css3、jsp、servlet、jquery等技术,其中引用了百度的富文本编辑器,百度分享以及多说第三方开发插件。对于初学者来说,可以参考研究。 4 | 5 | 项目具体介绍:http://blog.csdn.net/HLK_1135/article/details/54291748 6 | -------------------------------------------------------------------------------- /.settings/com.genutiec.eclipse.core.prefs: -------------------------------------------------------------------------------- 1 | clsCnt=16 2 | eclipse.preferences.version=1 3 | locCnt=942 4 | pkgCnt=8 5 | sTime=2016\u5E7412\u670814\u65E5 \u661F\u671F\u4E09 \u4E0B\u534805\u65F658\u520613\u79D2 CST 6 | srcCnt=1 7 | -------------------------------------------------------------------------------- /.settings/com.genuitec.eclipse.migration.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | performed.operation.me.create.deploymentAssembly=1.0 3 | performed.operation.me.create.deploymentAssembly.fixBuildPathEntries=1.0 4 | performed.operation.me.install.jstl=1.0 5 | -------------------------------------------------------------------------------- /.mymetadata: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/dao/DiaryDao.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.dao; 2 | 3 | import java.util.List; 4 | 5 | import cn.edu.ldu.bean.Diary; 6 | import cn.edu.ldu.util.Page; 7 | public interface DiaryDao { 8 | 9 | public void addDiary(Diary diary); 10 | public List findAllDiarys(Page page);//定义按分页信息查询所有日记 11 | public void deleteDiary(int diary_id); 12 | public int findAllCount(); //定义查询的记录数 13 | } 14 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | #Sat Nov 26 13:33:34 CST 2016 2 | eclipse.preferences.version=1 3 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 5 | org.eclipse.jdt.core.compiler.compliance=1.6 6 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 7 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 8 | org.eclipse.jdt.core.compiler.source=1.6 9 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /WebRoot/ueditor/jsp/controller.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | import="com.baidu.ueditor.ActionEnter" 3 | pageEncoding="UTF-8"%> 4 | <%@ page trimDirectiveWhitespaces="true" %> 5 | <% 6 | 7 | request.setCharacterEncoding( "utf-8" ); 8 | response.setHeader("Content-Type" , "text/html"); 9 | 10 | String rootPath = application.getRealPath( "/" ); 11 | 12 | out.write( new ActionEnter( request, rootPath ).exec() ); 13 | 14 | %> -------------------------------------------------------------------------------- /src/cn/edu/ldu/dao/TitleDao.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.dao; 2 | 3 | import java.util.List; 4 | import cn.edu.ldu.bean.Title; 5 | import cn.edu.ldu.util.Page; 6 | 7 | public interface TitleDao { 8 | 9 | public void addTitle(Title title); //定义添加文章的方法 10 | public Title findTitleByArticle(String tittle_article); //定义按照文章标题查找文章的方法 11 | public Title findTitleById(int tittle_id); //定义按照文章id查找文章的方法 12 | public List findAllTitles(Page page);//定义按分页信息查询所有文章的方法 13 | public int findAllCount(); //定义查询的记录数 14 | 15 | } -------------------------------------------------------------------------------- /.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | <classpath> 3 | <classpathentry kind="src" path="WebRoot"/> 4 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> 5 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> 6 | <attributes> 7 | <attribute name="hide" value="true"/> 8 | </attributes> 9 | </classpathentry> 10 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> 11 | <classpathentry kind="output" path=""/> 12 | </classpath> 13 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d<i&&(i=d))});c.translateColors(i,j)},getBox:function(){}})})(Highcharts); 2 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> 2 | <wb-module deploy-name="HLK_Blog"> 3 | <wb-resource deploy-path="/" source-path="/WebRoot" tag="defaultRootSource"/> 4 | <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> 5 | <property name="context-root" value="/HLK_Blog"/> 6 | <property name="java-output-path" value="/HLK_Blog/WebRoot/WEB-INF/classes"/> 7 | <property name="me-merge-utility-modules" value="true"/> 8 | </wb-module> 9 | </project-modules> 10 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/bean/Diary.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.bean; 2 | 3 | import java.util.Date; 4 | 5 | 6 | public class Diary { 7 | 8 | private int dirary_id; 9 | private String dirary_content; 10 | private Date dirary_timeDate; 11 | public int getDirary_id() { 12 | return dirary_id; 13 | } 14 | public void setDirary_id(int dirary_id) { 15 | this.dirary_id = dirary_id; 16 | } 17 | public String getDirary_content() { 18 | return dirary_content; 19 | } 20 | public void setDirary_content(String dirary_content) { 21 | this.dirary_content = dirary_content; 22 | } 23 | public Date getDirary_timeDate() { 24 | return dirary_timeDate; 25 | } 26 | public void setDirary_timeDate(Date dirary_timeDate) { 27 | this.dirary_timeDate = dirary_timeDate; 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/spechars/spechars.html: -------------------------------------------------------------------------------- 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 | "http://www.w3.org/TR/html4/loose.dtd"> 3 | <html> 4 | <head> 5 | <title> 6 | 7 | 8 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /WebRoot/jsp/photo.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 5 | %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | My JSP 'photo.jsp' starting page 13 | 14 | 15 | 16 | 17 | 18 | 19 | 22 | 23 | 24 | 25 | 26 | This is my JSP page.
27 | 28 | 29 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/table/edittip.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 表格删除提示 5 | 6 | 17 | 18 | 19 |
20 |
21 | 22 |
23 |
24 | 25 |
26 |
27 | 32 | 33 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 |
22 |
23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/music/music.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 插入音乐 6 | 7 | 8 | 9 | 10 |
11 | 15 |
16 | 17 |
18 |
19 |
20 |
21 | 22 | 31 | 32 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/template.css: -------------------------------------------------------------------------------- 1 | .wrap{ padding: 5px;font-size: 14px;} 2 | .left{width:425px;float: left;} 3 | .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} 4 | .right .pre{height: 332px;overflow-y: auto;} 5 | .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;} 6 | .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;} 7 | .right .preitem img{display: block;margin: 0 auto;width:100px;} 8 | .clear{clear: both;} 9 | .top{height:26px;line-height: 26px;padding: 5px;} 10 | .bottom{height:320px;width:100%;margin: 0 auto;} 11 | .transparent{ background: url("images/bg.gif") repeat;} 12 | .bottom table tr td{border:1px dashed #ccc;} 13 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;} 14 | .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 15 | p{margin: 5px 0} 16 | table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;} 17 | li{clear:both} 18 | ol{padding-left:40px; } -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/AddDiaryServlet.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.Date; 5 | import javax.servlet.ServletException; 6 | import javax.servlet.http.HttpServlet; 7 | import javax.servlet.http.HttpServletRequest; 8 | import javax.servlet.http.HttpServletResponse; 9 | 10 | import cn.edu.ldu.bean.Diary; 11 | import cn.edu.ldu.daoImpl.DiaryDaoImpl; 12 | 13 | public class AddDiaryServlet extends HttpServlet { 14 | 15 | private static final long serialVersionUID = 1L; 16 | 17 | public void doGet(HttpServletRequest request, HttpServletResponse response) 18 | throws ServletException, IOException { 19 | doPost(request, response); 20 | } 21 | 22 | public void doPost(HttpServletRequest request, HttpServletResponse response) 23 | throws ServletException, IOException { 24 | 25 | request.setCharacterEncoding("utf-8"); 26 | Diary diary=new Diary(); 27 | String content; 28 | content=request.getParameter("content"); 29 | diary.setDirary_content(content); 30 | diary.setDirary_timeDate(new Date()); 31 | 32 | DiaryDaoImpl diImpl=new DiaryDaoImpl(); 33 | diImpl.addDiary(diary); 34 | request.getRequestDispatcher("/servlet/GetDiaryListServlet").forward(request,response); 35 | } 36 | 37 | } -------------------------------------------------------------------------------- /WebRoot/js/admin.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 后台管理页面的js操作 3 | */ 4 | $(function(){ 5 | $(".leftsidebar_box dt").css({"background-color":"#3992d0"}); 6 | $(".leftsidebar_box dt img").attr("src","../images/left/select_xl01.png"); 7 | $(".leftsidebar_box dd").hide(); 8 | $(".jtitle").hide(); //文章列表默认隐藏 9 | 10 | $(".leftsidebar_box dt").click(function(){ 11 | $(".leftsidebar_box dt").css({"background-color":"#3992d0"}) 12 | $(this).css({"background-color": "#317eb4"}); 13 | $(this).parent().find('dd').removeClass("menu_chioce"); 14 | $(".leftsidebar_box dt img").attr("src","../images/left/select_xl01.png"); 15 | $(this).parent().find('img').attr("src","../images/left/select_xl.png"); 16 | $(".menu_chioce").slideUp(); 17 | $(this).parent().find('dd').slideToggle(); 18 | $(this).parent().find('dd').addClass("menu_chioce"); 19 | }); 20 | 21 | //文章列表 22 | $("#jtitle").click(function(){ 23 | if($(".jtitle").is(":hidden")){ 24 | $(".jtitle").show(); //如果元素为隐藏,则将它显现 25 | }else{ 26 | $(".jtitle").hide(); //如果元素为显现,则将其隐藏 27 | } 28 | }); 29 | 30 | //全选与取消全选操作 31 | $("#all").click(function(){ 32 | if(this.checked){ 33 | $(".list :checkbox").prop("checked", true); 34 | }else{ 35 | $(".list :checkbox").prop("checked", false); 36 | } 37 | }); 38 | }); -------------------------------------------------------------------------------- /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/preview/preview.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 40 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/heatmap.src.js: -------------------------------------------------------------------------------- 1 | (function (Highcharts) { 2 | var seriesTypes = Highcharts.seriesTypes, 3 | each = Highcharts.each; 4 | 5 | seriesTypes.heatmap = Highcharts.extendClass(seriesTypes.map, { 6 | colorKey: 'z', 7 | useMapGeometry: false, 8 | pointArrayMap: ['y', 'z'], 9 | translate: function () { 10 | var series = this, 11 | options = series.options, 12 | dataMin = Number.MAX_VALUE, 13 | dataMax = Number.MIN_VALUE; 14 | 15 | series.generatePoints(); 16 | 17 | each(series.data, function (point) { 18 | var x = point.x, 19 | y = point.y, 20 | value = point.z, 21 | xPad = (options.colsize || 1) / 2, 22 | yPad = (options.rowsize || 1) / 2; 23 | 24 | point.path = [ 25 | 'M', x - xPad, y - yPad, 26 | 'L', x + xPad, y - yPad, 27 | 'L', x + xPad, y + yPad, 28 | 'L', x - xPad, y + yPad, 29 | 'Z' 30 | ]; 31 | 32 | point.shapeType = 'path'; 33 | point.shapeArgs = { 34 | d: series.translatePath(point.path) 35 | }; 36 | 37 | if (typeof value === 'number') { 38 | if (value > dataMax) { 39 | dataMax = value; 40 | } else if (value < dataMin) { 41 | dataMin = value; 42 | } 43 | } 44 | }); 45 | 46 | series.translateColors(dataMin, dataMax); 47 | }, 48 | 49 | getBox: function () {} 50 | 51 | }); 52 | 53 | }(Highcharts)); 54 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/no-data-to-display.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Plugin for displaying a message when there is no data visible in chart. 4 | 5 | (c) 2010-2013 Highsoft AS 6 | Author: Øystein Moseng 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()}var d=c.seriesTypes,e=c.Chart.prototype,h=c.getOptions(),i=c.extend;i(h.lang,{noData:"No data to display"});h.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},attr:{},style:{fontWeight:"bold",fontSize:"12px",color:"#60606a"}};d.pie.prototype.hasData=f;if(d.gauge)d.gauge.prototype.hasData=f;if(d.waterfall)d.waterfall.prototype.hasData=f;c.Series.prototype.hasData=function(){return this.dataMax!== 11 | void 0&&this.dataMin!==void 0};e.showNoData=function(a){var b=this.options,a=a||b.lang.noData,b=b.noData;if(!this.noDataLabel)this.noDataLabel=this.renderer.label(a,0,0,null,null,null,null,null,"no-data").attr(b.attr).css(b.style).add(),this.noDataLabel.align(i(this.noDataLabel.getBBox(),b.position),!1,"plotBox")};e.hideNoData=function(){if(this.noDataLabel)this.noDataLabel=this.noDataLabel.destroy()};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0; 12 | return!1};e.callbacks.push(function(a){c.addEvent(a,"load",g);c.addEvent(a,"redraw",g)})})(Highcharts); 13 | -------------------------------------------------------------------------------- /WebRoot/jsp/write_diary.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 5 | request.setAttribute("path", basePath); 6 | %> 7 | 8 | 9 | 10 | 11 | 12 | 13 | 写日记 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 32 | 33 | 34 | 35 | 36 |
37 |
38 |

写日记:
39 | 40 |

41 |

42 | 43 | 44 |

45 |
46 |
47 | 48 | 49 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/table/edittable.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow: hidden; 3 | width: 540px; 4 | } 5 | .wrapper { 6 | margin: 10px auto 0; 7 | font-size: 12px; 8 | overflow: hidden; 9 | width: 520px; 10 | height: 315px; 11 | } 12 | 13 | .clear { 14 | clear: both; 15 | } 16 | 17 | .wrapper .left { 18 | float: left; 19 | margin-left: 10px;; 20 | } 21 | 22 | .wrapper .right { 23 | float: right; 24 | border-left: 2px dotted #EDEDED; 25 | padding-left: 15px; 26 | } 27 | 28 | .section { 29 | margin-bottom: 15px; 30 | width: 240px; 31 | overflow: hidden; 32 | } 33 | 34 | .section h3 { 35 | font-weight: bold; 36 | padding: 5px 0; 37 | margin-bottom: 10px; 38 | border-bottom: 1px solid #EDEDED; 39 | font-size: 12px; 40 | } 41 | 42 | .section ul { 43 | list-style: none; 44 | overflow: hidden; 45 | clear: both; 46 | 47 | } 48 | 49 | .section li { 50 | float: left; 51 | width: 120px;; 52 | } 53 | 54 | .section .tone { 55 | width: 80px;; 56 | } 57 | 58 | .section .preview { 59 | width: 220px; 60 | } 61 | 62 | .section .preview table { 63 | text-align: center; 64 | vertical-align: middle; 65 | color: #666; 66 | } 67 | 68 | .section .preview caption { 69 | font-weight: bold; 70 | } 71 | 72 | .section .preview td { 73 | border-width: 1px; 74 | border-style: solid; 75 | height: 22px; 76 | } 77 | 78 | .section .preview th { 79 | border-style: solid; 80 | border-color: #DDD; 81 | border-width: 2px 1px 1px 1px; 82 | height: 22px; 83 | background-color: #F7F7F7; 84 | } -------------------------------------------------------------------------------- /src/cn/edu/ldu/util/DBConn.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.util; 2 | 3 | import java.sql.Connection; 4 | import java.sql.DriverManager; 5 | import java.sql.PreparedStatement; 6 | import java.sql.ResultSet; 7 | import java.sql.SQLException; 8 | 9 | public class DBConn { 10 | private static final String driver="com.mysql.jdbc.Driver"; 11 | private static final String url="jdbc:mysql://localhost:3306/blog?useUnicode=true&characterEncoding=UTF-8"; 12 | private static final String username="root"; 13 | private static final String password=""; 14 | 15 | public static Connection getConnection() { 16 | Connection conn=null; 17 | try { 18 | Class.forName(driver); //注册驱动 19 | conn = DriverManager.getConnection(url,username,password);//获得连接对象 20 | } catch (ClassNotFoundException e) { //捕获驱动类无法找到异常 21 | e.printStackTrace(); 22 | } catch (SQLException e) { //捕获SQL异常 23 | e.printStackTrace(); 24 | } 25 | return conn; 26 | } 27 | 28 | public static void close(Connection conn) { 29 | if(conn != null) { 30 | try { 31 | conn.close(); 32 | } catch (SQLException e) { 33 | e.printStackTrace(); 34 | } 35 | } 36 | } 37 | public static void close(PreparedStatement stmt) { 38 | if(stmt != null) { 39 | try { 40 | stmt.close(); 41 | } catch (SQLException e) { 42 | e.printStackTrace(); 43 | } 44 | } 45 | } 46 | public static void close(ResultSet rs) { 47 | if(rs != null) { 48 | try { 49 | rs.close(); 50 | } catch (SQLException e) { 51 | e.printStackTrace(); 52 | } 53 | } 54 | } 55 | } -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/WriteTitServlet.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.Date; 5 | import javax.servlet.ServletException; 6 | import javax.servlet.http.HttpServlet; 7 | import javax.servlet.http.HttpServletRequest; 8 | import javax.servlet.http.HttpServletResponse; 9 | 10 | 11 | import cn.edu.ldu.bean.Title; 12 | import cn.edu.ldu.daoImpl.TitleDaoImpl; 13 | 14 | public class WriteTitServlet extends HttpServlet { 15 | 16 | private static final long serialVersionUID = 1L; 17 | 18 | public void doGet(HttpServletRequest request, HttpServletResponse response) 19 | throws ServletException, IOException { 20 | doPost(request, response); 21 | } 22 | 23 | public void doPost(HttpServletRequest request, HttpServletResponse response) 24 | throws ServletException, IOException { 25 | 26 | request.setCharacterEncoding("utf-8"); 27 | Title title=new Title(); 28 | String article,content,summary; 29 | 30 | try { 31 | article=request.getParameter("article"); 32 | content=request.getParameter("content"); 33 | summary=request.getParameter("summary"); 34 | title.setTitle_article(article); 35 | title.setTitle_content(content); 36 | title.setTitle_summary(summary); 37 | title.setTitle_time(new Date()); 38 | 39 | TitleDaoImpl titleDaoImpl=new TitleDaoImpl(); 40 | titleDaoImpl.addTitle(title); 41 | 42 | request.getRequestDispatcher("/servlet/GetTitleListServlet").forward(request,response); 43 | } catch (Exception e) { 44 | e.printStackTrace(); 45 | } 46 | } 47 | 48 | } 49 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/chart.config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 图表配置文件 3 | * */ 4 | 5 | 6 | //不同类型的配置 7 | var typeConfig = [ 8 | { 9 | chart: { 10 | type: 'line' 11 | }, 12 | plotOptions: { 13 | line: { 14 | dataLabels: { 15 | enabled: false 16 | }, 17 | enableMouseTracking: true 18 | } 19 | } 20 | }, { 21 | chart: { 22 | type: 'line' 23 | }, 24 | plotOptions: { 25 | line: { 26 | dataLabels: { 27 | enabled: true 28 | }, 29 | enableMouseTracking: false 30 | } 31 | } 32 | }, { 33 | chart: { 34 | type: 'area' 35 | } 36 | }, { 37 | chart: { 38 | type: 'bar' 39 | } 40 | }, { 41 | chart: { 42 | type: 'column' 43 | } 44 | }, { 45 | chart: { 46 | plotBackgroundColor: null, 47 | plotBorderWidth: null, 48 | plotShadow: false 49 | }, 50 | plotOptions: { 51 | pie: { 52 | allowPointSelect: true, 53 | cursor: 'pointer', 54 | dataLabels: { 55 | enabled: true, 56 | color: '#000000', 57 | connectorColor: '#000000', 58 | formatter: function() { 59 | return ''+ this.point.name +': '+ ( Math.round( this.point.percentage*100 ) / 100 ) +' %'; 60 | } 61 | } 62 | } 63 | } 64 | } 65 | ]; 66 | -------------------------------------------------------------------------------- /WebRoot/css/style.css: -------------------------------------------------------------------------------- 1 | @charset "gb2312"; 2 | .newblog { 3 | width: 740px; 4 | overflow: hidden; 5 | margin: 10px 0; 6 | } 7 | .newblog h2 { 8 | color: #333; 9 | font-size: 14px; 10 | margin: 20px 0 10px 0; 11 | clear:both; 12 | } 13 | p.dateview { 14 | margin-bottom: 10px; 15 | } 16 | p.dateview span { 17 | margin: 0 10px 0 0; 18 | } 19 | p.dateview span a { 20 | color: #63B120; 21 | } 22 | .newblog figure { 23 | float: left; 24 | } 25 | .newblog figure img { 26 | width: 170px; 27 | border: #EAE6E7 1px solid; 28 | padding: 4px; 29 | } 30 | .nlist { 31 | width: 530px; 32 | float: left; 33 | margin: 0 0 0 10px; 34 | line-height: 1.9; 35 | } 36 | .rnav1 { 37 | background: #FE5187; 38 | } 39 | .rnav2 { 40 | background: #339967; 41 | } 42 | .rnav3 { 43 | background: #FF8151; 44 | } 45 | .rnav4 { 46 | background: #66CC9A; 47 | } 48 | .page { 49 | margin: 20px 0; 50 | text-align: center; 51 | width: 100%; 52 | overflow: hidden; 53 | } 54 | .page a b { 55 | color: #999; 56 | } 57 | .page>b, .page a { 58 | margin: 0 2px; 59 | height: 26px; 60 | line-height: 26px; 61 | border-radius: 50%; 62 | width: 26px; 63 | text-align: center; 64 | display: inline-block; 65 | } 66 | .page a { 67 | margin: 0 2px; 68 | height: 26px; 69 | line-height: 26px; 70 | border-radius: 50%; 71 | width: 26px; 72 | text-align: center; 73 | display: inline-block 74 | } 75 | .page>b, .page a:hover { 76 | background: #333; color: #FFF; 77 | } 78 | .page a { 79 | color: #F33; 80 | border: #999 1px solid; 81 | } 82 | .about_me { 83 | height: 340px; 84 | width: 260px; 85 | background: url(../images/aboutphoto.jpg); 86 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/help/help.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-9-26 5 | * Time: 下午1:06 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | /** 9 | * tab点击处理事件 10 | * @param tabHeads 11 | * @param tabBodys 12 | * @param obj 13 | */ 14 | function clickHandler( tabHeads,tabBodys,obj ) { 15 | //head样式更改 16 | for ( var k = 0, len = tabHeads.length; k < len; k++ ) { 17 | tabHeads[k].className = ""; 18 | } 19 | obj.className = "focus"; 20 | //body显隐 21 | var tabSrc = obj.getAttribute( "tabSrc" ); 22 | for ( var j = 0, length = tabBodys.length; j < length; j++ ) { 23 | var body = tabBodys[j], 24 | id = body.getAttribute( "id" ); 25 | body.onclick = function(){ 26 | this.style.zoom = 1; 27 | }; 28 | if ( id != tabSrc ) { 29 | body.style.zIndex = 1; 30 | } else { 31 | body.style.zIndex = 200; 32 | } 33 | } 34 | 35 | } 36 | 37 | /** 38 | * TAB切换 39 | * @param tabParentId tab的父节点ID或者对象本身 40 | */ 41 | function switchTab( tabParentId ) { 42 | var tabElements = $G( tabParentId ).children, 43 | tabHeads = tabElements[0].children, 44 | tabBodys = tabElements[1].children; 45 | 46 | for ( var i = 0, length = tabHeads.length; i < length; i++ ) { 47 | var head = tabHeads[i]; 48 | if ( head.className === "focus" )clickHandler(tabHeads,tabBodys, head ); 49 | head.onclick = function () { 50 | clickHandler(tabHeads,tabBodys,this); 51 | } 52 | } 53 | } 54 | switchTab("helptab"); 55 | 56 | document.getElementById('version').innerHTML = parent.UE.version; -------------------------------------------------------------------------------- /src/cn/edu/ldu/util/PageUtil.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.util; 2 | 3 | public class PageUtil { 4 | 5 | //创建分页信息对象 6 | public static Page createPage(int everyPage,int totalCount,int currentPage) { 7 | everyPage = getEveryPage(everyPage); 8 | currentPage = getCurrentPage(currentPage); 9 | int totalPage = getTotalPage(everyPage, totalCount); 10 | int beginIndex = getBeginIndex(everyPage, currentPage); 11 | boolean hasPrePage = getHasPrePage(currentPage); 12 | boolean hasNextPage = getHasNextPage(totalPage, currentPage); 13 | return new Page(everyPage, totalPage,totalCount, currentPage, 14 | beginIndex, hasPrePage, hasNextPage); 15 | } 16 | 17 | //获得每页显示记录数 18 | public static int getEveryPage(int everyPage) { 19 | return everyPage == 0 ? 10 : everyPage; 20 | } 21 | 22 | //获得当前页 23 | public static int getCurrentPage(int currentPage) { 24 | return currentPage == 0 ? 10 : currentPage; 25 | } 26 | 27 | //获得总页数 28 | public static int getTotalPage(int everyPage,int totalCount) { 29 | int totalPage=0; 30 | //要判断每页是否满页,否则页数+1 31 | if(totalCount!=0 && totalCount%everyPage==0) { 32 | totalPage=totalCount/everyPage; 33 | } 34 | else { 35 | totalPage=totalCount/everyPage+1; 36 | } 37 | return totalPage; 38 | } 39 | 40 | //获得起始位置 41 | public static int getBeginIndex(int everyPage,int currentPage) { 42 | return everyPage*(currentPage-1); 43 | } 44 | 45 | //判断是否有上一页 46 | public static boolean getHasPrePage(int currentPage) { 47 | return currentPage== 1 ? false : true; 48 | 49 | } 50 | 51 | //判断是否有下一页 52 | public static boolean getHasNextPage(int totalPage, int currentPage) { 53 | return (currentPage == totalPage) || (totalPage == 0) ? false : true; 54 | } 55 | 56 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/anchor/anchor.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 13 | 14 | 15 |
16 | 17 |
18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/music/music.css: -------------------------------------------------------------------------------- 1 | .wrapper{margin: 5px 10px;} 2 | 3 | .searchBar{height:30px;padding:7px 0 3px;text-align:center;} 4 | .searchBtn{font-size:13px;height:24px;} 5 | 6 | .resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;} 7 | 8 | .listPanel{overflow: hidden;} 9 | .panelon{display:block;} 10 | .paneloff{display:none} 11 | 12 | .page{width:220px;margin:20px auto;overflow: hidden;} 13 | .pageon{float:right;width:24px;line-height:24px;height:24px;margin-right: 5px;background: none;border: none;color: #000;font-weight: bold;text-align:center} 14 | .pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff; 15 | border: 1px solid #E7ECF0;color: #2D64B3;margin-right: 5px;text-decoration: none;text-align:center;} 16 | 17 | .m-box{width:460px;} 18 | .m-m{float: left;line-height: 20px;height: 20px;} 19 | .m-h{height:24px;line-height:24px;padding-left: 46px;background-color:#FAFAFA;border-bottom: 1px solid #DAD8D8;font-weight: bold;font-size: 12px;color: #333;} 20 | .m-l{float:left;width:40px; } 21 | .m-t{float:left;width:140px;} 22 | .m-s{float:left;width:110px;} 23 | .m-z{float:left;width:100px;} 24 | .m-try-t{float: left;width: 60px;;} 25 | 26 | .m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;} 27 | .m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;} 28 | 29 | .loading{width:95px;height:7px;font-size:7px;margin:60px auto;background:url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat} 30 | .empty{width:300px;height:40px;padding:2px;margin:50px auto;line-height:40px; color:#006699;text-align:center;} -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/table/edittd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 60 | 61 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/GetTitleListServlet.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.List; 5 | import javax.servlet.RequestDispatcher; 6 | import javax.servlet.ServletContext; 7 | import javax.servlet.ServletException; 8 | import javax.servlet.http.HttpServlet; 9 | import javax.servlet.http.HttpServletRequest; 10 | import javax.servlet.http.HttpServletResponse; 11 | import cn.edu.ldu.bean.Title; 12 | import cn.edu.ldu.dao.TitleDao; 13 | import cn.edu.ldu.daoImpl.TitleDaoImpl; 14 | import cn.edu.ldu.util.Page; 15 | import cn.edu.ldu.util.PageUtil; 16 | 17 | public class GetTitleListServlet extends HttpServlet { 18 | 19 | private static final long serialVersionUID = 1L; 20 | 21 | public void doGet(HttpServletRequest request, HttpServletResponse response) 22 | throws ServletException, IOException { 23 | 24 | doPost(request, response); 25 | } 26 | 27 | public void doPost(HttpServletRequest request, HttpServletResponse response) 28 | throws ServletException, IOException { 29 | 30 | int currentPage = 0; 31 | String currentPageStr = request.getParameter("currentPage"); 32 | if(currentPageStr == null || "".equals(currentPageStr)){ 33 | currentPage = 1; 34 | }else { 35 | currentPage = Integer.parseInt(currentPageStr); 36 | } 37 | TitleDaoImpl titleDaoImpl=new TitleDaoImpl(); 38 | TitleDao titleDao=titleDaoImpl; 39 | Page page = PageUtil.createPage(5, titleDao.findAllCount(), currentPage); 40 | List titles = titleDao.findAllTitles(page); 41 | request.setAttribute("titles", titles); 42 | request.setAttribute("page", page); 43 | ServletContext servletContext = getServletContext(); 44 | RequestDispatcher dispatcher = servletContext. 45 | getRequestDispatcher("/jsp/title.jsp");//跳转到消息列表页 46 | dispatcher.forward(request, response); 47 | } 48 | 49 | } 50 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/template/template.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-8-8 5 | * Time: 下午2:09 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | (function () { 9 | var me = editor, 10 | preview = $G( "preview" ), 11 | preitem = $G( "preitem" ), 12 | tmps = templates, 13 | currentTmp; 14 | var initPre = function () { 15 | var str = ""; 16 | for ( var i = 0, tmp; tmp = tmps[i++]; ) { 17 | str += '<div class="preitem" onclick="pre(' + i + ')"><img src="' + "images/" + tmp.pre + '" ' + (tmp.title ? "alt=" + tmp.title + " title=" + tmp.title + "" : "") + '></div>'; 18 | } 19 | preitem.innerHTML = str; 20 | }; 21 | var pre = function ( n ) { 22 | var tmp = tmps[n - 1]; 23 | currentTmp = tmp; 24 | clearItem(); 25 | domUtils.setStyles( preitem.childNodes[n - 1], { 26 | "background-color":"lemonChiffon", 27 | "border":"#ccc 1px solid" 28 | } ); 29 | preview.innerHTML = tmp.preHtml ? tmp.preHtml : ""; 30 | }; 31 | var clearItem = function () { 32 | var items = preitem.children; 33 | for ( var i = 0, item; item = items[i++]; ) { 34 | domUtils.setStyles( item, { 35 | "background-color":"", 36 | "border":"white 1px solid" 37 | } ); 38 | } 39 | }; 40 | dialog.onok = function () { 41 | if ( !$G( "issave" ).checked ){ 42 | me.execCommand( "cleardoc" ); 43 | } 44 | var obj = { 45 | html:currentTmp && currentTmp.html 46 | }; 47 | me.execCommand( "template", obj ); 48 | }; 49 | initPre(); 50 | window.pre = pre; 51 | pre(2) 52 | 53 | })(); -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/AdminServlet.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.List; 5 | 6 | import javax.servlet.RequestDispatcher; 7 | import javax.servlet.ServletContext; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.http.HttpServlet; 10 | import javax.servlet.http.HttpServletRequest; 11 | import javax.servlet.http.HttpServletResponse; 12 | 13 | import cn.edu.ldu.bean.Title; 14 | import cn.edu.ldu.dao.TitleDao; 15 | import cn.edu.ldu.daoImpl.TitleDaoImpl; 16 | import cn.edu.ldu.util.Page; 17 | import cn.edu.ldu.util.PageUtil; 18 | 19 | public class AdminServlet extends HttpServlet { 20 | private static final long serialVersionUID = 1L; 21 | 22 | /** 23 | * 管理员后台文章管理界面 24 | */ 25 | 26 | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 27 | doPost(request,response); 28 | } 29 | 30 | protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 31 | int currentPage = 0; 32 | String currentPageStr = request.getParameter("currentPage"); 33 | if(currentPageStr == null || "".equals(currentPageStr)){ 34 | currentPage = 1; 35 | }else { 36 | currentPage = Integer.parseInt(currentPageStr); 37 | } 38 | TitleDaoImpl titleDaoImpl=new TitleDaoImpl(); 39 | TitleDao titleDao=titleDaoImpl; 40 | Page page = PageUtil.createPage(10, titleDao.findAllCount(), currentPage); 41 | List<Title> titles = titleDao.findAllTitles(page); 42 | request.setAttribute("titles", titles); 43 | request.setAttribute("page", page); 44 | ServletContext servletContext = getServletContext(); 45 | RequestDispatcher dispatcher = servletContext. 46 | getRequestDispatcher("/admin.jsp");//跳转到主页 47 | dispatcher.forward(request, response); 48 | } 49 | 50 | } 51 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/GetTitle.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | 5 | import javax.servlet.RequestDispatcher; 6 | import javax.servlet.ServletContext; 7 | import javax.servlet.ServletException; 8 | import javax.servlet.http.HttpServlet; 9 | import javax.servlet.http.HttpServletRequest; 10 | import javax.servlet.http.HttpServletResponse; 11 | 12 | import cn.edu.ldu.bean.Title; 13 | import cn.edu.ldu.dao.TitleDao; 14 | import cn.edu.ldu.daoImpl.TitleDaoImpl; 15 | 16 | public class GetTitle extends HttpServlet { 17 | 18 | /** 19 | * 按照文章的标题获取出文章 20 | */ 21 | private static final long serialVersionUID = 1L; 22 | 23 | public void doGet(HttpServletRequest request, HttpServletResponse response) 24 | throws ServletException, IOException { 25 | doPost(request, response); 26 | } 27 | 28 | public void doPost(HttpServletRequest request, HttpServletResponse response) 29 | throws ServletException, IOException { 30 | 31 | request.setCharacterEncoding("utf-8"); 32 | int title_id=Integer.parseInt(request.getParameter("title_id")); 33 | int pretitle_id=Integer.parseInt(request.getParameter("title_id"))-1; 34 | int nexttitle_id=Integer.parseInt(request.getParameter("title_id"))+1; 35 | TitleDaoImpl titleDaoImpl=new TitleDaoImpl(); 36 | TitleDao titleDao=titleDaoImpl; 37 | Title title=titleDao.findTitleById(title_id); 38 | Title pre_title=titleDao.findTitleById(pretitle_id); 39 | Title next_title=titleDao.findTitleById(nexttitle_id); 40 | request.setAttribute("title", title); 41 | request.setAttribute("pre_title", pre_title); 42 | request.setAttribute("next_title", next_title); 43 | ServletContext servletContext = getServletContext(); 44 | RequestDispatcher dispatcher = servletContext. 45 | getRequestDispatcher("/jsp/show_title.jsp"); //跳转到消息显示页 46 | dispatcher.forward(request, response); 47 | } 48 | 49 | } 50 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/DoIndex.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.List; 5 | 6 | import javax.servlet.RequestDispatcher; 7 | import javax.servlet.ServletContext; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.http.HttpServlet; 10 | import javax.servlet.http.HttpServletRequest; 11 | import javax.servlet.http.HttpServletResponse; 12 | 13 | import cn.edu.ldu.bean.Title; 14 | import cn.edu.ldu.dao.TitleDao; 15 | import cn.edu.ldu.daoImpl.TitleDaoImpl; 16 | import cn.edu.ldu.util.Page; 17 | import cn.edu.ldu.util.PageUtil; 18 | 19 | /** 20 | * Servlet implementation class DoIndex 21 | */ 22 | public class DoIndex extends HttpServlet { 23 | private static final long serialVersionUID = 1L; 24 | 25 | /** 26 | * 获取首页展示的数据 27 | */ 28 | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 29 | doPost(request,response); 30 | } 31 | 32 | protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 33 | int currentPage = 0; 34 | String currentPageStr = request.getParameter("currentPage"); 35 | if(currentPageStr == null || "".equals(currentPageStr)){ 36 | currentPage = 1; 37 | }else { 38 | currentPage = Integer.parseInt(currentPageStr); 39 | } 40 | TitleDaoImpl titleDaoImpl=new TitleDaoImpl(); 41 | TitleDao titleDao=titleDaoImpl; 42 | Page page = PageUtil.createPage(5, titleDao.findAllCount(), currentPage); 43 | List<Title> titles = titleDao.findAllTitles(page); 44 | request.setAttribute("titles", titles); 45 | request.setAttribute("page", page); 46 | ServletContext servletContext = getServletContext(); 47 | RequestDispatcher dispatcher = servletContext. 48 | getRequestDispatcher("/index.jsp");//跳转到主页 49 | dispatcher.forward(request, response); 50 | } 51 | 52 | } 53 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/servlet/GetDiaryListServlet.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.servlet; 2 | 3 | import java.io.IOException; 4 | import java.util.List; 5 | 6 | import javax.servlet.RequestDispatcher; 7 | import javax.servlet.ServletContext; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.http.HttpServlet; 10 | import javax.servlet.http.HttpServletRequest; 11 | import javax.servlet.http.HttpServletResponse; 12 | 13 | import cn.edu.ldu.bean.Diary; 14 | import cn.edu.ldu.dao.DiaryDao; 15 | import cn.edu.ldu.daoImpl.DiaryDaoImpl; 16 | import cn.edu.ldu.util.Page; 17 | import cn.edu.ldu.util.PageUtil; 18 | 19 | public class GetDiaryListServlet extends HttpServlet { 20 | 21 | /** 22 | * 获取出所有的日记 23 | */ 24 | private static final long serialVersionUID = 1L; 25 | 26 | public void doGet(HttpServletRequest request, HttpServletResponse response) 27 | throws ServletException, IOException { 28 | 29 | doPost(request, response); 30 | } 31 | 32 | public void doPost(HttpServletRequest request, HttpServletResponse response) 33 | throws ServletException, IOException { 34 | request.setCharacterEncoding("utf-8"); 35 | int currentPage = 0; 36 | String currentPageStr = request.getParameter("currentPage"); 37 | if(currentPageStr == null || "".equals(currentPageStr)){ 38 | currentPage = 1; 39 | }else { 40 | currentPage = Integer.parseInt(currentPageStr); 41 | } 42 | DiaryDaoImpl diaryDaoImpl=new DiaryDaoImpl(); 43 | DiaryDao diaryDao=diaryDaoImpl; 44 | Page page=PageUtil.createPage(5, diaryDao.findAllCount(), currentPage); 45 | List<Diary> diaries=diaryDao.findAllDiarys(page); 46 | request.setAttribute("diaries", diaries); 47 | request.setAttribute("page", page); 48 | ServletContext servletContext = getServletContext(); 49 | RequestDispatcher dispatcher = servletContext. 50 | getRequestDispatcher("/jsp/diary.jsp");//跳转到消息列表页 51 | dispatcher.forward(request, response); 52 | } 53 | 54 | } 55 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/bean/Title.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.bean; 2 | 3 | import java.util.Date; 4 | 5 | public class Title { 6 | 7 | private int title_id; 8 | private String title_article; //文章的标题 9 | private Date title_time; //文章的时间 10 | private int title_read; //文章阅读量 11 | private String title_summary; //文章的摘要 12 | private String title_content; //文章的具体内容 13 | 14 | public Title() { 15 | 16 | } 17 | 18 | public Title(int title_id, String title_article, Date title_time, 19 | int title_read, String title_summary, String title_content) { 20 | super(); 21 | this.title_id = title_id; 22 | this.title_article = title_article; 23 | this.title_time = title_time; 24 | this.title_read = title_read; 25 | this.title_summary = title_summary; 26 | this.title_content = title_content; 27 | } 28 | 29 | public int getTitle_id() { 30 | return title_id; 31 | } 32 | 33 | public void setTitle_id(int title_id) { 34 | this.title_id = title_id; 35 | } 36 | 37 | public String getTitle_article() { 38 | return title_article; 39 | } 40 | 41 | public void setTitle_article(String title_article) { 42 | this.title_article = title_article; 43 | } 44 | 45 | public Date getTitle_time() { 46 | return title_time; 47 | } 48 | 49 | public void setTitle_time(Date title_time) { 50 | this.title_time = title_time; 51 | } 52 | 53 | public int getTitle_read() { 54 | return title_read; 55 | } 56 | 57 | public void setTitle_read(int title_read) { 58 | this.title_read = title_read; 59 | } 60 | 61 | public String getTitle_summary() { 62 | return title_summary; 63 | } 64 | 65 | public void setTitle_summary(String title_summary) { 66 | this.title_summary = title_summary; 67 | } 68 | 69 | public String getTitle_content() { 70 | return title_content; 71 | } 72 | 73 | public void setTitle_content(String title_content) { 74 | this.title_content = title_content; 75 | } 76 | 77 | } 78 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/funnel.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Highcharts funnel module, Beta 4 | 5 | (c) 2010-2012 Torstein Hønsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(d){var u=d.getOptions().plotOptions,p=d.seriesTypes,D=d.merge,z=function(){},A=d.each;u.funnel=D(u.pie,{center:["50%","50%"],width:"90%",neckWidth:"30%",height:"100%",neckHeight:"25%",dataLabels:{connectorWidth:1,connectorColor:"#606060"},size:!0,states:{select:{color:"#C0C0C0",borderColor:"#000000",shadow:!1}}});p.funnel=d.extendClass(p.pie,{type:"funnel",animate:z,translate:function(){var a=function(k,a){return/%$/.test(k)?a*parseInt(k,10)/100:parseInt(k,10)},g=0,e=this.chart,f=e.plotWidth, 10 | e=e.plotHeight,h=0,c=this.options,C=c.center,b=a(C[0],f),d=a(C[0],e),p=a(c.width,f),i,q,j=a(c.height,e),r=a(c.neckWidth,f),s=a(c.neckHeight,e),v=j-s,a=this.data,w,x,u=c.dataLabels.position==="left"?1:0,y,m,B,n,l,t,o;this.getWidthAt=q=function(k){return k>j-s||j===s?r:r+(p-r)*((j-s-k)/(j-s))};this.getX=function(k,a){return b+(a?-1:1)*(q(k)/2+c.dataLabels.distance)};this.center=[b,d,j];this.centerX=b;A(a,function(a){g+=a.y});A(a,function(a){o=null;x=g?a.y/g:0;m=d-j/2+h*j;l=m+x*j;i=q(m);y=b-i/2;B=y+ 11 | i;i=q(l);n=b-i/2;t=n+i;m>v?(y=n=b-r/2,B=t=b+r/2):l>v&&(o=l,i=q(v),n=b-i/2,t=n+i,l=v);w=["M",y,m,"L",B,m,t,l];o&&w.push(t,o,n,o);w.push(n,l,"Z");a.shapeType="path";a.shapeArgs={d:w};a.percentage=x*100;a.plotX=b;a.plotY=(m+(o||l))/2;a.tooltipPos=[b,a.plotY];a.slice=z;a.half=u;h+=x});this.setTooltipPoints()},drawPoints:function(){var a=this,g=a.options,e=a.chart.renderer;A(a.data,function(f){var h=f.graphic,c=f.shapeArgs;h?h.animate(c):f.graphic=e.path(c).attr({fill:f.color,stroke:g.borderColor,"stroke-width":g.borderWidth}).add(a.group)})}, 12 | sortByAngle:z,drawDataLabels:function(){var a=this.data,g=this.options.dataLabels.distance,e,f,h,c=a.length,d,b;for(this.center[2]-=2*g;c--;)h=a[c],f=(e=h.half)?1:-1,b=h.plotY,d=this.getX(b,e),h.labelPos=[0,b,d+(g-5)*f,b,d+g*f,b,e?"right":"left",0];p.pie.prototype.drawDataLabels.call(this)}})})(Highcharts); 13 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/emotion/emotion.css: -------------------------------------------------------------------------------- 1 | .jd img{ 2 | background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; 3 | cursor:pointer;width:35px;height:35px;display:block; 4 | } 5 | .pp img{ 6 | background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; 7 | cursor:pointer;width:25px;height:25px;display:block; 8 | } 9 | .ldw img{ 10 | background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; 11 | cursor:pointer;width:35px;height:35px;display:block; 12 | } 13 | .tsj img{ 14 | background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; 15 | cursor:pointer;width:35px;height:35px;display:block; 16 | } 17 | .cat img{ 18 | background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; 19 | cursor:pointer;width:35px;height:35px;display:block; 20 | } 21 | .bb img{ 22 | background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; 23 | cursor:pointer;width:35px;height:35px;display:block; 24 | } 25 | .youa img{ 26 | background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; 27 | cursor:pointer;width:35px;height:35px;display:block; 28 | } 29 | 30 | .smileytable td {height: 37px;} 31 | #tabPanel{margin-left:5px;overflow: hidden;} 32 | #tabContent {float:left;background:#FFFFFF;} 33 | #tabContent div{display: none;width:480px;overflow:hidden;} 34 | #tabIconReview.show{left:17px;display:block;} 35 | .menuFocus{background:#ACCD3C;} 36 | .menuDefault{background:#FFFFFF;} 37 | #tabIconReview{position:absolute;left:406px;left:398px \9;top:41px;z-index:65533;width:90px;height:76px;} 38 | img.review{width:90px;height:76px;border:2px solid #9cb945;background:#FFFFFF;background-position:center;background-repeat:no-repeat;} 39 | 40 | .wrapper .tabbody{position:relative;float:left;clear:both;padding:10px;width: 95%;} 41 | .tabbody table{width: 100%;} 42 | .tabbody td{border:1px solid #BAC498;} 43 | .tabbody td span{display: block;zoom:1;padding:0 4px;} -------------------------------------------------------------------------------- /src/cn/edu/ldu/util/Page.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.util; 2 | 3 | public class Page { 4 | 5 | private int everyPage; //每页显示的数量 6 | private int totalPage; //总页数 7 | private int totalCount; //总数量 8 | private int currentPage; //当前页 9 | private int beginIndex; //起始页 10 | private boolean hasPrepage; //是否有上一页 11 | private boolean hasNextPage; //是否有下一页 12 | 13 | public Page() { 14 | } 15 | 16 | public Page(int everyPage, int totalPage, int totalCount, int currentPage, 17 | int beginIndex, boolean hasPrepage, boolean hasNextPage) { 18 | this.everyPage = everyPage; 19 | this.totalPage = totalPage; 20 | this.totalCount = totalCount; 21 | this.currentPage = currentPage; 22 | this.beginIndex = beginIndex; 23 | this.hasPrepage = hasPrepage; 24 | this.hasNextPage = hasNextPage; 25 | } 26 | 27 | public int getEveryPage() { 28 | return everyPage; 29 | } 30 | 31 | public void setEveryPage(int everyPage) { 32 | this.everyPage = everyPage; 33 | } 34 | 35 | public int getTotalPage() { 36 | return totalPage; 37 | } 38 | 39 | public void setTotalPage(int totalPage) { 40 | this.totalPage = totalPage; 41 | } 42 | 43 | public int getTotalCount() { 44 | return totalCount; 45 | } 46 | 47 | public void setTotalCount(int totalCount) { 48 | this.totalCount = totalCount; 49 | } 50 | 51 | public int getCurrentPage() { 52 | return currentPage; 53 | } 54 | 55 | public void setCurrentPage(int currentPage) { 56 | this.currentPage = currentPage; 57 | } 58 | 59 | public int getBeginIndex() { 60 | return beginIndex; 61 | } 62 | 63 | public void setBeginIndex(int beginIndex) { 64 | this.beginIndex = beginIndex; 65 | } 66 | 67 | public boolean isHasPrepage() { 68 | return hasPrepage; 69 | } 70 | 71 | public void setHasPrepage(boolean hasPrepage) { 72 | this.hasPrepage = hasPrepage; 73 | } 74 | 75 | public boolean isHasNextPage() { 76 | return hasNextPage; 77 | } 78 | 79 | public void setHasNextPage(boolean hasNextPage) { 80 | this.hasNextPage = hasNextPage; 81 | } 82 | 83 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/themes/skies.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Skies theme for Highcharts JS 3 | * @author Torstein Hønsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#514F78", "#42A07B", "#9B5E4A", "#72727F", "#1F949A", "#82914E", "#86777F", "#42A07B"], 8 | chart: { 9 | className: 'skies', 10 | borderWidth: 0, 11 | plotShadow: true, 12 | plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/skies.jpg', 13 | plotBackgroundColor: { 14 | linearGradient: [0, 0, 250, 500], 15 | stops: [ 16 | [0, 'rgba(255, 255, 255, 1)'], 17 | [1, 'rgba(255, 255, 255, 0)'] 18 | ] 19 | }, 20 | plotBorderWidth: 1 21 | }, 22 | title: { 23 | style: { 24 | color: '#3E576F', 25 | font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 26 | } 27 | }, 28 | subtitle: { 29 | style: { 30 | color: '#6D869F', 31 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 32 | } 33 | }, 34 | xAxis: { 35 | gridLineWidth: 0, 36 | lineColor: '#C0D0E0', 37 | tickColor: '#C0D0E0', 38 | labels: { 39 | style: { 40 | color: '#666', 41 | fontWeight: 'bold' 42 | } 43 | }, 44 | title: { 45 | style: { 46 | color: '#666', 47 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 48 | } 49 | } 50 | }, 51 | yAxis: { 52 | alternateGridColor: 'rgba(255, 255, 255, .5)', 53 | lineColor: '#C0D0E0', 54 | tickColor: '#C0D0E0', 55 | tickWidth: 1, 56 | labels: { 57 | style: { 58 | color: '#666', 59 | fontWeight: 'bold' 60 | } 61 | }, 62 | title: { 63 | style: { 64 | color: '#666', 65 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 66 | } 67 | } 68 | }, 69 | legend: { 70 | itemStyle: { 71 | font: '9pt Trebuchet MS, Verdana, sans-serif', 72 | color: '#3E576F' 73 | }, 74 | itemHoverStyle: { 75 | color: 'black' 76 | }, 77 | itemHiddenStyle: { 78 | color: 'silver' 79 | } 80 | }, 81 | labels: { 82 | style: { 83 | color: '#3E576F' 84 | } 85 | } 86 | }; 87 | 88 | // Apply the theme 89 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 90 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | <projectDescription> 3 | <name>HLK_Blog</name> 4 | <comment></comment> 5 | <projects> 6 | </projects> 7 | <buildSpec> 8 | <buildCommand> 9 | <name>org.eclipse.wst.common.project.facet.core.builder</name> 10 | <arguments> 11 | </arguments> 12 | </buildCommand> 13 | <buildCommand> 14 | <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> 15 | <triggers>full,incremental,</triggers> 16 | <arguments> 17 | <dictionary> 18 | <key>LaunchConfigHandle</key> 19 | <value><project>/.externalToolBuilders/org.eclipse.wst.jsdt.core.javascriptValidator (2).launch</value> 20 | </dictionary> 21 | </arguments> 22 | </buildCommand> 23 | <buildCommand> 24 | <name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name> 25 | <arguments> 26 | </arguments> 27 | </buildCommand> 28 | <buildCommand> 29 | <name>org.eclipse.jdt.core.javabuilder</name> 30 | <arguments> 31 | </arguments> 32 | </buildCommand> 33 | <buildCommand> 34 | <name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name> 35 | <arguments> 36 | </arguments> 37 | </buildCommand> 38 | <buildCommand> 39 | <name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name> 40 | <arguments> 41 | </arguments> 42 | </buildCommand> 43 | <buildCommand> 44 | <name>org.eclipse.wst.validation.validationbuilder</name> 45 | <arguments> 46 | </arguments> 47 | </buildCommand> 48 | <buildCommand> 49 | <name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name> 50 | <arguments> 51 | </arguments> 52 | </buildCommand> 53 | </buildSpec> 54 | <natures> 55 | <nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature> 56 | <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> 57 | <nature>com.genuitec.eclipse.j2eedt.core.webnature</nature> 58 | <nature>org.eclipse.jdt.core.javanature</nature> 59 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> 60 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> 61 | <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> 62 | </natures> 63 | </projectDescription> 64 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/snapscreen/snapscreen.html: -------------------------------------------------------------------------------- 1 | <!DOCTYPE HTML> 2 | <html> 3 | <head> 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 5 | <title> 6 | 7 | 47 | 48 | 49 |
50 |

51 |
52 |
53 |
54 |
55 |
56 |
57 | 58 | -------------------------------------------------------------------------------- /WebRoot/write_title.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 5 | request.setAttribute("path", basePath); 6 | %> 7 | 8 | 9 | 10 | 11 | 12 | 13 | My JSP 'msg_publish.jsp' starting page 14 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 33 | 34 | 35 | 36 |
37 |
38 |

文章标题: 39 | 40 |

41 |

文章内容:

42 |
43 | 44 | 48 |

49 | 文章摘要:
50 | 52 |

53 | 写作日期: 54 | 56 |
57 |

58 | 59 | 60 |

61 |
62 |
63 | 64 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/adapters/mootools-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | MooTools adapter 4 | 5 | (c) 2010-2013 Torstein Hønsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(){var e=window,h=document,f=e.MooTools.version.substring(0,3),i=f==="1.2"||f==="1.1",j=i||f==="1.3",g=e.$extend||function(){return Object.append.apply(Object,arguments)};e.HighchartsAdapter={init:function(a){var b=Fx.prototype,c=b.start,d=Fx.Morph.prototype,e=d.compute;b.start=function(b,d){var e=this.element;if(b.d)this.paths=a.init(e,e.d,this.toD);c.apply(this,arguments);return this};d.compute=function(b,c,d){var f=this.paths;if(f)this.element.attr("d",a.step(f[0],f[1],d,this.toD));else return e.apply(this, 10 | arguments)}},adapterRun:function(a,b){if(b==="width"||b==="height")return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=h.getElementsByTagName("head")[0],d=h.createElement("script");d.type="text/javascript";d.src=a;d.onload=b;c.appendChild(d)},animate:function(a,b,c){var d=a.attr,f=c&&c.complete;if(d&&!a.setStyle)a.getStyle=a.attr,a.setStyle=function(){var a=arguments;this.attr.call(this,a[0],a[1][0])},a.$family=function(){return!0};e.HighchartsAdapter.stop(a);c=new Fx.Morph(d?a:$(a), 11 | g({transition:Fx.Transitions.Quad.easeInOut},c));if(d)c.element=a;if(b.d)c.toD=b.d;f&&c.addEvent("complete",f);c.start(b);a.fx=c},each:function(a,b){return i?$each(a,b):Array.each(a,b)},map:function(a,b){return a.map(b)},grep:function(a,b){return a.filter(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){a=a.getPosition();return{left:a.x,top:a.y}},extendWithEvents:function(a){a.addEvent||(a.nodeName?$(a):g(a,new Events))},addEvent:function(a,b,c){typeof b==="string"&&(b=== 12 | "unload"&&(b="beforeunload"),e.HighchartsAdapter.extendWithEvents(a),a.addEvent(b,c))},removeEvent:function(a,b,c){typeof a!=="string"&&a.addEvent&&(b?(b==="unload"&&(b="beforeunload"),c?a.removeEvent(b,c):a.removeEvents&&a.removeEvents(b)):a.removeEvents())},fireEvent:function(a,b,c,d){b={type:b,target:a};b=j?new Event(b):new DOMEvent(b);b=g(b,c);if(!b.target&&b.event)b.target=b.event.target;b.preventDefault=function(){d=null};a.fireEvent&&a.fireEvent(b.type,b);d&&d(b)},washMouseEvent:function(a){if(a.page)a.pageX= 13 | a.page.x,a.pageY=a.page.y;return a},stop:function(a){a.fx&&a.fx.cancel()}}})(); 14 | -------------------------------------------------------------------------------- /WebRoot/ueditor/themes/default/dialogbase.css: -------------------------------------------------------------------------------- 1 | /*弹出对话框页面样式组件 2 | */ 3 | 4 | /*reset 5 | */ 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, font, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td { 15 | margin: 0; 16 | padding: 0; 17 | outline: 0; 18 | font-size: 100%; 19 | } 20 | 21 | body { 22 | line-height: 1; 23 | } 24 | 25 | ol, ul { 26 | list-style: none; 27 | } 28 | 29 | blockquote, q { 30 | quotes: none; 31 | } 32 | 33 | ins { 34 | text-decoration: none; 35 | } 36 | 37 | del { 38 | text-decoration: line-through; 39 | } 40 | 41 | table { 42 | border-collapse: collapse; 43 | border-spacing: 0; 44 | } 45 | 46 | /*module 47 | */ 48 | body { 49 | background-color: #fff; 50 | font: 12px/1.5 sans-serif, "宋体", "Arial Narrow", HELVETICA; 51 | color: #646464; 52 | } 53 | 54 | /*tab*/ 55 | .tabhead { 56 | position: relative; 57 | z-index: 10; 58 | } 59 | 60 | .tabhead span { 61 | display: inline-block; 62 | padding: 0 5px; 63 | height: 30px; 64 | border: 1px solid #ccc; 65 | background: url("images/dialog-title-bg.png") repeat-x; 66 | text-align: center; 67 | line-height: 30px; 68 | cursor: pointer; 69 | *margin-right: 5px; 70 | } 71 | 72 | .tabhead span.focus { 73 | height: 31px; 74 | border-bottom: none; 75 | background: #fff; 76 | } 77 | 78 | .tabbody { 79 | position: relative; 80 | top: -1px; 81 | margin: 0 auto; 82 | border: 1px solid #ccc; 83 | } 84 | 85 | /*button*/ 86 | a.button { 87 | display: block; 88 | text-align: center; 89 | line-height: 24px; 90 | text-decoration: none; 91 | height: 24px; 92 | width: 95px; 93 | border: 0; 94 | color: #838383; 95 | background: url(../../themes/default/images/icons-all.gif) no-repeat; 96 | } 97 | 98 | a.button:hover { 99 | background-position: 0 -30px; 100 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/themes/grid.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Grid theme for Highcharts JS 3 | * @author Torstein Hønsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ['#058DC7', '#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4'], 8 | chart: { 9 | backgroundColor: { 10 | linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, 11 | stops: [ 12 | [0, 'rgb(255, 255, 255)'], 13 | [1, 'rgb(240, 240, 255)'] 14 | ] 15 | }, 16 | borderWidth: 2, 17 | plotBackgroundColor: 'rgba(255, 255, 255, .9)', 18 | plotShadow: true, 19 | plotBorderWidth: 1 20 | }, 21 | title: { 22 | style: { 23 | color: '#000', 24 | font: 'bold 16px "Trebuchet MS", Verdana, sans-serif' 25 | } 26 | }, 27 | subtitle: { 28 | style: { 29 | color: '#666666', 30 | font: 'bold 12px "Trebuchet MS", Verdana, sans-serif' 31 | } 32 | }, 33 | xAxis: { 34 | gridLineWidth: 1, 35 | lineColor: '#000', 36 | tickColor: '#000', 37 | labels: { 38 | style: { 39 | color: '#000', 40 | font: '11px Trebuchet MS, Verdana, sans-serif' 41 | } 42 | }, 43 | title: { 44 | style: { 45 | color: '#333', 46 | fontWeight: 'bold', 47 | fontSize: '12px', 48 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 49 | 50 | } 51 | } 52 | }, 53 | yAxis: { 54 | minorTickInterval: 'auto', 55 | lineColor: '#000', 56 | lineWidth: 1, 57 | tickWidth: 1, 58 | tickColor: '#000', 59 | labels: { 60 | style: { 61 | color: '#000', 62 | font: '11px Trebuchet MS, Verdana, sans-serif' 63 | } 64 | }, 65 | title: { 66 | style: { 67 | color: '#333', 68 | fontWeight: 'bold', 69 | fontSize: '12px', 70 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 71 | } 72 | } 73 | }, 74 | legend: { 75 | itemStyle: { 76 | font: '9pt Trebuchet MS, Verdana, sans-serif', 77 | color: 'black' 78 | 79 | }, 80 | itemHoverStyle: { 81 | color: '#039' 82 | }, 83 | itemHiddenStyle: { 84 | color: 'gray' 85 | } 86 | }, 87 | labels: { 88 | style: { 89 | color: '#99b' 90 | } 91 | }, 92 | 93 | navigation: { 94 | buttonOptions: { 95 | theme: { 96 | stroke: '#CCCCCC' 97 | } 98 | } 99 | } 100 | }; 101 | 102 | // Apply the theme 103 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 104 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/webapp/webapp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 |
15 |
16 |
17 | 52 | 53 | -------------------------------------------------------------------------------- /WebRoot/jsp/message_board.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 5 | request.setAttribute("path", basePath); 6 | %> 7 | 8 | 9 | 10 | 11 | 12 | 留言板 13 | 30 | 31 | 32 |
33 | 34 | 43 |
44 |
45 |

 <<<喜欢我>>> 就给我留言吧

46 |
47 | 48 |
49 |
50 | 51 | 52 | 53 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/attachment/attachment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ueditor图片对话框 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 |
22 | 23 | 24 |
25 |
26 | 27 |
28 |
29 |
30 |
31 | 0% 32 | 33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
    45 |
  • 46 |
47 |
48 |
49 | 50 | 51 |
52 |
53 |
54 | 55 |
56 |
57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/table/edittable.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 |
12 |

13 |
    14 |
  • 15 | 16 |
  • 17 |
  • 18 | 19 |
  • 20 |
21 |
    22 |
  • 23 | 24 |
  • 25 |
  • 26 | 27 |
  • 28 |
29 |
30 |
31 |
32 |

33 |
    34 |
  • 35 | 36 |
  • 37 |
  • 38 | 39 |
  • 40 |
41 |
42 |
43 |
44 |

45 |
    46 |
  • 47 | 48 | 49 |
  • 50 |
51 |
52 |
53 |
54 |
55 |
56 |

57 |
58 |
59 |
60 |
61 |
62 | 63 | 64 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/background/background.css: -------------------------------------------------------------------------------- 1 | .wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative} 2 | .tabbody{height:225px;} 3 | .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;} 4 | .tabbody .focus { display: block;} 5 | 6 | body{font-size: 12px;color: #888;overflow: hidden;} 7 | input,label{vertical-align:middle} 8 | .clear{clear: both;} 9 | .pl{padding-left: 18px;padding-left: 23px\9;} 10 | 11 | #imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;} 12 | #imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;} 13 | #imageList img {cursor: pointer;border: 2px solid white;} 14 | 15 | .bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;} 16 | .content div{margin: 10px 0 10px 5px;} 17 | .content .iptradio{margin: 0px 5px 5px 0px;} 18 | .txt{width:280px;} 19 | 20 | .wrapcolor{height: 19px;} 21 | div.color{float: left;margin: 0;} 22 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;margin: 0;float: left;} 23 | div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;} 24 | #custom input{height: 15px;min-height: 15px;width:20px;} 25 | #repeatType{width:100px;} 26 | 27 | 28 | /* 图片管理样式 */ 29 | #imgManager { 30 | width: 100%; 31 | height: 225px; 32 | } 33 | #imgManager #imageList{ 34 | width: 100%; 35 | overflow-x: hidden; 36 | overflow-y: auto; 37 | } 38 | #imgManager ul { 39 | display: block; 40 | list-style: none; 41 | margin: 0; 42 | padding: 0; 43 | } 44 | #imgManager li { 45 | float: left; 46 | display: block; 47 | list-style: none; 48 | padding: 0; 49 | width: 113px; 50 | height: 113px; 51 | margin: 9px 0 0 19px; 52 | background-color: #eee; 53 | overflow: hidden; 54 | cursor: pointer; 55 | position: relative; 56 | } 57 | #imgManager li.clearFloat { 58 | float: none; 59 | clear: both; 60 | display: block; 61 | width:0; 62 | height:0; 63 | margin: 0; 64 | padding: 0; 65 | } 66 | #imgManager li img { 67 | cursor: pointer; 68 | } 69 | #imgManager li .icon { 70 | cursor: pointer; 71 | width: 113px; 72 | height: 113px; 73 | position: absolute; 74 | top: 0; 75 | left: 0; 76 | z-index: 2; 77 | border: 0; 78 | background-repeat: no-repeat; 79 | } 80 | #imgManager li .icon:hover { 81 | width: 107px; 82 | height: 107px; 83 | border: 3px solid #1094fa; 84 | } 85 | #imgManager li.selected .icon { 86 | background-image: url(images/success.png); 87 | background-position: 75px 75px; 88 | } 89 | #imgManager li.selected .icon:hover { 90 | width: 107px; 91 | height: 107px; 92 | border: 3px solid #1094fa; 93 | background-position: 72px 72px; 94 | } -------------------------------------------------------------------------------- /WebRoot/css/about.css: -------------------------------------------------------------------------------- 1 | @charset "gb2312"; 2 | .aboutcon{ 3 | color:#696969; 4 | } 5 | h1.t_nav { 6 | border-bottom: #F1F1F1 1px solid; 7 | font-size: 12px; 8 | font-weight: normal; 9 | line-height: 40px; 10 | height: 40px; 11 | } 12 | h1.t_nav a{ 13 | width: 100px; 14 | display: block; 15 | text-align: center; 16 | color: #fff; 17 | float:left; 18 | } 19 | h1.t_nav span{ 20 | float:right; 21 | color:#999; 22 | } 23 | .n1 { 24 | background: #5EA51B; 25 | } 26 | .n2{ 27 | background: #8BBF5D; 28 | } 29 | .about{ 30 | width:740px; 31 | overflow: hidden; 32 | background: url(../images/r_line.jpg) repeat-y right; 33 | line-height:22px; 34 | } 35 | .about h2{ 36 | font-size:22px; 37 | font-family: 'Architects Daughter', cursive; 38 | margin-bottom:20px; 39 | } 40 | .about p{ 41 | margin-bottom:20px; 42 | } 43 | .about_c,.about{ 44 | margin:20px 0; 45 | } 46 | .about ul{ 47 | width:710px; 48 | } 49 | .about_c{ 50 | padding:10px 0 0 10px; 51 | color:#999; 52 | line-height:26px; 53 | } 54 | .about_c img{ 55 | margin:5px 0; 56 | } 57 | .about_c span{ 58 | color:#19A566; 59 | } 60 | .about_me { 61 | height: 340px; 62 | width: 260px; 63 | background: url(../images/aboutphoto.jpg); 64 | } 65 | a.blog_link{ 66 | color:#1CA368; 67 | margin:0 20px; 68 | } 69 | a img{ 70 | border:none; 71 | } 72 | .box{ 73 | width:500px; 74 | height:264px; 75 | margin:50px auto; 76 | overflow:hidden; 77 | position: relative;} 78 | 79 | .box ul{ 80 | width:5000px; 81 | position:absolute; 82 | } 83 | .box ul li{ 84 | float:left; 85 | width:500px; 86 | } 87 | .box ol{ 88 | position:absolute; 89 | right:6px; 90 | bottom:7px; 91 | } 92 | .box ol li{ 93 | width:25px; 94 | height:10px; 95 | font-size:0; 96 | background:#fff; 97 | filter:alpha(opacity=60); 98 | opacity:0.6; 99 | float:left; 100 | margin-right:5px; 101 | display:inline; 102 | cursor:pointer; 103 | } 104 | 105 | .box ol li.on{ 106 | filter:alpha(opacity=100); 107 | opacity:1; 108 | } 109 | .box p{ 110 | position:absolute; 111 | height:25px; 112 | width:500px; 113 | left:0; 114 | bottom:0; 115 | background:#000; 116 | filter:alpha(opacity=50); 117 | opacity:0.5; 118 | } 119 | 120 | .box span{ 121 | display:block; 122 | position:absolute; 123 | width:45px; 124 | height:100px; 125 | filter:alpha(opacity=30); 126 | opacity:0.3; 127 | top:90px; 128 | background:url(../images/sprite.png) no-repeat; 129 | cursor:pointer; 130 | } 131 | .box .next{ 132 | right:0; 133 | background-position:right top; 134 | } 135 | .boxs{ 136 | width:200px; 137 | height:150px; 138 | background:red; 139 | position:absolute; 140 | display:none; 141 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/internal.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | var parent = window.parent; 3 | //dialog对象 4 | dialog = parent.$EDITORUI[window.frameElement.id.replace( /_iframe$/, '' )]; 5 | //当前打开dialog的编辑器实例 6 | editor = dialog.editor; 7 | 8 | UE = parent.UE; 9 | 10 | domUtils = UE.dom.domUtils; 11 | 12 | utils = UE.utils; 13 | 14 | browser = UE.browser; 15 | 16 | ajax = UE.ajax; 17 | 18 | $G = function ( id ) { 19 | return document.getElementById( id ) 20 | }; 21 | //focus元素 22 | $focus = function ( node ) { 23 | setTimeout( function () { 24 | if ( browser.ie ) { 25 | var r = node.createTextRange(); 26 | r.collapse( false ); 27 | r.select(); 28 | } else { 29 | node.focus() 30 | } 31 | }, 0 ) 32 | }; 33 | utils.loadFile(document,{ 34 | href:editor.options.themePath + editor.options.theme + "/dialogbase.css?cache="+Math.random(), 35 | tag:"link", 36 | type:"text/css", 37 | rel:"stylesheet" 38 | }); 39 | lang = editor.getLang(dialog.className.split( "-" )[2]); 40 | if(lang){ 41 | domUtils.on(window,'load',function () { 42 | 43 | var langImgPath = editor.options.langPath + editor.options.lang + "/images/"; 44 | //针对静态资源 45 | for ( var i in lang["static"] ) { 46 | var dom = $G( i ); 47 | if(!dom) continue; 48 | var tagName = dom.tagName, 49 | content = lang["static"][i]; 50 | if(content.src){ 51 | //clone 52 | content = utils.extend({},content,false); 53 | content.src = langImgPath + content.src; 54 | } 55 | if(content.style){ 56 | content = utils.extend({},content,false); 57 | content.style = content.style.replace(/url\s*\(/g,"url(" + langImgPath) 58 | } 59 | switch ( tagName.toLowerCase() ) { 60 | case "var": 61 | dom.parentNode.replaceChild( document.createTextNode( content ), dom ); 62 | break; 63 | case "select": 64 | var ops = dom.options; 65 | for ( var j = 0, oj; oj = ops[j]; ) { 66 | oj.innerHTML = content.options[j++]; 67 | } 68 | for ( var p in content ) { 69 | p != "options" && dom.setAttribute( p, content[p] ); 70 | } 71 | break; 72 | default : 73 | domUtils.setAttributes( dom, content); 74 | } 75 | } 76 | } ); 77 | } 78 | 79 | 80 | })(); 81 | 82 | -------------------------------------------------------------------------------- /src/cn/edu/ldu/daoImpl/DiaryDaoImpl.java: -------------------------------------------------------------------------------- 1 | package cn.edu.ldu.daoImpl; 2 | 3 | import java.sql.Connection; 4 | import java.sql.PreparedStatement; 5 | import java.sql.ResultSet; 6 | import java.sql.SQLException; 7 | import java.text.SimpleDateFormat; 8 | import java.util.ArrayList; 9 | import java.util.List; 10 | import cn.edu.ldu.bean.Diary; 11 | import cn.edu.ldu.dao.DiaryDao; 12 | import cn.edu.ldu.util.DBConn; 13 | import cn.edu.ldu.util.Page; 14 | 15 | public class DiaryDaoImpl implements DiaryDao { 16 | 17 | /** 18 | * 写日记 19 | */ 20 | @Override 21 | public void addDiary(Diary diary) { 22 | 23 | Connection conn=DBConn.getConnection(); 24 | String addSql="insert into diary(diary_content,diary_time) values (?,?)"; 25 | PreparedStatement stmt=null; 26 | try { 27 | SimpleDateFormat s = new SimpleDateFormat("yyyy-MM-dd"); 28 | String data=s.format(diary.getDirary_timeDate()); 29 | stmt=conn.prepareStatement(addSql); 30 | stmt.setString(1, diary.getDirary_content()); 31 | stmt.setString(2, data); 32 | stmt.executeUpdate(); 33 | } catch (SQLException e) { 34 | e.printStackTrace(); 35 | } finally { 36 | DBConn.close(stmt); 37 | DBConn.close(conn); 38 | } 39 | } 40 | 41 | @Override 42 | public void deleteDiary(int diary_id) { 43 | 44 | 45 | } 46 | 47 | /** 48 | * 根据时间降序并且分页查找所有的日记 49 | */ 50 | @Override 51 | public List findAllDiarys(Page page) { 52 | Connection conn=DBConn.getConnection(); 53 | String sql="select * from diary order by diary_time desc limit ?,?"; 54 | PreparedStatement stmt=null; 55 | ResultSet rs=null; 56 | List diarys=new ArrayList(); 57 | try { 58 | stmt=conn.prepareStatement(sql); 59 | stmt.setInt(1, page.getBeginIndex()); 60 | stmt.setInt(2, page.getEveryPage()); 61 | rs=stmt.executeQuery(); 62 | while(rs.next()) { 63 | Diary diary=new Diary(); 64 | diary.setDirary_content(rs.getString(2)); 65 | diary.setDirary_timeDate(rs.getDate(3)); 66 | diarys.add(diary); 67 | } 68 | } catch (SQLException e) { 69 | e.printStackTrace(); 70 | } finally { 71 | DBConn.close(rs); 72 | DBConn.close(stmt); 73 | DBConn.close(conn); 74 | } 75 | return diarys; 76 | } 77 | 78 | /** 79 | * 查询总的记录数 80 | */ 81 | @Override 82 | public int findAllCount() { 83 | Connection conn=DBConn.getConnection(); 84 | String sql="select count(*) from diary"; 85 | PreparedStatement stmt=null; 86 | ResultSet rs=null; 87 | int count=0; 88 | try { 89 | stmt=conn.prepareStatement(sql); 90 | rs=stmt.executeQuery(); 91 | if(rs.next()) { 92 | count=rs.getInt(1); 93 | } 94 | } catch (SQLException e) { 95 | e.printStackTrace(); 96 | } finally { 97 | DBConn.close(rs); 98 | DBConn.close(stmt); 99 | DBConn.close(conn); 100 | } 101 | 102 | return count; 103 | } 104 | 105 | } -------------------------------------------------------------------------------- /WebRoot/jsp/diary.jsp: -------------------------------------------------------------------------------- 1 | <%@page import="cn.edu.ldu.bean.Diary"%> 2 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 3 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 4 | <% 5 | String path = request.getContextPath(); 6 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 7 | request.setAttribute("path", basePath); 8 | %> 9 | 10 | 11 | 12 | 13 | 闲言碎语 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 30 |
31 |
32 |

33 | 删删写写,回回忆忆,一步一步,慢慢向前走。 34 | 网站首页 35 | 碎言碎语 36 |

37 |
38 | <%int sum=0; %> 39 | 40 |
    41 | 42 | <%sum=sum+1; %> 43 |

    ${diary.dirary_content }

    44 | ${diary.dirary_timeDate } 45 |
46 |
47 |
48 |
49 | 50 |
51 | 52 | 53 | 首页 | 54 | 上一页 55 | 56 | 57 | 首页 | 上一页 58 | 59 | 60 | 61 | 62 | 下一页 | 63 | 尾页 64 | 65 | 66 | 下一页 | 尾页 67 | 68 | 69 | 当前为第${page.currentPage}页,共${page.totalPage}页 70 |
71 |
72 |
73 |
74 |

Design by HLK_1135  姓名:史坤  学号:20142203717

75 |
76 | 77 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/background/background.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 | 12 | 13 |
14 |
15 |
16 |
17 | 18 |
19 |
20 | 21 | 22 |
23 |
24 |
25 | : 26 |
27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 | : 41 |
42 |
43 | :x:px  y:px 44 |
45 |
46 |
47 | 48 |
49 |
50 |
51 |
52 |
53 |
54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/help/help.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 帮助 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 | 15 |
16 |
17 |
18 |

UEditor

19 |

20 |

21 |
22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 |
ctrl+b
ctrl+c
ctrl+x
ctrl+v
ctrl+y
ctrl+z
ctrl+i
ctrl+u
ctrl+a
shift+enter
alt+z
77 |
78 |
79 |
80 | 81 | 82 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/adapters/prototype-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Prototype adapter 4 | 5 | @author Michael Nelson, Torstein Hønsi. 6 | 7 | Feel free to use and modify this script. 8 | Highcharts license: www.highcharts.com/license. 9 | */ 10 | var HighchartsAdapter=function(){var f=typeof Effect!=="undefined";return{init:function(a){if(f)Effect.HighchartsTransition=Class.create(Effect.Base,{initialize:function(b,c,d,g){var e;this.element=b;this.key=c;e=b.attr?b.attr(c):$(b).getStyle(c);if(c==="d")this.paths=a.init(b,b.d,d),this.toD=d,e=0,d=1;this.start(Object.extend(g||{},{from:e,to:d,attribute:c}))},setup:function(){HighchartsAdapter._extend(this.element);if(!this.element._highchart_animation)this.element._highchart_animation={};this.element._highchart_animation[this.key]= 11 | this},update:function(b){var c=this.paths,d=this.element;c&&(b=a.step(c[0],c[1],b,this.toD));d.attr?d.element&&d.attr(this.options.attribute,b):(c={},c[this.options.attribute]=b,$(d).setStyle(c))},finish:function(){this.element&&this.element._highchart_animation&&delete this.element._highchart_animation[this.key]}})},adapterRun:function(a,b){return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=$$("head")[0];c&&c.appendChild((new Element("script",{type:"text/javascript",src:a})).observe("load", 12 | b))},addNS:function(a){var b=/^(?:click|mouse(?:down|up|over|move|out))$/;return/^(?:load|unload|abort|error|select|change|submit|reset|focus|blur|resize|scroll)$/.test(a)||b.test(a)?a:"h:"+a},addEvent:function(a,b,c){a.addEventListener||a.attachEvent?Event.observe($(a),HighchartsAdapter.addNS(b),c):(HighchartsAdapter._extend(a),a._highcharts_observe(b,c))},animate:function(a,b,c){var d,c=c||{};c.delay=0;c.duration=(c.duration||500)/1E3;c.afterFinish=c.complete;if(f)for(d in b)new Effect.HighchartsTransition($(a), 13 | d,b[d],c);else{if(a.attr)for(d in b)a.attr(d,b[d]);c.complete&&c.complete()}a.attr||$(a).setStyle(b)},stop:function(a){var b;if(a._highcharts_extended&&a._highchart_animation)for(b in a._highchart_animation)a._highchart_animation[b].cancel()},each:function(a,b){$A(a).each(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){return $(a).cumulativeOffset()},fireEvent:function(a,b,c,d){a.fire?a.fire(HighchartsAdapter.addNS(b),c):a._highcharts_extended&&(c=c||{},a._highcharts_fire(b, 14 | c));c&&c.defaultPrevented&&(d=null);d&&d(c)},removeEvent:function(a,b,c){$(a).stopObserving&&(b&&(b=HighchartsAdapter.addNS(b)),$(a).stopObserving(b,c));window===a?Event.stopObserving(a,b,c):(HighchartsAdapter._extend(a),a._highcharts_stop_observing(b,c))},washMouseEvent:function(a){return a},grep:function(a,b){return a.findAll(b)},map:function(a,b){return a.map(b)},_extend:function(a){a._highcharts_extended||Object.extend(a,{_highchart_events:{},_highchart_animation:null,_highcharts_extended:!0, 15 | _highcharts_observe:function(b,a){this._highchart_events[b]=[this._highchart_events[b],a].compact().flatten()},_highcharts_stop_observing:function(b,a){b?a?this._highchart_events[b]=[this._highchart_events[b]].compact().flatten().without(a):delete this._highchart_events[b]:this._highchart_events={}},_highcharts_fire:function(a,c){var d=this;(this._highchart_events[a]||[]).each(function(a){if(!c.stopped)c.preventDefault=function(){c.defaultPrevented=!0},c.target=d,a.bind(this)(c)===!1&&c.preventDefault()}.bind(this))}})}}}(); 16 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/annotations.js: -------------------------------------------------------------------------------- 1 | (function(i,C){function m(a){return typeof a==="number"}function n(a){return a!==D&&a!==null}var D,p,r,s=i.Chart,t=i.extend,z=i.each;r=["path","rect","circle"];p={top:0,left:0,center:0.5,middle:0.5,bottom:1,right:1};var u=C.inArray,A=i.merge,B=function(){this.init.apply(this,arguments)};B.prototype={init:function(a,d){var c=d.shape&&d.shape.type;this.chart=a;var b,f;f={xAxis:0,yAxis:0,title:{style:{},text:"",x:0,y:0},shape:{params:{stroke:"#000000",fill:"transparent",strokeWidth:2}}};b={circle:{params:{x:0, 2 | y:0}}};if(b[c])f.shape=A(f.shape,b[c]);this.options=A({},f,d)},render:function(a){var d=this.chart,c=this.chart.renderer,b=this.group,f=this.title,e=this.shape,h=this.options,i=h.title,l=h.shape;if(!b)b=this.group=c.g();if(!e&&l&&u(l.type,r)!==-1)e=this.shape=c[h.shape.type](l.params),e.add(b);if(!f&&i)f=this.title=c.label(i),f.add(b);b.add(d.annotations.group);this.linkObjects();a!==!1&&this.redraw()},redraw:function(){var a=this.options,d=this.chart,c=this.group,b=this.title,f=this.shape,e=this.linkedObject, 3 | h=d.xAxis[a.xAxis],v=d.yAxis[a.yAxis],l=a.width,w=a.height,x=p[a.anchorY],y=p[a.anchorX],j,o,g,q;if(e)j=e instanceof i.Point?"point":e instanceof i.Series?"series":null,j==="point"?(a.xValue=e.x,a.yValue=e.y,o=e.series):j==="series"&&(o=e),c.visibility!==o.group.visibility&&c.attr({visibility:o.group.visibility});e=n(a.xValue)?h.toPixels(a.xValue+h.minPointOffset)-h.minPixelPadding:a.x;j=n(a.yValue)?v.toPixels(a.yValue):a.y;if(!isNaN(e)&&!isNaN(j)&&m(e)&&m(j)){b&&(b.attr(a.title),b.css(a.title.style)); 4 | if(f){b=t({},a.shape.params);if(a.units==="values"){for(g in b)u(g,["width","x"])>-1?b[g]=h.translate(b[g]):u(g,["height","y"])>-1&&(b[g]=v.translate(b[g]));b.width&&(b.width-=h.toPixels(0)-h.left);b.x&&(b.x+=h.minPixelPadding);if(a.shape.type==="path"){g=b.d;o=e;for(var r=j,s=g.length,k=0;k-1&&d.splice(c,1);z(["title","shape","group"],function(b){a[b]&&(a[b].destroy(),a[b]=null)});a.group=a.title=a.shape=a.chart=a.options=null},update:function(a,d){t(this.options,a);this.linkObjects();this.render(d)}, 6 | linkObjects:function(){var a=this.chart,d=this.linkedObject,c=d&&(d.id||d.options.id),b=this.options.linkedTo;if(n(b)){if(!n(d)||b!==c)this.linkedObject=a.get(b)}else this.linkedObject=null}};t(s.prototype,{annotations:{add:function(a,d){var c=this.allItems,b=this.chart,f,e;Object.prototype.toString.call(a)==="[object Array]"||(a=[a]);for(e=a.length;e--;)f=new B(b,a[e]),c.push(f),f.render(d)},redraw:function(){z(this.allItems,function(a){a.redraw()})}}});s.prototype.callbacks.push(function(a){var d= 7 | a.options.annotations,c;c=a.renderer.g("annotations");c.attr({zIndex:7});c.add();a.annotations.allItems=[];a.annotations.chart=a;a.annotations.group=c;Object.prototype.toString.call(d)==="[object Array]"&&d.length>0&&a.annotations.add(a.options.annotations);i.addEvent(a,"redraw",function(){a.annotations.redraw()})})})(Highcharts,HighchartsAdapter); 8 | -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/codemirror/codemirror.css: -------------------------------------------------------------------------------- 1 | .CodeMirror { 2 | line-height: 1em; 3 | font-family: monospace; 4 | } 5 | 6 | .CodeMirror-scroll { 7 | overflow: auto; 8 | height: 300px; 9 | /* This is needed to prevent an IE[67] bug where the scrolled content 10 | is visible outside of the scrolling box. */ 11 | position: relative; 12 | } 13 | 14 | .CodeMirror-gutter { 15 | position: absolute; left: 0; top: 0; 16 | z-index: 10; 17 | background-color: #f7f7f7; 18 | border-right: 1px solid #eee; 19 | min-width: 2em; 20 | height: 100%; 21 | } 22 | .CodeMirror-gutter-text { 23 | color: #aaa; 24 | text-align: right; 25 | padding: .4em .2em .4em .4em; 26 | white-space: pre !important; 27 | } 28 | .CodeMirror-lines { 29 | padding: .4em; 30 | } 31 | 32 | .CodeMirror pre { 33 | -moz-border-radius: 0; 34 | -webkit-border-radius: 0; 35 | -o-border-radius: 0; 36 | border-radius: 0; 37 | border-width: 0; margin: 0; padding: 0; background: transparent; 38 | font-family: inherit; 39 | font-size: inherit; 40 | padding: 0; margin: 0; 41 | white-space: pre; 42 | word-wrap: normal; 43 | } 44 | 45 | .CodeMirror-wrap pre { 46 | word-wrap: break-word; 47 | white-space: pre-wrap; 48 | } 49 | .CodeMirror-wrap .CodeMirror-scroll { 50 | overflow-x: hidden; 51 | } 52 | 53 | .CodeMirror textarea { 54 | outline: none !important; 55 | } 56 | 57 | .CodeMirror pre.CodeMirror-cursor { 58 | z-index: 10; 59 | position: absolute; 60 | visibility: hidden; 61 | border-left: 1px solid black; 62 | } 63 | .CodeMirror-focused pre.CodeMirror-cursor { 64 | visibility: visible; 65 | } 66 | 67 | span.CodeMirror-selected { background: #d9d9d9; } 68 | .CodeMirror-focused span.CodeMirror-selected { background: #d2dcf8; } 69 | 70 | .CodeMirror-searching {background: #ffa;} 71 | 72 | /* Default theme */ 73 | 74 | .cm-s-default span.cm-keyword {color: #708;} 75 | .cm-s-default span.cm-atom {color: #219;} 76 | .cm-s-default span.cm-number {color: #164;} 77 | .cm-s-default span.cm-def {color: #00f;} 78 | .cm-s-default span.cm-variable {color: black;} 79 | .cm-s-default span.cm-variable-2 {color: #05a;} 80 | .cm-s-default span.cm-variable-3 {color: #085;} 81 | .cm-s-default span.cm-property {color: black;} 82 | .cm-s-default span.cm-operator {color: black;} 83 | .cm-s-default span.cm-comment {color: #a50;} 84 | .cm-s-default span.cm-string {color: #a11;} 85 | .cm-s-default span.cm-string-2 {color: #f50;} 86 | .cm-s-default span.cm-meta {color: #555;} 87 | .cm-s-default span.cm-error {color: #f00;} 88 | .cm-s-default span.cm-qualifier {color: #555;} 89 | .cm-s-default span.cm-builtin {color: #30a;} 90 | .cm-s-default span.cm-bracket {color: #cc7;} 91 | .cm-s-default span.cm-tag {color: #170;} 92 | .cm-s-default span.cm-attribute {color: #00c;} 93 | .cm-s-default span.cm-header {color: #a0a;} 94 | .cm-s-default span.cm-quote {color: #090;} 95 | .cm-s-default span.cm-hr {color: #999;} 96 | .cm-s-default span.cm-link {color: #00c;} 97 | 98 | span.cm-header, span.cm-strong {font-weight: bold;} 99 | span.cm-em {font-style: italic;} 100 | span.cm-emstrong {font-style: italic; font-weight: bold;} 101 | span.cm-link {text-decoration: underline;} 102 | 103 | div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} 104 | div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} 105 | -------------------------------------------------------------------------------- /WebRoot/jsp/about.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 5 | request.setAttribute("path", basePath); 6 | %> 7 | 8 | 9 | 10 | 关于我 11 | 12 | 13 | 14 | 15 | 16 |
17 | 20 | 29 |
30 |
31 |

32 | 像“草根”一样,紧贴着地面,低调的存在,冬去春来,枯荣无恙。 33 | 网站首页 34 | 关于我 35 |

36 |
37 |

Just about me

38 |
    39 |

    史坤,男,一个90后渣渣男程序员!2014年带着对大学的憧憬进入鲁东大学信息与电气工程学院,选择了软件工程专业。从未接触过的东西,从未有过的经历,没有给自己驻足的时间,就是这么选择了,就是这么要开始了新的生活。

    40 |

    41 | 人生就是一个得与失的过程,而我却是一个幸运者,失去的永远比得到的多。高中迫于学习的压力,选择了体育,高考的时候,超常发挥,在我们体育队里考取了文化课的最高分数,唯一一个超过当年军检线的体育生。但是高考报志愿时毅然放弃了继续走体育的选择,放弃了华东师范大学这所211.985高校,放弃了免费师范生的优厚待遇。至如今,然后越走越远....

    42 |

    在这条路上,我要感谢三个人,第一个是我的妈妈,是他给了我自己选择与决定的空间,并且给我鼓励让我相信自己依靠自己年轻的拼劲可以学有所成。 43 | 第二个人是我的老师,如果不是楼道里的一次偶然间谈话,如果不是因为我正为学习而发愁,我就不会接触到体育这条路,不会在体验到训练场上的那些经历与感受,更不会在高考的考场上取得那么高的分数...

    44 |

    45 | 还要特别感谢一个人,是我的女朋友。他是我在排球场上的球友,也是我失落时给我动力和激情的一个女生。我不会的,她会,最后我还是不会。我能坚持到今天这样,一半都有她的功劳。她不仅仅支持我的选择作为我有力的精神后盾,还毫无怨言的包容我所有小性格、生活当中有理无理的坏脾气,曾经我是多么有自己原则的一个人,但是遇到她,打破了我自己坚持的一些原则,喜欢一句话“冥冥中该来则来,无处可逃”。 46 |

    47 |
48 |

About volleyball

49 |

场 地:北排 开始于2014年10月20日 排球人

50 |

隶属球队:信电排球队XinDian Volleyball

51 |

球服号码:4号(2014年) 3号(2015年)

52 |

位置:主攻手.自由人

53 |
54 | 67 |
68 |
69 |

Design by HLK_1135  姓名:史坤  学号:20142203717

70 |
71 | 72 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/charts/charts.css: -------------------------------------------------------------------------------- 1 | html, body { 2 | width: 100%; 3 | height: 100%; 4 | margin: 0; 5 | padding: 0; 6 | overflow-x: hidden; 7 | } 8 | 9 | .main { 10 | width: 100%; 11 | overflow: hidden; 12 | } 13 | 14 | .table-view { 15 | height: 100%; 16 | float: left; 17 | margin: 20px; 18 | width: 40%; 19 | } 20 | 21 | .table-view .table-container { 22 | width: 100%; 23 | margin-bottom: 50px; 24 | overflow: scroll; 25 | } 26 | 27 | .table-view th { 28 | padding: 5px 10px; 29 | background-color: #F7F7F7; 30 | } 31 | 32 | .table-view td { 33 | width: 50px; 34 | text-align: center; 35 | padding:0; 36 | } 37 | 38 | .table-container input { 39 | width: 40px; 40 | padding: 5px; 41 | border: none; 42 | outline: none; 43 | } 44 | 45 | .table-view caption { 46 | font-size: 18px; 47 | text-align: left; 48 | } 49 | 50 | .charts-view { 51 | /*margin-left: 49%!important;*/ 52 | width: 50%; 53 | margin-left: 49%; 54 | height: 400px; 55 | } 56 | 57 | .charts-container { 58 | border-left: 1px solid #c3c3c3; 59 | } 60 | 61 | .charts-format fieldset { 62 | padding-left: 20px; 63 | margin-bottom: 50px; 64 | } 65 | 66 | .charts-format legend { 67 | padding-left: 10px; 68 | padding-right: 10px; 69 | } 70 | 71 | .format-item-container { 72 | padding: 20px; 73 | } 74 | 75 | .format-item-container label { 76 | display: block; 77 | margin: 10px 0; 78 | } 79 | 80 | .charts-format .data-item { 81 | border: 1px solid black; 82 | outline: none; 83 | padding: 2px 3px; 84 | } 85 | 86 | /* 图表类型 */ 87 | 88 | .charts-type { 89 | margin-top: 50px; 90 | height: 300px; 91 | } 92 | 93 | .scroll-view { 94 | border: 1px solid #c3c3c3; 95 | border-left: none; 96 | border-right: none; 97 | overflow: hidden; 98 | } 99 | 100 | .scroll-container { 101 | margin: 20px; 102 | width: 100%; 103 | overflow: hidden; 104 | } 105 | 106 | .scroll-bed { 107 | width: 10000px; 108 | _margin-top: 20px; 109 | -webkit-transition: margin-left .5s ease; 110 | -moz-transition: margin-left .5s ease; 111 | transition: margin-left .5s ease; 112 | } 113 | 114 | .view-box { 115 | display: inline-block; 116 | *display: inline; 117 | *zoom: 1; 118 | margin-right: 20px; 119 | border: 2px solid white; 120 | line-height: 0; 121 | overflow: hidden; 122 | cursor: pointer; 123 | } 124 | 125 | .view-box img { 126 | border: 1px solid #cecece; 127 | } 128 | 129 | .view-box.selected { 130 | border-color: #7274A7; 131 | } 132 | 133 | .button-container { 134 | margin-bottom: 20px; 135 | text-align: center; 136 | } 137 | 138 | .button-container a { 139 | display: inline-block; 140 | width: 100px; 141 | height: 25px; 142 | line-height: 25px; 143 | border: 1px solid #c2ccd1; 144 | margin-right: 30px; 145 | text-decoration: none; 146 | color: black; 147 | -webkit-border-radius: 2px; 148 | -moz-border-radius: 2px; 149 | border-radius: 2px; 150 | } 151 | 152 | .button-container a:HOVER { 153 | background: #fcfcfc; 154 | } 155 | 156 | .button-container a:ACTIVE { 157 | border-top-color: #c2ccd1; 158 | box-shadow:inset 0 5px 4px -4px rgba(49, 49, 64, 0.1); 159 | } 160 | 161 | .edui-charts-not-data { 162 | height: 100px; 163 | line-height: 100px; 164 | text-align: center; 165 | } -------------------------------------------------------------------------------- /WebRoot/css/admin.css: -------------------------------------------------------------------------------- 1 | body{ 2 | margin:0;padding:0;overflow-x:hidden; 3 | } 4 | html, body{ 5 | height:100%; 6 | } 7 | img{ 8 | border:none; 9 | } 10 | *{ 11 | font-family:'微软雅黑';font-size:12px;color:#626262; 12 | } 13 | dl,dt,dd{ 14 | display:block;margin:0; 15 | } 16 | a { 17 | text-decoration:none; 18 | } 19 | 20 | .container{ 21 | width:100%; 22 | height:100%; 23 | margin:0 3px; 24 | position: relative; 25 | } 26 | 27 | /*左侧导航*/ 28 | .leftsidebar_box{ 29 | float: left; 30 | width:160px; 31 | height:auto; 32 | overflow:visible; 33 | float: left; 34 | position:relative; 35 | height:100%; 36 | background-color:#3992d0; 37 | } 38 | .line{ 39 | height:140px; 40 | width:100%; 41 | } 42 | .line .avtor { 43 | height:128px; 44 | width:80%; 45 | border-radius: 100%; 46 | margin: 20px 12px; 47 | overflow: hidden; 48 | border: #FFF 4px solid; 49 | background-repeat:repeat-x; 50 | } 51 | .line .avtor a { 52 | display: block; 53 | padding-top: 97px; 54 | width: 100%; 55 | background: url(../images/left/photos.jpg) repeat-x; 56 | background-size: 130px 130px; 57 | } 58 | .line .avtor a span { 59 | display: block; 60 | width: 130px; 61 | height: 55px; 62 | text-align: center; 63 | line-height: 20px; 64 | color: #fff; 65 | background: rgba(0, 0, 0, .5); 66 | } 67 | .leftsidebar_box dt{ 68 | padding-left:40px; 69 | padding-right:10px; 70 | background-repeat:no-repeat; 71 | background-position:10px center; 72 | color:#f5f5f5; 73 | font-size:14px; 74 | position:relative; 75 | line-height:48px; 76 | cursor:pointer; 77 | } 78 | .leftsidebar_box dd{ 79 | background-color:#317eb4;padding-left:40px; 80 | } 81 | .leftsidebar_box dd a{ 82 | color:#f5f5f5;line-height:20px; 83 | } 84 | .leftsidebar_box dt img{ 85 | position:absolute;right:10px;top:20px; 86 | } 87 | .system_log dt{ 88 | background-image:url(../images/left/system.png); 89 | } 90 | .custom dt{ 91 | background-image:url(../images/left/custom.png); 92 | } 93 | .channel dt{ 94 | background-image:url(../images/left/channel.png); 95 | } 96 | .app dt{ 97 | background-image:url(../images/left/app.png); 98 | } 99 | .cloud dt{ 100 | background-image:url(../images/left/cloud.png); 101 | } 102 | .syetem_management dt{ 103 | background-image:url(../images/left/syetem_management.png); 104 | } 105 | .source dt{ 106 | background-image:url(../images/left/source.png); 107 | } 108 | .statistics dt{ 109 | background-image:url(../images/left/statistics.png); 110 | } 111 | .leftsidebar_box dl dd:last-child{ 112 | padding-bottom:10px; 113 | } 114 | /*右侧顶部*/ 115 | .rightsidebar_box { 116 | height: 638px; 117 | width: 1100px; 118 | position: relative; 119 | float: left; 120 | margin: 0px 10px 10px 40px; 121 | } 122 | .rightsidebar_box .right_top { 123 | width: 98%; 124 | height: 100px; 125 | margin: 1%; 126 | } 127 | .rightsidebar_box .right_section { 128 | width: 100%; 129 | height: 460px; 130 | margin-top: 5px; 131 | } 132 | 133 | .tab1 { 134 | margin-top:5px; 135 | } 136 | .tab1 td { 137 | padding:5px 0; 138 | } 139 | 140 | .tab2 th { 141 | font-weight:normal; 142 | height:29px; 143 | line-height:29px; 144 | background:#e5f0ff; 145 | border-top:1px solid #fff; 146 | border-bottom:1px solid #ddd; 147 | } 148 | .tab2 td{ 149 | text-align:center; 150 | padding:5px 0; 151 | border-bottom:1px solid #ddd; 152 | } -------------------------------------------------------------------------------- /WebRoot/ueditor/third-party/highcharts/modules/no-data-to-display.src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Highcharts JS v3.0.6 (2013-10-04) 3 | * Plugin for displaying a message when there is no data visible in chart. 4 | * 5 | * (c) 2010-2013 Highsoft AS 6 | * Author: Øystein Moseng 7 | * 8 | * License: www.highcharts.com/license 9 | */ 10 | 11 | (function (H) { // docs 12 | 13 | var seriesTypes = H.seriesTypes, 14 | chartPrototype = H.Chart.prototype, 15 | defaultOptions = H.getOptions(), 16 | extend = H.extend; 17 | 18 | // Add language option 19 | extend(defaultOptions.lang, { 20 | noData: 'No data to display' 21 | }); 22 | 23 | // Add default display options for message 24 | defaultOptions.noData = { 25 | position: { 26 | x: 0, 27 | y: 0, 28 | align: 'center', 29 | verticalAlign: 'middle' 30 | }, 31 | attr: { 32 | }, 33 | style: { 34 | fontWeight: 'bold', 35 | fontSize: '12px', 36 | color: '#60606a' 37 | } 38 | }; 39 | 40 | /** 41 | * Define hasData functions for series. These return true if there are data points on this series within the plot area 42 | */ 43 | function hasDataPie() { 44 | return !!this.points.length; /* != 0 */ 45 | } 46 | 47 | seriesTypes.pie.prototype.hasData = hasDataPie; 48 | 49 | if (seriesTypes.gauge) { 50 | seriesTypes.gauge.prototype.hasData = hasDataPie; 51 | } 52 | 53 | if (seriesTypes.waterfall) { 54 | seriesTypes.waterfall.prototype.hasData = hasDataPie; 55 | } 56 | 57 | H.Series.prototype.hasData = function () { 58 | return this.dataMax !== undefined && this.dataMin !== undefined; 59 | }; 60 | 61 | /** 62 | * Display a no-data message. 63 | * 64 | * @param {String} str An optional message to show in place of the default one 65 | */ 66 | chartPrototype.showNoData = function (str) { 67 | var chart = this, 68 | options = chart.options, 69 | text = str || options.lang.noData, 70 | noDataOptions = options.noData; 71 | 72 | if (!chart.noDataLabel) { 73 | chart.noDataLabel = chart.renderer.label(text, 0, 0, null, null, null, null, null, 'no-data') 74 | .attr(noDataOptions.attr) 75 | .css(noDataOptions.style) 76 | .add(); 77 | chart.noDataLabel.align(extend(chart.noDataLabel.getBBox(), noDataOptions.position), false, 'plotBox'); 78 | } 79 | }; 80 | 81 | /** 82 | * Hide no-data message 83 | */ 84 | chartPrototype.hideNoData = function () { 85 | var chart = this; 86 | if (chart.noDataLabel) { 87 | chart.noDataLabel = chart.noDataLabel.destroy(); 88 | } 89 | }; 90 | 91 | /** 92 | * Returns true if there are data points within the plot area now 93 | */ 94 | chartPrototype.hasData = function () { 95 | var chart = this, 96 | series = chart.series, 97 | i = series.length; 98 | 99 | while (i--) { 100 | if (series[i].hasData() && !series[i].options.isInternal) { 101 | return true; 102 | } 103 | } 104 | 105 | return false; 106 | }; 107 | 108 | /** 109 | * Show no-data message if there is no data in sight. Otherwise, hide it. 110 | */ 111 | function handleNoData() { 112 | var chart = this; 113 | if (chart.hasData()) { 114 | chart.hideNoData(); 115 | } else { 116 | chart.showNoData(); 117 | } 118 | } 119 | 120 | /** 121 | * Add event listener to handle automatic display of no-data message 122 | */ 123 | chartPrototype.callbacks.push(function (chart) { 124 | H.addEvent(chart, 'load', handleNoData); 125 | H.addEvent(chart, 'redraw', handleNoData); 126 | }); 127 | 128 | }(Highcharts)); 129 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | This is the description of my J2EE component 6 | This is the display name of my J2EE component 7 | AddDiaryServlet 8 | cn.edu.ldu.servlet.AddDiaryServlet 9 | 10 | 11 | This is the description of my J2EE component 12 | This is the display name of my J2EE component 13 | WriteTitServlet 14 | cn.edu.ldu.servlet.WriteTitServlet 15 | 16 | 17 | This is the description of my J2EE component 18 | This is the display name of my J2EE component 19 | GetTitleListServlet 20 | cn.edu.ldu.servlet.GetTitleListServlet 21 | 22 | 23 | This is the description of my J2EE component 24 | This is the display name of my J2EE component 25 | GetTitle 26 | cn.edu.ldu.servlet.GetTitle 27 | 28 | 29 | This is the description of my J2EE component 30 | This is the display name of my J2EE component 31 | GetDiaryListServlet 32 | cn.edu.ldu.servlet.GetDiaryListServlet 33 | 34 | 35 | 36 | DoIndex 37 | DoIndex 38 | cn.edu.ldu.servlet.DoIndex 39 | 40 | 41 | 42 | AdminServlet 43 | AdminServlet 44 | cn.edu.ldu.servlet.AdminServlet 45 | 46 | 47 | AddDiaryServlet 48 | /servlet/AddDiaryServlet 49 | 50 | 51 | WriteTitServlet 52 | /servlet/WriteTitServlet 53 | 54 | 55 | GetTitleListServlet 56 | /servlet/GetTitleListServlet 57 | 58 | 59 | GetTitle 60 | /servlet/GetTitle 61 | 62 | 63 | GetDiaryListServlet 64 | /servlet/GetDiaryListServlet 65 | 66 | 67 | DoIndex 68 | /servlet/DoIndex 69 | 70 | 71 | AdminServlet 72 | /servlet/AdminServlet 73 | 74 | 75 | index.jsp 76 | 77 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/spechars/spechars.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-9-26 5 | * Time: 下午1:09 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | var charsContent = [ 9 | { name:"tsfh", title:lang.tsfh, content:toArray("、,。,·,ˉ,ˇ,¨,〃,々,—,~,‖,…,‘,’,“,”,〔,〕,〈,〉,《,》,「,」,『,』,〖,〗,【,】,±,×,÷,∶,∧,∨,∑,∏,∪,∩,∈,∷,√,⊥,∥,∠,⌒,⊙,∫,∮,≡,≌,≈,∽,∝,≠,≮,≯,≤,≥,∞,∵,∴,♂,♀,°,′,″,℃,$,¤,¢,£,‰,§,№,☆,★,○,●,◎,◇,◆,□,■,△,▲,※,→,←,↑,↓,〓,〡,〢,〣,〤,〥,〦,〧,〨,〩,㊣,㎎,㎏,㎜,㎝,㎞,㎡,㏄,㏎,㏑,㏒,㏕,︰,¬,¦,℡,ˊ,ˋ,˙,–,―,‥,‵,℅,℉,↖,↗,↘,↙,∕,∟,∣,≒,≦,≧,⊿,═,║,╒,╓,╔,╕,╖,╗,╘,╙,╚,╛,╜,╝,╞,╟,╠,╡,╢,╣,╤,╥,╦,╧,╨,╩,╪,╫,╬,╭,╮,╯,╰,╱,╲,╳,▁,▂,▃,▄,▅,▆,▇,�,█,▉,▊,▋,▌,▍,▎,▏,▓,▔,▕,▼,▽,◢,◣,◤,◥,☉,⊕,〒,〝,〞")}, 10 | { name:"lmsz", title:lang.lmsz, content:toArray("ⅰ,ⅱ,ⅲ,ⅳ,ⅴ,ⅵ,ⅶ,ⅷ,ⅸ,ⅹ,Ⅰ,Ⅱ,Ⅲ,Ⅳ,Ⅴ,Ⅵ,Ⅶ,Ⅷ,Ⅸ,Ⅹ,Ⅺ,Ⅻ")}, 11 | { name:"szfh", title:lang.szfh, content:toArray("⒈,⒉,⒊,⒋,⒌,⒍,⒎,⒏,⒐,⒑,⒒,⒓,⒔,⒕,⒖,⒗,⒘,⒙,⒚,⒛,⑴,⑵,⑶,⑷,⑸,⑹,⑺,⑻,⑼,⑽,⑾,⑿,⒀,⒁,⒂,⒃,⒄,⒅,⒆,⒇,①,②,③,④,⑤,⑥,⑦,⑧,⑨,⑩,㈠,㈡,㈢,㈣,㈤,㈥,㈦,㈧,㈨,㈩")}, 12 | { name:"rwfh", title:lang.rwfh, content:toArray("ぁ,あ,ぃ,い,ぅ,う,ぇ,え,ぉ,お,か,が,き,ぎ,く,ぐ,け,げ,こ,ご,さ,ざ,し,じ,す,ず,せ,ぜ,そ,ぞ,た,だ,ち,ぢ,っ,つ,づ,て,で,と,ど,な,に,ぬ,ね,の,は,ば,ぱ,ひ,び,ぴ,ふ,ぶ,ぷ,へ,べ,ぺ,ほ,ぼ,ぽ,ま,み,む,め,も,ゃ,や,ゅ,ゆ,ょ,よ,ら,り,る,れ,ろ,ゎ,わ,ゐ,ゑ,を,ん,ァ,ア,ィ,イ,ゥ,ウ,ェ,エ,ォ,オ,カ,ガ,キ,ギ,ク,グ,ケ,ゲ,コ,ゴ,サ,ザ,シ,ジ,ス,ズ,セ,ゼ,ソ,ゾ,タ,ダ,チ,ヂ,ッ,ツ,ヅ,テ,デ,ト,ド,ナ,ニ,ヌ,ネ,ノ,ハ,バ,パ,ヒ,ビ,ピ,フ,ブ,プ,ヘ,ベ,ペ,ホ,ボ,ポ,マ,ミ,ム,メ,モ,ャ,ヤ,ュ,ユ,ョ,ヨ,ラ,リ,ル,レ,ロ,ヮ,ワ,ヰ,ヱ,ヲ,ン,ヴ,ヵ,ヶ")}, 13 | { name:"xlzm", title:lang.xlzm, content:toArray("Α,Β,Γ,Δ,Ε,Ζ,Η,Θ,Ι,Κ,Λ,Μ,Ν,Ξ,Ο,Π,Ρ,Σ,Τ,Υ,Φ,Χ,Ψ,Ω,α,β,γ,δ,ε,ζ,η,θ,ι,κ,λ,μ,ν,ξ,ο,π,ρ,σ,τ,υ,φ,χ,ψ,ω")}, 14 | { name:"ewzm", title:lang.ewzm, content:toArray("А,Б,В,Г,Д,Е,Ё,Ж,З,И,Й,К,Л,М,Н,О,П,Р,С,Т,У,Ф,Х,Ц,Ч,Ш,Щ,Ъ,Ы,Ь,Э,Ю,Я,а,б,в,г,д,е,ё,ж,з,и,й,к,л,м,н,о,п,р,с,т,у,ф,х,ц,ч,ш,щ,ъ,ы,ь,э,ю,я")}, 15 | { name:"pyzm", title:lang.pyzm, content:toArray("ā,á,ǎ,à,ē,é,ě,è,ī,í,ǐ,ì,ō,ó,ǒ,ò,ū,ú,ǔ,ù,ǖ,ǘ,ǚ,ǜ,ü")}, 16 | { name:"yyyb", title:lang.yyyb, content:toArray("i:,i,e,æ,ʌ,ə:,ə,u:,u,ɔ:,ɔ,a:,ei,ai,ɔi,əu,au,iə,εə,uə,p,t,k,b,d,g,f,s,ʃ,θ,h,v,z,ʒ,ð,tʃ,tr,ts,dʒ,dr,dz,m,n,ŋ,l,r,w,j,")}, 17 | { name:"zyzf", title:lang.zyzf, content:toArray("ㄅ,ㄆ,ㄇ,ㄈ,ㄉ,ㄊ,ㄋ,ㄌ,ㄍ,ㄎ,ㄏ,ㄐ,ㄑ,ㄒ,ㄓ,ㄔ,ㄕ,ㄖ,ㄗ,ㄘ,ㄙ,ㄚ,ㄛ,ㄜ,ㄝ,ㄞ,ㄟ,ㄠ,ㄡ,ㄢ,ㄣ,ㄤ,ㄥ,ㄦ,ㄧ,ㄨ")} 18 | ]; 19 | (function createTab(content) { 20 | for (var i = 0, ci; ci = content[i++];) { 21 | var span = document.createElement("span"); 22 | span.setAttribute("tabSrc", ci.name); 23 | span.innerHTML = ci.title; 24 | if (i == 1)span.className = "focus"; 25 | domUtils.on(span, "click", function () { 26 | var tmps = $G("tabHeads").children; 27 | for (var k = 0, sk; sk = tmps[k++];) { 28 | sk.className = ""; 29 | } 30 | tmps = $G("tabBodys").children; 31 | for (var k = 0, sk; sk = tmps[k++];) { 32 | sk.style.display = "none"; 33 | } 34 | this.className = "focus"; 35 | $G(this.getAttribute("tabSrc")).style.display = ""; 36 | }); 37 | $G("tabHeads").appendChild(span); 38 | domUtils.insertAfter(span, document.createTextNode("\n")); 39 | var div = document.createElement("div"); 40 | div.id = ci.name; 41 | div.style.display = (i == 1) ? "" : "none"; 42 | var cons = ci.content; 43 | for (var j = 0, con; con = cons[j++];) { 44 | var charSpan = document.createElement("span"); 45 | charSpan.innerHTML = con; 46 | domUtils.on(charSpan, "click", function () { 47 | editor.execCommand("insertHTML", this.innerHTML); 48 | dialog.close(); 49 | }); 50 | div.appendChild(charSpan); 51 | } 52 | $G("tabBodys").appendChild(div); 53 | } 54 | })(charsContent); 55 | function toArray(str) { 56 | return str.split(","); 57 | } 58 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/scrawl.css: -------------------------------------------------------------------------------- 1 | /*common 2 | */ 3 | body{margin: 0;} 4 | table{width:100%;} 5 | table td{padding:2px 4px;vertical-align: middle;} 6 | a{text-decoration: none;} 7 | em{font-style: normal;} 8 | .border_style1{border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 9 | /*module 10 | */ 11 | .main{margin: 8px;overflow: hidden;} 12 | 13 | .hot{float:left;height:335px;} 14 | .drawBoard{position: relative; cursor: crosshair;} 15 | .brushBorad{position: absolute;left:0;top:0;z-index: 998;} 16 | .picBoard{border: none;text-align: center;line-height: 300px;cursor: default;} 17 | .operateBar{margin-top:10px;font-size:12px;text-align: center;} 18 | .operateBar span{margin-left: 10px;} 19 | 20 | .drawToolbar{float:right;width:110px;height:300px;overflow: hidden;} 21 | .colorBar{margin-top:10px;font-size: 12px;text-align: center;} 22 | .colorBar a{display:block;width: 10px;height: 10px;border:1px solid #1006F1;border-radius: 3px; box-shadow:2px 2px 5px #d3d6da;opacity: 0.3} 23 | .sectionBar{margin-top:15px;font-size: 12px;text-align: center;} 24 | .sectionBar a{display:inline-block;width:10px;height:12px;color: #888;text-indent: -999px;opacity: 0.3} 25 | .size1{background: url('images/size.png') 1px center no-repeat ;} 26 | .size2{background: url('images/size.png') -10px center no-repeat;} 27 | .size3{background: url('images/size.png') -22px center no-repeat;} 28 | .size4{background: url('images/size.png') -35px center no-repeat;} 29 | 30 | .addImgH{position: relative;} 31 | .addImgH_form{position: absolute;left: 18px;top: -1px;width: 75px;height: 21px;opacity: 0;cursor: pointer;} 32 | .addImgH_form input{width: 100%;} 33 | /*scrawl遮罩层 34 | */ 35 | .maskLayerNull{display: none;} 36 | .maskLayer{position: absolute;top:0;left:0;width: 100%; height: 100%;opacity: 0.7; 37 | background-color: #fff;text-align:center;font-weight:bold;line-height:300px;z-index: 1000;} 38 | /*btn state 39 | */ 40 | .previousStepH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/undoH.png');cursor: pointer;} 41 | .previousStepH .text{color:#888;cursor:pointer;} 42 | .previousStep .icon{display: inline-block;width:16px;height:16px;background-image: url('images/undo.png');cursor:default;} 43 | .previousStep .text{color:#ccc;cursor:default;} 44 | 45 | .nextStepH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/redoH.png');cursor: pointer;} 46 | .nextStepH .text{color:#888;cursor:pointer;} 47 | .nextStep .icon{display: inline-block;width:16px;height:16px;background-image: url('images/redo.png');cursor:default;} 48 | .nextStep .text{color:#ccc;cursor:default;} 49 | 50 | .clearBoardH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/emptyH.png');cursor: pointer;} 51 | .clearBoardH .text{color:#888;cursor:pointer;} 52 | .clearBoard .icon{display: inline-block;width:16px;height:16px;background-image: url('images/empty.png');cursor:default;} 53 | .clearBoard .text{color:#ccc;cursor:default;} 54 | 55 | .scaleBoardH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/scaleH.png');cursor: pointer;} 56 | .scaleBoardH .text{color:#888;cursor:pointer;} 57 | .scaleBoard .icon{display: inline-block;width:16px;height:16px;background-image: url('images/scale.png');cursor:default;} 58 | .scaleBoard .text{color:#ccc;cursor:default;} 59 | 60 | .removeImgH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/delimgH.png');cursor: pointer;} 61 | .removeImgH .text{color:#888;cursor:pointer;} 62 | .removeImg .icon{display: inline-block;width:16px;height:16px;background-image: url('images/delimg.png');cursor:default;} 63 | .removeImg .text{color:#ccc;cursor:default;} 64 | 65 | .addImgH .icon{vertical-align:top;display: inline-block;width:16px;height:16px;background-image: url('images/addimg.png')} 66 | .addImgH .text{color:#888;cursor:pointer;} 67 | /*icon 68 | */ 69 | .brushIcon{display: inline-block;width:16px;height:16px;background-image: url('images/brush.png')} 70 | .eraserIcon{display: inline-block;width:16px;height:16px;background-image: url('images/eraser.png')} 71 | 72 | 73 | -------------------------------------------------------------------------------- /WebRoot/ueditor/dialogs/scrawl/scrawl.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 |
14 | 15 |
16 |
17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 |
36 |
37 |
38 |
39 | 40 | 1 41 | 3 42 | 5 43 | 7 44 |
45 |
46 | 47 | 1 48 | 3 49 | 5 50 | 7 51 |
52 |
53 |
54 | 55 | 56 |
57 | 59 |
60 | 61 |
62 |
63 |
64 | 65 | 66 | 67 | 68 |
69 |
70 |
71 |
72 | 73 | 74 | 94 | 95 | --------------------------------------------------------------------------------