<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>软若石（I Will Get What I Want.） - </title><link>category/182745.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 12 May 2008 13:52:41 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>软若石</dc:creator><title>一步一步带你进入Java世界(一)_Java环境配置</title><link>http://blog.csdn.net/ruanruoshi/archive/2008/05/12/2436593.aspx</link><pubDate>Mon, 12 May 2008 13:53:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2008/05/12/2436593.aspx</guid><wfw:comment>comments/2436593.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2008/05/12/2436593.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2436593.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2436593</trackback:ping><description>要学习Java，首先要配置java运行的环境。在环境配置前，我们先来了解一个概念：JDK (Java Development Kit) 。 
JDK是整个Java的核心，包括了Java运行环境（Java Runtime Envirnment），一堆Java工具和Java基础的类库(rt.jar)。不论什么Java应用服务器实质都是内置了某个版本的JDK。因此掌握JDK是学好Java的第一步。最主流的JDK是Sun公司发布的JDK，除了Sun之外，还有很多公司和组织都开发了自己的JDK，例如IBM公司开发的JDK，BEA公司的Jrocket，还有GNU组织开发的JDK等等。虽然有很多JDK，但这里我们主要针对Sun JDK，下文中提到的JDK也专指sun公司的JDK。 &lt;img src ="aggbug/2436593.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>Linux下安装Jbuilder2006的问题.</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/07/20/946333.aspx</link><pubDate>Thu, 20 Jul 2006 11:34:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/07/20/946333.aspx</guid><wfw:comment>comments/946333.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/07/20/946333.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/946333.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=946333</trackback:ping><description> 问题:出来安装界面了，可是在第二个界面出来时一闪就没有了，只后也不读盘了，也没有提示什么错误信息。

解决方法:

其实执行./install_linux.sh选Install JBuilder 2006 Enterprise
她会去调用Disk1/InstData/Linux/VM/install.bin来执行，问题就在install.bin的执行上

原因是install.bin检查NPTL出错。
解决：
找到相应的install.bin文件（我的情况：第一张光盘的Disk1/InstData/Linux/VM to run install.bin）

将文件中所有的
linux_LD_ASSUME_KERNEL_hack=1
改成
linux_LD_ASSUME_KERNEL_hack=0

注：install.bin文件包含有shell script和二进制代码。所以修改时需用二进制编辑器（如：ghex2,hexedit).


改完后,保存,可是还是出现那样的情况.这时你不要再执行/instal_linux.sh了.你进入到Disk1/&lt;img src ="aggbug/946333.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>如何掌握Java（J2SE篇）</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835876.aspx</link><pubDate>Mon, 26 Jun 2006 10:42:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835876.aspx</guid><wfw:comment>comments/835876.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835876.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/835876.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=835876</trackback:ping><description>本文是我的另外一篇文章如何才算掌握Java（J2SE篇）（后面简称标准篇）的姊妹篇，提出了标准，但是不告
诉新手如何才能达到那个标准似乎说不过去。首先需要说的是达到这个标准是比较困难的，没有三年的时间一
般是不可能的，没有实际的项目的经验的熏陶也是不可能的，下文会说 明为什么。然后给出两个宝典:一个就是
TIJ(Thinking in Java)，另外一个就是chm格式的JDK的API。 TIJ可以看看Java编程思想(完整的中文简体第二
版)，如果英文可以的话强烈要求看英文原版，而chm格式的JDK的API的下载地址可以看看Cherami站长的推荐。
虽然我没有把TIJ看完（我开始用Java做项目的时候TIJ还没有出来），但是我浏览过目录和看过一些章节的内容，
感觉作者对Java非常的熟悉，实际经验也非常的丰富...........&lt;img src ="aggbug/835876.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>Java的中文编程与配置心得</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835857.aspx</link><pubDate>Mon, 26 Jun 2006 10:38:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835857.aspx</guid><wfw:comment>comments/835857.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/26/835857.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/835857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=835857</trackback:ping><description>Java的中文问题历史悠久，连绵不绝，至今也没有完全解决，但是上有政策下有对策，我们总是有
办法搞定它的。跟Java相关的中文问题主要有两类，一类是编程的问题，涉及到I/O，内码转换等。
第二类是Java运行环境的配置，涉及字体，属性配置等。我刚刚用了一天的时间解决这些问题，觉
得很有必要给自己写个备忘录之类的。 ...............&lt;img src ="aggbug/835857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>每次打包成jar还要再用命令处理太麻烦了，写了个批处理。</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/09/782282.aspx</link><pubDate>Fri, 09 Jun 2006 11:25:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/09/782282.aspx</guid><wfw:comment>comments/782282.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/09/782282.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/782282.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=782282</trackback:ping><description>@echo off
f:
cd F:\Java\OnlineTalk\OnlineTalk
jar -xvf OnlineTalk.jar
del OnlineTalk.jar
cd META-INF
del SUN_MICR.RSA
del SUN_MICR.SF
cd ../
jar -cvfm OnlineTalk.jar META-INF/MANIFEST.MF *

