- 博客(51)
- 收藏
- 关注
原创 webpack4.35.2+vue2.6.10+babel-loader8.0.0
一、ERROR in Template execution failed: ReferenceError: htmlwebpackPlugin is not definedindex.ejs:htmlwebpackPlugin改为htmlWebpackPlugin<!doctype html><html><head><meta charset...
2019-07-05 16:20:01 545
原创 UnicodeDecodeError: 'utf8' codec can't decode byte 0xb2 in position 0: invalid start byte
每个html文件编码格式统一为utf-8,文件内和文件都需要是utf-8
2018-11-27 11:28:41 1430
原创 严重: A child container failed during start java.util.concurrent.ExecutionException:
严重: A child container failed during startjava.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].
2017-06-05 13:17:06 2160
原创 spring mvc拦截问题jsp
spring mvc默认不拦截jsp文件,也不提倡直接访问jsp,将jsp文件放在web-inf下面,不能redirect到web-inf下的文件,可redirect到controller再转到jsp文件
2017-06-02 16:51:27 566
原创 java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
java.lang.ClassNotFoundException: org.apache.jsp.index_jsp出现此问题的原因在于我们在jsp页面中使用了jstl标签,但是没有引入jstl相关的jar包。%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>引入jstl.jar和standa
2017-05-21 15:06:44 8969 1
原创 java.lang.ClassNotFoundException: org.apache.taglibs.standard.tlv.JstlCoreTLV
java.lang.ClassNotFoundException: org.apache.taglibs.standard.tlv.JstlCoreTLV出现java.lang.ClassNotFoundException: org.apache.taglibs.standard.tlv.JstlCoreTLV原因是因为少导入包standard.jar(支持jstl、el)或者是 servle
2017-05-21 14:59:06 4953
原创 Hint: This may be the result of an unspecified view, due to default view name generation.)]
严重: Servlet.service() for servlet [springmvc] in context with path [/blog] threw exception [Circular view path [showArticleType]: would dispatch back to the current handler URL [/blog/showArticleType]
2017-05-08 18:29:57 3221 1
原创 web.xml报错
必须按照顺序添加:The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapp
2017-05-06 13:42:57 847
原创 Parameter xxx not found.
Caused by: org.apache.ibatis.binding.BindingException: Parameter 'title' not found. Available parameters are [1, 0, param1, param2]方法要这样写:void insertData(@Param("id")String id, @Param(
2017-05-05 20:51:09 2397
原创 400 badrequest问题
在controller的方法中,参数有问题接口里面写了要传article参数,可是页面form表单并没有传关于article的参数
2017-05-05 10:29:35 955
原创 用户注册页面的实现
实现的功能:1.用户名不能为空且必须为中文、字母、数字三者的随意组合,长度为1-10位,通过正则表达式检查2.如用户名在数据库中已存在,则必须更换,通过数据库查询检查3.密码不能为空且必须为字母与数字的组合(不能单纯为字母或数字),长度为6-12位,通过正则表达式检查4.确认密码不能为空,且必须与密码一致5.通过焦点事件显示正确与否知识点:1.servlet需在we
2017-04-28 21:56:45 1033
原创 正则表达式
必须包含字母及数字,6-12位^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,12}$分开来注释一下:^ 匹配一行的开头位置(?![0-9]+$) 预测该位置后面不全是数字(?![a-zA-Z]+$) 预测该位置后面不全是字母[0-9A-Za-z] {6,12} 由6-12位数字或这字母组成$ 匹配行结尾位置
2017-04-26 19:23:38 350
原创 java.util.regex.PatternSyntaxException: Unclosed counted closure near index 14
java.util.regex.PatternSyntaxException: Unclosed counted closure near index 14 错误: request.getParameter("username"); Pattern p = Pattern.compile("^[0-9A-Za-z]{1-10}"); 正确:reques
2017-04-26 17:52:57 4289
原创 alert弹出框乱码
String str = "^[0-9A-Za-z]{1-10}"; String username = request.getParameter("username"); if (username == str) { user.setUsername("username"); }else {
2017-04-26 15:48:52 659
原创 HTTP Status 400 – Bad Request
HTTP Status 400 – Bad RequestType Status ReportDescription The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request synt
2017-04-25 20:58:53 15797
原创 javax.servlet.jsp cannot be resolved to a type
javax.servlet.jsp cannot be resolved to a type解决:引入javax.servlet.jsp-api.jar
2017-04-25 18:33:47 338
原创 Cannot load JDBC driver class 'com.mysql.jdbc.Driver
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste
2017-04-25 11:33:19 529
原创 java.lang.reflect.MalformedParameterizedTypeException
java.lang.reflect.MalformedParameterizedTypeException解决:mybatis 和 ibatis冲突,把ibatis去掉
2017-04-25 09:23:30 300
原创 Java compiler level does not match the version of the installed Java project facet
解决只需四步:1.windows---proferences---java--compiler2.进入项目--properties---java Compiler3.进入项目--properties---Myeclipse---project Facets4.检查setting文件夹内的org.eclipse.wst.common.project.facet.core.xm
2017-04-24 21:44:19 244
原创 jdk spring tomcat 版本冲突
jdk1.8.0_91+apache-tomcat-8.0.36-windows-x64+spring-framework-4.2.4.RELEASE-distclasspath*与classpath表现:xml文件不能扫描解决方案:classpath*是扫描到所有符合条件的文件,而classpath是只扫描第一个符合条件的文件,请按情况配置
2017-04-24 20:39:50 1112
原创 javax.servlet.ServletException: Servlet.init() for servlet springmvc threw exception
org.springframework.beans.factory.NoSuchBeanDefinitionException:No qualifying bean of type 'com.service.UserService' available: expected at least 1 bean which qualifies as autowire candidate.D
2017-04-24 12:05:51 14954 1
原创 关于maven工程下springmvc资源路径配置
关于maven工程下springmvc资源路径配置Java 源代码文件资源在Maven工程中的默认路径是: src/main/java,这个路径就是放置你的Java源代码文件。默认的路径是无需在Maven的pom.xml配置文件中指定的资源文件的缺省路径为src/main/resources,这样Maven在打包成war文件的时候,会将src/main/resources的资源文件复制到c
2017-04-24 11:37:42 1582
原创 org.springframework.dao.DataIntegrityViolationException:
Exceptionorg.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: ### Error updating database. C
2017-04-18 21:21:19 5285
转载 There is no getter for property named 'itmesCustom' in 'class com.ssm.po.Ite
在测试时报错:There is no getter for property named'tj' in 'class Java.lang.String' 问题分析:Mybatis默认采用ONGL解析参数,所以会自动采用对象树的形式取string.tj值,引起报错。 解决方法: public ListmethodName(@Param(value="tj") String tj);
2017-04-17 22:05:56 1365
原创 表单修改提交后,中文乱码问题
myeclipse中的jsp文件编码格式为utf8;tomcat中数据编码格式为utf8;但是在表单修改提交后(post方法),中文变成乱码在web.xml中加入:filter>filter-name>CharacterEncodingFilterfilter-name>filter-class>org.springframework.web.filter.Charac
2017-04-17 15:54:22 517
原创 No enclosing instance of type Test37 is available due to some intermediate constructor invocation
package test;public class Test37 { public static void main(String[] args) { B b = new B(); b.f(); } static class A { protected void print(Stri
2017-04-16 10:47:17 1554
原创 java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ‘name pattern’
*com.ssm.service.impl.*.*(..))"/> *com.ssm.service.imp*后面有一个空格
2017-04-15 21:45:18 368
原创 怎么去掉文件夹,只去掉外面的文件夹,不删掉里面的内容
进入这个文件夹,点当前窗口工具栏的【搜索】,于是在左侧出现搜索栏,在【要搜索的文件或文件夹名为】框里填*.* 就会搜索出当前文件夹下的所有文件和子文件夹,然后在右侧的空白区域点右键,【排列图标】-【名称】,即可把所有的文件和文件夹分开,再用Shift键选中所有文件,复制或者剪切
2017-04-13 14:41:01 43228 2
原创 java.util.zip.ZipException: error in opening zip file
Exception:java.util.zip.ZipException: error in opening zip file解决:把tomcat下的所有项目清空,重启服务器
2017-04-12 17:07:05 453
原创 org.apache.struts2.views.jsp.ui.FormTag
Exception:The tag handler class for "s:form" (org.apache.struts2.views.jsp.ui.FormTag) was not found 在出问题的页面 标签前后删除空格后保存文件 警告即可消失,即为改行的起始,然后保存
2017-04-01 17:13:18 1916
原创 SpringMVC登陆拦截器相关问题
Q1.元素 "mvc:annotation-driven" 的前缀 "mvc"未绑定办法:在spring-servlet.xml文件里使用开头的标签时,忘记引入了命名空间。在xml的beans里面加入如下代码即可xmlns:mvc="http://www.springframework.org/schema/mvc"http://www.springframework.
2017-03-31 16:20:48 243
原创 用Git把项目传到Github
工欲善其事必先利器,首先你得完成如下两个工作:下载安装git客户端 http://code.google.com/p/git-osx-installer/downloads/list?can=3注册github账号 https://github.com/ -->Pricing and Signup -->Create a free account创建ssh: 接下来打
2017-03-30 15:47:20 323
原创 SSH Exception 2017.3.29-1java.lang.ClassCastException
Exception:ERROR JavassistProxyFactory:129 - HHH000142: Javassist Enhancement failed: com.ssh.employee.domain.Departmentjava.lang.ClassCastException: com.ssh.employee.domain.Department_$$_javassi
2017-03-29 12:00:05 297
原创 SSH Exception 2017.3.28-1java.lang.NullPointerException(find方法)
调用HibernateTemplate的find方法时,报空指针public Employee findByUsernameAndPassword(Employee employee) { String hql = "form Employee where username = ? and password = ?";/* List list = (List
2017-03-28 17:37:51 345
原创 SSH Exception 2017.3.27-3 ERROR StatusLogger No log4j2 configuration file found
连接数据库报错:ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.问题在于 引入Hibernate时多引入了两个log4j的包log4j-core-2.3log4j-api-2.3
2017-03-27 10:54:24 2857
原创 SSH Exception 2017.3.27-2 java.sql.SQLException: Access denied for user 'root'@'localhost'
连数据库时报错:java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)1.把密码在这配置:
2017-03-27 10:48:32 411
原创 SSH Exception 2017.3.27-1 java.lang.NoClassDefFoundError: com/mchange/v2/ser/Indirector
配置c3p0时报错:java.lang.NoClassDefFoundError: com/mchange/v2/ser/Indirector问题:没有引入mchange-commons-java-0.2.3.1.jarPS:mchange-commons-java-0.2.3.1.jar及c3p0.jar都在hibernate的jar包中
2017-03-27 10:27:07 635
原创 SSH Exception 2017.3.26-3 java.lang.NullPointerException
SSH struts2整合spring时:java.lang.NullPointerException1.未在applicationContext.xml中配置 dao的注入 2.在Action类中没有Service的set方法
2017-03-26 20:00:29 322
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人