<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_井泉</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/14706/rss</id><updated>2007-12-15T06:23:05Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14706/rss"/><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/12/15/995959.html</id><title type="text">http多线程下载断点续传</title><summary type="text">依据HttpWebRequest 的 AddRange 来分成多个线程.如果断了记录断点位置.</summary><published>2007-12-15T06:23:00Z</published><updated>2007-12-15T06:23:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/12/15/995959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/12/15/995959.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/11/20/965295.html</id><title type="text">抓屏(转)</title><summary type="text">using  System; using  System.Windows.Forms; using System.Drawing; using  System.Drawing.Imaging; using System.Runtime.InteropServices; namespace  PrintScreen  { //一部分代码来自网络 [StructLayout(LayoutKind.Se...</summary><published>2007-11-20T02:39:00Z</published><updated>2007-11-20T02:39:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965295.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965295.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/11/20/965281.html</id><title type="text">投票程序2 图像识别 Using The Office 2007 OCR Component in C#</title><summary type="text">http://www.devsource.com/article2/0,1759,2143124,00.asp</summary><published>2007-11-20T02:33:00Z</published><updated>2007-11-20T02:33:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965281.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965281.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/11/20/965270.html</id><title type="text">投票程序</title><summary type="text">tool ieHTTPHeaders 代理超人Net WebClient通过代理服务器进行HTTP交互。//创建 代理服务器设置对象 的实例System.Net.WebProxy wp= newSystem.Net.WebProxy("172.24.2.98:8080");//代理服务器需要验证wp.BypassProxyOnLocal=false;//用户名密码wp.Credentials= n...</summary><published>2007-11-20T02:28:00Z</published><updated>2007-11-20T02:28:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965270.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965270.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/11/20/965238.html</id><title type="text">httptunnel</title><summary type="text">// * @author Kamlesh Singh, Copyright (C) 2006, All Rights Reservedusing System;using System.Net;using System.Net.Sockets;using System.Text;namespace HTTP_TUNNEL{/// &amp;lt;summary&amp;gt;/// Summary descrip...</summary><published>2007-11-20T02:05:00Z</published><updated>2007-11-20T02:05:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965238.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/11/20/965238.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2007/11/19/964059.html</id><title type="text">(转)使用VS.Net IDE调试JavaScript</title><summary type="text">请按照如下步骤进行:(1) 打开IE --&amp;gt; Internet Options -- &amp;gt; Advanced ; 去掉&amp;#8221;Disable Script Debugging&amp;#8221; 上的选项(2) 打开需要调试的页面(3) 启动VS.Net IDE, 选择 TOOLS-Debug Process (Ctrl + Alt + P). 选择需要调试的IE进程。(4) 点击Att...</summary><published>2007-11-19T05:12:00Z</published><updated>2007-11-19T05:12:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2007/11/19/964059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2007/11/19/964059.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2006/12/26/603659.html</id><title type="text">WebBrowser页面与WinForm交互技巧</title><summary type="text">话说有了WebBrowser类，终于不用自己手动封装SHDocVw的AxWebBrowser这个ActiveX控件了。这个类如果仅仅作为一个和IE一模一样浏览器，那就太没意思了（还不如直接用IE呢）。那么，无论我们是想做一个&amp;#8220;定制版IE&amp;#8221;，还是希望利用HTML来做用户界面（指WinApp而非WebApp。许多单机软件，包括Windows的帮助支持中心，都是HTML做的），都...</summary><published>2006-12-26T00:52:00Z</published><updated>2006-12-26T00:52:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2006/12/26/603659.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2006/12/26/603659.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2006/12/25/603202.html</id><title type="text">ICallbackEventHandler实现无刷新回调</title><summary type="text">AJAX技术所提倡的无刷新回调，在原来的技术中需要写大量的JavaScript代码或使用一些AJAX框架，使得开发效率和可维护性大大降低。其实ASP.NET2.0中，已经提供了这样的接口，这就是ICallbackEventHandler。 关于ICallbackEventHandler网上已经有很多文章介绍了，这篇实为画蛇添足。ICallbackEventHandler存在于System.Web....</summary><published>2006-12-25T08:26:00Z</published><updated>2006-12-25T08:26:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2006/12/25/603202.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2006/12/25/603202.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2006/02/25/337448.html</id><title type="text">创建完全可编辑的 DataGrid</title><summary type="text">在论坛中我看到过许多相同或相似的问题：我怎样在我的DataGrid的每一行中放置检查框、文本框等等？怎样更新它们的值？答案相当简单，在这篇文章中，我将向你展示如何完成它。 我们都知道，DataGrid是一个功能非常强大的工具。根据我的经验，在90%以上的时间中， DataGrid 都被用来显示数据，并可能一次编辑一行数据。 而某些时候，可能需要一次编辑多行，甚至是所有数据。一个实际的例子就是在网上...</summary><published>2006-02-25T04:13:00Z</published><updated>2006-02-25T04:13:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2006/02/25/337448.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2006/02/25/337448.html"/></entry><entry><id>http://www.cnblogs.com/zjj2816/archive/2006/02/15/330797.html</id><title type="text">[Oracle]对数据库字段使用默认值</title><summary type="text">在创建数据库表时，你可以指定一个 DEFAULT 值（即默认值）。对数据库字段使用默认值有助于将数据库设计问题与应用程序代码隔离。可以在以后某个时候通过一条 ALTER TABLE 命令改变一个字段的默认值，改变之后应用程序代码会立即开始使用新值。有一点是很重要的，即 DEFAULT 值只有当一个字段没有在 INSERT 或 MERGE 中指定值，或者使用了 DEFAULT 关键字时才会使用。如果...</summary><published>2006-02-15T01:02:00Z</published><updated>2006-02-15T01:02:00Z</updated><author><name>井泉</name><uri>http://www.cnblogs.com/zjj2816/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zjj2816/archive/2006/02/15/330797.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zjj2816/archive/2006/02/15/330797.html"/></entry></feed>
