<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>phker的专栏</title><link>http://blog.csdn.net/phker/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 13 Apr 2008 17:57:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>phker</dc:creator><title>功能很全的JavaScript 处理web表格</title><link>http://blog.csdn.net/phker/archive/2008/04/11/2280962.aspx</link><pubDate>Fri, 11 Apr 2008 09:48:00 GMT</pubDate><guid>http://blog.csdn.net/phker/archive/2008/04/11/2280962.aspx</guid><wfw:comment>http://blog.csdn.net/phker/comments/2280962.aspx</wfw:comment><comments>http://blog.csdn.net/phker/archive/2008/04/11/2280962.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phker/comments/commentRss/2280962.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2280962</trackback:ping><description>JavaScript ，处理web表格，功能很不错！
&lt;img src ="http://blog.csdn.net/phker/aggbug/2280962.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>phker</dc:creator><title>javaScript表格宽度拖拉效果</title><link>http://blog.csdn.net/phker/archive/2008/04/10/2278582.aspx</link><pubDate>Thu, 10 Apr 2008 17:34:00 GMT</pubDate><guid>http://blog.csdn.net/phker/archive/2008/04/10/2278582.aspx</guid><wfw:comment>http://blog.csdn.net/phker/comments/2278582.aspx</wfw:comment><comments>http://blog.csdn.net/phker/archive/2008/04/10/2278582.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phker/comments/commentRss/2278582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2278582</trackback:ping><description>javascript实现 表格宽度 拖放&lt;img src ="http://blog.csdn.net/phker/aggbug/2278582.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>phker</dc:creator><title>最佳css控制打印方法</title><link>http://blog.csdn.net/phker/archive/2008/04/07/2257830.aspx</link><pubDate>Mon, 07 Apr 2008 18:58:00 GMT</pubDate><guid>http://blog.csdn.net/phker/archive/2008/04/07/2257830.aspx</guid><wfw:comment>http://blog.csdn.net/phker/comments/2257830.aspx</wfw:comment><comments>http://blog.csdn.net/phker/archive/2008/04/07/2257830.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phker/comments/commentRss/2257830.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2257830</trackback:ping><description>有了这个css基本上可以完成所有对打印的控制要求！&lt;img src ="http://blog.csdn.net/phker/aggbug/2257830.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>phker</dc:creator><title>JavaMail中文附件处理(转载)</title><link>http://blog.csdn.net/phker/archive/2008/02/21/2111567.aspx</link><pubDate>Thu, 21 Feb 2008 15:48:00 GMT</pubDate><guid>http://blog.csdn.net/phker/archive/2008/02/21/2111567.aspx</guid><wfw:comment>http://blog.csdn.net/phker/comments/2111567.aspx</wfw:comment><comments>http://blog.csdn.net/phker/archive/2008/02/21/2111567.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/phker/comments/commentRss/2111567.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2111567</trackback:ping><description>    // 添加多个附件 
private void TianJiaFuJian() throws MessagingException, IOException ...{
        for (int i = 0; i &lt; this.fujian.size(); i++) ...{
            if (fujianFileName.get(i) != "") ...{
                BodyPart mdp = new MimeBodyPart();
                String path = fujian.get(i).toString();
                FileDataSource fds = new FileDataSource(path);
                DataHandler dh = new DataHandler(fds);
                mdp.setDataHandler(dh);                
              &lt;img src ="http://blog.csdn.net/phker/aggbug/2111567.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>