<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>四季如風 &#187; web</title>
	<atom:link href="http://www.hjide.com/tag/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hjide.com</link>
	<description>每一天我們都在進步</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JSP的九个隐含对象</title>
		<link>http://www.hjide.com/article/156.htm</link>
		<comments>http://www.hjide.com/article/156.htm#comments</comments>
		<pubDate>Fri, 12 Jan 2007 03:51:38 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JSP/Servlet]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=156</guid>
		<description><![CDATA[回到原点，重新认识　　一、page 对象 page对象代表JSP本身，更准确地说它代表JSP被转译后的Servlet，它可以调用Servlet类所定义的方法。　　二、config 对象config 对象里存放着一些Servlet 初始的数据结构。config 对象实现于javax.servlet.ServletConfig 接口，它共有下列四种方法：public String getInitParameter(name)public java.util.Enumeration getInitParameterNames( )public ServletContext getServletContext( )public Sring getServletName( )　　三、request 对象request 对象包含所有请求的信息，如：请求的来源、标头、cookies和请求相关的参数值等等。request 对象实现javax.servlet.http.HttpServletRequest接口的，所提供的方法可以将它分为四大类：1.储存和取得属性方法；void setAttribute(String name, Object value) 设定name属性的值为valueEnumeration getAttributeNamesInScope(int scope) 取得所有scope 范围的属性Object getAttribute(String name) 取得name 属性的值void removeAttribute(String name) 移除name 属性的值2.取得请求参数的方法String getParameter(String name) 取得name 的参数值Enumeration getParameterNames( ) 取得所有的参数名称String [] getParameterValues(String name) 取得所有name 的参数值Map getParameterMap( ) 取得一个要求参数的Map3.能够取得请求HTTP 标头的方法String [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/156.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>web.xml</title>
		<link>http://www.hjide.com/article/147.htm</link>
		<comments>http://www.hjide.com/article/147.htm#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:27:08 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JSP/Servlet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=147</guid>
		<description><![CDATA[有待慢慢补充一些常用的 &#160;&#60;welcome-file-list&#62; &#160; &#160;&#60;welcome-file&#62;login.jsp&#60;/welcome-file&#62; &#160;&#60;/welcome-file-list&#62; &#160;&#60;session-config&#62; &#160; &#160;&#60;session-timeout&#62;30&#60;/session-timeout&#62; &#160;&#60;/session-config&#62; &#160;&#60;error-page&#62; &#160; &#160;&#60;error-code&#62;500&#60;/error-code&#62; &#160; &#160;&#60;location&#62;/error.jsp&#60;/location&#62; &#160;&#60;/error-page&#62; &#160;&#60;error-page&#62; &#160; &#160;&#60;error-code&#62;404&#60;/error-code&#62; &#160; &#160;&#60;location&#62;/404.jsp&#60;/location&#62; &#160;&#60;/error-page&#62;]]></description>
		<wfw:commentRss>http://www.hjide.com/article/147.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