&lt;img src ="aggbug/782282.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>Jbuilder打包后不能运行的问题（包含JMail或JAF时）。</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx</link><pubDate>Tue, 06 Jun 2006 18:04:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx</guid><wfw:comment>comments/776429.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/776429.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=776429</trackback:ping><description>Jbuilder打包成.jar后，一运行就提示："could not find the main class,program will exit"。百思不得其解，因为以前打包都没有问题。后来搜遍了sun论坛，才找到了原因。

Jmail是带符号jar（现在还不明白带符号什么意思），其自带META-INF/MANIFEST.MF，所以会出现这种情况，解决方法如下：

正常用Jbuilder打开后，如生成：OT.jar

然后，再用jar -xvf OT.jar，解开这个.jar文件，

然后删除掉 META-INF目录下的：SUN_MICR.RSA和SUN_MICR.SF（因为包含Jmail和Jaf，才有这两个文件，正常是没有的。如果包含其它的jar，不知道是否有这两个） ，然后再打包。

如果这时打包用：jar -cvf OT.JAR *。能打包上，但是不对的，他会生成一个默认的MANIFEST.MF文件，这个文件里面的Main-Class为空，所以这时要指定MANIFEST.MF，命令如下：
jar cvfm OT.jar META-INF/MANIFEST.M&lt;img src ="aggbug/776429.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>Jbuilder打包后不能运行的问题（包含JMail或JAF时）。</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx</link><pubDate>Tue, 06 Jun 2006 18:04:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx</guid><wfw:comment>comments/776429.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/06/776429.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/776429.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=776429</trackback:ping><description>Jbuilder打包成.jar后，一运行就提示："could not find the main class,program will exit"。百思不得其解，因为以前打包都没有问题。后来搜遍了sun论坛，才找到了原因。

Jmail是带符号jar（现在还不明白带符号什么意思），其自带META-INF/MANIFEST.MF，所以会出现这种情况，解决方法如下：

正常用Jbuilder打开后，如生成：OT.jar

然后，再用jar -xvf OT.jar，解开这个.jar文件，

然后删除掉 META-INF目录下的：SUN_MICR.RSA和SUN_MICR.SF（因为包含Jmail和Jaf，才有这两个文件，正常是没有的。如果包含其它的jar，不知道是否有这两个） ，然后再打包。

