<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[创世纪计算机资源网]]></title>
<link>http://www.gold98.net</link>
<description><![CDATA[创世纪计算机资源网-新世纪-新生活]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2006 gold98.net]]></copyright>
<webMaster><![CDATA[luckstarzb@163.com(大灰狼)]]></webMaster>
<generator>gold98.net</generator> 
<image>
	<title>创世纪计算机资源网</title> 
	<url>http://www.gold98.net/images/logos.gif</url> 
	<link>http://www.gold98.net</link> 
	<description>创世纪计算机资源网-新世纪-新生活</description> 
</image>

			<item>
			<link>http://www.gold98.net/artics/jsp/2008416211800.html</link>
			<title><![CDATA[用commons-fileupload-1.2实现文件上传]]></title>
			<author>cooky(blog)</author>
			<category><![CDATA[上传]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/jsp/2008416211800.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana> 前几天搞文件上传, Google到了Apache 的 commons-fileupload-1.2.jar 上传组件, 研究了API然后结合Hibernate实现了上传图片<BR>并保存到MySQL数据库. 今天重新写了一遍, 由于不需要保存到数据库了, 就实现了保存成文件格式.</FONT></P>
<P><]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/java/200849581100.html</link>
			<title><![CDATA[Java编程语言中创建和使用日期的详细介绍]]></title>
			<author>偶偶(赛迪网)</author>
			<category><![CDATA[日期]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/java/200849581100.html</guid>	
		    <description><![CDATA[ Java统计从1970年1月1日起的毫秒的数量表示日期。也就是说，例如，1970年1月2日，是在1月1日后的86，400，000毫秒。同样的，1969年12月31日是在1970年1月1日前86，400，000毫秒。Java的Date类使用long类型纪录这些毫秒值.因为long是有符号整数，所以日期可以在1970年1月1日之前，也可以在这之后。Long类型]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/java/200849563300.html</link>
			<title><![CDATA[Java编程应用:使用动态代理实现AOP功能]]></title>
			<author>店小二(赛迪网)</author>
			<category><![CDATA[AOP]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/java/200849563300.html</guid>	
		    <description><![CDATA[<P style="TEXT-INDENT: 2em">一、使用的背景（也不能算是使用的背景，最多只能算是一个在什么条件下面我想到了使用动态代理实现AOP的拦截功能）：因为在项目中程序的结构是使用SOAP调用JNI，因此在SOAP服务端里面没有任何实现代码，仅仅是new一个JNI的对象，然后调用JNI对应的方法。但是在调用JNI方法之前需要对传进JNI的Ja]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/java/200849541200.html</link>
			<title><![CDATA[Java应用程序中动态分配CPU资源]]></title>
			<author>风筝(赛迪网)</author>
			<category><![CDATA[CPU]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/java/200849541200.html</guid>	
		    <description><![CDATA[ Java的线程调度操作在运行时是与平台无关的。一个多任务系统需要在任务之间实现QoS(Quality of Service)管理时，如果CPU资源的分配基于Java线程的优先级，那么它在不同平台上运行时的效果是很难预测的。本文利用协调式多任务模型，提出一个与平台无关、并且能在任务间动态分配CPU资源的方案。 
<P style="TEXT-INDENT:]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/java/20084952200.html</link>
			<title><![CDATA[程序员学习Java的一剂良药：破坏源程序]]></title>
			<author>酷欧(赛迪网)</author>
			<category><![CDATA[源程序]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/java/20084952200.html</guid>	
		    <description><![CDATA[当你看到这个标题的时候肯定回以为是不是作者写错了标题，告诉你没有，学习java语言就是要有创新精神，你只有不断突破前人的你才会有进步。下面我把这一剂良药送给你。 
<P style="TEXT-INDENT: 2em">
<P style="TEXT-INDENT: 2em">Java作为一门编程语言，最好的学习方法就是写代码。当你学习一个类以后，你就可]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/java/200849493200.html</link>
			<title><![CDATA[J2EE基础：Java EJB容器存取和实现的说明]]></title>
			<author>潜水艇(赛迪网)</author>
			<category><![CDATA[EJB]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/java/200849493200.html</guid>	
		    <description><![CDATA[作为轻量级的容器，Spring常常被认为是EJB的替代品。我们也相信，对于很多 （不一定是绝大多数）应用和用例，相对于通过EJB容器来实现相同的功能而言， Sping作为容器，加上它在事务，ORM和JDBC存取这些领域中丰富的功能支持， Spring的确是更好的选择。 
<P style="TEXT-INDENT: 2em">
<P style="TEX]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/struts/200849384200.html</link>
			<title><![CDATA[在Struts 2中使用JSON Ajax支持]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[Struts2]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/struts/200849384200.html</guid>	
		    <description><![CDATA[<H5>　　JSON插件提供了一种名为json的ResultType，一旦为某个Action指定了一个类型为json的Result，则该Result无需映射到任何视图资源。将下载到的jsonplugin-0.7.jar文件复制到Web应用的WEB-INF路径下，即可完成JSON插件的安装。</H5>
<P>　　JSON插件提供了一种名为json的Resul]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/struts/200849292200.html</link>
			<title><![CDATA[自己搭建struts2+spring工程笔记]]></title>
			<author>懒散狂徒(blog)</author>
			<category><![CDATA[struts2]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/struts/200849292200.html</guid>	
		    <description><![CDATA[ 自己试验着搭建一个struts2+spring的工程.至于持久层的问题,暂时还没有涉及到,初步打算是用hibernate或者ibatis.首先打算先完成struts2和spring的架构.<BR>1.涉及到的jar文件分类<BR>  (1)struts2 :freemarker-2.3.10.jar,ognl-2.6.11.jar,struts2-core]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/struts/200849234900.html</link>
			<title><![CDATA[自己搭建Struts2+Spring工程中遇到的问题]]></title>
			<author>懒散狂徒(blog)</author>
			<category><![CDATA[Struts2]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/struts/200849234900.html</guid>	
		    <description><![CDATA[<SPAN style="COLOR: rgb(255,0,0)">1. org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files de]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/struts/20084917600.html</link>
			<title><![CDATA[经典的Struts2+Spring 2+JPA+AJAX学习项目]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[AJAX]]></category>
			<pubDate>2008-8-28 11:32:31</pubDate>
			<guid>http://www.gold98.net/artics/struts/20084917600.html</guid>	
		    <description><![CDATA[<H3><A name=Struts2%2BSpring2%2BJPA%2BAJAX-Tomcat></A>Tomcat</H3>
<P>Install Tomcat before going forward. See Tomcats installation guide if you have any problem installing it. </P]]></description>
		</item>
		
</channel>
</rss>