自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (3)
  • 收藏
  • 关注

原创 springboot创建bean异常

service层可能没有注入@Service("userService")public class UserServiceImpl implements UserService{ @Autowired private UserDao userDao;控制器@Autowired @Qualifier("userService") UserService userSe

2017-11-04 10:27:27 2712

原创 git-for-windows下载地址

首页https://git-for-windows.github.io/下载新建地址https://github.com/git-for-windows/git/releases/download/v2.14.2.windows.2/Git-2.14.2.2-64-bit.exe

2017-10-09 19:38:46 2154

原创 maven mvn spring-boot:run执行失败

[ERROR] No plugin found for prefix 'spring-boot' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\hp\.m2\r

2017-10-09 18:58:47 3541 1

转载 maven新建项目时报错

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.p

2017-10-09 18:56:38 313

原创 无法使用request.getContextPath()解决办法

request.getSession().getServletContext();

2017-09-30 12:44:53 5485

原创 org.xml.sax.SAXParseException 文档根元素 "mapper" 必须匹配 DOCTYPE 根 "configuration"

2017-09-23 17:05:58 515

转载 零基础搭建SpringMVC4项目

转载地址http://blog.csdn.net/defonds/article/details/48031593作者各必备工具的版本如下:Tomcat:apache-tomcat-7.0.63 (下载链接)Java EE - Eclipse:Luna Service Release 1 v4.4.1 (下载链接)Spring:4.2.0.RELEASE (无须下载)JDK:1

2016-05-01 17:49:43 636

转载 JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息

2016-04-28 11:11:21 385

原创 简单的关机打卡的java代码

自己写的最简单的关机打卡的代码,大神勿喷package tellMeSign;import java.awt.BorderLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.io.IOException;import javax.swing.JButton;

2016-03-27 14:11:39 1114

struts2.1.6所需要的jar包

2016-09-04

连接池jar包

这是一个连接池的包,需要使用的可以进行下载使用

2014-09-08

打地鼠源码

这是一个Java中一个打地鼠小游戏的源码,里面相关的图片,代码资源均有,大家好好学习

2014-09-08

空空如也

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

TA关注的人

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