<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_蓝色的天空---. NET</title><subtitle type="text">开心每一天轻松写程序</subtitle><id>http://feed.cnblogs.com/blog/u/21860/rss</id><updated>2010-01-09T08:54:55Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21860/rss"/><entry><id>http://www.cnblogs.com/candywyq/archive/2010/01/09/1643024.html</id><title type="text">使用 ADO.NET 和 Oracle 进行高级数据访问 （转自）</title><summary type="text">使用 ADO.NET 和 Oracle 进行高级数据访问 （收藏）（转自： http://msdn.microsoft.com/zh-cn/library/ms971488.aspx）适用范围：Microsoft ADO.NET 1.1Oracle 数据类型摘要：学习如何使用 ADO.NET 1.1 从复杂的 Oracle 数据类型中检索数据。 引言.NET Framework Data Prov...</summary><published>2010-01-09T08:52:00Z</published><updated>2010-01-09T08:52:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2010/01/09/1643024.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2010/01/09/1643024.html"/><content type="text">使用 ADO.NET 和 Oracle 进行高级数据访问 （收藏）（转自： http://msdn.microsoft.com/zh-cn/library/ms971488.aspx）适用范围：Microsoft ADO.NET 1.1Oracle 数据类型摘要：学习如何使用 ADO.NET 1.1 从复杂的 Oracle 数据类型中检索数据。 引言.NET Framework Data Prov...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/06/15/1503632.html</id><title type="text">HttpRequest, HttpRuntime, AppDomain and friends()</title><summary type="text">看这里吧：http://duartes.org/gustavo/articles/Asp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspxASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, AppDomain and friendsLast modified on Tuesday, 1...</summary><published>2009-06-15T07:07:00Z</published><updated>2009-06-15T07:07:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/06/15/1503632.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/06/15/1503632.html"/><content type="text">看这里吧：http://duartes.org/gustavo/articles/Asp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspxASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, AppDomain and friendsLast modified on Tuesday, 1...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/06/10/1500618.html</id><title type="text">在showModalDialog窗体里，单击服务端Button产生新页面解决方法</title><summary type="text">在showModalDialog窗体里，单击服务端Button会产生一个新的页面，解决办法：在&lt;head&gt;&lt;/head&gt;之间加上&lt;base target="_self"&gt;</summary><published>2009-06-10T08:33:00Z</published><updated>2009-06-10T08:33:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/06/10/1500618.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/06/10/1500618.html"/><content type="text">在showModalDialog窗体里，单击服务端Button会产生一个新的页面，解决办法：在&lt;head&gt;&lt;/head&gt;之间加上&lt;base target="_self"&gt;</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/06/03/1494975.html</id><title type="text">asp.net按钮 button的onclick事件 与oncommand 事件的区别 汇总</title><summary type="text">网上Google了下 查到了有关“asp .net中 button的 onclick事件 与oncommand 事件区别” 的相关资料加以汇总下。来自：http://hi.baidu.com/cc2c/blog/item/4d6c1ea426c9acf29152ee72.html的资料如下：——————...</summary><published>2009-06-02T17:09:00Z</published><updated>2009-06-02T17:09:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/06/03/1494975.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/06/03/1494975.html"/><content type="text">网上Google了下 查到了有关“asp .net中 button的 onclick事件 与oncommand 事件区别” 的相关资料加以汇总下。来自：http://hi.baidu.com/cc2c/blog/item/4d6c1ea426c9acf29152ee72.html的资料如下：——————...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/30/1491953.html</id><title type="text">SQL 连接字符串的说明（转）</title><summary type="text">SQL 连接字符串的说明转自：http://hi.baidu.com/arslong/blog/item/b23307e76252342cb8382001.htmlItem1连接字符串中常用的声明有：服务器声明：Data Source、Server和Addr等。数据库声明：Initial Catalog和DataBase等。集成Windows账号的安全性声明：Integrated Security...</summary><published>2009-05-29T18:05:00Z</published><updated>2009-05-29T18:05:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/30/1491953.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/30/1491953.html"/><content type="text">SQL 连接字符串的说明转自：http://hi.baidu.com/arslong/blog/item/b23307e76252342cb8382001.htmlItem1连接字符串中常用的声明有：服务器声明：Data Source、Server和Addr等。数据库声明：Initial Catalog和DataBase等。集成Windows账号的安全性声明：Integrated Security...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/30/1491945.html</id><title type="text">JavaScript相关资料（ 收集中.......)</title><summary type="text">一、JavaScript技巧收集（231）1.文本框焦点问题onBlur:当失去输入焦点后产生该事件onFocus:当输入获得焦点后，产生该文件Onchange:当文字值改变时，产生该事件Onselect:当文字加亮后，产生该文件&lt;inputtype="text"value="a"&gt;点击时文字消失，失去焦点时文字再出现2.网页按钮的特殊颜色&lt;inputtype=buttonnam...</summary><published>2009-05-29T17:29:00Z</published><updated>2009-05-29T17:29:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/30/1491945.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/30/1491945.html"/><content type="text">一、JavaScript技巧收集（231）1.文本框焦点问题onBlur:当失去输入焦点后产生该事件onFocus:当输入获得焦点后，产生该文件Onchange:当文字值改变时，产生该事件Onselect:当文字加亮后，产生该文件&lt;inputtype="text"value="a"&gt;点击时文字消失，失去焦点时文字再出现2.网页按钮的特殊颜色&lt;inputtype=buttonnam...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/26/1490158.html</id><title type="text">Visual Studio常用小技巧 觉得不错 转一下</title><summary type="text">转自：http://www.cnblogs.com/xugang/archive/2008/12/14/1354802.html1. 怎样调整代码排版的格式？选择：编辑—&gt;高级—&gt;设置文档的格式 或 编辑—&gt;高级—&gt;设置选中代码的格式。格式化cs代码：Ctrl+k+f 格式化aspx代码：Ctrl+k+d 2. 怎样跳转到指定...</summary><published>2009-05-26T07:50:00Z</published><updated>2009-05-26T07:50:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/26/1490158.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/26/1490158.html"/><content type="text">转自：http://www.cnblogs.com/xugang/archive/2008/12/14/1354802.html1. 怎样调整代码排版的格式？选择：编辑—&gt;高级—&gt;设置文档的格式 或 编辑—&gt;高级—&gt;设置选中代码的格式。格式化cs代码：Ctrl+k+f 格式化aspx代码：Ctrl+k+d 2. 怎样跳转到指定...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/22/1487241.html</id><title type="text">Web开发中用的工具（不断更新）</title><summary type="text">1、W3School : http://www.w3school.com.cn/ 描述：领先的 Web 技术教程 - 全部免费，要了解html、xml 、javascript等的知识，这是个绝对权威的网站，看看吧， 包你满意，一个字“棒”！2、彬Go 关注前端开发/网页设计/网站可用性/用户体验 描述：瞧瞧这位哥们的博客内容，里面的东西，是相当可以滴。强烈推荐，真的很棒！3...</summary><published>2009-05-22T09:25:00Z</published><updated>2009-05-22T09:25:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1487241.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1487241.html"/><content type="text">1、W3School : http://www.w3school.com.cn/ 描述：领先的 Web 技术教程 - 全部免费，要了解html、xml 、javascript等的知识，这是个绝对权威的网站，看看吧， 包你满意，一个字“棒”！2、彬Go 关注前端开发/网页设计/网站可用性/用户体验 描述：瞧瞧这位哥们的博客内容，里面的东西，是相当可以滴。强烈推荐，真的很棒！3...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/22/1486716.html</id><title type="text">C#实现Web文件上传的两种方法 （转）</title><summary type="text">C#实现Web文件上传的两种方法【转自】：http://www.cnblogs.com/guiliangfeng/archive/2009/03/11/1408645.html在Web编程中,我们常需要把一些本地文件上传到Web服务器上,上传后,用户可以通过浏览器方便地浏览这些文件，应用十分广泛。 那么使用C#如何实现文件上传的功能呢?下面笔者简要介绍一下。首先,在你的Visual C# ...</summary><published>2009-05-21T16:31:00Z</published><updated>2009-05-21T16:31:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1486716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1486716.html"/><content type="text">C#实现Web文件上传的两种方法【转自】：http://www.cnblogs.com/guiliangfeng/archive/2009/03/11/1408645.html在Web编程中,我们常需要把一些本地文件上传到Web服务器上,上传后,用户可以通过浏览器方便地浏览这些文件，应用十分广泛。 那么使用C#如何实现文件上传的功能呢?下面笔者简要介绍一下。首先,在你的Visual C# ...</content></entry><entry><id>http://www.cnblogs.com/candywyq/archive/2009/05/22/1486715.html</id><title type="text">document,event javascript中常用对象介绍   带中文说明的 (转)</title><summary type="text">document,event javascript中常用对象介绍 【转自】：大口仔[注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写，否则会提示你一个错误信息 “引用的元素为空或者不是对象”]========================================================================对象属性:d...</summary><published>2009-05-21T16:28:00Z</published><updated>2009-05-21T16:28:00Z</updated><author><name>Candyxiaoqiang</name><uri>http://www.cnblogs.com/candywyq/</uri></author><link rel="alternate" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1486715.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/candywyq/archive/2009/05/22/1486715.html"/><content type="text">document,event javascript中常用对象介绍 【转自】：大口仔[注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写，否则会提示你一个错误信息 “引用的元素为空或者不是对象”]========================================================================对象属性:d...</content></entry></feed>
