自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (13)
  • 收藏
  • 关注

转载 ajax跨域,这应该是最全的解决方案了

前言作者:https://segmentfault.com/a/1190000012469713从刚接触前端开发起,跨域这个词就一直以很高的频率在身边重复出现,一直到现在,已经调试过N个跨域相关的问题了,16年时也整理过一篇相关文章,但是感觉还是差了点什么,于是现在重新梳理了一下。个人见识有限,如有差错,请多多见谅,欢迎提出issue,另外看到这个标题,请勿喷~题纲

2018-01-09 17:20:00 166

原创 自动化部署job

#!/bin/sh#the discription of start.shecho -e "the script function: (1) deploy the tomcat server if files exist."echo -e "                     (2) restart the tomcat server if files not exist

2017-08-14 09:25:58 230

转载 JAVA深入研究—— Method的Invoke方法

JAVA Method的Invoke方法

2016-01-25 11:27:25 294

转载 Java 反射

Java反射机制收藏

2016-01-25 11:14:48 204

转载 Java反射机制

Java反射

2016-01-25 11:11:57 178

原创 Spring基础

Spring 是一个开源框架,是为了解决企业应用程序开发复杂性而创建的。框架的主要优势之一就是其分层架构,分层架构允许您选择使用哪一个组件,同时为 J2EE 应用程序开发提供集成的框架。在这篇由三部分组成的 Spring 系列 的第 1 部分中,我将介绍 Spring 框架。我先从框架底层模型的角度描述该框架的功能,然后将讨论两个最有趣的模块:Spring 面向方面编程(AOP)和控制反转

2015-10-10 11:36:26 472

原创 Struts個人總結

1,Struts2访问ServletAPI有哪些方式?在Action中如何获取session,request,response。答:ActionContext对象以解藕的方式访问ServletAPI,ServletActionContext对象以藕合的方式访问ServletAPI。访问request,session:(1).ActionContext对象以解藕的方式访问ServletA

2014-03-23 20:39:56 217

SpringBoot+Batch实现

spring batch官方文档:https://docs.spring.io/spring-batch spring batch3.x中文文档:http://www.kailing.pub/SpringBatchReference spring batch官方入门实例:https://projects.spring.io/spring-batch/ 简单的任务操作实现,当前项目只是一个demo,我也是初学,目前启动执行完任务boot自动关闭问题还没有解决,代码可供讨论,不能直接使用,哪位大佬解决了一起讨论一下

2019-03-28

web前端demo

一个简单的前端demo 青春,一半明媚,一半忧伤。 它是一本惊天地泣鬼神的着作,而我们却读的太匆忙。 于不经意间,青春的书籍悄然合上,以至于我们要重新研读它时, 却发现青春的字迹早已落满尘埃,模糊不清

2018-03-05

SpringBoot简单的系统

