web 编程
文章平均质量分 56
getdate
getdate2006@163.com
展开
-
mybatis 批量插入数据 实现方式
https://www.toutiao.com/i6723077318710919692/转载 2019-08-09 16:17:25 · 321 阅读 · 1 评论 -
Struts2 数据 标签 之 Action Tag
Action Tag The action tag is a generic tag that is used to call actions directly from a JSP page by specifying the action name and an optional namespace. The body content of the tag is used to ren转载 2011-06-13 14:05:00 · 997 阅读 · 0 评论 -
Struts2 数据 标签 之 Property Tag
Property Tag The property tag is a generic tag that is used to get the property of a value, which will default to the top of the stack if none is specified. Add the following code snippet int转载 2011-06-13 14:39:00 · 1415 阅读 · 0 评论 -
Struts2 数据 标签 之 Text Tag
Text Tag The text tag is a generic tag that is used to render a I18n text message. Follow one of the three steps: 1. Keep the message to be displayed in a resource bundle with the same name a转载 2011-06-13 14:35:00 · 1702 阅读 · 0 评论 -
Struts2 数据 标签 之 Include Tag
Include TagThe include tag is a generic tag that is used to include a servlets output (result of servlet or a JSP page) to the current page. Add the following code snippet into the struts.xml转载 2011-06-13 14:19:00 · 933 阅读 · 0 评论 -
Struts2 数据 标签 之 Date Tag
Date TagThe date tag allows to format a Date in a quick and easy way. User can specify a custom format (eg. "dd/MM/yyyy hh:mm"), can generate easy readable notations (like "in 2 hours, 14 minutes"转载 2011-06-13 14:13:00 · 1200 阅读 · 0 评论 -
Struts2 数据 标签 之 Bean Tag
Bean Tag The Bean tag is a generic tag that is used to instantiates a class that confirms to the JavaBeans specification. This tag has a body which can contain a number of Param elements to set a转载 2011-06-13 14:11:00 · 707 阅读 · 0 评论 -
Struts2 控制 标签 之 Subset Tag
Subset TagIn this section, we are going to describe the subset tag using the count parameter. The count parameter indicates the number of entries to be set in the resulting subset iterator.Add转载 2011-06-13 13:47:00 · 1101 阅读 · 0 评论 -
Struts2 控制 标签 之 Merge Tag
Merge Tag In this section, we are going to describe the merge tag. The merge tag is a generic tag that is used to merge iterators. The successive call to the merge iterator causes each merge itera转载 2011-06-13 13:25:00 · 775 阅读 · 0 评论 -
Struts2 控制 标签 之 Iterator Tag
Iterator Tag In this section, we are going to describe the Iterator tag. Iterator tag is used to iterate over a value. An iterable value can be either of: java.util.Collection, java.util.Iterator.转载 2011-06-13 13:21:00 · 607 阅读 · 0 评论 -
Struts2 控制 标签 之 Generator Tag
In this section, we are going to describe the generator tag. The generator tag is a generic tag that is used to generate iterators based on different attributes passed. Here we will not pass any attri转载 2011-06-13 13:16:00 · 692 阅读 · 0 评论 -
Struts2 控制 标签 之 if elseif else
创建 JSP 页面 IfControlTag.jsp Set a property technologyName with a value Java as IfControlTag.jsp@ taglib prefix="s" uri="/struts-tags" %> Struts 2 Control Tag Example "te转载 2011-06-13 12:13:00 · 928 阅读 · 0 评论 -
Page-encoding specified in XML prolog (UTF-8) is different from that specified in page directive (utf-8)
Page-encoding specified in XML prolog (UTF-8) is different from that specified in page directive(utf-8)问题项目部署到我的机子上,可以运行,但在打开一些页面时会出现错误:org.apache.jasper.JasperException:/htpec/pecNodeComponentUpdate.jsp(1,1) Page-encoding specified in XML prolog(UTF-8) is转载 2011-04-20 22:22:00 · 2185 阅读 · 0 评论 -
有了Java6,还需要Axis2、XFire、CXF吗?
首先说明下,对于以上这些开源的框架和JWS,我都用过了。 看了前面一系列Java6 JWS的文章,很显然,无论从开发还是部署角度来说,Java6的JWS都是最容易的。我们不禁回想:有了Java6,还需要Axis2、XFire、CXF吗? 要回答这个问题,需要对几种JWS的实现以及其他功能做个对比就搞明白了。 1、JWS是Java语言对WebService服务的一种实现,用来开发和发布服务。而从服务本身的角度来看JWS服务是没有语言界限的。但是Java语言为Java开发者提供便捷发布和调用WebService转载 2011-05-06 09:53:00 · 681 阅读 · 0 评论 -
java.lang.NoClassDefFoundError
在myeclipse中 创建一个普通的类,执行一个main方法时,就报出 java.lang.NoClassDefFoundError 错误,主要是由于 myeclipse中的jre没有设置好。 或者是你的环境变量没有设置好。 设置环境变量这里究竟不说了; 假设原创 2011-02-17 14:17:00 · 876 阅读 · 0 评论 -
javascript ajax 实例
原生态的javascript Ajax 前面判断浏览器的方式不是很jkianq原创 2014-07-24 15:54:42 · 1315 阅读 · 0 评论 -
html简单 字母数字 加密 解密 实例
html简单字母数字加密解密实例 --> var base64EncodeChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var base64DecodeChars = new Array( -1, -1, -1, -1,原创 2011-12-13 10:48:24 · 5357 阅读 · 0 评论 -
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(R
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 1 (""): 数据类型 0x38 未知。at com.microsoft.jdbc.base.BaseExceptions.createException(Unknow原创 2011-12-12 11:27:09 · 6249 阅读 · 0 评论 -
JS 操作框架页
index 页面中的iframe 部分代码如下 left.jsp 中有 onReady() JS 函数 ; head.jsp 中有 下拉列表; mainPage.jsp 中有 输入框; 应用场景1:要在 head 页面执行完毕后 调用left 中的 函数 则可以通过如下方原创 2011-02-23 10:35:00 · 1468 阅读 · 0 评论 -
Ext.grid.GridPanel 后台得数 页面展示
注意要使用EXTJS 就必须在页面把相应的包引入到页面js Ext.onReady(function() { name = encodeURI(name); // 页面转码,以防乱码 后台要解码 var obj = document.getElementById("div1"); if(obj!=null) { var di原创 2011-10-27 16:33:10 · 1092 阅读 · 0 评论 -
EXTJS AJAX 解析 XML 数据
EXTJS AJAX 从后台取 XML 数据 在页面上展示 页面JSfunction getAllAreaInfos() { var areaName = ""; Ext.Ajax.request({ method: 'POST', url: 'allAreaInfos', params: {"areaName":are原创 2011-10-27 16:09:24 · 3257 阅读 · 0 评论 -
EXT AJAX 解析 XML 数据
初搞EXT 参考API 和朋友的帮忙写了一个 例子,以作备忘。 此例子是用XML组织好的数据,来组织成树形结构。 页面 //js/** * 通过异步传输的方式来组织数据库树 */function readyDBTreeByAjax(){var divInnerHTML = document.getElementById("container2").innerHTML;if(di原创 2011-03-16 10:15:00 · 1353 阅读 · 0 评论 -
extjs Ext.Ajax.request 从后台得到 String 字符串 在页面显示器内容
此例子主要显示extjs 的 ajax 是如何解析 普通字符串的JS function testStringAjax() { var areaName = ""; Ext.Ajax.request({ method: 'POST',// 请求方式 url: 'testStringAjax',//URL params: {area原创 2011-10-21 17:08:06 · 4880 阅读 · 0 评论 -
JS 移动层 div 精简示例
New Document var drag_=falsevar D=new Function('obj','return document.getElementById(obj);')var oevent=new Function('e','if (!e)转载 2011-10-12 14:47:35 · 1210 阅读 · 0 评论 -
Commons-logging + Log4j 入门指南(转)
一 :为什么同时使用commons-logging和Log4j?为什么不仅使用其中之一?Commons-loggin的目的是为“所有的Java日志实现”提供一个统一的接口,它自身的日志功能平常弱(只有一个简单的SimpleLog?),所以一般不会单独使用它。Log4j的功转载 2011-09-20 21:39:50 · 659 阅读 · 0 评论 -
struts2 过滤器
如果Struts 2 版本 小于 2.1.3 则相关的过滤器为:FilterDispatcher Example (web.xml)struts2org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFi原创 2011-05-16 16:48:00 · 1420 阅读 · 0 评论 -
IE 火狐 谷歌 chrom 操作 iframe
<br />IE 火狐 操作 iframe 的操作,<br /> <br />操作环境 IE7.0 ; 火狐 3.6.13 ; chrom 5.0.375<br /> <br /> <br />index 的 iframe 如下:<br /> <br /><iframe id="iframe1" name="topF" src="a.jsp"></iframe><br /><iframe id="iframe2" name="leftF" src="b.jsp"></iframe><br /><ifram原创 2011-03-30 11:13:00 · 1435 阅读 · 2 评论 -
linux 下 mysql 修改密码 修改 字符集 乱码 数据库 导入 导出 添加远程访问
<br />操作环境:fedora13 ; mysql5<br /> <br />linux 下修改mysql 密码格式如下如下 :<br /> <br />mysqladmin -u userName password newPassword<br /> <br /> <br />eg:<br /> <br />mysqladmin -u root password mynewpassword;<br /> <br />中文乱码问题 <br />修改mysql数据库的配置文件<br /> <br />#原创 2011-03-28 11:22:00 · 1239 阅读 · 0 评论 -
Tomcat部署web应用的几种方法
tomcat部署web应用主要有以下几种方式:<br /><br />1.拷贝你的WAR文件或者你的web应用文件夹(包括该web的所有内容)到$CATALINA_BASE/webapps目录下。<br />2.为你的web服务建立一个只包括context内容的XML片断文件,并把该文件放到$CATALINA_BASE/webapps目录下。这个web应用本身可以存储在硬盘上的任何地方。这种context片断提供了一种便利的方法来部署web应用,你不需要编辑server.xml,除非你想改变缺省的部署特性,转载 2010-11-10 14:28:00 · 505 阅读 · 0 评论 -
tomcat 中文路径无法下载问题
<br />其主要原因就是编码问题<br /><br />因为Tomcat的http Connector所用的URI解码默认用的是 ISO-8859-1, <br />而一般浏览器默认用的发送编码为UTF-8,这样问题就出现了, <br />初步的解决方法如下: <br /> 在server.xml中类似如下配置: <br /> < Connector port="8080" maxThreads="150" minSpareThreads="25" <br />maxSpareThreads=原创 2010-11-10 13:52:00 · 872 阅读 · 0 评论 -
JSP 页面自动刷新 跳转
<br />如果想让JSP 页面每个一段时间自动刷新,可以用下面方式来实现:<br /> <br />使用meta refresh标签来进行刷新。<br />meta 标签是属于HTML文档的<head>部分。<br />例如:<meta http-equiv=”refresh” content=”2″><br /> <br />经过一段时间后自动跳转,如下所示:<br /> <br />如下代码实现用meta标签将页面转发到一个新的页面:<br /><meta http-equiv=”refresh” c原创 2010-12-18 17:54:00 · 2834 阅读 · 0 评论 -
jsp或servlet中删除Cookie
<br /> <br />from :http://www.cn-java.com/www1/?action-viewnews-itemid-70585<br /> <br />一、删除已知名称的Cookie(方案:重新建立同名立即删除类型的Cookie)<br />Cookie newCookie=new Cookie(“username”,null); //假如要删除名称为username的Cookie<br />newCookie.setMaxAge(0); //立即删除型<br />newCooki转载 2010-12-13 16:44:00 · 6534 阅读 · 0 评论 -
Apache无法启动解决 the requested operation has failed
出自: http://lclwz111.blog.163.com/blog/static/13773197020100266451728/ apache不能启动解决办法这是我这两天频繁遇到的问题。Apache服务器还真是问题少年!任何点改动都可能导致它无法使用。原因一:80端口占用例如IIS,另外就是迅雷。我的apache服务器就是被迅雷害得无法启用!原因二:软件冲突装了某转载 2010-05-19 11:27:00 · 2429 阅读 · 0 评论 -
保留页面复选框查询条件的方法
下面介绍通过 将 JAVA 数组 转换为 JS 数组 后 判断值是否相等的方法 来试下 // 用来显示上次提交过的 表单的数据既:查询条件 List jsList = (List) request.getAttribute("gczbh"); JS 代码 <!--// 初始化页面上的查询条件 function initPages() { var codes原创 2010-05-12 15:40:00 · 2636 阅读 · 0 评论 -
将JAVA中的数组转换成JS 的数组
JAVA 代码如下: // 得到要转换的数组---当然这里也可以是其他类型的数组 List jsList = (List) request.getAttribute("gczbh"); %> JS 代码如下: function initPages() { var codes = new Array();原创 2010-05-12 15:34:00 · 10916 阅读 · 2 评论 -
页面无法实时加载图片
IE7 总是加载原来的图片,即加载缓存中的图片,这时,在要加载图片的地址后面,新增一个随机的变量,就会解决了这个问题 其思想就是 保证每次拿的图片都是在图片目录下面拿到的“新” 的图片(其实就是新的请求),这样既可。 JS 片段如下: document.getElementById("img").src = "/upload/photo/"+imgName+"?"+n原创 2009-12-03 14:43:00 · 1506 阅读 · 0 评论 -
AJAX技术使用XMLHttpRequest对象传递参数的中文乱码问题
在浏览器端使用XMLHttpRequest对象向服务器端传送中文参数,如果不在浏览器端和服务器端进行处理时,会出现中文乱码问题.针对这种问题,有很多的解决办法,但往往都是在IE下可以正常显示中文,在其他浏览器下(比如FireFox)却仍然是乱码.在FireFox下解决了乱码问题,但回到IE下访问却出现了乱码问题.所以针对要在目前流行的各种浏览器下解决中文乱码问题,才能使编写的Web程序变得通用.转载 2009-11-16 10:28:00 · 1953 阅读 · 0 评论 -
让表格的 边框为一条线
当为表格新增了border的时候,打印出来的时候,就不是一条线了,看的很乱,这是我们可以给表格定义一个样式, 即:style="border-collapse: collapse;" 即可。原创 2009-11-13 11:06:00 · 2469 阅读 · 0 评论 -
简单页面 浮动层
现在很多网页上的提示信息都不是用js中的 alert 来实现了,而是用层来给出提示。那个替代alert 的层是如何实现的呢? 下面是一个简单的例子,希望能给朋友们一些启发。 层显示实例 <div id="tempDiv" style="position:absolute; width:200px; height:50px; z-index原创 2009-11-11 10:05:00 · 1426 阅读 · 0 评论 -
linux 下 安装 tomcat
<br /> <br /> <br />首先下载 tomcat ,网址:http://219.239.26.9/download/6520562/7734948/1/gz/250/185/1279864093178_441/apache-tomcat-6.0.29.tar.gz<br /> <br />2) 解压已经下载的文件<br /> <br /> tar -zxvf apache-tomcat-6.0.29.tar.gz <br /> <br />3) 将文件拷贝到自己想放的目录下面,这里放到了/原创 2011-01-06 17:07:00 · 657 阅读 · 0 评论