- 浏览: 187937 次
- 性别:
- 来自: 西安
最新评论
-
yanggcnicai:
事务管理 -
优游麦:
其他的元素申明报一样的错误,是不是前面还要设置什么,求大侠解释 ...
DTD -
优游麦:
还有申明
<!ATTLIST %simpleType;
...
DTD -
优游麦:
<!ELEMENT %simpleType; ((%an ...
DTD -
ppboyhai:
你好,我是HibernateTemplate 初学者,在我敲代 ...
使用HibernateTemplate
文章列表
1.request对象
客户端的请求信息被封装在request对象中,通过它才能了解到客户的需求,然后做出响应。它是HttpServletRequest类的实例。
序号 方 法 说 明 1 object getAttribute(String name) 返回指定属性的属性值 2 Enumeration getAttributeNames() 返回所有可用属性名的枚举 3 String getCharacterEncoding() 返回字符编码方式 4 int getContentLength() 返回请求体的长度(以字节数) 5 String getConten ...
- 2008-12-24 11:14
- 浏览 4106
- 评论(0)
1. 引言
近年来,随着Internet/Intranet建网技术的飞速发展和在世界范围内的迅速普及,计算机
应用程序已从传统的桌面应用转到Web应用。基于B/S(Browser/Server)架构的3层开发模式逐渐取代C/S(Client/Server)架构的开发模式 ...
- 2008-12-24 10:38
- 浏览 774
- 评论(0)
自定义标签必须实现下面三个接口中的一个:Tag、IterationTag、BodyTag 1.Tag 如果要实现这个接口,可以通过扩展TagSupport这个类,来写自己需要的方法,而不需要把Tag接口中的所有方法实现。 Tag接口的方法: doStartTag()、doEndTag()、getParent()、setParent()、release()、setPageContext() 在Tag类代码中不能像jsp一样,直接使用out隐含对象,他有一个对象可以使用pageContext,通过它的getOut()方法可以得到out对象。在标签内部,访问任何的隐含对象,都是通过调用pageC ...
- 2008-12-20 11:56
- 浏览 1073
- 评论(0)
破解:同样可以破解 5.1.4版本
http://luanma.iteye.com/blog/183827
入门:http://www.blogjava.net/ddpie/archive/2007/05/14/117450.html
JProfiler试用手记http://pengjiaheng.spaces.live.com/blog/cns!2DAA368B386E6AEA!685.entry
- 2008-12-12 17:07
- 浏览 1374
- 评论(0)
破解:同样可以破解 5.1.4版本
http://luanma.iteye.com/blog/183827
入门:http://www.blogjava.net/ddpie/archive/2007/05/14/117450.html
JProfiler试用手记http://pengjiaheng.spaces.live.com/blog/cns!2DAA368B386E6AEA!685.entry
- 2008-12-12 17:07
- 浏览 989
- 评论(0)
<html> <head> <title></title> <script language="javascript"> function addRow() { var newRow = document.all("tblGrid").insertRow();
var oCell = newRow.insertCell(); oCell.innerHTML = "<input type='text' name='t1'>"; ...
- 2008-12-09 11:55
- 浏览 733
- 评论(0)
<Host name="localhost" debug="0" appBase="E:\Tomcat 5.0.28\webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"><Context path="" docBase="E:\Tomcat 5.0.28\webapps\bai ...
- 2008-12-08 12:10
- 浏览 796
- 评论(0)
<Host name="localhost" debug="0" appBase="E:\Tomcat 5.0.28\webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"><Context path="" docBase="E:\Tomcat 5.0.28\webapps\bai ...
- 2008-12-08 12:10
- 浏览 769
- 评论(0)
正则表达式是regular expression,看来英文比中文要好理解多了,就是检查表达式符 不符合规定!!正则表达式有一个功能十分强大而又十分复杂的对象RegExp,在Javascript1.2 版本以 上提供。 下面我们看看有关正则表达式的介绍: 正 ...
- 2008-12-02 09:54
- 浏览 746
- 评论(0)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>无标题文档</title><script language=&quo ...
- 2008-12-02 09:51
- 浏览 1960
- 评论(0)
javascript Event方法和属性讲解
Event属性和方法:
type:事件的类型,如onlick中的click; srcElement/target:事件源,就是发生事件的元素; button:声明被按下的鼠标键,整数,1代表左键,2代表右键,4代表中键,如果按下多个键,酒把 ...
- 2008-12-01 17:21
- 浏览 849
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>js 层缓冲放大效果</title><style>body {margin:0px}#Loading {positi ...
- 2008-12-01 16:38
- 浏览 787
- 评论(0)
<c:forEach var="aqjy" items="${aqjyList}" varStatus="sta" step="2"> <a href="<%=basePath %>${aqjyList[sta.index].jtymurl}">${aqjyList[sta.index].bt }</a> <c:if test="${aqjyList[sta.index+1] ...
- 2008-11-28 10:02
- 浏览 686
- 评论(0)
<c:forEach var="aqjy" items="${aqjyList}" varStatus="sta" step="2"> <a href="<%=basePath %>${aqjyList[sta.index].jtymurl}">${aqjyList[sta.index].bt }</a> <c:if test="${aqjyList[sta.index+1] ...
- 2008-11-28 10:02
- 浏览 647
- 评论(0)
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getS ...
- 2008-11-27 20:03
- 浏览 935
- 评论(0)