这是一个简单的springboot权限系统管理系统,导入项目到spring IDE ,运行数据库就可以运行,说明(项目是在前辈的基础上改的,地址:http://www.zuidaima.com/share/3380872905542656.htm) 本人是本着学习和共享的态度,致敬前辈,尊重版权,希望大家去上面地址下载,谢谢!

2017-12-12

大学时结业项目(SSH)

这是一个简单的ssh项目,是大学培训考试结业项目,考试完成后自己重新做的,压缩包中包含数据库,代码,部署就可以运行

2017-09-16

计算机大一到大二初级阶段学习总结文档【JAVA,C,C#,HTML,数据库】

本来我是本着共享资源的原则发文档,但是网上大家都要分,因为我需要分下别人共享,所以小收3分,这是数据学习总结文档,可能有点粗糙

2017-09-16

云笔记服务端

云笔记客服端,这是一个我们在学校做的小项目,我负责的是服务端,这是服务端

2015-09-30

云笔记客服端

云笔记客服端,这是一个我们在学校做的小项目,我负责的是服务端,这是安卓端

2015-09-30

在学校时做的两个小项目 技术是SSH

这是在学校做的两个小项目 一个CMS系统,一个是网上银行管理系统

2015-09-30

springMVC注解和非注解demo

资源是springMVC注解和非注解两个版本

2015-09-30

ATMqukuan系统

ATM取款系统,是一个用C#三层开发的!MSTF_SCCE

2013-11-26

学生管理系统

学生管理系统!jSP开发,是一个登陆,添加,等等

2013-11-26

m斯坦福—SCCEG1结业项目QQ

我们学习时的项目,功能有拖图片换皮肤,单线登陆!

2013-11-26

XHTMl 第三章源代码

风格样/* 交河故城 */ body{ background:url(body_bg.jpg) repeat-y center; /* 页面的两条竖线 */ background-color:#000000; margin: 0px; padding:0px; text-align:center; } #container{ /* 固定宽度且居中的版式 */ position:relative; margin:0px auto 0px auto; width:800px; text-align:left; background:url(container_bg.jpg) no-repeat bottom right; /* 底部右侧的背景图片 */ } #globallink{ width:800px; height:430px; margin:0px; background-image:url(banner.jpg); background-repeat:no-repeat; font-size:12px; padding-bottom:0px; } #globallink ul{ list-style-type:none; position:absolute; /* 绝对定位 */ display:block; left:761px; top:58px; padding:0px; margin:0px; } #globallink li{ text-align:center; padding-top:18px; width:30px; } #globallink a:link, #globallink a:visited{ color:#FFFFFF; text-decoration:none; } #globallink a:hover{ color:#000000; text-decoration:none; } #parameter{ position:relative; float:left; /* 左浮动 */ font-size:12px; width:190px; /* 固定宽度 */ padding:0px 6px 20px 0px; margin-top:-88px; /* 向左移动出去 */ color:#bb9d80; background:url(parabottom.jpg) no-repeat bottom; /* 下部圆角 */ background-color:#3e3226; } #parameter h3 span{ display:none; } #parameter h3{ height:28px; width:190px; padding:0px; margin:0px; } #parameter br{ clear:both; display:none; } #parameter div{ margin-bottom:22px; } #parameter a:link, #parameter a:visited{ color:#c2b2a2; text-decoration:none; } #parameter a:hover{ color:#FFFF00; text-decoration:none; } #parameter a.author1:link{ color:#d8924d; font-size:12px; text-decoration:none; } #parameter a.author1:visited{ color:#b37941; font-size:12px; text-decoration:none; } #parameter a.author1:hover{ color:#74b8ff; font-size:12px; text-decoration:none; } #lstatistics h3{ height:0px; } #lhotblog h3{ background:url(lhotblog.jpg) no-repeat; } #lrecent h3{ background:url(lrecent.jpg) no-repeat; } #lapply h3{ background:url(lapply.jpg) no-repeat; } #lhotblog span a, #lrecent span a, #lapply span a{ float:right; text-align:right; padding-top:8px; padding-right:8px; margin-bottom:5px; } #lstatistics, #lhotblog, #lrecent, #lapply{ position:relative; clear:both; } #lstatistics ul, #lhotblog ul, #lrecent ul, #lapply ul{ list-style-type:none; padding-top:12px; padding-left:10px; padding-right:5px; margin:0px; } #lstatistics li{ text-align:left; padding-left:18px; line-height:18px; background:url(arrow1.gif) no-repeat 7px 5px; } #lhotblog li{ text-align:left; padding-left:16px; line-height:17px; background:url(arrow2.gif) no-repeat 7px 6px; } #lrecent li, #lapply li{ text-align:left; padding-left:16px; line-height:17px; background:url(arrow3.gif) no-repeat 7px 6px; } #mainsupport{ float:left; position:relative; color:#c86615; font-size:12px; margin:10px 20px 0px 20px; padding-left:12px; width:510px; } #mainsupport h3 span,#mainsupport h3{ display:none; } #mainsupport li a:link, #mainsupport li a:visited{ color:#ddaf80; font-size:12px; text-decoration:none; } #mainsupport li a:hover{ color:#BBAA00; font-size:12px; text-decoration:none; } #mainsupport li a.author2:link{ color:#cb9a32; font-size:12px; text-decoration:none; } #mainsupport li a.author2:visited{ color:#cb9a32; font-size:12px; text-decoration:none; } #mainsupport li a.author2:hover{ color:#8a8a8a; font-size:12px; text-decoration:underline; } #recommendblog br, #currenttime br, #blogsearch br,#logoin br{ display:none; clear:both; } #recommendblog{ height:140px; background:url(recommendblog.jpg) no-repeat; margin:0px; padding-top:15px; padding-bottom:0px; padding-left:125px; } #recommendblog ul{ margin-top:8px; margin-left:0px; margin-bottom:0px; padding-top:10px; padding-left:10px; list-style-type:none; } #recommendblog li{ padding-left:20px; line-height:19px; background:url(arrow4.gif) no-repeat 5px 6px; } #recommendblog span a:link, #recommendblog span a:visited{ color:#c87e2e; text-decoration:none; padding-left:10px; font-weight:bold; } #recommendblog span a:hover{ color:#CCCC00; text-decoration:underline; padding-left:10px; font-weight:bold; } #recommendblog span a.author2{ font-weight:lighter; } #recommendblog span a.author2:link{ color:#d5503f; text-decoration:none; } #recommendblog span a.author2:visited{ color:#d5503f; text-decoration:none; font-weight:lighter; } #recommendblog span a.author2:hover{ color:#BBCC44; text-decoration:underline; font-weight:lighter; } #currenttime{ height:50px; margin-top:12px; padding-top:16px; padding-left:5px; background:url(currenttime.jpg) no-repeat; } #currenttime p.p1{ color:#93c8ff; margin:0px; padding-left:15px; padding-right:10px; display:inline; } #currenttime p.p2{ color:#57b6ff; margin:0px; padding-left:0px; padding-right:0px; display:inline; } #currenttime p a.astro:link, #currenttime p a.astro:visited{ color:#76c7ff; font-size:12px; text-decoration:none; } #currenttime p a.astro:hover{ color:#DDDD00; font-size:12px; text-decoration:underline; } #currenttime ul{ padding-left:10px; padding-right:8px; text-align:center; margin:0px; list-style-type:none; } #currenttime li{ float:left; width:17px; line-height:20px; } form{ padding:0px; margin:0px; } input{ margin:0px; padding:0px; } #blogsearch{ margin:0px; height:30px; } #blogsearch ul{ margin:0px; padding-left:10px; padding-top:4px; list-style-type:none; text-align:left; } #blogsearch li{ float:left; line-height:22px; } #blogsearch li#sear1 input{ background-color:#000000; border:1px solid #c86615; color:#c86615; font-size:12px; height:15px; padding:0px; margin-right:8px; } #blogsearch #sear3 input,#blogsearch #sear4 input,#blogsearch #sear5 input{ margin-left:5px; } #blogsearch #sear6 input{ background-color:#000000; border:1px solid #c86615; color:#c86615; font-size:12px; height:17px; padding:0px; margin-left:8px; margin-top:2px; margin-bottom:0px; } #logoin{ margin:0px; height:65px; background:url(manyboard.jpg) no-repeat; } #logoin ul#per{ margin:0px; padding-left:15px; padding-top:15px; list-style-type:none; text-align:left; } #logoin ul#per li{ padding-left:20px; line-height:20px; margin:0px; background:url(arrow5.gif) no-repeat 6px 5px; } #logoin #per input{ background-color:#000000; border:1px solid #c86615; color:#c86615; font-size:12px; height:15px; padding:0px; } #logoin #per1 input.textinput1,#logoin #per2 input.textinput2{ background-color:#000000; border:1px solid #c86615; color:#c86615; font-size:12px; height:14px; padding:0px; width:120px; FONT-FAMILY: "Tahoma","SimSun","Arial", "Helvetica", "sans-serif"; } #recommendart br, #newnode br{ clear:both; display:none; } #recommendart{ background:url(recommendart.jpg) no-repeat; padding:0px; margin-top:10px; } #recommendart ul{ list-style-type:none; padding-top:75px; padding-bottom:0px; padding-left:5px; padding-right:5px; margin:0px; } #recommendart li{ line-height:18px; padding-left:15px; padding-right:0px; background:url(arrow6.gif) no-repeat 0px 5px; } #newnode ul{ padding-left:73px; padding-right:5px; padding-bottom:0px; padding-top:5px; text-align:left; margin:0px; list-style-type:none; } #newnode li{ line-height:18px; padding-left:15px; background:url(arrow6.gif) no-repeat 0px 5px; } #newnode{ background:url(newnode.jpg) no-repeat; padding:0px; margin-top:15px; margin-bottom:20px; } #footer{ position:relative; clear:both; background:url(footer_bg.jpg) no-repeat; font-size:12px; height:44px; text-align:center; color:#C2C299; margin:0px; padding-top:16px; } #footer p{ margin:0px; padding:0px; line-height:20px; } #footer a:link{ color:#D3D388; font-size:12px; text-decoration:none; } #footer a:visited{ color:#D3D388; font-size:12px; text-decoration:none; } #footer a:hover{ color:#222222; font-size:12px; text-decoration:none; }

2013-09-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除