<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Java</title>
<link>/program/java/index.html</link>
<description>程序设计 / Java</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.nixsky.com' target='_blank'&gt;Power by nixsky&lt;/a&gt;</generator>
<webmaster>haibo.d@gmail.com</webmaster>
<item>
    <title>Java中用OCI驱动连接Oracle数据库</title>
    <link>/program/java/2007-12/315.html</link>
    <description>Java程序连接oracle数据库时，用oci驱动要比用thin驱动性能好些。使用oracle即时客户端是，本地服务名的建立可以在目录instantclient_10_2下建立tnsnames.ora下添加连接串，如:</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>Tomcat 6 通过 JDBC 连接池连接 SQL Server 2000 和 MySQL 5 的设置</title>
    <link>/program/java/2007-12/314.html</link>
    <description>driverClassName=&quot;com.microsoft.jdbc.sqlserver.SQLServerDriver&quot; 这是连接 SQL Server 2000 用的驱动程序类名　　url 是数据库连接地址，一般形为 &quot;jdbc:microsoft:sqlserver://数据库服务器:1433;</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>jsp的分页查询代码（mysql数据库）</title>
    <link>/program/java/2007-12/312.html</link>
    <description>　　这个功能一共创建了两个javabean组件和一个jsp页面显示分页页面，第一个是处理以数据库连接的javabean,第一个javabean是处理分页查询结果的代码，第三个jsp是调用第二个javabean，显示分页查询结果！</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>Java中对HashMap的深度分析与比较</title>
    <link>/program/java/2007-12/311.html</link>
    <description>HashMap可谓JDK的一大实用工具，把各个Object映射起来，实现了“键－－值”对应的快速存取。这个就是判断键值是否为空，并不很深奥，其实如果为空，它会返回一个static Object 作为键值，这就是为什么HashMap允许空键值的原因。</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>jdbc元数据入门之DatabaseMetaData</title>
    <link>/program/java/2007-12/310.html</link>
    <description>//查询连接的所有Table(如果需要查询视图等,可以在最后的数组中添加VIEW...,依此类推)　　ResultSet rsTable = meta.getTables(null, null, null, new String[] { &quot;TABLE&quot; });执行上面的方法就可以将Connection中所有的表信息全部显示出来,这就是元数据的入门知识.当</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>J2ME配置攻略</title>
    <link>/program/java/2007-12/309.html</link>
    <description>java.microedition程序包提供了一个一般的结构来替代许多 J2SE网络输入/输出类。CDC基于 J2SE 1.3应用程序接口，包含所有定义在CLDC规范(包括javax.microedition程序包)中的Java语言应用程序接口。</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>J2ME 环境配置搭建简单例子</title>
    <link>/program/java/2007-12/308.html</link>
    <description>有时根本就没有接口 　　一些 CLDC 支持的设备，包括无线电话、寻呼机、主流个人数字助手 (/pda/ PDA)，以及小型零售支付终端。有时根本就没有接口 　　一些 CDC 支持的设备，包括常驻网关、智能电话和通讯器、PDA、管理器、家用电器、销售网点终端以及汽车导航系统。</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>深入J2ME配置层</title>
    <link>/program/java/2007-12/307.html</link>
    <description>Java2 Micro Edition (J2ME)是建立在一个由profiles，配置，虚拟机和主持操作系统等部分所组成的标准架构之上的。通过为开发以Java为基础的设备提供一个公共最小化平台，J2ME配置用结构化的方式使能了这些Java特别版本。</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>J2ME 3D手机游戏开发技术之基本地形渲染</title>
    <link>/program/java/2007-12/306.html</link>
    <description>四边形面的4个顶点的颜色根据位置线性变化，从而显现出不同高度的风貌，并且顶点的颜色在整个平面上以内插值替换，创建一个平滑的外观。在创建四边形时在顶点缓冲中添加纹理坐标，并且在外观属性中添加纹理，代码如下：</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>www.javadby.com</comments>
</item>
<item>
    <title>学习J2ME需要掌握的几种技术</title>
    <link>/program/java/2007-12/305.html</link>
    <description>J2ME编程是Java在智能家电领域的应用，主要包含以下技术：</description>
    <pubDate>2007-12-29</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>javadby.com</comments>
</item>
<item>
    <title>JAVA Component类学习（一）</title>
    <link>/program/java/2007-12/282.html</link>
    <description>如果想知道，计算机上可以使用的字体名字的话，可以使用GraphicsEnvironment调用　　2.GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();length()是方法，一般字符串类对象有该方法，也是取得字符串长度。</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>china1985.cublog.cn</comments>
</item>
<item>
    <title>JAVA Component类学习（三）</title>
    <link>/program/java/2007-12/281.html</link>
    <description>该方法将 update 方法转发给任意一个是这个容器子组件的轻量级组件。如果重新实现此方法，那么应该调用 super.update(g) 方法，从而可以正确地呈现轻量级组件。如果通过 g 中的当前剪切设置完全剪切某个子组件，则不会将 update() 转发给这个子组件。</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>china1985.cublog.cn</comments>
