<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_RunSir'Blog--For Technology</title><subtitle type="text">人生没有彩排，更不会有重播，每秒都在直播中渡过；放弃等于失去一切，坚持将至少保持获得一切的一丝希望。</subtitle><id>http://feed.cnblogs.com/blog/u/26905/rss</id><updated>2008-03-13T16:41:23Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26905/rss"/><entry><id>http://www.cnblogs.com/runsir/archive/2008/03/14/1104777.html</id><title type="text">HP Bios开机密码设定和删除</title><summary type="text">HP开机BIOS密码的设定删除和更改.注意：这是从HP服务器借鉴而来也就是开机那个小钥匙的设定与删除。1.密码位数：开机密码位数小于或等于 7 位。如果设定大于 7 位，系统也提示设定成功，但是关机重启后输入此前设定的密码无法通过2.设定密码：开机自检后按 F9 进入 BIOS ，选择 Server Passwords ，然后进入 Set Power-on password ，输入两遍密码 3.清...</summary><published>2008-03-13T16:41:00Z</published><updated>2008-03-13T16:41:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2008/03/14/1104777.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2008/03/14/1104777.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2008/03/05/1091431.html</id><title type="text">Windows SharePoint Server基本资料</title><summary type="text">Windows SharePoint Server With SP1 http://www.microsoft.com/downloads/details.aspx?familyid=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;amp;displaylang=zh-cnWindows SharePoint Server SDK V1.3 http://www.micr...</summary><published>2008-03-05T03:05:00Z</published><updated>2008-03-05T03:05:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2008/03/05/1091431.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2008/03/05/1091431.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/11/20/966141.html</id><title type="text">如何用C#语言构造蜘蛛程序</title><summary type="text">"蜘蛛"（Spider）是Internet上一种很有用的程序，搜索引擎利用蜘蛛程序将Web页面收集到数据库，企业利用蜘蛛程序监视竞争对手的网站并跟踪变动，个人用户用蜘蛛程序下载Web页面以便脱机使用，开发者利用蜘蛛程序扫描自己的Web检查无效的链接&amp;#8230;&amp;#8230;对于不同的用户， 蜘蛛程序有不同的用途。那么，蜘蛛程序到底是怎样工作的呢？ 　　蜘蛛是一种半自动的程序，就象现实当中的蜘蛛在...</summary><published>2007-11-20T12:42:00Z</published><updated>2007-11-20T12:42:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/11/20/966141.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/11/20/966141.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/11/20/966137.html</id><title type="text">用C#实现蜘蛛/爬虫程序的多线程控制</title><summary type="text">【引自Felomeng的博客】在《爬虫/蜘蛛程序的制作（C#语言）》一文中，已经介绍了爬虫程序实现的基本方法，可以说，已经实现了爬虫的功能。只是它存在一个效率问题，下载速度可能很慢。这是两方面的原因造成的：1.分析和下载不能同步进行。在《爬虫/蜘蛛程序的制作（C#语言）》中已经介绍了爬虫程序的两个步骤：分析和下载。在单线程的程序中，两者是无法同时进行的。也就是说，分析时会造成网络空闲，分析的时间越...</summary><published>2007-11-20T12:40:00Z</published><updated>2007-11-20T12:40:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/11/20/966137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/11/20/966137.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/11/07/951607.html</id><title type="text">哈夫曼编码</title><summary type="text">修改一位叫刘伟高的程序1//程序名：HuffmanTree.h2//程序功能：哈夫曼树类的头文件(并用其来实现编/译码)34//对应类实现文件:HuffmanTree.cpp5//对应主程序文件:main.cpp6789#include&amp;lt;iostream&amp;gt;10#include&amp;lt;fstream&amp;gt;11#include&amp;lt;string&amp;gt;12usingnamespaces...</summary><published>2007-11-06T16:23:00Z</published><updated>2007-11-06T16:23:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/11/07/951607.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/11/07/951607.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/08/20/862494.html</id><title type="text">ssh远程工具下载ssh简介配置</title><summary type="text">1.什么是SSH传统的网络服务程序,如：ftp、POP和telnet在本质上都是不安全的,因为它们在网络上用明文传送口令和数据,别有用心的人非常容易就可以截获这些口令和数据。而且,这些服务程序的安全验证方式也是有其弱点的,就是很容易受到“中间人”（man-in-the-middle）这种方式的攻击。所谓“中间人”的攻击方式,就是“中间人”冒充真正的服务器接收你传给服务器的数据,然后再冒充你把数据传...</summary><published>2007-08-20T03:43:00Z</published><updated>2007-08-20T03:43:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/08/20/862494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/08/20/862494.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/08/03/841565.html</id><title type="text">Google APPS申请指南</title><summary type="text">申请地址:http://www.google.com/a/do it like this:</summary><published>2007-08-03T04:55:00Z</published><updated>2007-08-03T04:55:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/08/03/841565.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/08/03/841565.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/07/24/829631.html</id><title type="text">计算机英语天天学(07-07-24)</title><summary type="text">visionnoun[U] the ability to see; the area that you can see from a particular position: to have good / perfect / poor / blurred / normal vision ◆ 2020 vision (= the ability to see perfectly) ◆ Cats ha...</summary><published>2007-07-24T08:43:00Z</published><updated>2007-07-24T08:43:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/07/24/829631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/07/24/829631.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/07/23/828318.html</id><title type="text">使用ISA2006发布安全的Sharepoint站点疑难问题解答之连接地址转换</title><summary type="text">在使用ISA2006发布Sharepoint安全站点的时候，经常会出现无法正常的把http连接转换为https连接，导致部分链接失效。 如： 解决办法： 修改侦听器，[连接]： 1。启用端口上的http连接 2。启用端口上的https连接 [http到https连接的重定向]： 将所有的通讯从http重定向到https  即可解决问题</summary><published>2007-07-23T06:45:00Z</published><updated>2007-07-23T06:45:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/07/23/828318.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/07/23/828318.html"/></entry><entry><id>http://www.cnblogs.com/runsir/archive/2007/07/23/828241.html</id><title type="text">使用通配符证书在 ISA Server 2004 中发布多个 Web 站点</title><summary type="text">用户常常提出这样一个请求，那就是想获得更多关于如何使用单一 IP 地址在防火墙的外部接口上发布多个安全 Web 站点的信息。ISA Server 2000 和 ISA Server 2004 有一个共同点，那就是一个证书只能绑定一个 Web 侦听器。如果您将一个单一的 IP 地址绑定到 ISA Server 2000 或 ISA Server 2004 防火墙的外部接口，则可以发布一个单一的安全 Web 站点。 </summary><published>2007-07-23T05:49:00Z</published><updated>2007-07-23T05:49:00Z</updated><author><name>RunSir.cn</name><uri>http://www.cnblogs.com/runsir/</uri></author><link rel="alternate" href="http://www.cnblogs.com/runsir/archive/2007/07/23/828241.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/runsir/archive/2007/07/23/828241.html"/></entry></feed>
