├── Blog.war ├── Blog ├── .classpath ├── .project ├── .settings │ ├── .jsdtscope │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.wst.common.component │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.jsdt.ui.superType.container │ └── org.eclipse.wst.jsdt.ui.superType.name ├── WebContent │ ├── CSS │ │ └── style.css │ ├── JS │ │ ├── onclock.js │ │ └── validate.js │ ├── META-INF │ │ └── MANIFEST.MF │ ├── WEB-INF │ │ ├── classes │ │ │ └── com │ │ │ │ └── wy │ │ │ │ ├── dao │ │ │ │ ├── ArticleDao.class │ │ │ │ ├── ArticleTypeDao.class │ │ │ │ ├── ClassVisitor.class │ │ │ │ ├── ClassVisitor1.class │ │ │ │ ├── ConsumerDao.class │ │ │ │ ├── DiscussDao.class │ │ │ │ ├── FriendDao.class │ │ │ │ ├── LinkDao.class │ │ │ │ ├── PhotoDao.class │ │ │ │ ├── PhotoRestoreDao.class │ │ │ │ ├── RestoreDao.class │ │ │ │ ├── VideoDao.class │ │ │ │ ├── VideoRestoreDao.class │ │ │ │ └── VoteDao.class │ │ │ │ ├── form │ │ │ │ ├── ArticleForm.class │ │ │ │ ├── ArticleTypeForm.class │ │ │ │ ├── ConsumerForm.class │ │ │ │ ├── DiscussForm.class │ │ │ │ ├── FriendForm.class │ │ │ │ ├── LinkForm.class │ │ │ │ ├── PhotoForm.class │ │ │ │ ├── RestoreForm.class │ │ │ │ ├── VideoForm.class │ │ │ │ └── VoteForm.class │ │ │ │ ├── tool │ │ │ │ ├── Chinese.class │ │ │ │ ├── CountTime.class │ │ │ │ ├── JDBConnection.class │ │ │ │ ├── MyPagination.class │ │ │ │ └── StrMD5.class │ │ │ │ └── webiter │ │ │ │ ├── ArticleServlet.class │ │ │ │ ├── ConsumerServlet.class │ │ │ │ ├── DiscussServlet.class │ │ │ │ ├── FriendServlet.class │ │ │ │ ├── LinkServlet.class │ │ │ │ ├── PhotoSerlvet.class │ │ │ │ ├── VideoServlet.class │ │ │ │ └── VoteServlet.class │ │ ├── lib │ │ │ ├── jspsmartupload.jar │ │ │ └── sqljdbc4.jar │ │ └── web.xml │ ├── backMainPage.jsp │ ├── back_ArticleAdd.jsp │ ├── back_ArticleSelect.jsp │ ├── back_ArticleTypeAdd.jsp │ ├── back_ArticleTypeSelect.jsp │ ├── back_ArticleUpdate.jsp │ ├── back_DiscussAdd.jsp │ ├── back_DiscussSelect.jsp │ ├── back_DiscussUpdate.jsp │ ├── back_Down.jsp │ ├── back_FriendAdd.jsp │ ├── back_FriendSelect.jsp │ ├── back_FriendUpdate.jsp │ ├── back_Left.jsp │ ├── back_LinkAdd.jsp │ ├── back_LinkSelect.jsp │ ├── back_LinkUpdate.jsp │ ├── back_PhotoInsert.jsp │ ├── back_PhotoRestoreSelect.jsp │ ├── back_PhotoSelect.jsp │ ├── back_RestoreSelect.jsp │ ├── back_Top.jsp │ ├── back_VideoInsert.jsp │ ├── back_VideoRestoreSelect.jsp │ ├── back_VideoSelect.jsp │ ├── back_VoteSelect.jsp │ ├── back_consumerSelect.jsp │ ├── back_consumerSelectForm.jsp │ ├── back_consumerSelectHostForm.jsp │ ├── consumer │ │ └── accountAdd.jsp │ ├── dealwith.jsp │ ├── file │ │ ├── 1.mp4 │ │ ├── 2.mp4 │ │ ├── 25.jpg │ │ ├── 27.jpg │ │ ├── 28.jpg │ │ ├── 29.jpg │ │ ├── 32.jpg │ │ ├── 33.jpg │ │ ├── 34.jpg │ │ └── Thumbs.db │ ├── head_ArticleForm.jsp │ ├── head_ArticleList.jsp │ ├── head_Consumer.jsp │ ├── head_PhotoForm.jsp │ ├── head_VideoForm.jsp │ ├── head_VoteAdd.jsp │ ├── head_VoteQuery.jsp │ ├── head_consumerUpdate.jsp │ ├── head_disussForm.jsp │ ├── head_disussList.jsp │ ├── head_down.jsp │ ├── head_explain.jsp │ ├── head_main.jsp │ ├── head_photoSelect.jsp │ ├── head_right.jsp │ ├── head_top.jsp │ ├── head_videoSelect.jsp │ ├── images │ │ ├── Thumbs.db │ │ ├── account.jpg │ │ ├── article.jpg │ │ ├── back.gif │ │ ├── back1.gif │ │ ├── back_noword_01.jpg │ │ ├── back_noword_011.jpg │ │ ├── back_noword_02.jpg │ │ ├── back_noword_03.jpg │ │ ├── back_noword_05.jpg │ │ ├── back_noword_06.jpg │ │ ├── back_noword_18.jpg │ │ ├── back_noword_19.jpg │ │ ├── back_noword_20.jpg │ │ ├── backgr.jpg │ │ ├── enrol.jpg │ │ ├── friend.jpg │ │ ├── front_17.jpg │ │ ├── head_03.jpg │ │ ├── head_04.jpg │ │ ├── head_05.jpg │ │ ├── head_06.jpg │ │ ├── head_08.jpg │ │ ├── head_09.jpg │ │ ├── head_10.jpg │ │ ├── head_11.jpg │ │ ├── head_12.jpg │ │ ├── head_13.jpg │ │ ├── head_14.jpg │ │ ├── head_15.jpg │ │ ├── head_16.jpg │ │ ├── head_17.jpg │ │ ├── head_18.jpg │ │ ├── head_19.jpg │ │ ├── head_21.jpg │ │ ├── head_22.jpg │ │ ├── head_23.jpg │ │ ├── head_24.jpg │ │ ├── head_25.jpg │ │ ├── head_26.jpg │ │ ├── head_27.jpg │ │ ├── icon.gif │ │ ├── land.gif │ │ ├── leaveWordjpg.jpg │ │ ├── link.jpg │ │ ├── liuyan.jpg │ │ ├── liuyan2.jpg │ │ ├── login.jpg │ │ ├── manager.jpg │ │ ├── modify.gif │ │ ├── photo.jpg │ │ ├── register.gif │ │ ├── reset.gif │ │ ├── result.swf │ │ ├── review.jpg │ │ ├── save.gif │ │ ├── video.jpg │ │ ├── vote.gif │ │ ├── vote.jpg │ │ ├── vote.swf │ │ └── 无锡13级住宿情况.xlsx │ ├── index.jsp │ ├── photoSelectOne.jsp │ └── videoSelectOne.jsp ├── blog.bak ├── build │ └── classes │ │ └── com │ │ └── wy │ │ ├── dao │ │ ├── ArticleDao.class │ │ ├── ArticleTypeDao.class │ │ ├── ConsumerDao.class │ │ ├── DiscussDao.class │ │ ├── FriendDao.class │ │ ├── LinkDao.class │ │ ├── PhotoDao.class │ │ ├── PhotoRestoreDao.class │ │ ├── RestoreDao.class │ │ ├── VideoDao.class │ │ ├── VideoRestoreDao.class │ │ └── VoteDao.class │ │ ├── form │ │ ├── ArticleForm.class │ │ ├── ArticleTypeForm.class │ │ ├── ConsumerForm.class │ │ ├── DiscussForm.class │ │ ├── FriendForm.class │ │ ├── LinkForm.class │ │ ├── PhotoForm.class │ │ ├── RestoreForm.class │ │ ├── VideoForm.class │ │ └── VoteForm.class │ │ ├── tool │ │ ├── Chinese.class │ │ ├── CountTime.class │ │ ├── JDBConnection.class │ │ ├── MyPagination.class │ │ └── StrMD5.class │ │ └── webiter │ │ ├── ArticleServlet.class │ │ ├── ConsumerServlet.class │ │ ├── DiscussServlet.class │ │ ├── FriendServlet.class │ │ ├── LinkServlet.class │ │ ├── PhotoSerlvet.class │ │ ├── VideoServlet.class │ │ └── VoteServlet.class └── src │ ├── ThreadGroupRenderer.class │ └── com │ └── wy │ ├── dao │ ├── ArticleDao.java │ ├── ArticleTypeDao.java │ ├── ConsumerDao.java │ ├── DiscussDao.java │ ├── FriendDao.java │ ├── LinkDao.java │ ├── PhotoDao.java │ ├── PhotoRestoreDao.java │ ├── RestoreDao.java │ ├── VideoDao.java │ ├── VideoRestoreDao.java │ └── VoteDao.java │ ├── form │ ├── ArticleForm.java │ ├── ArticleTypeForm.java │ ├── ConsumerForm.java │ ├── DiscussForm.java │ ├── FriendForm.java │ ├── LinkForm.java │ ├── PhotoForm.java │ ├── RestoreForm.java │ ├── VideoForm.java │ └── VoteForm.java │ ├── tool │ ├── Chinese.java │ ├── CountTime.java │ ├── JDBConnection.java │ ├── MyPagination.java │ └── StrMD5.java │ └── webiter │ ├── ArticleServlet.java │ ├── ConsumerServlet.java │ ├── DiscussServlet.java │ ├── FriendServlet.java │ ├── LinkServlet.java │ ├── PhotoSerlvet.java │ ├── VideoServlet.java │ └── VoteServlet.java ├── LICENSE ├── Readme .docx └── 数据库导出文件 ├── db_BlodMay_Data.MDF ├── db_BlodMay_Log.LDF └── db_BlogMay.bak /Blog.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog.war -------------------------------------------------------------------------------- /Blog/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Blog/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Blog 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.wst.jsdt.core.javascriptValidator 10 | 11 | 12 | 13 | 14 | org.eclipse.jdt.core.javabuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.wst.common.project.facet.core.builder 20 | 21 | 22 | 23 | 24 | org.eclipse.wst.validation.validationbuilder 25 | 26 | 27 | 28 | 29 | 30 | org.eclipse.jem.workbench.JavaEMFNature 31 | org.eclipse.wst.common.modulecore.ModuleCoreNature 32 | org.eclipse.wst.common.project.facet.core.nature 33 | org.eclipse.jdt.core.javanature 34 | org.eclipse.wst.jsdt.core.jsNature 35 | 36 | 37 | -------------------------------------------------------------------------------- /Blog/.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Blog/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 | org.eclipse.jdt.core.compiler.compliance=1.7 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 | org.eclipse.jdt.core.compiler.source=1.7 8 | -------------------------------------------------------------------------------- /Blog/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Blog/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Blog/.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /Blog/.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /Blog/WebContent/CSS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/CSS/style.css -------------------------------------------------------------------------------- /Blog/WebContent/JS/onclock.js: -------------------------------------------------------------------------------- 1 | function clockon(bgclock){ 2 | var now=new Date(); 3 | var year=now.getYear(); 4 | var month=now.getMonth(); 5 | var date=now.getDate(); 6 | var day=now.getDay(); 7 | var hour=now.getHours(); 8 | var minu=now.getMinutes(); 9 | var sec=now.getSeconds(); 10 | var week; 11 | month=month+1; 12 | if(month<10) month="0"+month; 13 | if(date<10) date="0"+date; 14 | if(hour<10) hour="0"+hour; 15 | if(minu<10) minu="0"+minu; 16 | if(sec<10) sec="0"+sec; 17 | var arr_week=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六"); 18 | week=arr_week[day]; 19 | var time=""; 20 | time=year+"年"+month+"月"+date+"日 "+week+" "+hour+":"+minu+":"+sec; 21 | if(document.all){ 22 | bgclock.innerHTML=""+time+"" 23 | } 24 | var timer=setTimeout("clockon(bgclock)",200); 25 | } -------------------------------------------------------------------------------- /Blog/WebContent/JS/validate.js: -------------------------------------------------------------------------------- 1 | function userCheck(){ //用户登录验证 2 | if(document.form1.account.value==""){ 3 | window.alert("请输入用户名称"); 4 | return false; 5 | 6 | 7 | } 8 | if(!illegalChar(document.form1.account.value)||!illegalChar(document.form1.password.value)){ 9 | window.alert("不要输入非法字符"); 10 | return false; 11 | } 12 | if(document.form1.password.value==""){ 13 | window.alert("请输入用户密码"); 14 | return false; 15 | } 16 | return true; 17 | } 18 | 19 | function illegalChar(str) 20 | { 21 | var pattern=/[`~!@#\$%\^\&\*\(\)\+<>\?:"\{\},\.\\\/;'\[\]]/im; 22 | if(pattern.test(str)){ 23 | return false; 24 | } 25 | return true; 26 | } 27 | function isNumberOr_Letter( s ){//判断是否是数字或字母 或下划线 28 | 29 | var regu = "^[0-9a-zA-Z\_]+$"; 30 | var re = new RegExp(regu); 31 | if (re.test(s)) { 32 | return true; 33 | }else{ 34 | return false; 35 | } 36 | } 37 | function isChinaOrNumbOrLett( s ){//判断是否是汉字、字母、数字、下划线组成 38 | 39 | var regu = "^[0-9a-zA-Z\_\u4e00-\u9fa5]+$"; 40 | var re = new RegExp(regu); 41 | if (re.test(s)) { 42 | return true; 43 | }else{ 44 | return false; 45 | } 46 | } 47 | 48 | function accountADD(){ //用户注册验证 49 | if(document.form.account.value==""){ 50 | window.alert("请输入用户名!"); 51 | return false; 52 | } 53 | if(!isChinaOrNumbOrLett(document.form.account.value)){ 54 | window.alert("用户名只能包括汉字、字母、数字、下划线!"); 55 | return false; 56 | } 57 | if(document.form.password.value==""){ 58 | window.alert("请输入用户登录密码!"); 59 | return false; 60 | } 61 | if(document.form.repeatPassword.value==""){ 62 | window.alert("请输入重复登录密码!"); 63 | return false; 64 | } 65 | if(!isNumberOr_Letter(document.form.repeatPassword.value)){ 66 | window.alert("密码只能包括字母、数字、下划线"); 67 | return false; 68 | } 69 | if(document.form.repeatPassword.value.length<6||document.form.repeatPassword.value.length>8){ 70 | window.alert("密码为6-8位"); 71 | return false; 72 | } 73 | if (form.password.value!=form.repeatPassword.value){ 74 | alert("您两次输入的密码不一致,请重新输入!"); 75 | return false; 76 | } 77 | 78 | if(document.form.name.value==""){ 79 | window.alert("请输入用户姓名!"); 80 | return false; 81 | } 82 | if(document.form.QQnumber.value==""){ 83 | window.alert("请输入QQ号码!"); 84 | return false; 85 | } 86 | if(isNaN(document.form.QQnumber.value)){ 87 | window.alert("QQ号码必须为数字!"); 88 | return false; 89 | } 90 | if(document.form.mainPage.value==""){ 91 | window.alert("请输入主页地址!"); 92 | return false; 93 | } 94 | if(document.form.interest.value==""){ 95 | window.alert("请输入兴趣内容!"); 96 | return false; 97 | } 98 | if(document.form.eMail.value==""){ 99 | window.alert("请输入eMail地址内容!"); 100 | return false; 101 | } 102 | var i=form.eMail.value.indexOf("@"); 103 | var j=form.eMail.value.indexOf("."); 104 | if((i<0)||(i-j>0)||(j<0)){ 105 | alert("您输入的Email地址不正确,请重新输入!");return false; 106 | } 107 | return true; 108 | } 109 | 110 | 111 | 112 | 113 | 114 | function hostUpdate(){ //用户注册验证 115 | if(document.form.account.value==""){ 116 | window.alert("请输入用户名!"); 117 | return false; 118 | } 119 | if(document.form.password.value==""){ 120 | window.alert("请输入用户登录密码!"); 121 | return false; 122 | } 123 | if(document.form.repeatPassword.value==""){ 124 | window.alert("请输入用户重复密码!"); 125 | return false; 126 | } 127 | if (form.password.value!=form.repeatPassword.value){ 128 | alert("您两次输入的密码不一致,请重新输入!"); 129 | return false; 130 | } 131 | if (form.password.value==""||form.repeatPassword.value==""){ 132 | alert("请输入密码"); 133 | return false; 134 | } 135 | if(document.form.name.value==""){ 136 | window.alert("请输入用户姓名!"); 137 | return false; 138 | } 139 | if(document.form.QQnumber.value==""){ 140 | window.alert("请输入QQ号码!"); 141 | return false; 142 | } 143 | if(isNaN(document.form.QQnumber.value)){ 144 | window.alert("QQ号码必须为数字!"); 145 | return false; 146 | } 147 | if(document.form.mainPage.value==""){ 148 | window.alert("请输入主页地址!"); 149 | return false; 150 | } 151 | if(document.form.interest.value==""){ 152 | window.alert("请输入兴趣内容!"); 153 | return false; 154 | } 155 | if(document.form.eMail.value==""){ 156 | window.alert("请输入eMail地址内容!"); 157 | return false; 158 | } 159 | var i=form.eMail.value.indexOf("@"); 160 | var j=form.eMail.value.indexOf("."); 161 | if((i<0)||(i-j>0)||(j<0)){ 162 | alert("您输入的Email地址不正确,请重新输入!");return false; 163 | } 164 | return true; 165 | } 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | function friendAdd(){ //朋友添加 174 | if(document.form.name.value==""){ 175 | window.alert("请输入朋友昵称!"); 176 | return false; 177 | } 178 | if(document.form.QQNumber.value==""){ 179 | window.alert("请输入QQ号码!"); 180 | return false; 181 | } 182 | if(isNaN(document.form.QQNumber.value)){ 183 | window.alert("QQ号码必须为数字!"); 184 | return false; 185 | } 186 | if(document.form.description.value==""){ 187 | window.alert("请输入朋友描述信息!"); 188 | return false; 189 | } 190 | if (document.form.description.value.length>200){ 191 | alert("内容至多为200位,请重新输入!"); 192 | return false; 193 | } 194 | return true; 195 | } 196 | 197 | 198 | function voteAdd(){ //留言添加 199 | if(document.form.voteContent.value==""){ 200 | window.alert("请输入留言内容!"); 201 | return false; 202 | } 203 | if (document.form.voteContent.value.length>200){ 204 | alert("内容至多为400位,请重新输入!"); 205 | return false; 206 | } 207 | return true; 208 | } 209 | 210 | function linkAdd(){ //友情链接添加 211 | if(document.form.name.value==""){ 212 | window.alert("请输入名称!"); 213 | return false; 214 | } 215 | if(document.form.url.value==""){ 216 | window.alert("请输入链接内容!"); 217 | return false; 218 | } 219 | return true; 220 | } 221 | 222 | function addDiscuss(){ //评论添加 223 | if(document.form.discussTitle.value==""){ 224 | window.alert("请输入评论题目!"); 225 | return false; 226 | } 227 | if(document.form.discussContent.value==""){ 228 | window.alert("请输入评论内容!"); 229 | return false; 230 | } 231 | return true; 232 | } 233 | 234 | 235 | 236 | function addPhoto(){ //评论添加 237 | if(document.form.photoAddress.value==""){ 238 | window.alert("请选择上传的相片!"); 239 | return false; 240 | } 241 | if(document.form.photoDescription.value==""){ 242 | window.alert("请输入相片的描述信息!"); 243 | return false; 244 | } 245 | return true; 246 | } 247 | 248 | function addVideo(){ //评论添加 249 | if(document.form.videoAddress.value==""){ 250 | window.alert("请选择上传的影音!"); 251 | return false; 252 | } 253 | if(document.form.videoDescription.value==""){ 254 | window.alert("请输入影音的描述信息!"); 255 | return false; 256 | } 257 | return true; 258 | } 259 | 260 | 261 | 262 | 263 | 264 | function addArticleType(){ //文章类型添加 265 | if(document.form.typeName.value==""){ 266 | window.alert("请输入文章类型名称!"); 267 | return false; 268 | } 269 | if(document.form.description.value==""){ 270 | window.alert("请输入文章类型描述!"); 271 | return false; 272 | } 273 | return true; 274 | } 275 | 276 | 277 | 278 | 279 | 280 | function addArticle(){ //文章添加 281 | if(document.form.title.value==""){ 282 | window.alert("请输入文章题目!"); 283 | return false; 284 | } 285 | if(document.form.content.value==""){ 286 | window.alert("请输入文章内容!"); 287 | return false; 288 | } 289 | return true; 290 | } 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | function addRestore(){ //回复添加 299 | if(document.form.reTitle.value==""){ 300 | window.alert("请输入回复题目!"); 301 | return false; 302 | } 303 | if(document.form.reContent.value==""){ 304 | window.alert("请输入回复内容!"); 305 | return false; 306 | } 307 | return true; 308 | } 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | function quit(){ 328 | if(confirm("您真的要退出吗?")){ 329 | window.location.href="leave.jsp"; 330 | } 331 | } 332 | 333 | 334 | 335 | 336 | function sendInformation(){ //主题发布 337 | if(document.form.title.value==""){ 338 | window.alert("请输入主题名称"); 339 | return false; 340 | } 341 | if(document.form.content.value==""){ 342 | window.alert("请输入主题内容"); 343 | return false; 344 | } 345 | if (form.content.value.length>1600){ 346 | alert("内容至多为1600位,请重新输入!"); 347 | return false; 348 | } 349 | return true; 350 | } 351 | 352 | function backInformation(){ //主题回复 353 | if(document.form.title.value==""){ 354 | window.alert("请输入回复主题名称"); 355 | return false; 356 | } 357 | if(document.form.content.value==""){ 358 | window.alert("请输入回复主题内容"); 359 | return false; 360 | } 361 | if (form.content.value.length>1600){ 362 | alert("内容至多为1600位,请重新输入!"); 363 | return false; 364 | } 365 | return true; 366 | } 367 | 368 | 369 | function registerCheck(){ //新用户注册验证 370 | if (form.account.value==""){ 371 | alert("请输入用户名!");return false; 372 | } 373 | if(form.account.value=="MrFriend"){ 374 | window.alert("此用户名不允许");return false; 375 | } 376 | if (form.realname.value==""){ 377 | alert("请输入真实姓名!");return false; 378 | } 379 | if (form.password1.value==""){ 380 | alert("请输入密码!");return false; 381 | } 382 | if (form.password1.value.length<6){ 383 | alert("密码至少为6位,请重新输入!");return false; 384 | } 385 | if (form.password2.value==""){ 386 | alert("请输入确认密码!");return false; 387 | } 388 | if (form.password1.value!=form.password2.value){ 389 | alert("您两次输入的密码不一致,请重新输入!");return false; 390 | } 391 | if(form.bron.value==""){ 392 | alert("请输入您的生日");return false; 393 | } 394 | if(CheckDate(form.bron.value)){ 395 | alert("请输入标准日期(如:1980/07/17或1980-07-17)");return false; 396 | } 397 | if (form.email.value==""){ 398 | alert("请输入Email地址!");return false; 399 | } 400 | var i=form.email.value.indexOf("@"); 401 | var j=form.email.value.indexOf("."); 402 | if((i<0)||(i-j>0)||(j<0)){ 403 | alert("您输入的Email地址不正确,请重新输入!");return false; 404 | } 405 | return true; 406 | } 407 | 408 | 409 | 410 | 411 | 412 | function CheckDate(INDate) 413 | { if (INDate=="") 414 | {return true;} 415 | subYY=INDate.substr(0,4) 416 | if(isNaN(subYY) || subYY<=0){ 417 | return true; 418 | } 419 | //转换月份 420 | if(INDate.indexOf('-',0)!=-1){ separate="-"} 421 | else{ 422 | if(INDate.indexOf('/',0)!=-1){separate="/"} 423 | else {return true;} 424 | } 425 | area=INDate.indexOf(separate,0) 426 | subMM=INDate.substr(area+1,INDate.indexOf(separate,area+1)-(area+1)) 427 | if(isNaN(subMM) || subMM<=0){ 428 | return true; 429 | } 430 | if(subMM.length<2){subMM="0"+subMM} 431 | //转换日 432 | area=INDate.lastIndexOf(separate) 433 | subDD=INDate.substr(area+1,INDate.length-area-1) 434 | if(isNaN(subDD) || subDD<=0){ 435 | return true; 436 | } 437 | if(eval(subDD)<10){subDD="0"+eval(subDD)} 438 | NewDate=subYY+"-"+subMM+"-"+subDD 439 | if(NewDate.length!=10){return true;} 440 | if(NewDate.substr(4,1)!="-"){return true;} 441 | if(NewDate.substr(7,1)!="-"){return true;} 442 | var MM=NewDate.substr(5,2); 443 | var DD=NewDate.substr(8,2); 444 | if((subYY%4==0 && subYY%100!=0)||subYY%400==0){ //判断是否为闰年 445 | if(parseInt(MM)==2){ 446 | if(DD>29){return true;} 447 | } 448 | }else{ 449 | if(parseInt(MM)==2){ 450 | if(DD>28){return true;} 451 | } 452 | } 453 | var mm=new Array(1,3,5,7,8,10,12); //判断每月中的最大天数 454 | for(i=0;i< mm.length;i++){ 455 | if (parseInt(MM) == mm[i]){ 456 | if(parseInt(DD)>31){ 457 | return true; 458 | }else{ 459 | return false; 460 | } 461 | } 462 | } 463 | if(parseInt(DD)>30){return true;} 464 | if(parseInt(MM)>12){return true;} 465 | return false; 466 | } 467 | 468 | 469 | 470 | function Myopen(divID,myform){ //根据传递的参数确定显示的层 471 | divID.style.display=''; 472 | divID.style.left=(screen.width-240)/2; 473 | divID.style.top=(screen.height-277)/2; 474 | myform.UID.focus(); 475 | } 476 | 477 | function clockon(bgclock){ 478 | var now=new Date(); 479 | var year=now.getYear(); 480 | var month=now.getMonth(); 481 | var date=now.getDate(); 482 | var day=now.getDay(); 483 | var hour=now.getHours(); 484 | var minu=now.getMinutes(); 485 | var sec=now.getSeconds(); 486 | var week; 487 | month=month+1; 488 | if(month<10) month="0"+month; 489 | if(date<10) date="0"+date; 490 | if(hour<10) hour="0"+hour; 491 | if(minu<10) minu="0"+minu; 492 | if(sec<10) sec="0"+sec; 493 | var arr_week=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六"); 494 | week=arr_week[day]; 495 | var time=""; 496 | time=year+"年"+month+"月"+date+"日 "+week+" "+hour+":"+minu+":"+sec; 497 | if(document.all){ 498 | bgclock.innerHTML=""+time+"" 499 | } 500 | var timer=setTimeout("clockon(bgclock)",200); 501 | } 502 | 503 | 504 | 505 | 506 | -------------------------------------------------------------------------------- /Blog/WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/ArticleDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/ArticleDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/ArticleTypeDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/ArticleTypeDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/ClassVisitor.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/ClassVisitor.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/ClassVisitor1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/ClassVisitor1.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/ConsumerDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/ConsumerDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/DiscussDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/DiscussDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/FriendDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/FriendDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/LinkDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/LinkDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/PhotoDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/PhotoDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/PhotoRestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/PhotoRestoreDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/RestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/RestoreDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/VideoDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/VideoDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/VideoRestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/VideoRestoreDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/dao/VoteDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/dao/VoteDao.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/ArticleForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/ArticleForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/ArticleTypeForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/ArticleTypeForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/ConsumerForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/ConsumerForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/DiscussForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/DiscussForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/FriendForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/FriendForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/LinkForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/LinkForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/PhotoForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/PhotoForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/RestoreForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/RestoreForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/VideoForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/VideoForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/form/VoteForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/form/VoteForm.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/tool/Chinese.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/tool/Chinese.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/tool/CountTime.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/tool/CountTime.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/tool/JDBConnection.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/tool/JDBConnection.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/tool/MyPagination.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/tool/MyPagination.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/tool/StrMD5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/tool/StrMD5.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/ArticleServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/ArticleServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/ConsumerServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/ConsumerServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/DiscussServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/DiscussServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/FriendServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/FriendServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/LinkServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/LinkServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/PhotoSerlvet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/PhotoSerlvet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/VideoServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/VideoServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/classes/com/wy/webiter/VoteServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/classes/com/wy/webiter/VoteServlet.class -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/lib/jspsmartupload.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/lib/jspsmartupload.jar -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/lib/sqljdbc4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/WEB-INF/lib/sqljdbc4.jar -------------------------------------------------------------------------------- /Blog/WebContent/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Blog 4 | 5 | index.html 6 | index.htm 7 | index.jsp 8 | default.html 9 | default.htm 10 | default.jsp 11 | 12 | 13 | This is the description of my J2EE component 14 | This is the display name of my J2EE component 15 | ConsumerServlet 16 | com.wy.webiter.ConsumerServlet 17 | 18 | 19 | This is the description of my J2EE component 20 | This is the display name of my J2EE component 21 | FriendServlet 22 | com.wy.webiter.FriendServlet 23 | 24 | 25 | This is the description of my J2EE component 26 | This is the display name of my J2EE component 27 | VoteServlet 28 | com.wy.webiter.VoteServlet 29 | 30 | 31 | This is the description of my J2EE component 32 | This is the display name of my J2EE component 33 | DiscussServlet 34 | com.wy.webiter.DiscussServlet 35 | 36 | 37 | This is the description of my J2EE component 38 | This is the display name of my J2EE component 39 | PhotoSerlvet 40 | com.wy.webiter.PhotoSerlvet 41 | 42 | 43 | This is the description of my J2EE component 44 | This is the display name of my J2EE component 45 | VideoServlet 46 | com.wy.webiter.VideoServlet 47 | 48 | 49 | This is the description of my J2EE component 50 | This is the display name of my J2EE component 51 | ArticleServlet 52 | com.wy.webiter.ArticleServlet 53 | 54 | 55 | This is the description of my J2EE component 56 | This is the display name of my J2EE component 57 | RestoreServlet 58 | com.wy.webiter.RestoreServlet 59 | 60 | 61 | This is the description of my J2EE component 62 | This is the display name of my J2EE component 63 | LinkServlet 64 | com.wy.webiter.LinkServlet 65 | 66 | 67 | ConsumerServlet 68 | /ConsumerServlet 69 | 70 | 71 | FriendServlet 72 | /FriendServlet 73 | 74 | 75 | VoteServlet 76 | /VoteServlet 77 | 78 | 79 | DiscussServlet 80 | /DiscussServlet 81 | 82 | 83 | PhotoSerlvet 84 | /PhotoSerlvet 85 | 86 | 87 | VideoServlet 88 | /VideoServlet 89 | 90 | 91 | ArticleServlet 92 | /ArticleServlet 93 | 94 | 95 | RestoreServlet 96 | /RestoreServlet 97 | 98 | 99 | LinkServlet 100 | /LinkServlet 101 | 102 | 103 | index.jsp 104 | 105 | -------------------------------------------------------------------------------- /Blog/WebContent/backMainPage.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/backMainPage.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_ArticleAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_ArticleAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_ArticleSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_ArticleSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_ArticleTypeAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_ArticleTypeAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_ArticleTypeSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_ArticleTypeSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_ArticleUpdate.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_ArticleUpdate.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_DiscussAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_DiscussAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_DiscussSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_DiscussSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_DiscussUpdate.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_DiscussUpdate.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_Down.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_Down.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_FriendAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_FriendAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_FriendSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_FriendSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_FriendUpdate.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_FriendUpdate.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_Left.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_Left.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_LinkAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_LinkAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_LinkSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_LinkSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_LinkUpdate.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_LinkUpdate.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_PhotoInsert.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_PhotoInsert.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_PhotoRestoreSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_PhotoRestoreSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_PhotoSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_PhotoSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_RestoreSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_RestoreSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_Top.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_Top.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_VideoInsert.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_VideoInsert.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_VideoRestoreSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_VideoRestoreSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_VideoSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_VideoSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_VoteSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_VoteSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_consumerSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_consumerSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_consumerSelectForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_consumerSelectForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/back_consumerSelectHostForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/back_consumerSelectHostForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/consumer/accountAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/consumer/accountAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/dealwith.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/dealwith.jsp -------------------------------------------------------------------------------- /Blog/WebContent/file/1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/1.mp4 -------------------------------------------------------------------------------- /Blog/WebContent/file/2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/2.mp4 -------------------------------------------------------------------------------- /Blog/WebContent/file/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/25.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/27.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/28.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/29.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/32.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/33.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/34.jpg -------------------------------------------------------------------------------- /Blog/WebContent/file/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/file/Thumbs.db -------------------------------------------------------------------------------- /Blog/WebContent/head_ArticleForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_ArticleForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_ArticleList.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_ArticleList.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_Consumer.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_Consumer.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_PhotoForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_PhotoForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_VideoForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_VideoForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_VoteAdd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_VoteAdd.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_VoteQuery.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_VoteQuery.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_consumerUpdate.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_consumerUpdate.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_disussForm.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_disussForm.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_disussList.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_disussList.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_down.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_down.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_explain.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_explain.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_main.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_main.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_photoSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_photoSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_right.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_right.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_top.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_top.jsp -------------------------------------------------------------------------------- /Blog/WebContent/head_videoSelect.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/head_videoSelect.jsp -------------------------------------------------------------------------------- /Blog/WebContent/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/Thumbs.db -------------------------------------------------------------------------------- /Blog/WebContent/images/account.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/account.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/article.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/article.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/back1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back1.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_01.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_011.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_02.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_03.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_05.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_06.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_18.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_19.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/back_noword_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/back_noword_20.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/backgr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/backgr.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/enrol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/enrol.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/friend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/friend.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/front_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/front_17.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_03.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_04.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_05.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_06.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_08.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_09.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_10.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_11.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_12.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_13.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_14.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_15.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_16.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_17.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_18.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_19.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_21.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_22.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_23.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_24.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_25.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_26.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/head_27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/head_27.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/icon.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/land.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/land.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/leaveWordjpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/leaveWordjpg.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/link.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/link.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/liuyan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/liuyan.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/liuyan2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/liuyan2.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/login.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/manager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/manager.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/modify.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/modify.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/photo.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/register.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/register.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/reset.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/result.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/result.swf -------------------------------------------------------------------------------- /Blog/WebContent/images/review.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/review.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/save.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/video.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/vote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/vote.gif -------------------------------------------------------------------------------- /Blog/WebContent/images/vote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/vote.jpg -------------------------------------------------------------------------------- /Blog/WebContent/images/vote.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/vote.swf -------------------------------------------------------------------------------- /Blog/WebContent/images/无锡13级住宿情况.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/images/无锡13级住宿情况.xlsx -------------------------------------------------------------------------------- /Blog/WebContent/index.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/index.jsp -------------------------------------------------------------------------------- /Blog/WebContent/photoSelectOne.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/WebContent/photoSelectOne.jsp -------------------------------------------------------------------------------- /Blog/WebContent/videoSelectOne.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 无标题文档 9 | 10 | 11 | 12 | 13 | 14 | 25 | 26 |
15 | 16 | 17 | " width="1366" height="768" type=audio/mpeg loop="false" 18 | 19 | autostart="true" type="application/x-shockwave-flash"> 20 | 21 | 22 | 23 | 24 |
27 | 28 | 29 | -------------------------------------------------------------------------------- /Blog/blog.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/blog.bak -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/ArticleDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/ArticleDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/ArticleTypeDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/ArticleTypeDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/ConsumerDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/ConsumerDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/DiscussDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/DiscussDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/FriendDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/FriendDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/LinkDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/LinkDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/PhotoDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/PhotoDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/PhotoRestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/PhotoRestoreDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/RestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/RestoreDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/VideoDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/VideoDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/VideoRestoreDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/VideoRestoreDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/dao/VoteDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/dao/VoteDao.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/ArticleForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/ArticleForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/ArticleTypeForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/ArticleTypeForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/ConsumerForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/ConsumerForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/DiscussForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/DiscussForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/FriendForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/FriendForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/LinkForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/LinkForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/PhotoForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/PhotoForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/RestoreForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/RestoreForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/VideoForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/VideoForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/form/VoteForm.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/form/VoteForm.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/tool/Chinese.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/tool/Chinese.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/tool/CountTime.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/tool/CountTime.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/tool/JDBConnection.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/tool/JDBConnection.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/tool/MyPagination.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/tool/MyPagination.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/tool/StrMD5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/tool/StrMD5.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/ArticleServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/ArticleServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/ConsumerServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/ConsumerServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/DiscussServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/DiscussServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/FriendServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/FriendServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/LinkServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/LinkServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/PhotoSerlvet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/PhotoSerlvet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/VideoServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/VideoServlet.class -------------------------------------------------------------------------------- /Blog/build/classes/com/wy/webiter/VoteServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/build/classes/com/wy/webiter/VoteServlet.class -------------------------------------------------------------------------------- /Blog/src/ThreadGroupRenderer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/ThreadGroupRenderer.class -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/ArticleDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/ArticleDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/ArticleTypeDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/ArticleTypeDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/ConsumerDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/ConsumerDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/DiscussDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/DiscussDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/FriendDao.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.dao; 2 | 3 | /* */ 4 | /* *//* */import java.sql.ResultSet; 5 | /* */ 6 | import java.sql.SQLException; 7 | /* */ 8 | import java.util.List; 9 | 10 | import com.wy.form.FriendForm; 11 | /* */ 12 | import com.wy.tool.JDBConnection; 13 | 14 | /* */ 15 | /* */public class FriendDao 16 | /* */{ 17 | /* 11 */private JDBConnection connection = null; 18 | 19 | /* */ 20 | /* */public FriendDao() { 21 | /* 14 */connection = new JDBConnection(); 22 | /* */} 23 | 24 | /* */ 25 | /* */public boolean updateFriend(FriendForm form) 26 | /* */{ 27 | /* 19 */boolean flag = false; 28 | /* 20 */String sql = "update tb_friend set name='" + form.getName() + 29 | /* 21 */"',QQNumber='" + form.getQQNumber() + "',description='" + 30 | /* 22 */form.getDescription() + "' where id='" + form.getId() + "'"; 31 | /* 23 */if (connection.executeUpdate(sql)) { 32 | /* 24 */flag = true; 33 | /* */} 34 | /* 26 */return flag; 35 | /* */} 36 | 37 | /* */ 38 | /* */public boolean addFriend(FriendForm form) 39 | /* */{ 40 | /* 31 */boolean flag = false; 41 | /* 32 */String sql = "insert into tb_friend values ('" + form.getName() + "','" + 42 | /* 33 */form.getQQNumber() + "','" + form.getDescription() + "')"; 43 | /* 34 */if (connection.executeUpdate(sql)) { 44 | /* 35 */flag = true; 45 | /* */} 46 | /* 37 */return flag; 47 | /* */} 48 | 49 | /* */ 50 | /* */public boolean deleteFriend(Integer id) 51 | /* */{ 52 | /* 42 */boolean flag = false; 53 | /* 43 */String sql = "delete from tb_friend where id='" + id + "'"; 54 | /* 44 */if (connection.executeUpdate(sql)) { 55 | /* 45 */flag = true; 56 | /* */} 57 | /* 47 */return flag; 58 | /* */} 59 | 60 | /* */ 61 | /* */public List queryFriend() 62 | /* */{ 63 | /* 52 */List list = new java.util.ArrayList(); 64 | /* 53 */FriendForm form = null; 65 | /* 54 */String sql = "select * from tb_friend"; 66 | /* 55 */ResultSet rs = connection.executeQuery(sql); 67 | /* */try { 68 | /* 57 */while (rs.next()) { 69 | /* 58 */form = new FriendForm(); 70 | /* 59 */form.setId(Integer.valueOf(rs.getString(1))); 71 | /* 60 */form.setName(rs.getString(2)); 72 | /* 61 */form.setQQNumber(rs.getString(3)); 73 | /* 62 */form.setDescription(rs.getString(4)); 74 | /* 63 */list.add(form); 75 | /* */} 76 | /* */} catch (SQLException e) { 77 | /* 66 */e.printStackTrace(); 78 | /* */} 79 | /* */ 80 | /* 69 */return list; 81 | /* */} 82 | 83 | /* */ 84 | /* */public FriendForm queryFriendForm(String id) 85 | /* */{ 86 | /* 74 */FriendForm form = null; 87 | /* 75 */String sql = "select * from tb_friend where id='" + id + "'"; 88 | /* 76 */ResultSet rs = connection.executeQuery(sql); 89 | /* */try { 90 | /* 78 */while (rs.next()) { 91 | /* 79 */form = new FriendForm(); 92 | /* 80 */form.setId(Integer.valueOf(rs.getString(1))); 93 | /* 81 */form.setName(rs.getString(2)); 94 | /* 82 */form.setQQNumber(rs.getString(3)); 95 | /* 83 */form.setDescription(rs.getString(4)); 96 | /* */} 97 | /* */} catch (SQLException e) { 98 | /* 86 */e.printStackTrace(); 99 | /* */} 100 | /* 88 */return form; 101 | /* */} 102 | /* */ 103 | } 104 | 105 | /* 106 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 107 | * com.wy.dao.FriendDao Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 108 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/LinkDao.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.dao; 2 | 3 | /* */ 4 | /* *//* */import java.sql.ResultSet; 5 | /* */ 6 | import java.sql.SQLException; 7 | /* */ 8 | import java.util.ArrayList; 9 | /* */ 10 | import java.util.List; 11 | 12 | import com.wy.form.LinkForm; 13 | /* */ 14 | import com.wy.tool.JDBConnection; 15 | 16 | /* */ 17 | /* */public class LinkDao 18 | /* */{ 19 | /* 12 */private JDBConnection connection = null; 20 | 21 | /* */ 22 | /* */public LinkDao() { 23 | /* 15 */connection = new JDBConnection(); 24 | /* */} 25 | 26 | /* */ 27 | /* */public boolean updateLink(LinkForm form) 28 | /* */{ 29 | /* 20 */boolean flag = false; 30 | /* 21 */String sql = "update tb_link set name='" + form.getName() + "',url='" + 31 | /* 22 */form.getUrl() + "'" + "where id='" + form.getId() + "'"; 32 | /* 23 */if (connection.executeUpdate(sql)) { 33 | /* 24 */flag = true; 34 | /* */} 35 | /* 26 */return flag; 36 | /* */} 37 | 38 | /* */ 39 | /* */public boolean addLink(LinkForm form) 40 | /* */{ 41 | /* 31 */boolean flag = false; 42 | /* 32 */String sql = "insert into tb_link values ('" + form.getName() + "','" + 43 | /* 33 */form.getUrl() + "')"; 44 | /* 34 */if (connection.executeUpdate(sql)) { 45 | /* 35 */flag = true; 46 | /* */} 47 | /* 37 */return flag; 48 | /* */} 49 | 50 | /* */ 51 | /* */public boolean deleteLink(Integer id) 52 | /* */{ 53 | /* 42 */boolean flag = false; 54 | /* 43 */String sql = "delete from tb_link where id='" + id + "'"; 55 | /* 44 */if (connection.executeUpdate(sql)) { 56 | /* 45 */flag = true; 57 | /* */} 58 | /* 47 */return flag; 59 | /* */} 60 | 61 | /* */ 62 | /* */public List queryLink() 63 | /* */{ 64 | /* 52 */List list = new ArrayList(); 65 | /* 53 */LinkForm form = null; 66 | /* 54 */String sql = "select * from tb_link"; 67 | /* 55 */ResultSet rs = connection.executeQuery(sql); 68 | /* */try { 69 | /* 57 */while (rs.next()) { 70 | /* 58 */form = new LinkForm(); 71 | /* 59 */form.setId(Integer.valueOf(rs.getString(1))); 72 | /* 60 */form.setName(rs.getString(2)); 73 | /* 61 */form.setUrl(rs.getString(3)); 74 | /* */ 75 | /* 63 */list.add(form); 76 | /* */} 77 | /* */} catch (SQLException e) { 78 | /* 66 */e.printStackTrace(); 79 | /* */} 80 | /* */ 81 | /* 69 */return list; 82 | /* */} 83 | 84 | /* */ 85 | /* */public LinkForm queryLinkForm(String id) 86 | /* */{ 87 | /* 74 */LinkForm form = null; 88 | /* 75 */String sql = "select * from tb_link where id='" + id + "'"; 89 | /* 76 */ResultSet rs = connection.executeQuery(sql); 90 | /* */try { 91 | /* 78 */while (rs.next()) { 92 | /* 79 */form = new LinkForm(); 93 | /* 80 */form.setId(Integer.valueOf(rs.getString(1))); 94 | /* 81 */form.setName(rs.getString(2)); 95 | /* 82 */form.setUrl(rs.getString(3)); 96 | /* */} 97 | /* */} catch (SQLException e) { 98 | /* 85 */e.printStackTrace(); 99 | /* */} 100 | /* 87 */return form; 101 | /* */} 102 | /* */ 103 | } 104 | 105 | /* 106 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 107 | * com.wy.dao.LinkDao Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 108 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/PhotoDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/PhotoDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/PhotoRestoreDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/PhotoRestoreDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/RestoreDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/RestoreDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/VideoDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/VideoDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/VideoRestoreDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/VideoRestoreDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/dao/VoteDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/dao/VoteDao.java -------------------------------------------------------------------------------- /Blog/src/com/wy/form/ArticleForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class ArticleForm { 5 | public ArticleForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(-1); 9 | /* 5 */private Integer typeId = Integer.valueOf(-1); 10 | /* 6 */private String title = ""; 11 | /* 7 */private String content = ""; 12 | /* 8 */private String phTime = ""; 13 | /* 9 */private Integer number = Integer.valueOf(-1); 14 | 15 | /* */ 16 | /* 11 */public String getContent() { 17 | return content; 18 | } 19 | 20 | /* */ 21 | /* */public void setContent(String content) { 22 | /* 14 */this.content = content; 23 | /* */} 24 | 25 | /* */ 26 | /* 17 */public Integer getId() { 27 | return id; 28 | } 29 | 30 | /* */ 31 | /* */public void setId(Integer id) { 32 | /* 20 */this.id = id; 33 | /* */} 34 | 35 | /* */ 36 | /* 23 */public Integer getNumber() { 37 | return number; 38 | } 39 | 40 | /* */ 41 | /* */public void setNumber(Integer number) { 42 | /* 26 */this.number = number; 43 | /* */} 44 | 45 | /* */ 46 | /* 29 */public String getPhTime() { 47 | return phTime; 48 | } 49 | 50 | /* */ 51 | /* */public void setPhTime(String phTime) { 52 | /* 32 */this.phTime = phTime; 53 | /* */} 54 | 55 | /* */ 56 | /* 35 */public String getTitle() { 57 | return title; 58 | } 59 | 60 | /* */ 61 | /* */public void setTitle(String title) { 62 | /* 38 */this.title = title; 63 | /* */} 64 | 65 | /* */ 66 | /* 41 */public Integer getTypeId() { 67 | return typeId; 68 | } 69 | 70 | /* */ 71 | /* */public void setTypeId(Integer typeId) { 72 | /* 44 */this.typeId = typeId; 73 | /* */} 74 | /* */ 75 | } 76 | 77 | /* 78 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 79 | * com.wy.form.ArticleForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 80 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/ArticleTypeForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class ArticleTypeForm { 5 | public ArticleTypeForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(-1); 9 | /* 5 */private String typeName = ""; 10 | /* 6 */private String description = ""; 11 | 12 | /* */ 13 | /* 8 */public String getDescription() { 14 | return description; 15 | } 16 | 17 | /* */ 18 | /* */public void setDescription(String description) { 19 | /* 11 */this.description = description; 20 | /* */} 21 | 22 | /* */ 23 | /* 14 */public Integer getId() { 24 | return id; 25 | } 26 | 27 | /* */ 28 | /* */public void setId(Integer id) { 29 | /* 17 */this.id = id; 30 | /* */} 31 | 32 | /* */ 33 | /* 20 */public String getTypeName() { 34 | return typeName; 35 | } 36 | 37 | /* */ 38 | /* */public void setTypeName(String typeName) { 39 | /* 23 */this.typeName = typeName; 40 | /* */} 41 | /* */ 42 | } 43 | 44 | /* 45 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 46 | * com.wy.form.ArticleTypeForm Java Class Version: 7 (51.0) JD-Core Version: 47 | * 0.7.1 48 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/ConsumerForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class ConsumerForm { 5 | public ConsumerForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(0); 9 | /* 5 */private String account = null; 10 | /* 6 */private String password = null; 11 | /* 7 */private String name = null; 12 | /* 8 */private String sex = null; 13 | /* 9 */private String QQNumber = null; 14 | /* 10 */private String mainPage = null; 15 | /* 11 */private String interest = null; 16 | /* 12 */private String eMail = null; 17 | /* 13 */private String manageLevel = null; 18 | 19 | /* */ 20 | /* */public Integer getId() { 21 | /* 16 */return id; 22 | /* */} 23 | 24 | /* */ 25 | /* */public void setId(Integer id) { 26 | /* 20 */this.id = id; 27 | /* */} 28 | 29 | /* */ 30 | /* */public String getAccount() { 31 | /* 24 */return account; 32 | /* */} 33 | 34 | /* */ 35 | /* */public void setAccount(String account) { 36 | /* 28 */this.account = account; 37 | /* */} 38 | 39 | /* */ 40 | /* */public String getPassword() { 41 | /* 32 */return password; 42 | /* */} 43 | 44 | /* */ 45 | /* */public void setPassword(String password) { 46 | /* 36 */this.password = password; 47 | /* */} 48 | 49 | /* */ 50 | /* */public String getName() { 51 | /* 40 */return name; 52 | /* */} 53 | 54 | /* */ 55 | /* */public void setName(String name) { 56 | /* 44 */this.name = name; 57 | /* */} 58 | 59 | /* */ 60 | /* */public String getSex() { 61 | /* 48 */return sex; 62 | /* */} 63 | 64 | /* */ 65 | /* */public void setSex(String sex) { 66 | /* 52 */this.sex = sex; 67 | /* */} 68 | 69 | /* */ 70 | /* */public String getQQNumber() { 71 | /* 56 */return QQNumber; 72 | /* */} 73 | 74 | /* */ 75 | /* */public void setQQNumber(String number) { 76 | /* 60 */QQNumber = number; 77 | /* */} 78 | 79 | /* */ 80 | /* */public String getMainPage() { 81 | /* 64 */return mainPage; 82 | /* */} 83 | 84 | /* */ 85 | /* */public void setMainPage(String mainPage) { 86 | /* 68 */this.mainPage = mainPage; 87 | /* */} 88 | 89 | /* */ 90 | /* */public String getInterest() { 91 | /* 72 */return interest; 92 | /* */} 93 | 94 | /* */ 95 | /* */public void setInterest(String interest) { 96 | /* 76 */this.interest = interest; 97 | /* */} 98 | 99 | /* */ 100 | /* */public String getEMail() { 101 | /* 80 */return eMail; 102 | /* */} 103 | 104 | /* */ 105 | /* */public void setEMail(String mail) { 106 | /* 84 */eMail = mail; 107 | /* */} 108 | 109 | /* */ 110 | /* */public String getManageLevel() { 111 | /* 88 */return manageLevel; 112 | /* */} 113 | 114 | /* */ 115 | /* */public void setManageLevel(String manageLevel) { 116 | /* 92 */this.manageLevel = manageLevel; 117 | /* */} 118 | /* */ 119 | } 120 | 121 | /* 122 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 123 | * com.wy.form.ConsumerForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 124 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/DiscussForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class DiscussForm { 5 | /* 4 */private Integer id = Integer.valueOf(-1); 6 | /* 5 */private String discussTitle = null; 7 | /* 6 */private String discussContent = null; 8 | /* 7 */private String discussTime = null; 9 | 10 | /* */ 11 | /* */public DiscussForm() { 12 | } 13 | 14 | /* */ 15 | /* 11 */public String getDiscussContent() { 16 | return discussContent; 17 | } 18 | 19 | /* */ 20 | /* */public void setDiscussContent(String discussContent) { 21 | /* 14 */this.discussContent = discussContent; 22 | /* */} 23 | 24 | /* */ 25 | /* 17 */public String getDiscussTime() { 26 | return discussTime; 27 | } 28 | 29 | /* */ 30 | /* */public void setDiscussTime(String discussTime) { 31 | /* 20 */this.discussTime = discussTime; 32 | /* */} 33 | 34 | /* */ 35 | /* 23 */public String getDiscussTitle() { 36 | return discussTitle; 37 | } 38 | 39 | /* */ 40 | /* */public void setDiscussTitle(String discussTitle) { 41 | /* 26 */this.discussTitle = discussTitle; 42 | /* */} 43 | 44 | /* */ 45 | /* 29 */public Integer getId() { 46 | return id; 47 | } 48 | 49 | /* */ 50 | /* */public void setId(Integer id) { 51 | /* 32 */this.id = id; 52 | /* */} 53 | /* */ 54 | } 55 | 56 | /* 57 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 58 | * com.wy.form.DiscussForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 59 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/FriendForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class FriendForm { 5 | public FriendForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(1); 9 | /* 5 */private String name = null; 10 | /* 6 */private String QQNumber = null; 11 | /* 7 */private String description = null; 12 | 13 | /* */ 14 | /* 9 */public String getDescription() { 15 | return description; 16 | } 17 | 18 | /* */ 19 | /* */public void setDescription(String description) { 20 | /* 12 */this.description = description; 21 | /* */} 22 | 23 | /* */ 24 | /* 15 */public Integer getId() { 25 | return id; 26 | } 27 | 28 | /* */ 29 | /* */public void setId(Integer id) { 30 | /* 18 */this.id = id; 31 | /* */} 32 | 33 | /* */ 34 | /* 21 */public String getName() { 35 | return name; 36 | } 37 | 38 | /* */ 39 | /* */public void setName(String name) { 40 | /* 24 */this.name = name; 41 | /* */} 42 | 43 | /* */ 44 | /* 27 */public String getQQNumber() { 45 | return QQNumber; 46 | } 47 | 48 | /* */ 49 | /* */public void setQQNumber(String number) { 50 | /* 30 */QQNumber = number; 51 | /* */} 52 | /* */ 53 | } 54 | 55 | /* 56 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 57 | * com.wy.form.FriendForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 58 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/LinkForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class LinkForm { 5 | public LinkForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(1); 9 | /* 5 */private String name = null; 10 | /* 6 */private String url = null; 11 | 12 | /* */ 13 | /* */public Integer getId() { 14 | /* 9 */return id; 15 | /* */} 16 | 17 | /* */ 18 | /* */public String getName() { 19 | /* 13 */return name; 20 | /* */} 21 | 22 | /* */ 23 | /* */public String getUrl() { 24 | /* 17 */return url; 25 | /* */} 26 | 27 | /* */ 28 | /* */public void setId(Integer id) { 29 | /* 21 */this.id = id; 30 | /* */} 31 | 32 | /* */ 33 | /* */public void setName(String name) { 34 | /* 25 */this.name = name; 35 | /* */} 36 | 37 | /* */ 38 | /* */public void setUrl(String url) { 39 | /* 29 */this.url = url; 40 | /* */} 41 | /* */ 42 | } 43 | 44 | /* 45 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 46 | * com.wy.form.LinkForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 47 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/PhotoForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class PhotoForm { 5 | public PhotoForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(-1); 9 | /* 5 */private String photoAddress = ""; 10 | /* 6 */private String photoDescription = ""; 11 | /* 7 */private String phtoTime = ""; 12 | 13 | /* */ 14 | /* 9 */public Integer getId() { 15 | return id; 16 | } 17 | 18 | /* */ 19 | /* */public void setId(Integer id) { 20 | /* 12 */this.id = id; 21 | /* */} 22 | 23 | /* */ 24 | /* 15 */public String getPhotoAddress() { 25 | return photoAddress; 26 | } 27 | 28 | /* */ 29 | /* */public void setPhotoAddress(String photoAddress) { 30 | /* 18 */this.photoAddress = photoAddress; 31 | /* */} 32 | 33 | /* */ 34 | /* 21 */public String getPhotoDescription() { 35 | return photoDescription; 36 | } 37 | 38 | /* */ 39 | /* */public void setPhotoDescription(String photoDescription) { 40 | /* 24 */this.photoDescription = photoDescription; 41 | /* */} 42 | 43 | /* */ 44 | /* 27 */public String getPhtoTime() { 45 | return phtoTime; 46 | } 47 | 48 | /* */ 49 | /* */public void setPhtoTime(String phtoTime) { 50 | /* 30 */this.phtoTime = phtoTime; 51 | /* */} 52 | /* */ 53 | } 54 | 55 | /* 56 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 57 | * com.wy.form.PhotoForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 58 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/RestoreForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class RestoreForm { 5 | public RestoreForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(0); 9 | /* 5 */private Integer articleId = Integer.valueOf(0); 10 | /* 6 */private String reAccount = ""; 11 | /* 7 */private String reTitle = ""; 12 | /* 8 */private String reContent = ""; 13 | 14 | /* */ 15 | /* 10 */public Integer getArticleId() { 16 | return articleId; 17 | } 18 | 19 | /* */ 20 | /* */public void setArticleId(Integer articleId) { 21 | /* 13 */this.articleId = articleId; 22 | /* */} 23 | 24 | /* */ 25 | /* 16 */public Integer getId() { 26 | return id; 27 | } 28 | 29 | /* */ 30 | /* */public void setId(Integer id) { 31 | /* 19 */this.id = id; 32 | /* */} 33 | 34 | /* */ 35 | /* 22 */public String getReAccount() { 36 | return reAccount; 37 | } 38 | 39 | /* */ 40 | /* */public void setReAccount(String reAccount) { 41 | /* 25 */this.reAccount = reAccount; 42 | /* */} 43 | 44 | /* */ 45 | /* 28 */public String getReContent() { 46 | return reContent; 47 | } 48 | 49 | /* */ 50 | /* */public void setReContent(String reContent) { 51 | /* 31 */this.reContent = reContent; 52 | /* */} 53 | 54 | /* */ 55 | /* 34 */public String getReTitle() { 56 | return reTitle; 57 | } 58 | 59 | /* */ 60 | /* */public void setReTitle(String reTitle) { 61 | /* 37 */this.reTitle = reTitle; 62 | /* */} 63 | /* */ 64 | } 65 | 66 | /* 67 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 68 | * com.wy.form.RestoreForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 69 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/VideoForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class VideoForm { 5 | public VideoForm() { 6 | } 7 | 8 | /* 4 */private Integer id = Integer.valueOf(-1); 9 | /* 5 */private String videoAddress = ""; 10 | /* 6 */private String videoDescription = ""; 11 | /* 7 */private String videoTime = ""; 12 | 13 | /* */ 14 | /* */public Integer getId() { 15 | /* 10 */return id; 16 | /* */} 17 | 18 | /* */ 19 | /* */public void setId(Integer id) { 20 | /* 14 */this.id = id; 21 | /* */} 22 | 23 | /* */ 24 | /* */public String getVideoAddress() { 25 | /* 18 */return videoAddress; 26 | /* */} 27 | 28 | /* */ 29 | /* */public void setVideoAddress(String videoAddress) { 30 | /* 22 */this.videoAddress = videoAddress; 31 | /* */} 32 | 33 | /* */ 34 | /* */public String getVideoDescription() { 35 | /* 26 */return videoDescription; 36 | /* */} 37 | 38 | /* */ 39 | /* */public void setVideoDescription(String videoDescription) { 40 | /* 30 */this.videoDescription = videoDescription; 41 | /* */} 42 | 43 | /* */ 44 | /* */public String getVideoTime() { 45 | /* 34 */return videoTime; 46 | /* */} 47 | 48 | /* */ 49 | /* */public void setVideoTime(String videoTime) { 50 | /* 38 */this.videoTime = videoTime; 51 | /* */} 52 | /* */ 53 | } 54 | 55 | /* 56 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 57 | * com.wy.form.VideoForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 58 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/form/VoteForm.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.form; 2 | 3 | /* */ 4 | /* */public class VoteForm { 5 | public VoteForm() { 6 | } 7 | 8 | /* 4 */Integer id = Integer.valueOf(-1); 9 | /* */ 10 | /* 6 */String voteName = null; 11 | /* 7 */String voteTime = null; 12 | /* 8 */String voteContent = null; 13 | 14 | /* */ 15 | /* */public Integer getId() { 16 | /* 11 */return id; 17 | /* */} 18 | 19 | /* */ 20 | /* */public void setId(Integer id) { 21 | /* 15 */this.id = id; 22 | /* */} 23 | 24 | /* */ 25 | /* */public String getVoteName() { 26 | /* 19 */return voteName; 27 | /* */} 28 | 29 | /* */ 30 | /* */public void setVoteName(String voteName) { 31 | /* 23 */this.voteName = voteName; 32 | /* */} 33 | 34 | /* */ 35 | /* */public String getVoteContent() { 36 | /* 27 */return voteContent; 37 | /* */} 38 | 39 | /* */ 40 | /* */public void setVoteContent(String voteContent) { 41 | /* 31 */this.voteContent = voteContent; 42 | /* */} 43 | 44 | /* */ 45 | /* */public String getVoteTime() { 46 | /* 35 */return voteTime; 47 | /* */} 48 | 49 | /* */ 50 | /* */public void setVoteTime(String voteTime) { 51 | /* 39 */this.voteTime = voteTime; 52 | /* */} 53 | /* */ 54 | } 55 | 56 | /* 57 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 58 | * com.wy.form.VoteForm Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 59 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/tool/Chinese.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.tool; 2 | 3 | /* */ 4 | /* */public class Chinese { 5 | /* */public Chinese() { 6 | } 7 | 8 | /* */ 9 | /* 6 */public static String toChinese(String strvalue) { 10 | try { 11 | if (strvalue == null) { 12 | /* 7 */return ""; 13 | /* */} 14 | /* 9 */return new String(strvalue.getBytes("ISO8859_1"), "GBK"); 15 | /* */} 16 | /* */catch (Exception e) { 17 | } 18 | /* */ 19 | /* 13 */return ""; 20 | /* */} 21 | /* */ 22 | } 23 | 24 | /* 25 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 26 | * com.wy.tool.Chinese Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 27 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/tool/CountTime.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.tool; 2 | 3 | /* */ 4 | /* */import java.text.DateFormat; 5 | 6 | /* */ 7 | /* */public class CountTime { 8 | public CountTime() { 9 | } 10 | 11 | /* */ 12 | /* 7 */public String currentlyTime() { 13 | java.util.Date date = new java.util.Date(); 14 | /* 8 */DateFormat dateFormat = DateFormat.getDateInstance(0); 15 | /* 9 */return dateFormat.format(date); 16 | /* */} 17 | /* */ 18 | } 19 | 20 | /* 21 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 22 | * com.wy.tool.CountTime Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 23 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/tool/JDBConnection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/tool/JDBConnection.java -------------------------------------------------------------------------------- /Blog/src/com/wy/tool/MyPagination.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/tool/MyPagination.java -------------------------------------------------------------------------------- /Blog/src/com/wy/tool/StrMD5.java: -------------------------------------------------------------------------------- 1 | /* */package com.wy.tool; 2 | 3 | /* */ 4 | /* */import java.security.MessageDigest; 5 | 6 | /* */ 7 | /* */public class StrMD5 { 8 | /* */public StrMD5() { 9 | } 10 | 11 | /* */ 12 | /* */public static String MD5(String sourceStr) { 13 | /* 9 */String result = ""; 14 | /* */try { 15 | /* 11 */MessageDigest md = MessageDigest.getInstance("MD5"); 16 | /* 12 */md.update(sourceStr.getBytes()); 17 | /* 13 */byte[] b = md.digest(); 18 | /* */ 19 | /* 15 */StringBuffer buf = new StringBuffer(""); 20 | /* 16 */for (int offset = 0; offset < b.length; offset++) { 21 | /* 17 */int i = b[offset]; 22 | /* 18 */if (i < 0) 23 | /* 19 */i += 256; 24 | /* 20 */if (i < 16) 25 | /* 21 */buf.append("0"); 26 | /* 22 */buf.append(Integer.toHexString(i)); 27 | /* */} 28 | /* 24 */result = buf.toString(); 29 | /* */ 30 | /* */} 31 | /* */catch (java.security.NoSuchAlgorithmException e) 32 | /* */{ 33 | /* 29 */System.out.println(e); 34 | /* */} 35 | /* 31 */return result; 36 | /* */} 37 | /* */ 38 | } 39 | 40 | /* 41 | * Location: D:\workspace\javaee\Blog\WebContent\WEB-INF\classes Qualified Name: 42 | * com.wy.tool.StrMD5 Java Class Version: 7 (51.0) JD-Core Version: 0.7.1 43 | */ -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/ArticleServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/ArticleServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/ConsumerServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/ConsumerServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/DiscussServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/DiscussServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/FriendServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/FriendServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/LinkServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/LinkServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/PhotoSerlvet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/PhotoSerlvet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/VideoServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/VideoServlet.java -------------------------------------------------------------------------------- /Blog/src/com/wy/webiter/VoteServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Blog/src/com/wy/webiter/VoteServlet.java -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | {description} 294 | Copyright (C) {year} {fullname} 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | {signature of Ty Coon}, 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | 341 | -------------------------------------------------------------------------------- /Readme .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/Readme .docx -------------------------------------------------------------------------------- /数据库导出文件/db_BlodMay_Data.MDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/数据库导出文件/db_BlodMay_Data.MDF -------------------------------------------------------------------------------- /数据库导出文件/db_BlodMay_Log.LDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/数据库导出文件/db_BlodMay_Log.LDF -------------------------------------------------------------------------------- /数据库导出文件/db_BlogMay.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeDogandCat/Blog/ee1ea10c59ba13f87f3042a00abff8a6d2a964e1/数据库导出文件/db_BlogMay.bak --------------------------------------------------------------------------------