`
文章列表

jsp页面中文乱码

    博客分类:
  • JSP
1、jsp页面设置的<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>   2、后台 System.out.println("==="+baseSVo.getVName());  String str = baseSVo.getVName();  try {   str=new String(str.getBytes("ISO8859-1"),"GBK");  } catch ...
可以下载附件内容,上转图片显示叉叉;    
1、最近使用  struts2+jquery +json 来实现无刷新的效果 ,但遇见不少小问题; 1、页面   <div class="index_right_2" >      <div  style="float:right">        <input class="index_right_2_1"  type="button" name="add" id="add" value="新增"/>       ...
问题:点击保存按钮,页面没任何反应,跳转不到action;     1、页面 <body>   <form action="unit_edit"  method="post">    <div class="index_right_unitedit">           <div class="index_right_unitedit_input">        <label>编码:</label><input type=&q ...
1、div 居中、左、后:float:middle;float:left;float:right;
1、JQ部分: var tds = $("#table1 td");    tds.click(function(){ //给所有td添加点击事件       var tdSeq = $(this).parent().find("td").index($(this)[0])+1;//获取总列数       var trSeq = $(this).parent().parent().find("tr").index($(this).parent()[0])+1;..获取总行数        var pagevhMeal1=$(& ...
严重: The web application [/dmscs] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@55a106]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1be9f72]) but failed to remove it when the we ...
<script type="text/javascript">   var iNum = 1;   if (iNum%2==0)  //判断取那个图片            imgPath = "<%=path%>/image/florian.jpg";  else            imgPath = "<%=path%>/image/nonsense.jpg";    $("#img2").attr("src",imgPath);// 只是给 ...
1、  $(document).ready(function(){        var tds = $("#table1 td");       tds.click(function(){           var tdSeq = $(this).parent().find("td").index($(this)[0])+1; //获取行          var trSeq = $(this).parent().parent().find("tr").index($(this).parent()[0])+1;//获取列   ...
1、定义样式 <style type="text/css">    .striped       {           background-color:red;       } .over {  background-color:#BEBEBE; }   2、定义事件 <script type="text/javascript"> $(document).ready(function(){   $("table tr:nth-child(even)").addClass("stri ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><title>Form Object example</title><head>    <script language="javascript">        function delrow1() {     ...
jQuery操作Table学习总结 jQuery在客户端操作Table学习:不过有很多很多的不足,还需要学习掌握。 <style type="text/css">       .hover       {           background-color:red;       }    </style><table id="table1" border="1" cellpadding="0" cellspacing="0">    <t ...
1、在浏览器中输入: http://192.168.28.183:8088/dmscs/mealHeader.action     第一次得到   正常     后面几次全部得到下载提示    总结:见鬼了;      
  1、在浏览器输入 http://192.168.28.183:8088/dmscs/hello.action 得到 HTTP Status 404 - There is no Action mapped for namespace / and action name hello. 极度悲剧死;   2、web.xml <?xml version="1.0" encoding="UTF-8"?><web-app version="2.5"  xmlns="http://java.sun.c ...
             使用struts2  报如下错误信息,请大侠们指教;   1、错误信息如下: 2013-6-7 15:16:41 org.apache.catalina.core.ApplicationContext log信息: ContextListener: contextInitialized()2013-6-7 15:16:41 org.apache.catalina.core.ApplicationContext log信息: SessionListener: contextInitialized()2013-6-7 15:22:42 org.apache.ca ...
Global site tag (gtag.js) - Google Analytics