<?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/7794/rss</id><updated>2007-11-13T05:27:12Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7794/rss"/><entry><id>http://www.cnblogs.com/huangfh/archive/2007/11/13/957921.html</id><title type="text">C#+ArcEngine问题小结（一）</title><summary type="text">1、MapControl的CurrentTool=null不起作用：在VB中使用MapControl.CurrentTool=nothing即可，而使用C#就不灵了。解决办法如下所示，先做一转换即可。IMapControl2 pMainMap2=(IMapControl2)axMapMain.Object;pMainMap2.CurrentTool=null;2、TocControl的HitTes...</summary><published>2007-11-13T05:27:00Z</published><updated>2007-11-13T05:27:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2007/11/13/957921.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2007/11/13/957921.html"/><content type="text">1、MapControl的CurrentTool=null不起作用：在VB中使用MapControl.CurrentTool=nothing即可，而使用C#就不灵了。解决办法如下所示，先做一转换即可。IMapControl2 pMainMap2=(IMapControl2)axMapMain.Object;pMainMap2.CurrentTool=null;2、TocControl的HitTes...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/12/31/308728.html</id><title type="text">2005年的最后一天,2006年的第一场雪</title><summary type="text">今天是2005年的最后一天,上午下了今年的第一场雪。这一年即将过去，想着要在这里留下点什么。总结过去，这一年对于我来说，经历了太多的磨难，临近年底，明年的情况仍然不是很明朗。我坚信，只要努力，就会有希望。祝愿自己明年在事业上能够有一个大的提高，能够挣更多的钱。</summary><published>2005-12-31T02:47:00Z</published><updated>2005-12-31T02:47:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/12/31/308728.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/12/31/308728.html"/><content type="text">今天是2005年的最后一天,上午下了今年的第一场雪。这一年即将过去，想着要在这里留下点什么。总结过去，这一年对于我来说，经历了太多的磨难，临近年底，明年的情况仍然不是很明朗。我坚信，只要努力，就会有希望。祝愿自己明年在事业上能够有一个大的提高，能够挣更多的钱。</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/12/01/288749.html</id><title type="text">Web Parts, Impersonate and Security Policy</title><summary type="text">SPS用户验证问题,参考资料Web Parts, Impersonate and Security PolicyPart 3Written by: Rickie Lee (rickieleemail at yahoo.com)继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》《Web Parts, Impersonate...</summary><published>2005-12-01T11:59:00Z</published><updated>2005-12-01T11:59:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/12/01/288749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/12/01/288749.html"/><content type="text">SPS用户验证问题,参考资料Web Parts, Impersonate and Security PolicyPart 3Written by: Rickie Lee (rickieleemail at yahoo.com)继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》《Web Parts, Impersonate...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/21/281687.html</id><title type="text">BS开发中常用的javascript技术 </title><summary type="text">BS开发中常用的javascript技术 一、验证类 1、数字验证内 1.1 整数 1.2 大于0的整数 （用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin 2、时间类 2.1 短时间，形如 (13:04:06) 2.2 短日期，形如 (2003-12-05) 2.3 长时间，形如 (2003-12-05 13:04:06) ...</summary><published>2005-11-21T15:38:00Z</published><updated>2005-11-21T15:38:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281687.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281687.html"/><content type="text">BS开发中常用的javascript技术 一、验证类 1、数字验证内 1.1 整数 1.2 大于0的整数 （用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin 2、时间类 2.1 短时间，形如 (13:04:06) 2.2 短日期，形如 (2003-12-05) 2.3 长时间，形如 (2003-12-05 13:04:06) ...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/21/281680.html</id><title type="text">INF文件是什么</title><summary type="text">.INF文件是什么.INF是 Device Information File 的缩写，是微软公司为供硬件设备制造商发布其设备驱动程序而发展的———许多硬件设备的驱动程序都是使用 .INF文件来安装的。.INF文件从 Windows3.X 时代就开始大量被使用了。 .INF文件是一种具有特定格式的纯文本文件，我们可说它是一种安装脚本（SetupScript）。虽然 .INF 只是纯文本文件，但是当...</summary><published>2005-11-21T15:31:00Z</published><updated>2005-11-21T15:31:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281680.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281680.html"/><content type="text">.INF文件是什么.INF是 Device Information File 的缩写，是微软公司为供硬件设备制造商发布其设备驱动程序而发展的———许多硬件设备的驱动程序都是使用 .INF文件来安装的。.INF文件从 Windows3.X 时代就开始大量被使用了。 .INF文件是一种具有特定格式的纯文本文件，我们可说它是一种安装脚本（SetupScript）。虽然 .INF 只是纯文本文件，但是当...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/21/281672.html</id><title type="text">INF探索</title><summary type="text">INF是Device INFormation File的英文缩写，是Microsoft公司为硬件设备制造商发布其驱动程序推出的一种文件格式，INF文件中包含硬件设备的信息或脚本以控制硬件操作。在INF文件中指明了硬件驱动该如何安装到系统中，源文件在哪里、安装到哪一个文件夹中、怎样在注册表中加入自身相关信息等等。 安装监视器、调制解调器和打印机等设备所需的驱动程序，都是通过INF文件，正是INF的功...</summary><published>2005-11-21T15:10:00Z</published><updated>2005-11-21T15:10:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281672.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281672.html"/><content type="text">INF是Device INFormation File的英文缩写，是Microsoft公司为硬件设备制造商发布其驱动程序推出的一种文件格式，INF文件中包含硬件设备的信息或脚本以控制硬件操作。在INF文件中指明了硬件驱动该如何安装到系统中，源文件在哪里、安装到哪一个文件夹中、怎样在注册表中加入自身相关信息等等。 安装监视器、调制解调器和打印机等设备所需的驱动程序，都是通过INF文件，正是INF的功...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/21/281653.html</id><title type="text">客户端回调 </title><summary type="text">Client Callback 是ASP.NET 2.0新增的一个特性。简单的说，就是在不刷新页面的情况下，用javascript向服务器端传递参数、调用服务器端的方法、并且得到服务器端的返回值进行处理。1&gt; Why Client CallbackHTTP是无状态的协议。在HTTP协议之上开发的项目，常常需要从客户端调用服务器端的方法、执行服务器端的代码、从服务器端获取数据。这些都首先需要提...</summary><published>2005-11-21T14:26:00Z</published><updated>2005-11-21T14:26:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281653.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281653.html"/><content type="text">Client Callback 是ASP.NET 2.0新增的一个特性。简单的说，就是在不刷新页面的情况下，用javascript向服务器端传递参数、调用服务器端的方法、并且得到服务器端的返回值进行处理。1&gt; Why Client CallbackHTTP是无状态的协议。在HTTP协议之上开发的项目，常常需要从客户端调用服务器端的方法、执行服务器端的代码、从服务器端获取数据。这些都首先需要提...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/21/281648.html</id><title type="text">xmlHTTP技术</title><summary type="text">xmlHTTP技术: ---------------------------------------------------------- 一、数据库远程管理技术 基于互联网的广域网现代应用中的一个重要环节是数据库远程监控。首先简单回顾一下互联网上的数据库远程管理技术的发展过程和方式： 早期通过编写CGI-BIN程序模块进行数据库远程管理。但CGI-BIN的运行速度慢，维护很不方便，现在已经基本被...</summary><published>2005-11-21T14:15:00Z</published><updated>2005-11-21T14:15:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/21/281648.html"/><content type="text">xmlHTTP技术: ---------------------------------------------------------- 一、数据库远程管理技术 基于互联网的广域网现代应用中的一个重要环节是数据库远程监控。首先简单回顾一下互联网上的数据库远程管理技术的发展过程和方式： 早期通过编写CGI-BIN程序模块进行数据库远程管理。但CGI-BIN的运行速度慢，维护很不方便，现在已经基本被...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/17/278627.html</id><title type="text">SPS下的session不能用</title><summary type="text">我利用sps中的网页查看器功能，加载了一个用vs.net开放的web程序。但在使用过程中发现，用到session的地方都会出现问题，这是为什么？只有在配置文件或 Page 指令中将启用会话状态设置为真时，才可以使用会话状态 难道说在sps中不能使用session？=================================================================以上问...</summary><published>2005-11-17T06:32:00Z</published><updated>2005-11-17T06:32:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/17/278627.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/17/278627.html"/><content type="text">我利用sps中的网页查看器功能，加载了一个用vs.net开放的web程序。但在使用过程中发现，用到session的地方都会出现问题，这是为什么？只有在配置文件或 Page 指令中将启用会话状态设置为真时，才可以使用会话状态 难道说在sps中不能使用session？=================================================================以上问...</content></entry><entry><id>http://www.cnblogs.com/huangfh/archive/2005/11/16/278069.html</id><title type="text">[转] 通过ASP.net程序创建域帐户故障 </title><summary type="text">http://www.cnblogs.com/perky_zhou/archive/2004/12/13/76204.aspx我曾经成功地使用windows程序成功的创建了一批带邮箱的域帐户，但是，当我把这段代码交给我的一个同事（她负责开发Web应用）迁移到asp.net中后，只能创建域帐户，不能创建邮箱。为什么呢？ 我们咨询了微软的工程师，他告诉我们，这是由于asp.net的权限不够，我们应该在...</summary><published>2005-11-16T13:12:00Z</published><updated>2005-11-16T13:12:00Z</updated><author><name>看风者</name><uri>http://www.cnblogs.com/huangfh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huangfh/archive/2005/11/16/278069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huangfh/archive/2005/11/16/278069.html"/><content type="text">http://www.cnblogs.com/perky_zhou/archive/2004/12/13/76204.aspx我曾经成功地使用windows程序成功的创建了一批带邮箱的域帐户，但是，当我把这段代码交给我的一个同事（她负责开发Web应用）迁移到asp.net中后，只能创建域帐户，不能创建邮箱。为什么呢？ 我们咨询了微软的工程师，他告诉我们，这是由于asp.net的权限不够，我们应该在...</content></entry></feed>
