<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_gweber</title><subtitle type="text">每一缕清新的阳光都值得珍惜，每一首歌都有最美丽的旋律，每一个生命都应该受到尊重。</subtitle><id>http://feed.cnblogs.com/blog/u/12253/rss</id><updated>2005-09-17T06:27:16Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12253/rss"/><entry><id>http://www.cnblogs.com/gweber/archive/2005/08/30/225875.html</id><title type="text">DropDownList的一个有趣的Bug~ </title><summary type="text">假设有如下简单代码privatevoidPage_Load(objectsender,System.EventArgse){if(!IsPostBack){this.LoadRuleType();}}privatevoidLoadRuleType(){ListItemli=newListItem("AAAA","A");this.drpRuleType.Items.Add(li);li=newLi...</summary><published>2005-08-30T02:34:00Z</published><updated>2005-08-30T02:34:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/08/30/225875.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/08/30/225875.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/08/30/225711.html</id><title type="text">Oracle函数详解</title><summary type="text">PL/SQL单行函数和组函数详解　函数是一种有零个或多个参数并且有一个返回值的程序。在SQL中Oracle内建了一系列函数，这些函数都可被称为SQL或PL/SQL语句，函数主要分为两大类： 　　 单行函数　　 组函数 　　本文将讨论如何利用单行函数以及使用规则。　　SQL中的单行函数　　SQL和PL/SQL中自带很多类型的函数，有字符、数字、日期、转换、和混合型等多种函数用于处理单行数据，因此这些...</summary><published>2005-08-30T00:42:00Z</published><updated>2005-08-30T00:42:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/08/30/225711.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/08/30/225711.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/25/199672.html</id><title type="text">上传asp.net页面存在的一些问题</title><summary type="text">把ASP.NET留言本程序上传到远程空间 为了使留言本程序上传到远程空间后能正常的运行，下面介绍几个安装要点。 1、本教程提供的留言本源程序是以站点根目录为主，由于要用到web.config配置文件、bin目录以及aspnet_client脚本库，这三个文件和目录必须放在站点的根目录下才能数据集、窗体验证程序正常运行。 2、本教程的源程序文件和web.config配置文件、bin目录以及aspne...</summary><published>2005-07-25T06:36:00Z</published><updated>2005-07-25T06:36:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/25/199672.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/25/199672.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/12/191063.html</id><title type="text">下拉列表二级连动(js)</title><summary type="text">1&amp;lt;html&amp;gt;2&amp;lt;head&amp;gt;3&amp;lt;title&amp;gt;List&amp;lt;/title&amp;gt;4&amp;lt;metahttp-equiv="Content-Type"content="text/html;charset=gb2312"&amp;gt;5&amp;lt;scriptLANGUAGE="javascript"&amp;gt;6varonecount;7onecount=0;89subcat=...</summary><published>2005-07-12T00:11:00Z</published><updated>2005-07-12T00:11:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/12/191063.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/12/191063.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/06/187292.html</id><title type="text">ASP.NET发送邮件(二)</title><summary type="text">asp.net发送邮件的方式不少，我经常用这样两种：一，System.Web.Mail 和System.Web.UtilpublicstaticvoidSendMail(stringfrom,stringto,stringsubject,stringbody){MailMessageemail=newMailMessage();email.From=from;email.To=to;email.S...</summary><published>2005-07-06T09:03:00Z</published><updated>2005-07-06T09:03:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187292.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187292.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/06/187284.html</id><title type="text">ASP.NET 发送邮件(一)</title><summary type="text">用Asp.Net 来发送E-mail 在这篇文章中，我们将演示如何编写asp.net来发送emails。这将要讨论到诸如email 格式，优先级别，附件和邮件加密。 Asp.net通过使用SmtpMail对象来发送邮件。SmtpMail对象发送邮件是通过以下几步来完成的。 # 导入与mail相关的名称空间。 # 建立一个message对象并设置属性。 # 通过SmtpMail对象实例的'Send'...</summary><published>2005-07-06T08:50:00Z</published><updated>2005-07-06T08:50:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187284.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187284.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/06/187257.html</id><title type="text">SQL Plus常用命令列表</title><summary type="text">命令列表： 假设当前执行命令为：select * from tab; (a)ppend　　　　 添加文本到缓冲区当前行尾　　　　a order by tname　结果：select * from tab order by tname; 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　（注：a后面跟2个空格） (c)hange/old/new 在当前行用新的文本替换旧的文...</summary><published>2005-07-06T08:19:00Z</published><updated>2005-07-06T08:19:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187257.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187257.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/06/187244.html</id><title type="text">SQL Plus 初级使用</title><summary type="text">1。SQL*PLUS是包括标准的SQL和Oracle公司的一些命令组成的产品2。在SQL*PLUS操作界面上paste文字的方法：选中要粘贴的文字，左键不放同时按右键。3。刚接触ORACLE，需特别注意COMMIT命令，还有ROLLBACK。4。了解一下TOAD,SQL*LOAD,PL*SQL等工具。5。一般我们接触的有DDL和DML两种类型的命令。如下是一些常用到的语句,需熟练掌握才是：1、显示...</summary><published>2005-07-06T08:03:00Z</published><updated>2005-07-06T08:03:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187244.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/06/187244.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/07/05/186657.html</id><title type="text">c#操作Oracle示例</title><summary type="text">这段代码打开了MyTable表，并把操作员的名字列出。字段类型是OracleString。读取的时候用的是字段编号，我不知道怎么使用字段名来读取某字段的内容。下面是代码：//首先添加两条引用using System.Data.OracleClient;using System.Data; //在窗体上添加一个按钮，叫Button1，双击Button1，输入以下代码private void Butt...</summary><published>2005-07-05T06:28:00Z</published><updated>2005-07-05T06:28:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/07/05/186657.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/07/05/186657.html"/></entry><entry><id>http://www.cnblogs.com/gweber/archive/2005/06/21/178599.html</id><title type="text">七种武器 </title><summary type="text">第一种武器：开发工具 至少熟练掌握两到三种开发工具的使用，这是程序员的立身之本，其中C/C++和JAVA是我重点推荐的开发工具，C/C++以其高效率和高度的灵活性成为开发工具中的利器，很多系统级的软件还是用C/C++编写。而JAVA的跨平台和与WEB很好的结合是JAVA的优势所在，而本人对SUN公司的&amp;#8220;网络即计算机&amp;#8221;的概念相当欣赏，并相信JAVA即其相关的技术集JAVAOn...</summary><published>2005-06-21T12:09:00Z</published><updated>2005-06-21T12:09:00Z</updated><author><name>Gweber.NET</name><uri>http://www.cnblogs.com/gweber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gweber/archive/2005/06/21/178599.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gweber/archive/2005/06/21/178599.html"/></entry></feed>
