<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_《八零年代》.NET之家</title><subtitle type="text">记载自己在学习.NET的过程中遇到的点点滴滴.......</subtitle><id>http://feed.cnblogs.com/blog/u/23946/rss</id><updated>2007-06-30T07:05:41Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23946/rss"/><entry><id>http://www.cnblogs.com/54tiger/archive/2007/06/30/801373.html</id><title type="text">C#WINDOWS 程序设计(1)消息框和窗体 </title><summary type="text">一 消息框 通个MessageBox指明显示那些按钮,通个MessageBoxIcon指明显示那种图标.其返回值和Delphi一样是 个枚举类型.二 窗口 窗口继承自Control,Control的派生类都有Show和Hide方法,show表示显示,Hide表示隐藏.还有Text属性表示控件要显示的文字. 对窗口来说是标题,对文本框是要编辑的文字. 只要定义好窗口,只要把窗体加入Applicati...</summary><published>2007-06-30T07:06:00Z</published><updated>2007-06-30T07:06:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/06/30/801373.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/06/30/801373.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/02/22/653685.html</id><title type="text">如何实现 网站在线人数以及历史访问人数的统计</title><summary type="text">这么短的代码，我整整 两天 才把这个测试成功，很可惜在baidu ,google 等搜索引擎上都没有搜到，不然我也不用这么辛苦，这其中遇到了很多很多多的问题，记得最多时有13处错误。&#xD;&#xD;非常感谢几位网友给了我很多的支持，我要把这篇文章第一个分享给他们。&#xD;我认为只有分享，并去寻找新的发现，才够意义。&#xD;</summary><published>2007-02-22T05:06:00Z</published><updated>2007-02-22T05:06:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/02/22/653685.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/02/22/653685.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/02/13/649542.html</id><title type="text">使用.NET自带的类实现DataGrid报表的打印（转）</title><summary type="text">using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Printing; using System.Data; using System.Collections; using DataLibrary; namespace ControlLibrary { /// &amp;lt;summar...</summary><published>2007-02-13T08:19:00Z</published><updated>2007-02-13T08:19:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/02/13/649542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/02/13/649542.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/02/13/649537.html</id><title type="text">ASP.Net下两种全局变量的设置和读取方法</title><summary type="text">本文介绍两种ASP.Net项目中全局变量使用的方式。web.config文件 和 Gloab文件。</summary><published>2007-02-13T08:16:00Z</published><updated>2007-02-13T08:16:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/02/13/649537.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/02/13/649537.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/02/05/640683.html</id><title type="text">DIV+CSS导航菜单代码，挺不错的。共享下</title><summary type="text">第一种，如果要看演示，新建记事本，把下面代码加进去后保存，文件名改成 ：abc.htm,然后直接运行就可以看了。Copy code&amp;lt;style type="text/css"&amp;gt; #nav{ height: 44px; width: 600px; background: #FFF; } .vline{ background: #999; width: 1px; height: 20px;...</summary><published>2007-02-05T06:37:00Z</published><updated>2007-02-05T06:37:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/02/05/640683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/02/05/640683.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/01/20/625633.html</id><title type="text">DataGrid合并/删除相同列通用函数（转载）</title><summary type="text">鉴于相当多页面都要做合并列，我最近写了DataGrid合并/删除相同列通用函数，跟大家分享。&#xD;</summary><published>2007-01-20T08:56:00Z</published><updated>2007-01-20T08:56:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625633.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625633.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/01/20/625628.html</id><title type="text">怎样在vb.net中将图片存入SQL Server 2000并能读出来使用?</title><summary type="text">在vb.net中将图片存入SQL Server 2000并能读出来的代码，VB.NET写的，^_^</summary><published>2007-01-20T08:52:00Z</published><updated>2007-01-20T08:52:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625628.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625628.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/01/20/625623.html</id><title type="text">asp.net中如何检测用户名已经存在？</title><summary type="text">一个SELECT语句就解决了。 SELECT COUNT（*） FROM USER WHERE USERID=‘USERID’ 然后再加上一个判断就办了！如果为零，就没有这个用户名，可以使用；大于零就是有这个用户了！set rs=server.createobject("adodb.recordset")'建立连接对象 sql="select * from 表名 where 用户列名='"&amp;amp...</summary><published>2007-01-20T08:48:00Z</published><updated>2007-01-20T08:48:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625623.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/01/20/625623.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/01/18/623846.html</id><title type="text">加强的alert confirm js自定义对话框 多个按钮 ICO自定义 </title><summary type="text">&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;对话框&amp;lt;/title&amp;gt;&amp;lt;linkrel="stylesheet"type="text/css"href="/modules/commons/css/dialog.css"&amp;gt;&amp;lt;scriptsrc="/modules/commons/js/prototype.js"&amp;gt;&amp;lt;/script&amp;g...</summary><published>2007-01-18T07:18:00Z</published><updated>2007-01-18T07:18:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/01/18/623846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/01/18/623846.html"/></entry><entry><id>http://www.cnblogs.com/54tiger/archive/2007/01/18/623829.html</id><title type="text">VS2005中ReportViewer 本地模式下报表呈现 入门示例 （转）</title><summary type="text">本示例操作 主要实现a. ReportViewer关联Report1.rdlc的简单呈现b. 对带有报表参数的Report1.rdlc的呈现c. 利用程式生成的DataSet 填充报表d. 调用存储过程 生成DataSet 填充报表==========简单的呈现 ==========1. 打开VS2005，文件-&amp;gt;新建-&amp;gt;网站 选择语言种类（C#）2. 在该解决方案下 设计其已经生成的...</summary><published>2007-01-18T07:07:00Z</published><updated>2007-01-18T07:07:00Z</updated><author><name>清一</name><uri>http://www.cnblogs.com/54tiger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/54tiger/archive/2007/01/18/623829.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/54tiger/archive/2007/01/18/623829.html"/></entry></feed>
