- 浏览: 103879 次
- 性别:
- 来自: 深圳
最新评论
-
sgp420:
都没人知道呀!!!
很久才知道 缺少安装websphere时 ...
在websphere里测试数据源出错 -
caixu23:
jasperPrint = JasperFillManager ...
求救:有关iReport调用打印机的问题 -
sgp420:
哎,终于找到问题了,原来是程序中某一个地方加了 System. ...
启用Spring quartz定时器,导致tomcat服务器自动停止 -
sgp420:
zhjl1209 写道 <form action=&q ...
问题:struts2 弹出窗口点击保存按钮没有任何反应 -
sgp420:
zhjl1209 写道 <form action=&q ...
问题:struts2 弹出窗口点击保存按钮没有任何反应
文章列表
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 ...
html页面标签总结
- 博客分类:
- HTML标签
1、div 居中、左、后:float:middle;float:left;float:right;
jquery 获取 TABLE单元格的值
- 博客分类:
- JQuery
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 ...
jquery 动态改变table中某一列图片
- 博客分类:
- JQuery
<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);// 只是给 ...
jquery怎么获取table指定行与列的值
- 博客分类:
- JQuery
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 ...
添加删除表格的JS写法
- 博客分类:
- JS
<!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
jQuery操作Table学习总结
jQuery在客户端操作Table学习:不过有很多很多的不足,还需要学习掌握。
<style type="text/css"> .hover { background-color:red; } </style><table id="table1" border="1" cellpadding="0" cellspacing="0"> <t ...
struts2 json 莫名其妙的问题
- 博客分类:
- struts2
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 ...