如果这时打包用：jar -cvf OT.JAR *。能打包上，但是不对的，他会生成一个默认的MANIFEST.MF文件，这个文件里面的Main-Class为空，所以这时要指定MANIFEST.MF，命令如下：
jar cvfm OT.jar META-INF/MANIFEST.M&lt;img src ="aggbug/776429.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>使用java nio的selector做一个数据查询主机</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767511.aspx</link><pubDate>Thu, 01 Jun 2006 12:13:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767511.aspx</guid><wfw:comment>comments/767511.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767511.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/767511.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=767511</trackback:ping><description>使用java nio的selector做一个数据查询主机&lt;img src ="aggbug/767511.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>Java语言编码规范(Java Code Conventions)</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767503.aspx</link><pubDate>Thu, 01 Jun 2006 12:09:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767503.aspx</guid><wfw:comment>comments/767503.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767503.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/767503.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=767503</trackback:ping><description>Java语言编码规范(Java Code Conventions)...........&lt;img src ="aggbug/767503.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>JAVA操作MySQL数据库类</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767493.aspx</link><pubDate>Thu, 01 Jun 2006 12:03:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767493.aspx</guid><wfw:comment>comments/767493.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/06/01/767493.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/767493.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=767493</trackback:ping><description>数据库操作可以中WEB开发中最常用到的,很多Java开发工具都提供了自动的Data bean WinZard.只要数据库建立好,相应的操作数据库的Bean就基本可以自动完成,本人使用Jcreator开发bean,手工录入觉得也不是很麻烦的事情,下面我常用的数据库操作bean,完全可以对付访问量不是很大的系统 :
Mysql类:
&lt;img src ="aggbug/767493.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>CachedRowSet </title><link>http://blog.csdn.net/ruanruoshi/archive/2006/05/17/742928.aspx</link><pubDate>Wed, 17 May 2006 17:33:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/05/17/742928.aspx</guid><wfw:comment>comments/742928.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/05/17/742928.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/742928.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=742928</trackback:ping><description>try {
      Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
      CachedRowSet crs = new CachedRowSetImpl();
      crs.setSyncProvider("com.fred.providers.HighAvailabilityProvider");
      crs.setUrl(
          "jdbc:microsoft:sqlserver://ldy:1433;DatabaseName=DaoGouTongDB");
      crs.setUsername("sa");
      crs.setPassword("mynameisxulong");
      crs.setCommand("select CompanyID,PersonName from guestbook");
      crs.execute();
      crs.first();
      crs.updateStr&lt;img src ="aggbug/742928.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>int 不能转换成String</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/05/15/729158.aspx</link><pubDate>Mon, 15 May 2006 10:56:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/05/15/729158.aspx</guid><wfw:comment>comments/729158.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/05/15/729158.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/729158.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=729158</trackback:ping><description>上面htOnlineClients的键是int类型的。如上正确,但如下，转换成String却出错。&lt;img src ="aggbug/729158.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>遍历哈希表</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724939.aspx</link><pubDate>Thu, 11 May 2006 18:45:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724939.aspx</guid><wfw:comment>comments/724939.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724939.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/724939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724939</trackback:ping><description>/* 遍历哈希表 */
    for (Iterator iter = hasttable.keySet().iterator(); iter.hasNext(); ) {
      String key = (String) iter.next();
      value = attributes.get(key).toString();
.......................................
    }
&lt;img src ="aggbug/724939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>细说Java之util类</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724173.aspx</link><pubDate>Thu, 11 May 2006 13:31:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724173.aspx</guid><wfw:comment>comments/724173.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724173.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/724173.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724173</trackback:ping><description>线性表，链表，哈希表是常用的数据结构，在进行Java开发时，JDK已经为我们提供了一系列相应的类来实现基本的数据结构。这些类均在java.util包中。本文试图 通过简单的描述，向读者阐述各个类的作用以及如何正确使用这些类。 .............
&lt;img src ="aggbug/724173.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>软若石</dc:creator><title>在Java中运用Hashtables</title><link>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724147.aspx</link><pubDate>Thu, 11 May 2006 13:23:00 GMT</pubDate><guid>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724147.aspx</guid><wfw:comment>comments/724147.aspx</wfw:comment><comments>http://blog.csdn.net/ruanruoshi/archive/2006/05/11/724147.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/724147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724147</trackback:ping><description>Hashtables提供了一个很有用的方法可以使应用程序的性能达到最佳。 
by Pete Ford 
Hashtables（哈希表）在计算机领域中已不是一个新概念了。它们是用来加快计算机的处理速度的，用当今的标准来处理，速度非常慢，而它们可以让你在查询许多数据 条目时，很快地找到一个特殊的条目。尽管现代的机器速度已快了几千倍，但是为了得到应用程序的最佳性能，hashtables仍然是个很有用的方法。.............&lt;img src ="aggbug/724147.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>