`
koudailidexiaolong
  • 浏览: 96172 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论
文章列表
<%--显示所有的子类菜单 --%><j:forEach var="categoryInfo" items="${requestScope.categoryInfoList }" varStatus="status"><%--判断是否为第一个 --%><j:if test="${status.index==0}"><li class="first"><a href="#">${categoryInfo. ...
在用jstl做jsp的时候报这个错误 严重: Servlet.service() for servlet DoIndex threw exceptionorg.apache.jasper.JasperException: <h3>Validation error messages from TagLibraryValidator for c in /index.jsp</h3><p>74: Empty var attribute in "j:forEach" tag.</p>at org.apache.jasper.comp ...
今天遇到了这个问题 严重: Exception starting filter struts2Class: com.opensymphony.xwork2.spring.SpringObjectFactoryFile: SpringObjectFactory.javaMethod: getClassInstanceLine: 209 - com/opensymphony/xwork2/spring/SpringObjectFactory.java:209:-1at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:43 ...
B页面 <script type="text/javas<wbr>cript" src="jquery/jquery-1.4.js"&gt;&lt;/script&gt;<br>&lt;script type="text/javas<wbr>cript" &gt;<br>$(document).ready(function(){<br>$(":button").click(function(){&l ...
B页面 <script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript" >$(document).ready(function(){$(":button").click(function(){$.post("a.jsp",function(result){$("#div1").html(result);}); ...
B页面 <script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript">//文档就续函数$(document).ready(function(){//按钮的单击事件$(":button").click(function(){//使用get方法实现异步传输$.get("a.jsp",function(result){$(&qu ...
A页面 <script type="text/javascript" src="jquery/jquery-1.4.js"></script><script type="text/javascript">$(document).ready(function(){$(":button").click(function(){$("#div1").load("a.jsp",function(){alert(222);});})})</sc ...
<div id="header" class="wrap"><div id="logo"><img src="images/logo.gif" /></div><div class="help"><a href="#" class="shopping">购物车</a><a href="login.html">登录</a>< ...
连接数据库的时候报了这个异常 Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error opening session. Cause: java.sql.SQLException: No suitable driver found for jdbc:orcale:thin:@127.0.0.1:1521:orcl### Cause: java.sql.SQLException: No suitable driver found for jdbc:orcal ...
SSH中使用查询的时候页面的参数包含中文 JAVAweb开发 传到Action中的时候打印为:JAVAweb?????? 这种样子 刚开始使用struts2 在struts.xml文件中配置常量 <!-- 解决中文乱码 --><constant name="struts.i18n.encoding" value="UTF-8"></constant> 运行后结果还是没有转码 解决办法 : 在Action中用 new String(str.getBytes("ISO8859_1"), ...
SSH整合DWR报 Internal Server Error 如图所示 访问不到方法 刚开始网上找了很多可是还是没有找到解决的办法 因为整合的是SSH框架 之前的dwr.xml中书写 <create creator="spring" javascript="bookInfo"> <param name="class" value="com.dragon.biz.impl.BookInfoBizImpl"></param> </create> ...
SSH整合DWR 使用这种方式 http://localhost:8080/Book/dwr/index.html 可以打开页面 但是如果点击方法进去的话就会报以下错误 报: HTTP Status 404 - There is no Action mapped for namespace / and action name bookInfo. ------------------------------------------------------------------------------------------------------------- 如 ...
连接数据库的时候报了这个异常 Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error opening session. Cause: java.sql.SQLException: No suitable driver found for jdbc:orcale:thin:@127.0.0.1:1521:orcl### Cause: java.sql.SQLException: No suitable driver found for jdbc:orcal ...
SSH中使用查询的时候页面的参数包含中文 JAVAweb开发 传到Action中的时候打印为:JAVAweb?????? 这种样子 刚开始使用struts2 在struts.xml文件中配置常量 <!-- 解决中文乱码 --><constant name="struts.i18n.encoding" value="UTF-8"></constant> 运行后结果还是没有转码 解决办法 : 在Action中用 new String(str.getBytes("ISO8859_1"), ...
SSH整合DWR报 Internal Server Error 如图所示 访问不到方法 刚开始网上找了很多可是还是没有找到解决的办法 因为整合的是SSH框架 之前的dwr.xml中书写 <create creator="spring" javascript="bookInfo"> <param name="class" value="com.dragon.biz.impl.BookInfoBizImpl"></param> </create> ...
Global site tag (gtag.js) - Google Analytics