<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BinKing</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/12844/rss</id><updated>2007-11-23T01:29:56Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12844/rss"/><entry><id>http://www.cnblogs.com/binking/archive/2006/11/21/567587.html</id><title type="text">Oracle SQL Loader的详细语法</title><summary type="text">Oracle SQL Loader的详细语法  SQL*LOADER是ORACLE的数据加载工具，通常用来将操作系统文件迁移到ORACLE数据库中。SQL*LOADER是大型数据  仓库选择使用的加载方法，因为它提供了最快速的途径（DIRECT，PARALLEL）。现在，我们抛开其理论不谈，用实例来使您快速掌握SQL*LOADER的使用方法。  首先，我们认识一下SQL*LOADER。  在NT下...</summary><published>2006-11-21T09:28:00Z</published><updated>2006-11-21T09:28:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/11/21/567587.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/11/21/567587.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/11/21/567444.html</id><title type="text">使用 Sql*Loader 向 Oracle 导入数据</title><summary type="text">使用Oracle的sqlldr工具来将SDSS.CSV文件中的数据导入数据库。SDSS.CSV 放置于 E:\ 内容如下： 2.3757291096910399E-4,-8.9490277843631194,20.302597, 0.00023851549291556,-0.88450365314434698,20.098101, 2.5168890447969299E-4,7.716902994...</summary><published>2006-11-21T07:49:00Z</published><updated>2006-11-21T07:49:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/11/21/567444.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/11/21/567444.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/10/26/540983.html</id><title type="text">不用ASP脚本，用SQL得到服务器上文件路径</title><summary type="text">DECLARE @Path nvarchar(260)SET @Path = 'f:\'IF RIGHT(@Path, 1) &amp;lt;&amp;gt; '\'SET @Path = @Path + '\'IF OBJECT_ID('tempdb..#') IS NOT NULLDROP TABLE #CREATE TABLE #(id int IDENTITY,directory nvarchar(260...</summary><published>2006-10-26T10:07:00Z</published><updated>2006-10-26T10:07:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/10/26/540983.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/10/26/540983.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/08/29/489843.html</id><title type="text">用索引提高SQL Server性能</title><summary type="text">特别说明　　在微软的SQL Server系统中通过有效的使用索引可以提高数据库的查询性能，但是性能的提高取决于数据库的实现。在本文中将会告诉你如何实现索引并有效的提高数据库的性能。　　　　　在关系型数据库中使用索引能够提高数据库性能，这一点是非常明显的。用的索引越多，从数据库系统中得到数据的速度就越快。然而，需要注意的是，用的索引越多，向数据库系统中插入新数据所花费的时间就越多。在本文中，你将了解...</summary><published>2006-08-29T13:59:00Z</published><updated>2006-08-29T13:59:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/08/29/489843.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/08/29/489843.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/08/25/486139.html</id><title type="text">重复提交版本之后该采取的测试策略</title><summary type="text">1）、如果有功能点的新增、修改、删除，且无法描述对系统的具体影响点，建议所有数据清空，进行一次全新的测试；好处点：1、避免测试点遗漏；2、避免脏数据；缺点： 1、测试时间变长； 2）、如果有功能点的修改，且能确切的描述对系统的影响，并详细罗列影响的功能点，可针对其罗列的影响的功能点进行测试。好处点：1、测试针对性强，可以各个击破；2、测试速度快。缺点： 1、有可能造成测试点的遗漏；</summary><published>2006-08-25T05:06:00Z</published><updated>2006-08-25T05:06:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/08/25/486139.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/08/25/486139.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/07/13/450084.html</id><title type="text">程序员怎么样才能保证自己的程序没有BUG?(转自：CSDN)</title><summary type="text">毫无疑问，程序员是善于思考问题的一族。一个程序的编写都是通过：思考、设计、编写、调试、测试以及运行这些基本的阶段。但大部分程序员都有一个问题就是不太愿意测试自己的代码。他们草草的调式完成以后就认为工作结束，测试那是测试人员的工作。 按照理论上，如果代码存在问题，那么测试人员和最终的用户肯定可以发现这些 BUG ，而等待哪个时候再返回来查找问题到底错在什么地方确实代价不小，其代价有： 1． 影响了程...</summary><published>2006-07-13T09:50:00Z</published><updated>2006-07-13T09:50:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/07/13/450084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/07/13/450084.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/07/01/440557.html</id><title type="text">模态窗口基础</title><summary type="text">在web应用中，如何以模态窗口方式新打开子窗口，并往子窗口里传递多个值，而在子窗口中，能接受这些值，并且对这些值修改后，可以再提交传递给父窗口呢？在codeproject上，有篇文章介绍了方法，下面介绍如下： 1 先建一个叫ParentWebForm的父窗口，写入其中的HTML代码如下：  &amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transit...</summary><published>2006-07-01T13:51:00Z</published><updated>2006-07-01T13:51:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/07/01/440557.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/07/01/440557.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/06/20/430631.html</id><title type="text">URL 重写（转载）</title><summary type="text">UrlRewrite有什么用处？ 1、满足搜索引擎的要求 某些搜索引擎不能支持动态页面的抓取，大量的信息就不能被潜在用户搜索到。用UrlRewrite技术你可以把 http://server/news.asp?id=111 变成 http://server/news/111.htm 这样他们就会被搜索引擎收录了。google虽然可以抓取动态页面，但是google对动态页面的评分一般低于静态页面。所...</summary><published>2006-06-20T07:22:00Z</published><updated>2006-06-20T07:22:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/06/20/430631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/06/20/430631.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/05/27/410959.html</id><title type="text">使用 Javascript 并结合 XML 制作滑动透明的菜单，且该菜单拥有跟随鼠标的注释 (转载)</title><summary type="text">本文主要介绍如何使用 javascript 加载用 XML 储存的菜单信息。此菜单以滑动的形式在页面上呈现，且该菜单的项目注释跟随鼠标移动。给你的网页带来无限的动感&amp;#8230;&amp;#8230;欲见效果请访问我的主页—— http://172.meibu.com&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 一、在&amp;lt;body&amp;gt;之前引入脚本...</summary><published>2006-05-27T14:40:00Z</published><updated>2006-05-27T14:40:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/05/27/410959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/05/27/410959.html"/></entry><entry><id>http://www.cnblogs.com/binking/archive/2006/05/13/398987.html</id><title type="text">断点续传（转载）</title><summary type="text">在了解HTTP断点续传的原理之前，让我们先来了解一下HTTP协议，HTTP协议是一种基于tcp的简单协议，分为请求和回复两种。请求协议是由客户机(浏览器)向服务器（WEB SERVER）提交请求时发送报文的协议。回复协议是由服务器(web server)，向客户机(浏览器)回复报文时的协议。请求和回复协议都由头和体组成。头和体之间以一行空行为分隔。　　以下是一个请求报文与相应的回复报文的例子： G...</summary><published>2006-05-13T02:31:00Z</published><updated>2006-05-13T02:31:00Z</updated><author><name>Relance</name><uri>http://www.cnblogs.com/binking/</uri></author><link rel="alternate" href="http://www.cnblogs.com/binking/archive/2006/05/13/398987.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/binking/archive/2006/05/13/398987.html"/></entry></feed>
