<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_holym</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/17583/rss</id><updated>2006-11-16T06:51:05Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17583/rss"/><entry><id>http://www.cnblogs.com/holym/archive/2006/11/16/562540.html</id><title type="text">在C++类中实现Windows窗口的创建</title><summary type="text">在C++类中实现Windows窗口的创建</summary><published>2006-11-16T06:48:00Z</published><updated>2006-11-16T06:48:00Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><link rel="alternate" href="http://www.cnblogs.com/holym/archive/2006/11/16/562540.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/archive/2006/11/16/562540.html"/></entry><entry><id>http://www.cnblogs.com/holym/archive/2006/04/19/378986.html</id><title type="text">自己写的一个JSP上传文件和下载文件的JavaBean</title><summary type="text">天看了一些关于JSP，Servlet方面的资料，写了简单的两个JavaBean。一个是UpLoad,一个是DownLoad。写得很简单，没有使用其它任何组件，自己做的。大家可以来看看。1.RunningUpLoader上传Bean 首先是RunningUpLoader.java，代码有些多，因为我是自己来解析输入流的。package testupload;import java.io.*;impo...</summary><published>2006-04-19T03:26:00Z</published><updated>2006-04-19T03:26:00Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><link rel="alternate" href="http://www.cnblogs.com/holym/archive/2006/04/19/378986.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/archive/2006/04/19/378986.html"/></entry><entry><id>http://www.cnblogs.com/holym/archive/2006/04/19/378981.html</id><title type="text">Java2下Applet数字签名具体实现方法</title><summary type="text">老文章，用到了就转贴一下，方便记忆。我的项目是使用APPLET制作一个实时消息队列监控程序，由于涉及到了本地资源，对APPLET一定要进行数字签名和认证。我使用的环境是WINDOWS2000，应用服务器是WEBLOGIC6.0，开发环境是JBUILDER4.0。之前我提醒大家一定要注意服务器端和客户端的概念。那些文件应该在服务器端，那些文件应该在客户端。 　　首先在客户端使用JRE1.3.0_01...</summary><published>2006-04-19T03:25:00Z</published><updated>2006-04-19T03:25:00Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><link rel="alternate" href="http://www.cnblogs.com/holym/archive/2006/04/19/378981.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/archive/2006/04/19/378981.html"/></entry><entry><id>http://www.cnblogs.com/holym/archive/2006/03/28/360990.html</id><title type="text">Transact SQL 常用语句以及函数</title><summary type="text">Transact SQL语句功能========================================================================　　--数据操作　　SELECT--从数据库表中检索数据行和列　　　　　　INSERT--向数据库表添加新数据行　　　　　　DELETE--从数据库表中删除数据行　　　　　　UPDATE--更新数据库表中的数据　　--数据定...</summary><published>2006-03-28T07:31:00Z</published><updated>2006-03-28T07:31:00Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><link rel="alternate" href="http://www.cnblogs.com/holym/archive/2006/03/28/360990.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/archive/2006/03/28/360990.html"/></entry><entry><id>http://www.cnblogs.com/holym/archive/2006/03/28/360656.html</id><title type="text"> 如何在MDI程序中把子窗体菜单合并到主窗体上 </title><summary type="text">这里只讲在MDI中，子菜单与父菜单合并的简单方法。首先在MDI的主窗体中：1．在主窗体构造函数中，添加如下代码，注意要在InitializeComponent调用之后，如： //Add File Menu MenuItem miFile = mnuMain.MenuItems.Add("&amp;amp;File"); miFile.MergeOrder=1; miFile.MergeType = Men...</summary><published>2006-03-28T02:11:00Z</published><updated>2006-03-28T02:11:00Z</updated><author><name>holym</name><uri>http://www.cnblogs.com/holym/</uri></author><link rel="alternate" href="http://www.cnblogs.com/holym/archive/2006/03/28/360656.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/holym/archive/2006/03/28/360656.html"/></entry></feed>
