<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_一切随风</title><subtitle type="text">......---谁还记得那曾经的胡同</subtitle><id>http://feed.cnblogs.com/blog/u/8907/rss</id><updated>2007-03-12T05:20:44Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/8907/rss"/><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/05/11/397119.html</id><title type="text">数据库索引应用（ms-sql）</title><summary type="text">一、索引的概念 索引就是加快检索表中数据的方法。数据库的索引类似于书籍的索引。在书籍中，索引允许用户不必翻阅完整个书就能迅速地找到所需要的信息。在数据库中，索引也允许数据库程序迅速地找到表中的数据，而不必扫描整个数据库。二、索引的特点 1.索引可以加快数据库的检索速度 2.索引降低了数据库插入、修改、删除等维护任务的速度 3.索引创建在表上，不能创建在视图上 4.索引既可以直接创建，也可以间接创建...</summary><published>2006-05-11T03:25:00Z</published><updated>2006-05-11T03:25:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/05/11/397119.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/05/11/397119.html"/><content type="text">一、索引的概念 索引就是加快检索表中数据的方法。数据库的索引类似于书籍的索引。在书籍中，索引允许用户不必翻阅完整个书就能迅速地找到所需要的信息。在数据库中，索引也允许数据库程序迅速地找到表中的数据，而不必扫描整个数据库。二、索引的特点 1.索引可以加快数据库的检索速度 2.索引降低了数据库插入、修改、删除等维护任务的速度 3.索引创建在表上，不能创建在视图上 4.索引既可以直接创建，也可以间接创建...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/05/10/395957.html</id><title type="text">使用命令行导入导出方案（oracle）</title><summary type="text">当无法登录OMS使用可视化工具进行导入导出操作时，可使用以下方法复制方案CMD进入DOS 1.导出命令：exp user/password@数据IDowner=方案名file=c:\a.dmp log=c:\a.log文件就在C:下2.在oracle中创建你所需要的用户user13.导入命令：imp user1/password1@数据ID file=c:\a.dmp log=c:...</summary><published>2006-05-10T02:49:00Z</published><updated>2006-05-10T02:49:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/05/10/395957.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/05/10/395957.html"/><content type="text">当无法登录OMS使用可视化工具进行导入导出操作时，可使用以下方法复制方案CMD进入DOS 1.导出命令：exp user/password@数据IDowner=方案名file=c:\a.dmp log=c:\a.log文件就在C:下2.在oracle中创建你所需要的用户user13.导入命令：imp user1/password1@数据ID file=c:\a.dmp log=c:...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/05/09/395195.html</id><title type="text">使用C#调用DTS包</title><summary type="text">学习ing......在MSDN中的以下章节可以看到具体介绍ms-help://MS.MSDNQTR.2003FEB.2052/enu_kbsqlserver/en-us/sqlserver/Q319985.htm调用步骤：1.在sqlserver中创建DTS包2.C#代码调用using System;using System.Runtime.InteropServices;using DTS;n...</summary><published>2006-05-09T08:41:00Z</published><updated>2006-05-09T08:41:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/05/09/395195.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/05/09/395195.html"/><content type="text">学习ing......在MSDN中的以下章节可以看到具体介绍ms-help://MS.MSDNQTR.2003FEB.2052/enu_kbsqlserver/en-us/sqlserver/Q319985.htm调用步骤：1.在sqlserver中创建DTS包2.C#代码调用using System;using System.Runtime.InteropServices;using DTS;n...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/02/28/339753.html</id><title type="text">网页效果集合（小技巧）</title><summary type="text">1。忽视右键&lt;bodyoncontextmenu="returnfalse"&gt;或&lt;bodystyle="overflow-y:hidden"&gt;2。加入背景音乐IE:&lt;bgsoundsrc="*.mid"loop=infinite&gt;NS:&lt;embedsrc="*.mid"autostart=truehidden=trueloop=true&gt;...</summary><published>2006-02-28T08:41:00Z</published><updated>2006-02-28T08:41:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/02/28/339753.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/02/28/339753.html"/><content type="text">1。忽视右键&lt;bodyoncontextmenu="returnfalse"&gt;或&lt;bodystyle="overflow-y:hidden"&gt;2。加入背景音乐IE:&lt;bgsoundsrc="*.mid"loop=infinite&gt;NS:&lt;embedsrc="*.mid"autostart=truehidden=trueloop=true&gt;...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/02/15/330788.html</id><title type="text">ORACLE常用傻瓜問題1000問</title><summary type="text">比较有实用性的东西(http://dev.csdn.net/develop/article/21/21496.shtm)9I管理的数据字典USER视图。645. USER_ALL_TABLES 包含对用户可用的表的描述.646. USER_ARGUMENTS 列出对用户可存取的对象中的参数.647. USER_ASSOCIATIONS 当前用户所拥有的相关对象的用户定义的统计.648. USER_...</summary><published>2006-02-15T00:49:00Z</published><updated>2006-02-15T00:49:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/02/15/330788.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/02/15/330788.html"/><content type="text">比较有实用性的东西(http://dev.csdn.net/develop/article/21/21496.shtm)9I管理的数据字典USER视图。645. USER_ALL_TABLES 包含对用户可用的表的描述.646. USER_ARGUMENTS 列出对用户可存取的对象中的参数.647. USER_ASSOCIATIONS 当前用户所拥有的相关对象的用户定义的统计.648. USER_...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/02/10/328441.html</id><title type="text">网络命令一览表</title><summary type="text">ping ping是个使用频率极高的实用程序，用于确定本地主机是否能与另一台主机交换（发送与接收）数据报。根据返回的信息，你就可以推断tcp/ip参数是否设置得正确以及运行是否正常。需要注意的是：成功地与另一台主机进行一次或两次数据报交换并不表示tcp/ip配置就是正确的，你必须执行大量的本地主机与远程主机的数据报交换，才能确信tcp/ip的正确性。 简单的说，ping就是一个测试程序，如...</summary><published>2006-02-10T07:53:00Z</published><updated>2006-02-10T07:53:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/02/10/328441.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/02/10/328441.html"/><content type="text">ping ping是个使用频率极高的实用程序，用于确定本地主机是否能与另一台主机交换（发送与接收）数据报。根据返回的信息，你就可以推断tcp/ip参数是否设置得正确以及运行是否正常。需要注意的是：成功地与另一台主机进行一次或两次数据报交换并不表示tcp/ip配置就是正确的，你必须执行大量的本地主机与远程主机的数据报交换，才能确信tcp/ip的正确性。 简单的说，ping就是一个测试程序，如...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2006/02/07/326706.html</id><title type="text">自定义应用程序配置文件（app.config）</title><summary type="text">1. 配置文件概述： 应用程序配置文件是标准的 XML 文件，XML 标记和属性是区分大小写的。它是可以按需要更改的，开发人员可以使用配置文件来更改设置，而不必重编译应用程序。配置文件的根节点是configuration。我们经常访问的是appSettings，它是由.Net预定义配置节。我们经常使用的配置文件的架构是象下面的形式。先大概有个印象，通过后面的实例会有一个比较清楚的认识。下面的&amp;#8...</summary><published>2006-02-07T09:15:00Z</published><updated>2006-02-07T09:15:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2006/02/07/326706.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2006/02/07/326706.html"/><content type="text">1. 配置文件概述： 应用程序配置文件是标准的 XML 文件，XML 标记和属性是区分大小写的。它是可以按需要更改的，开发人员可以使用配置文件来更改设置，而不必重编译应用程序。配置文件的根节点是configuration。我们经常访问的是appSettings，它是由.Net预定义配置节。我们经常使用的配置文件的架构是象下面的形式。先大概有个印象，通过后面的实例会有一个比较清楚的认识。下面的&amp;#8...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2005/08/04/207427.html</id><title type="text">XmlHttp异步获取网站数据</title><summary type="text">&lt;script&gt;var oDiv var xh function getXML(){oDiv = document.all.moDiv.innerHTML = "正在装载栏目数据，请稍侯......."oDiv.style.display= ""xh = new ActiveXObject("Microsoft.XMLHTTP")xh.onreadystatechange = getR...</summary><published>2005-08-04T06:44:00Z</published><updated>2005-08-04T06:44:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207427.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207427.html"/><content type="text">&lt;script&gt;var oDiv var xh function getXML(){oDiv = document.all.moDiv.innerHTML = "正在装载栏目数据，请稍侯......."oDiv.style.display= ""xh = new ActiveXObject("Microsoft.XMLHTTP")xh.onreadystatechange = getR...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2005/08/04/207412.html</id><title type="text">页面无刷新获取数据的几种方式浅析</title><summary type="text">frame/iframe刷新：一般是用一个隐藏的iframe/frame页面，定时刷新，从服务器获取最新消息，并执行脚本，将消息反映到客户端。这种方法的好处是兼容性好，适用于所有支持frame和脚本的浏览器，缺点就是因为是网页直接刷新，有可能在某些机子上每次刷新都会有“吧嗒”的声音，如果浏览器状态栏可见，上面的进度条会一闪一闪的，比较烦人。例如微软最新推出的Msn Web ...</summary><published>2005-08-04T06:30:00Z</published><updated>2005-08-04T06:30:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207412.html"/><content type="text">frame/iframe刷新：一般是用一个隐藏的iframe/frame页面，定时刷新，从服务器获取最新消息，并执行脚本，将消息反映到客户端。这种方法的好处是兼容性好，适用于所有支持frame和脚本的浏览器，缺点就是因为是网页直接刷新，有可能在某些机子上每次刷新都会有“吧嗒”的声音，如果浏览器状态栏可见，上面的进度条会一闪一闪的，比较烦人。例如微软最新推出的Msn Web ...</content></entry><entry><id>http://www.cnblogs.com/hanfeng/archive/2005/08/04/207402.html</id><title type="text">利用XMLHTTP无刷新添加数据</title><summary type="text"/><published>2005-08-04T06:19:00Z</published><updated>2005-08-04T06:19:00Z</updated><author><name>随风</name><uri>http://www.cnblogs.com/hanfeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207402.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanfeng/archive/2005/08/04/207402.html"/><content type="text"/></entry></feed>
