自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 加载静态文件报异常 org.springframework.web.servlet.PageNotFound noHandlerFound

<servlet>          <servlet-name>spring</servlet-name>          <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>          <load-on-star...

2018-04-25 19:34:57 2246

原创 IDEA 中在jsp页面加载jquery文件报404

改成在线生成的jquery.js的代码<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>

2018-04-24 17:59:48 1702

原创 java.sql.SQLException: Incorrect string value: '\xE5\x9B\xBE\xE7\x89\x87...' for column 'image64' at

解决方案:在创建表的时候设置其编码格式为utf-8

2018-04-20 09:24:27 1206

原创 maven项目中出现java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.LoopTag

解决方案:<dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version> <scope>runtime</s

2018-04-10 21:16:56 524

原创 org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thre

<filter>     <filter-name>OpenSessionInViewFilter</filter-name>     <filter-class>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</filter-cl...

2018-04-06 00:31:44 327

原创 {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core colle

刚安装配置好solr后出现了此错误:{msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Error loading solr config from /usr/solr/solrhome/collection1/conf/solrcon...

2018-04-02 23:09:47 1558

空空如也

空空如也

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

TA关注的人

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