<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_※IT技术论坛※</title><subtitle type="text">欢迎大家来研究这些技术，祝各位百尺竿头、更进一步！</subtitle><id>http://feed.cnblogs.com/blog/u/14426/rss</id><updated>2008-05-29T07:34:54Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14426/rss"/><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2007/01/17/622298.html</id><title type="text">带有时间的网页日期控件</title><summary type="text">/Files/happy-wangtao/calendar2.rar</summary><published>2007-01-17T02:07:00Z</published><updated>2007-01-17T02:07:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2007/01/17/622298.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2007/01/17/622298.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/31/608719.html</id><title type="text">JAVA实现ASCII码与EBCDIC码的相互转换</title><summary type="text">import java.io.*;public class coder{ /**  * ASCII码对应表  */ private static final String [] ASCII={  "NUL", /* ASCII 0 0x00 "Null" */  "SOH", /* ASCII 1 0x01 "Start of Heading" */  "STX", /* ASCII 2 0x02...</summary><published>2006-12-31T03:23:00Z</published><updated>2006-12-31T03:23:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/31/608719.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/31/608719.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603929.html</id><title type="text">一个用于网页的日期控件</title><summary type="text">/Files/happy-wangtao/calendar.rar</summary><published>2006-12-26T05:06:00Z</published><updated>2006-12-26T05:06:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603929.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603929.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603827.html</id><title type="text">一个实现FTP上传的JAVA类</title><summary type="text">import java.io.*;import sun.net.*;import sun.net.ftp.*;public class file_upload{//定义变量String filename;FtpClient ftpClient;//初始化函数public file_upload(){filename=null;ftpClient=new FtpClient();}//登录ftp服务...</summary><published>2006-12-26T02:02:00Z</published><updated>2006-12-26T02:02:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603827.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603827.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603816.html</id><title type="text">MD5算法的JAVASCRIPT实现</title><summary type="text">function MD5(sMessage) {function RotateLeft(lValue, iShiftBits) { return (lValue&amp;lt;&amp;lt;iShiftBits) | (lValue&amp;gt;&amp;gt;&amp;gt;(32-iShiftBits)); }function AddUnsigned(lX,lY) {var lX4,lY4,lX8,lY8,lResult;lX8...</summary><published>2006-12-26T01:55:00Z</published><updated>2006-12-26T01:55:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603816.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/26/603816.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602031.html</id><title type="text">介绍一款绿色的VB打包工具</title><summary type="text">VB-PowerWrap允许你将程序所必需的所有.dll 文件与.ocx 文件打包到你的VB 程序内部，并且不需要用户安装，直接就可以运行。并且 VB-PowerWrap 可以自动注册所必需的.dll 与.ocx 文件！VB-PowerWrap通过扫描一个Visual Basic 的工程文件，并将该工程所需要的文件进行打包，然后创建一个包含所有必要文件的可执行文件供程序员发布。VB-PowerWr...</summary><published>2006-12-24T03:01:00Z</published><updated>2006-12-24T03:01:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602031.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602030.html</id><title type="text">一个解析XML的VB类</title><summary type="text">首先，安装控件msxml4.msi，并在VB中引用Microsoft XML。类ClsXml.cls的程序如下：Option ExplicitPrivate document As DOMDocumentPrivate action As IXMLDOMElementPublic Property Let xml(ByVal xml As String) Set document = New DO...</summary><published>2006-12-24T03:00:00Z</published><updated>2006-12-24T03:00:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602030.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602030.html"/></entry><entry><id>http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602029.html</id><title type="text">JAVA语言发送EMAIL的两种方法</title><summary type="text">方法一：使用类sun.net.smtp.SmtpClientpackage mail;import java.io.*;import sun.net.smtp.*;public class smtp{String server,from,to;public smtp(){server="smtp.sina.com.cn";from="wangtao_1979@sina.com";to="happy...</summary><published>2006-12-24T02:59:00Z</published><updated>2006-12-24T02:59:00Z</updated><author><name>旺旺</name><uri>http://www.cnblogs.com/happy-wangtao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602029.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/happy-wangtao/archive/2006/12/24/602029.html"/></entry></feed>
