<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/ivorytower" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ivorytower" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 06 Sep 2008 18:00:00 GMT</lastBuildDate><title>Write One,Run Everywhere</title><description>-------我只想用24个字母、9个数字、下划线_和美圆$编织我心中的图象！</description><link>http://blog.csdn.net/ivorytower/</link><item><title>LCD液晶电视开发流程</title><link>http://blog.csdn.net/ivorytower/archive/2008/09/06/2892251.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2892251.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2892251.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2892251</trackback:ping><description>1（Initialize MCU settings I/O setting Timer/ Interrupt RS232 setting）
2（Read back user’s setting from EEPROM） 

3（Initialize system variables） 

4（Initialize variables for OSD menu operations） 

5（Initialize device settings） 


6（Control power status according user’s and system operation） 

7（Programming scaler as freeRun mode or displaying input timing） 

8（OSD menu operation） 

9（Co-work with Debugger tool in PC） 


7（Mode detection, check input timing status 
&lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2892251.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 07 Sep 2008 02:00:00 +0800</pubDate><author>雪地白狐</author><comments>http://blog.csdn.net/ivorytower/archive/2008/09/06/2892251.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/09/06/2892251.aspx</guid><dc:creator>雪地白狐</dc:creator></item><item><title>佳得视数字电视机顶盒共享器原理分析</title><link>http://blog.csdn.net/ivorytower/archive/2008/09/03/2875090.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2875090.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2875090.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2875090</trackback:ping><description>随着全国数字电视不断的普及，“一台电视机必须连接一台数字机顶盒”已经成为铁定的概念。就因为如此，有很多市民希望市场上有一种产品能实现一个机顶盒共享几台电视机独立收看不同频道的电视节目。从这一现象可以看出现在市场上非常需求这种产品，尤其是电视机比较多的客户群。&lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2875090.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 Sep 2008 02:52:00 +0800</pubDate><author>雪地白狐</author><comments>http://blog.csdn.net/ivorytower/archive/2008/09/03/2875090.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/09/03/2875090.aspx</guid><dc:creator>雪地白狐</dc:creator></item><item><title>Java中的文件与磁盘操作技术详细解析</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/22/2315185.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2315185.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2315185.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2315185</trackback:ping><description>1 如何获得某一个目录下的文件列表？

File MyDir = new File(&quot;C:/Windows/.&quot;);
String[] FileNames = MyDir.list(); 
　　2 如何实现一个打开文件或者是存储文件对话框？

　　AWT: FileDialog类 + FilenameFilter类

　　Swing: JFileChooser类 + FileFilter类

　　其中，基于Swing的解决方案功能更加强大，界面也更加美观。
&lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2315185.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Apr 2008 23:35:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/22/2315185.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/22/2315185.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>java数据结构之链表</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/22/2314761.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2314761.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2314761.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2314761</trackback:ping><description>节点说明:
package pku.ss.datastructure.LinkedList;   
  
public class ListNode ...{   
    ListNode(Object theElement) ...{   
        this(theElement, null);   
    }   
  
    ListNode(Object theElement, ListNode n) ...{   
        element = theElement;   
        next = n;   
    }   
       
    Object element;  //节点中的元素   
    ListNode next;   //指向下一个节点   
}  &lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2314761.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Apr 2008 22:08:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/22/2314761.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/22/2314761.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>java数据结构之栈</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/22/2314733.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2314733.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2314733.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2314733</trackback:ping><description>栈接口:
package pku.ss.datastructure.IStackLi;   
  
public interface IStackLi {   
    /**  
     * Get the size of the stack  
     * @return size of the stack  
     */  
    public int getSize();   
    /**  
     * Judge that if the stack is full  
     * @return true or false  
     */  
    public boolean isFull();   
    /**  
     * Judge that if the stack is empty  
     * @return true or false  
     */  
    public boolean isEmpty();   
    /**  
     * Set the stack&lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2314733.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Apr 2008 22:02:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/22/2314733.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/22/2314733.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>JSP彩色验证码</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291205.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2291205.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2291205.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291205</trackback:ping><description>JSP彩色验证码 &lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2291205.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:38:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291205.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/14/2291205.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>禁用页面缓存的几种方法（静态和动态）</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291176.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2291176.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2291176.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291176</trackback:ping><description>1、在Asp页面首部加入   


  Response.ExpiresAbsolute   =   Now()   -   1    
  Response.Expires   =   0    
  Response.CacheControl   =   &quot;no-cache&quot;    
  Response.AddHeader   &quot;Pragma&quot;,   &quot;No-Cache&quot;  &lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2291176.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:31:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291176.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/14/2291176.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>xml ，javascript分页</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291162.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2291162.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2291162.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291162</trackback:ping><description>xml ，javascript分页 &lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2291162.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:28:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291162.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/14/2291162.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>javascript写入和读取cookies</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291152.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2291152.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2291152.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291152</trackback:ping><description>javascript写入和读取cookies &lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2291152.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:26:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291152.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/14/2291152.aspx</guid><dc:creator>Mr. β</dc:creator></item><item><title>js取得当前url,javascript获取当前页面url值,js获取域名</title><link>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291136.aspx</link><wfw:comment>http://blog.csdn.net/ivorytower/comments/2291136.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ivorytower/comments/commentRss/2291136.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291136</trackback:ping><description>如果获取“当前”域名
host = window.location.host;

url=document.domain; 

url = window.location.href;&lt;img src =&quot;http://blog.csdn.net/ivorytower/aggbug/2291136.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:25:00 +0800</pubDate><author>Mr. β</author><comments>http://blog.csdn.net/ivorytower/archive/2008/04/14/2291136.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ivorytower/archive/2008/04/14/2291136.aspx</guid><dc:creator>Mr. β</dc:creator></item></channel></rss>