<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>JSP</title>
<link>/html/edu/jsp/index.html</link>
<description>编程开发 / JSP</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>Servlet和Filter的url匹配url-pattern</title>
    <link>/html/edu/jsp/jsp3/38904.html</link>
    <description>Servlet和filter是J2EE开发中常用的技术，使用方便，配置简单，老少皆宜。 估计大多数朋友都是直接配置用，也没有关心过具体的细节，今天遇到一个问题，上网查了servlet的规范才发现，servlet和filter中的url-pattern还是有一些文章在里面的，总结了一些东西，放出来供</description>
    <pubDate>2007-08-15</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>web开发：详细讲解jsp的内置对象</title>
    <link>/html/edu/jsp/jsp3/38905.html</link>
    <description>1.request对象 客户端的请求信息被封装在request对象中，通过它才能了解到客户的需求，然后做出响应。它是HttpServletRequest类的实例。 序号 方 法 说 明 1 object getAttribute(String name) 返回指定属性的属性值 2 Enumeration getAttributeNames() 返回所有可用属</description>
    <pubDate>2007-08-15</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>新手入门：JSP初学者必须掌握的语法点</title>
    <link>/html/edu/jsp/jsp1/38509.html</link>
    <description>如果你不熟悉Java编程，也许你想看一下Sun的指南 。然而网页创建者并不需要进行太多的Java开发。除了一些方法调用，在你的JSP网页里应尽可能少用Java代码。 记住以上提示，我们首先来看一看JSP指令和脚本元素，之后我们会解释JavaBeans和隐含对象。共有五种JSP指令和脚</description>
    <pubDate>2007-07-27</pubDate>
    <category>新手上路</category>
    <author>秩名</author>
    <comments>赛迪</comments>
</item>
<item>
    <title>jsp超级链接实现&quot;目标另存为&quot;功能</title>
    <link>/html/edu/jsp/jsp3/38112.html</link>
    <description>jsp: % ... @pagelanguage = &quot; java &quot; contentType = &quot; text/html;charset=GB18030 &quot; pageEncoding = &quot; GB18030 &quot; % ! DOCTYPEhtmlPUBLIC&quot;-//W3C//DTDHTML4.01Transitional//EN&quot;&quot;http://www.w3.org/TR/html4/loose.dtd&quot; html head meta http-equiv =&quot;Content-Type&quot; con</description>
    <pubDate>2007-07-08</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长搜集整理</comments>
</item>
<item>
    <title>如何在JSP中利用java文件操作大全</title>
    <link>/html/edu/jsp/jsp3/38111.html</link>
    <description>文件的建立/检查与删除 %@pagecontentType=&quot;text/html;charset=gb2312&quot;% %@pageimport=&quot;java.io.*&quot;% html head title文件的建立、检查与删除/title /head body % Stringpath=request.getRealPath(&quot;&quot;); //out.println(path); Filef=newFile(path,&quot;File.txt&quot;); //out.pri</description>
    <pubDate>2007-07-08</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长收集整理</comments>
</item>
<item>
    <title>JSP结合XML+XSLT将输出转换HTML</title>
    <link>/html/edu/jsp/jsp3/38018.html</link>
    <description>我们知道 XML+XSLT就可以直接输出到支持XML的浏览器上,如IE 5.0以上,但是,我们还要考虑到有不少浏览器不直接支持XML,在这种情况下,我们需要在服务器上进行转换成html输出到浏览器,这种临时过渡办法恐怕要在一段时间内一直要使用. 使用Jsp 加上tablib标识库,我们可以完</description>
    <pubDate>2007-07-05</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Java Servlet API类库中的基本方法介绍</title>
    <link>/html/edu/jsp/jsp3/38016.html</link>
    <description>Java Servlet 开发工具（JSDK）提供了多个软件包，在编写 Servlet 时需要用到这些软件包。其中包括两个用于所有 Servlet 的基本软件包：javax.servlet 和 javax.servlet.http。可从sun公司的Web站点下载 Java Servlet 开发工具。 下面主要介绍javax.servlet.http提供的</description>
    <pubDate>2007-07-05</pubDate>
    <category>JSP应用</category>
    <author>dxaw</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>java web开发基础：JSP开发入门</title>
    <link>/html/edu/jsp/jsp3/38017.html</link>
    <description>JSP与微软的Active Server Pages 兼容，但它是使用类似HTML的卷标以及Java程序代码段而不是VBScript。当你所使用的网站服务器没有提供本地ASP支持，也就是Apache或Netscape服务器时，你可以考虑使用JSP。虽然你可以取得这些服务器的ASP附加配备模块，但价格相当昂贵，</description>
    <pubDate>2007-07-05</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>java家</comments>