</item>
<item>
    <title>JAVA Component类学习（二）</title>
    <link>/program/java/2007-12/280.html</link>
    <description>如果标签是可见的话，每当点击按钮一次那么按钮的位置就向x轴方向移动三个像素点　那么现在每点击按钮一次按钮就向x y 轴方向各移动三个像素点　得到当前矩形与rect相交部分所构成的矩形，如果当前矩形和rect不相交，就返回null　</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>china1985.cublog.cn</comments>
</item>
<item>
    <title>java读写xml</title>
    <link>/program/java/2007-12/279.html</link>
    <description>java操作xml用的最多的应该是jdom开源包了，它是document模式的（虽然它用到了SAX模式），主要的API如下：　　1:SAXBuilder.build(FileInputStream(&quot;*.xml&quot;);获取该节点的所有字节点，返回List　　3:Element.getChild(&quot;child节点名&quot;);获取该节点的节点文本　　6:Doc</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>bitsnowwolf.cublog.cn</comments>
</item>
<item>
    <title>在Java应用程序中如何实现FTP的功能</title>
    <link>/program/java/2007-12/278.html</link>
    <description>---- 在JAVA的编程中，您也许会遇到FTP方面的编程，本文就来演示如何实现它。---- 本程序是由JBUILDER2.0来开发的，为了节约篇幅我只列出主要的三个部份。//退出FTP服务器　　} catch (IOException ex) {;</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>zphk.cublog.cn</comments>
</item>
<item>
    <title>java常用的驱动与连接</title>
    <link>/program/java/2007-12/277.html</link>
    <description>jdbc:odbc:dns名称　MS Sqlserver	msbase.jar　mssqlserver.jar　</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>KingKongII.cublog.cn</comments>
</item>
<item>
    <title>简单的数据库操作 增 删 改 查</title>
    <link>/program/java/2007-12/276.html</link>
    <description>count = pstmt.executeUpdate();= conn)= pstmt)try　= 0)}}finally　= conn){try　}}= pstmt){}}// 修改一条记录　try　= 0)= conn)= pstmt)= conn)</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>KingKongII.cublog.cn</comments>
</item>
<item>
    <title>普通的数据库连接类</title>
    <link>/program/java/2007-12/275.html</link>
    <description>// 获得一个数据库连接　try　}}try　}}{//  测试数据库连接是否成功，如果conn的值不为null，则表示数据库连接成功　　Connection conn = DBManage.getConeection();</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>KingKongII.cublog.cn</comments>
</item>
<item>
    <title>设置Java的安全策略</title>
    <link>/program/java/2007-12/274.html</link>
    <description>---- 在命令行，如果我们希望传递一个Policy文件给appletviewer，还可以使用&quot;-J-Djava.security.policy&quot;参数来指定policy的位置：下面，是一个实际的例子，以当前目录的.java.policy文件所指定的安全策略运行当前目录的LanServerTalk.html（文件中装载并运行LanServer</description>
    <pubDate>2007-12-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>linxh.cublog.cn</comments>
</item>
<item>
    <title>Resin的使用和安装</title>
    <link>/program/java/2007-10/241.html</link>
    <description>一、Java Web服务器选择简介 在实际进行java Web项目实施的时候，我们可以采用的商业java Web服务器有Ibm WebSphere，Bea Web Logic .这两种服务器功能齐全而强大，支持所有的java 服务容器标准，适合成品商业java Web应用的发布。但是这两种服务器是商业服务器，价格</description>
    <pubDate>2007-10-08</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Linux系统下JDK的安装及其配置方法介绍</title>
    <link>/program/java/2007-06/181.html</link>
    <description>一、安装JDK 从sun网站上直接下载JDK：http://java.sun.com/j2se/1.4.2/download.html 提供了两个下载： 1、RPM in self-extracting file (j2sdk-1_4_2_04-linux-i586.bin, 32.77 MB) 这个是自解压的文件，在linux上安装如下： # chmod u+x ./j2sdk-1_4_2_04-linux-i58</description>
    <pubDate>2007-06-01</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Java语言面向对象特性详解</title>
    <link>/program/java/2007-05/180.html</link>
    <description>【课前思考】 1． 什么是对象？什么是类？什么是包？什么是接口？什么是内部类？ 2． 面向对象编程的特性有哪三个？它们各自又有哪些特性？ 3． 你知道java语言在面向对象编程方面有何独特的特点吗？ 难点： 1． 理解方法重载和方法重写，不要混淆了两者的使用。 2．</description>
    <pubDate>2007-05-31</pubDate>
    <category>Java</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>

</channel>
</rss>
