cvc-complex-type.3.2.2: Attribute 'scope' is not allowed to appear in element 'property'.
2017-12-10
如果cmd界面里,中文显示乱码,是因为cmd属性默认的字符集是GBK,而mysql一般都会设置为UTF-8,修改前者不容易,修改后者的字符集即可,代码如下:
set character_set_client = gbk;客户端这边的编码。
set character_set_results = gbk;希望返回的结果集编码 两句话分别执行完,再去试试
set character_set_client = gbk;客户端这边的编码。
set character_set_results = gbk;希望返回的结果集编码 两句话分别执行完,再去试试
2017-12-07
最新回答 / qq_满天星_19
class中应该是 cn.muke.ssh.action.ProductAction题外话:我的跳转addProduct.jsp页面也报错500,空指针异常???
最新回答 / 慕田峪5126163
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Insert title here</title></head><body><h1>保存商品的页面</h1><s:form action="product_save" method="post" namespace="/" the...
已采纳回答 / 慕田峪5126163
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd"><struts> </struts>
2017-11-24
刚刚配置了一个ssh框架,报错
Context initialization failed
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext
Context initialization failed
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext
2017-11-20
最新回答 / FeiLis
你访问的路径对吗?如果你的jsp页面是在WebRoot目录下,其路径如下:http://localhost:8080/ssh/addProduct.jsp 其中:ssh是项目名称,addProduct.jsp是在WebRoot目录下的jsp页面
c3p0配置value值按照老师的写法报错,自己手动写value账号密码就不报错了
2017-11-12