</item>
<item>
    <title>在jsp客户端限制表单重复提交</title>
    <link>/html/edu/jsp/jsp3/38019.html</link>
    <description>在客户端限制表单重复提交有两种方法： 第一种：在javascript脚本中设置一个标志变量，来区分表单是否已经提交。如果已经提交，则弹出对话框告诉用户“重复提交”。 第二种：在单击提交按钮以后将提交按钮设置为disabled状态，这样用户就无法再提交按钮，客户端也就无</description>
    <pubDate>2007-07-05</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>junli0310的专栏</comments>
</item>
<item>
    <title>淡入淡出式显示Swing容器组件</title>
    <link>/html/edu/jsp/J2EE/34911.html</link>
    <description>其实有很多用户界面效果在Swing中是相当容易实现的。前面曾谈到过淡入淡出式弹出Swing Popup窗口，其实对于任何Swing容器组件而言都可以实现这一功能。使用Renderer渲染机制，在容器的paint方法中设置图形对象的透明属性，就可以实现容器组件自身和子组件的透明渲染。如</description>
    <pubDate>2007-06-19</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>名词解释  J2EE 全面简介</title>
    <link>/html/edu/jsp/J2EE/34913.html</link>
    <description>刘湛（ jeru@163.net ） 武汉大学信息与计算科学系学士 本文从五个方面对J2EE进行了比较全面的介绍。从J2EE的概念说起，到它的优势，到J2EE典型的四层模型，和它的框架结构，最后是J2EE十三种核心技术的一个简介。本文分门别类的对J2EE中的服务，组件，层次，容器，API</description>
    <pubDate>2007-06-19</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>刘湛</comments>
</item>
<item>
    <title>详细介绍在tomcat中配置数据源原理</title>
    <link>/html/edu/jsp/J2EE/34914.html</link>
    <description>转摘请注明出处 作者:baggio785 来源:http://blog.csdn.net/baggio785 本文地址：http://blog.csdn.net/baggio785/archive/2006/04/24/674822.aspx 关键词：DataSource(数据源),Tomcat,连接池 前言 本文根据实例详细介绍了如何在tomcat中配置数据源。网上此类文章很多</description>
    <pubDate>2007-06-19</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>利用实例详细讲解JSP的内部对象</title>
    <link>/html/edu/jsp/jsp3/34641.html</link>
    <description>1、Out对象 主要用来向客户端输出各种格式的数据，并且管理应用服务器上的输出缓冲区，Out对象的基类是javax.servlet.jsp.JspWriter类。 Out的主要方法： out.println(DataType);或out.print(DataType); 实例： %@page language=&quot;java&quot; contentType=&quot;text/html;charset</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长收集</comments>
