Blog icon indicating copy to clipboard operation
Blog copied to clipboard

基于Springmvc+MyBatis+Spring+Bootstrap+EasyUI+Mysql的个人博客系统项目源码

Results 10 Blog issues
Sort by recently updated
recently updated
newest added

一月 20, 2018 12:18:27 下午 org.apache.catalina.core.StandardContext listenerStart 严重: Exception sending context initialized event to listener instance of class ssm.blog.listener.InitBloggerData java.lang.NullPointerException at ssm.blog.listener.InitBloggerData.contextInitialized(InitBloggerData.java:38) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1574)...

有的话请帮忙提供一份,谢谢啦

java.lang.IllegalAccessException: Class javax.el.BeanELResolver can not access a member of class java.util.SubList with modifiers "public" 这个是什么意思。没用过

严重: The web application [] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has...

为什么我用idea导入之后全是乱码,jsp正常,我项目编码都设置的utf-8

1. 编码:项目文件不是UTF-8编码的,我是用sublime打开后,一个一个复制到MyEclipse中改的编码 2. sql文件只有表结构,没有测试数据,要自己加 3. 部署的时候会抛出一个NullPointerException,位置在InitBloggerData的38行:“blogger.setPassword(null);”,这是因为在t_blogger中没有数据,因此要添加一行记录,再到数据库中看看该记录的id字段是多少,将BloggerMapper.xml的getBloggerData这条sql的id改为该字段值(默认是1)。重新部署才成功

缩略图的路径有误?请问缩略图的路径设置在哪个文件里?