</item>
<item>
    <title>jsp中任意文字转Unicode的通用模块</title>
    <link>/html/edu/jsp/jsp3/34643.html</link>
    <description>/** ToUnicode.java */ package com.edgewww.util; import java.io.*; /** * 字符串转换成Unicode码的类 * @author 栾金奎 jsp@shanghai.com * @date 2001-03-05 */ public class ToUnicode { /** * 把字符串转换成Unicode码 * @param strText 待转换的字符串 * @param</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>JAVA天堂</comments>
</item>
<item>
    <title>Jsp中的自定义标签由浅到深详细讲解</title>
    <link>/html/edu/jsp/jsp3/34644.html</link>
    <description>一、基本概念： 1.标签(Tag): 标签是一种XML元素，通过标签可以使JSP网页变得简洁并且易于维护，还可以方便地实现同一个JSP文件支持多种语言版本。由于标签是XML元素，所以它的名称和属性都是大小写敏感的 2.标签库(Tag library): 由一系列功能相似、逻辑上互相联系的</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>用Jsp来实现文件下载功能的几种方式</title>
    <link>/html/edu/jsp/jsp3/34645.html</link>
    <description>１.最直接最简单的，方式是把文件地址直接放到html页面的一个链接中。这样做的缺点是把文件在服务器上的路径暴露了，并且还无法对文件下载进行其它的控制（如权限）。这个就不写示例了。 ２.在服务器端把文件转换成输出流，写入到response，以response把文件带到浏览器</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>vipcn.com</comments>
</item>
<item>
    <title>JSP和JSF合并 打造完美的Web层应用</title>
    <link>/html/edu/jsp/jsp3/34647.html</link>
    <description>Java在最近几年逐渐升温，随着Java SE 5和Java SE 6的推出，Java的未来更显得无比辉煌。但以Java为基础的JSP在Java SE 5推出之前却一直抬不起头来，这最重要的原因就是JSP虽然功能十分强大，但最大的优点也是它的最大缺点，功能强大就意味着复杂，尤其是设计前端界面的</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>如何解决JSP页面显示乱码问题</title>
    <link>/html/edu/jsp/jsp2/34648.html</link>
    <description>一、JSP页面显示乱码 二、表单提交中文时出现乱码 三、数据库连接时出现乱码 大家在JSP的开发过程中，经常出现中文乱码的问题，可能一至困扰着您，我现在把我在JSP开发中遇到的中文乱码的问题及解决办法写出来供大家参考。 一、JSP页面显示乱码 下面的显示页面(display</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>提升JSP页面响应速度的七大秘籍绝招</title>
    <link>/html/edu/jsp/jsp2/34650.html</link>
    <description>方法一：在servlet的init()方法中缓存数据 当应用服务器初始化servlet实例之后，为客户端请求提供服务之前，它会调用这个servlet的init()方法。在一个servlet的生命周期中，init()方法只会被调用一次。通过在init()方法中缓存一些静态的数据或完成一些只需要执行一次的</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>jsp验证码生成以及刷新</title>
    <link>/html/edu/jsp/jsp2/34651.html</link>
    <description>关于jsp验证码生成，显示，验证和刷新： 1:四位数据的验证图片生成，用servlet实现 2:在web.xmlli配置servlet 3:页面上显示servlet生成的图片 4:关于验证码输入数据的验证 5:验证码的刷新 ——————————————————————– 1：四位数据的验证图片生成，</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>改写dhtmlxgrid的calender</title>
    <link>/html/edu/jsp/jsp3/34652.html</link>
    <description>作者：rautinee email：rautinee@yahoo.com.cn 关键字:UIdhtmlxgrid dhtmlxgrid是我在javaeye上面发现的一个不错的东东，并决定把dhtmlxgrid引入到我们的项目中来，但是在看calender部分的时候发现1.2standard版本的有问题，就是在选择日期的时候，点击翻月的小图标，</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>javaresearch</comments>
</item>
<item>
    <title>在JSP中，开发者自己如何编写Tag</title>
    <link>/html/edu/jsp/jsp3/34642.html</link>
    <description>说明： Jsp1.1提供给开发者自己编写Tag的机会，从而使得JSP与HTML的混排更简单，更容易实现 Server端的MVC结构（Model2）. 本站提供了一个非常简单的Custom Tag,您可以试试。 运行环境为Tomcat 1 下载的war 文件放到%TOMCAT_HOME%webapps下 重新启动tomcat 2 访问 http</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>初学j2me必读 网友学习笔记</title>
    <link>/html/edu/jsp/J2ME/34746.html</link>
    <description>这是我去年给朋友们写的文章,希望对你能够有所帮助 开发手机游戏的一点心得 应用开发环境的选择和配置 2003年三月份，我刚开始接触了手机游戏的开发。开发手机上的游戏程序，最初仅仅只是出于兴趣爱好，利用业余时间自己陆陆续续的也写了一些Code，得到了一些经验，本来</description>
    <pubDate>2007-06-14</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>JSP的基本语法与简单表单处理</title>
    <link>/html/edu/jsp/jsp1/34744.html</link>
    <description>jsp语法 jsp指令元素 (1)include:导入其它文件夹 (2)page: language:用什么语言,只能为JAVA contentType:MIME类型 import:导入java包 (3)taglib:自定义标签库 jsp常用标准元素 (1)jsp:forward:跳转到其它页面 (2)jsp:include:插入其它文件 eg: (3)jsp:plugin:插入apple</description>
    <pubDate>2007-06-14</pubDate>
    <category>新手上路</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>在NetBeans 4.1中实践JSP</title>
    <link>/html/edu/jsp/jsp3/34657.html</link>
    <description>一、安装软件 需要在计算机中安装以下软件： NetBeans IDE 4.1 Java Standard Development Kit (JDKTM) 1.4.2 版或 5.0 版 二、WEB服务器 NetBeans IDE 4.1 捆绑了 Tomcat 三、创建新的 Web 应用程序项目 1、选择“文件”“新建项目”。在“类别”下选择 &quot;Web&quot;。在“项</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>java学习室</comments>
</item>
<item>
    <title>用servlet将jsp文件内容转为htm</title>
    <link>/html/edu/jsp/jsp3/34656.html</link>
    <description>用servlet将jsp文件内容转为html。代码如下： package examples; import java.io.ByteArrayOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import javax.servlet.Reque</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Jsp+JavaBean循序渐进教程</title>
    <link>/html/edu/jsp/jsp3/34655.html</link>
    <description>这一节涉及到两个页面，一个donewuser.jsp文件用来实现记录添加操作，另一个文件listuser.jsp文件 用来显示所有的已经注册的用户信息。这两个页面都涉及到了JavaBean的具体调用，还是来看看文件吧， 对于文件中关键代码，都会添加上注释，以方便大家理解。 donewuser.j</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>Template和JSP技术</title>
    <link>/html/edu/jsp/jsp3/34654.html</link>
    <description>一、起源与现状： 关于Template和JSP的起源还要追述到Web开发的远古年代，那个时候的人们用CGI来开发web应用，在一个CGI程序中写HTML标签。 在这之后世界开始朝不同的方向发展：sun公司提供了类似于CGI的servlet解决方案，但是无论是CGI还是servlet都面对同一个问题：</description>
    <pubDate>2007-06-14</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>JSP实践：使用JSP include机制改进外观</title>
    <link>/html/edu/jsp/jsp3/33850.html</link>
    <description>JSP 最佳实践系列 本系列文章并不打算完整地介绍 JSP 技术，也不打算作为如何构建特殊类型应用程序的指南。相反，系列文章中的每个部分都集中讨论用 JSP 技术编程的某一个方面，将它分成很小的片段。有关 JSP 技术的更广泛介绍或者对如何将它用于特殊结果的更深入研究</description>
    <pubDate>2007-06-01</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>赛迪</comments>
</item>
<item>
    <title>深入浅出 开发J2EE企业级应用程序要领</title>
    <link>/html/edu/jsp/J2EE/33847.html</link>
    <description>J2EE，作为开发mission-critical的企业级应用的一整套规范的整合平台。其规范之多、内容之广，从而给开发J2EE应用带来了很多“麻烦”。比如，为实现内容的RDBMS存储，我们可能的方法有JDBC、Entity Beans、JDO、O/R Mapping工具（TopLink、Hibernate）、XML-DBMS、JAXB</description>
    <pubDate>2007-06-01</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>J2EE基础 用Struts框架开发MVC系统步骤</title>
    <link>/html/edu/jsp/J2EE/33846.html</link>
    <description>由于Struts已经为我们提供了一个非常好的MVC框架，我们利用Struts开发MVC系统时可以大大加快开发的速度。在开发时可以采用的一个开发流程如下： 1. 收集和定义应用需求。 2. 基于数据采集和显示的原则定义和开发&quot;屏幕显示&quot;需求 。 3. 为每一个&quot;屏幕显示&quot;定义访问路径。</description>
    <pubDate>2007-06-01</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title>JSP技术在WAP开发中的应用</title>
    <link>/html/edu/jsp/jsp3/33788.html</link>
    <description>首先需要配置WEB服务器 在设计WAP网页时不论你使用的WAP开发工具是UP.SDK或NOKIAWAPTOOKIT或者ERICSSONWAPIDE，你都必须进行WEB服务器设置，故在此将常见的几种WEB服务器的设置介绍如下： (我所用的是Tomcat4.0,即ApacheWebServer.设置方法如下：） 我所用的环境：Apac</description>
    <pubDate>2007-05-30</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>wapease</comments>
</item>
<item>
    <title>dom4j学习总结（一）</title>
    <link>/html/edu/jsp/jsp2/33370.html</link>
    <description>（一）创建Document的基本操作 /** * xml基本操作 */ public void BaseOperation(){ //创建一个document Document document=DocumentHelper.createDocument(); //创建根结点 Element root=document.addElement(&quot;root&quot;); //为根结点添加一个book节点 Element book1=root</description>
    <pubDate>2007-05-18</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>扬州梦</comments>
</item>
<item>
    <title>java中文件操作大全</title>
    <link>/html/edu/jsp/jsp2/33372.html</link>
    <description>本文为本人在工作学习中的总结，每个方法都经过测试，记在博客上一方面是为了自己日后工作方便，另一方面是为了给大家提供方便，节约时间。 一.获得控制台用户输入的信息 /***/ /** 获得控制台用户输入的信息 * @return * @throws IOException */ public StringgetInpu</description>
    <pubDate>2007-05-18</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>扬州梦</comments>
</item>
<item>
    <title>J2ME中读取Unicode和UTF-8编码文件</title>
    <link>/html/edu/jsp/J2ME/33376.html</link>
    <description>一、 读取 Unicode 文件 /** * 读取 Unicode 编码文本文件 * @param resource String - 文件名 * @return String - Unicode 文本 */ public static String read_Uni(String resource) { byte word_uni[] = new byte[1024]; String strReturn = null; InputStream is; t</description>
    <pubDate>2007-05-18</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>happykevins</comments>
</item>
<item>
    <title>编写线程安全的JSP程序</title>
    <link>/html/edu/jsp/jsp3/33382.html</link>
    <description>作者：徐春金，BEA 资深技术顾问，加入BEA中国多年，在门户技术、RFID解决方案上有着丰富的经验。 JSP默认是以多线程方式执行的，这是JSP与ASP，PHP，PERL等脚本语言不一样的地方，也是它的优势之一，但如果不注意多线程中的同步问题，会使所写的JSP程序有难以发现的错</description>
    <pubDate>2007-05-18</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>徐春金</comments>
</item>
<item>
    <title>JSP中文问题大汇总</title>
    <link>/html/edu/jsp/jsp2/33369.html</link>
    <description>以下总结这段时间以来遇到的中文问题汇集： 注：以下“后台”字眼，相当于在servlet内，或者某一个类内，或者struts的action内。 1.一字符串在后台用system.out.println输出正常，保存在session里到JSP页面显示乱码 最初的乱码问题. 原因：似乎是默认的JSP页面采用8859</description>
    <pubDate>2007-05-18</pubDate>
    <category>JSP技巧</category>
    <author>秩名</author>
    <comments>漆黑之翼</comments>
</item>
<item>
    <title>在J2ME手机程序开发中使用颜色</title>
    <link>/html/edu/jsp/J2ME/26287.html</link>
    <description>在J2ME手机开发过程中，需要经常用到颜色来进行绘制，增强程序的表现效果，下面就介绍一下如何使用颜色。 由于J2ME技术比较简单，所以没有实现专门的颜色类，而只是使用RGB的概念来代表颜色。这里简单介绍一下RGB的概念，颜色是由红(Red)、绿(Green)、蓝(Blue)三原色组</description>
    <pubDate>2007-05-01</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>教你轻松应对JSP连接MySQL数据库问题</title>
    <link>/html/edu/jsp/jsp3/26056.html</link>
    <description>当您面临JSP连接MySQL数据库问题,你首先需要在MySQL数据库里创建一username表，表里面创建两个字符型的字段，字段名分别为：uid，pwd，然后插入几条测试数据。 以下用两种方式来实现JSP连接MySql 数据库 第一种方式，用 JSP 实现: %@ page contentType=&quot;text/html; cha</description>
    <pubDate>2007-04-24</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>J2ME之：J2ME移动开发平台搭建篇</title>
    <link>/html/edu/jsp/J2ME/22127.html</link>
    <description>一、功能比较全的Borland Jbuilder平台 搭建这个平台，我们必需要安装：JBUILDER 7 或 JBUILDER 8 ，BORLAND 的 MOBILESET 3.1。 可选材料有：（注意这些不是必须的，没有这些你也可以进行开发）你所想开发的手机SDK，例如要在NOKIA上开发必须准备 NOKIA DEVELOPER‘S</description>
    <pubDate>2006-12-16</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>赛迪网论坛</comments>
</item>
<item>
    <title>J2ME开发：Java回归嵌入式无线通信</title>
    <link>/html/edu/jsp/J2ME/22128.html</link>
    <description>编者按：当语言技术走向前台，成为通信应用“解决方案”的一种时，Java与BREW之争也日益明显。今年初，中国移动联合移动设备商、SP等举办了Java大赛，并且正在或将要举办类似活动，以大力推广Java在手机、互联网等通信领域的应用。另一方面，从10月15日开始，中国联通和</description>
    <pubDate>2006-12-16</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>JSP高访问量下的计数程序</title>
    <link>/html/edu/jsp/jsp3/18217.html</link>
    <description>有时要为每一篇文章统计其点击次数，如果每一次浏览都要更新一次库的话，那性能在访问量很大的情况下，服务器的压力就会很大了，比较好一点的方法就是先将要更新的数据缓存起来，然后每隔一段时间再利用数据库的批量处理，批量更新库。源码如下： CountBean.java /* * C</description>
    <pubDate>2006-10-24</pubDate>
    <category>JSP应用</category>
    <author>秩名</author>
    <comments>blog</comments>
</item>
<item>
    <title>核心技术：J2ME中RMS的使用解析</title>
    <link>/html/edu/jsp/J2ME/15711.html</link>
    <description>在J2ME中，RMS作为唯一的永久性存储工具，其重要性是不言而喻的。但是很多刚刚开始学习J2ME的新人总是抱怨在这方面的资料很少，或者是针对性不强。因此，我想把自己在这方面的一些学习心得和大家交流一下。 RMS即RecordManagerSystem，在手机应用中常常作为得分记录、</description>
    <pubDate>2006-10-07</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>chinaitlab</comments>
</item>
<item>
    <title>J2SE5.0用Executor灵活处理事件下发</title>
    <link>/html/edu/jsp/J2SE/15647.html</link>
    <description>每个JAVA开发人员都熟悉异步事件下发的EventListener模式。许多人也写过用来管理侦听器和下发事件给其他组件的样板代码。侦听器是简单、通用、灵活和容易实现的，但他涉及到其他开发人员写的代码，这可能引起问题： 1、一个低效的侦听器可能花费太长的时间来处理事件，</description>
    <pubDate>2006-09-20</pubDate>
    <category>J2SE</category>
    <author>秩名</author>
    <comments>chinaitlab</comments>
</item>
<item>
    <title>J2ME网络编程以及网络游戏的实现</title>
    <link>/html/edu/jsp/J2ME/15632.html</link>
    <description>引言 J2ME(Java 2 Micro Edition)是Java 2的一个组成部分，是一种高度优化的Java运行环境，主要针对消费类电子设备的，例如蜂窝电话、可视电话、数字机顶盒和汽车导航系统等等。即J2ME是为消费电子产品和手持设备量身定制的Java专用版本。 J2ME的出现使开发跨平台的消</description>
    <pubDate>2006-09-18</pubDate>
    <category>J2ME</category>
    <author>秩名</author>
    <comments>BLOG</comments>
</item>
<item>
    <title>J2SE综合——对Final的一点认识</title>
    <link>/html/edu/jsp/J2SE/15605.html</link>
    <description>在编程的过程中,我们总是会遇到final关键字,那么我们对final怎么理解呢,下面是我的一点粗浅认识,和大家共享。 package zy.pro.jbd.demo; public class FinalDemo { final int numInt1=16; final String str=&quot;zy&quot;; final String str1; 注意：str1在此没有初始化，那么必</description>
    <pubDate>2006-09-14</pubDate>
    <category>J2SE</category>
    <author>秩名</author>
    <comments>chinaitlab</comments>
</item>
<item>
    <title>J2EE:开发J2EE应用应遵循的几点原则</title>
    <link>/html/edu/jsp/J2EE/15498.html</link>
    <description>J2EE，作为开发mission-critical的企业级应用的一整套规范的整合平台，规范多、内容广，从而给开发J2EE应用带来了很多“麻烦”。比如，为实现内容的RDBMS存储，我们可能的方法有JDBC、Entity Beans、JDO、O/R Mapping工具（TopLink、Hibernate）、XML-DBMS、JAXB等方法</description>
    <pubDate>2006-09-04</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>赛迪网论坛</comments>
</item>
<item>
    <title>Eclipse3.2+Tomcat5.5.17+Oracle9配置</title>
    <link>/html/edu/jsp/jsp1/13507.html</link>
    <description>Java的Web开发环境布置向来很烦琐，还记得在做本科毕业设计时配置JBuilder2005+Weblogic8.1+SQL2k整合环境时的痛苦经历，近来整合配置Eclipse3.2+Tomcat5.5.17+Oracle9i环境又累了N小时，这可不得不怪B/S结构的“苦了开发者，方便千万用户”舍己为人精神，以及各种工具</description>
    <pubDate>2006-08-06</pubDate>
    <category>新手上路</category>
    <author>野驴阿宝鸡</author>
    <comments>blog</comments>
</item>
<item>
    <title>在J2ME/MIDP中实现图像旋转</title>
    <link>/html/edu/jsp/J2ME/13406.html</link>
    <description>摘 要 图形图像的旋转在移动应用程序开发，特别是游戏开发过程中有着现实的需求。但J2ME对此提供的支持却十分有限，如MIDP2.0仅支持图像成90度整数倍的旋转。针对这种情况， 本文提出了一种实现图像任意角度旋转的方案并提供了算法实现。然后对算法的应用问题进行了探</description>
    <pubDate>2006-07-26</pubDate>
    <category>J2ME</category>
    <author>王伟 李春雷</author>
    <comments>计算机与信息技术</comments>
</item>
<item>
    <title>Struts常见错误汇总</title>
    <link>/html/edu/jsp/J2EE/13401.html</link>
    <description>1、“NobeanfoundunderattributekeyXXX” 在struts-config.xml里定义了一个ActionForm，但type属性指定的类不存在，type属性的值应该是Form类的全名。或者是，在Action的定义中，name或attribute属性指定的ActionForm不存在。 2、“CannotfindbeanXXXinanyscope” 在Ac</description>
    <pubDate>2006-07-25</pubDate>
    <category>J2EE</category>
    <author>秩名</author>
    <comments>赛迪网论坛</comments>
</item>

</channel>
</rss>
