<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_GONE WITH THE WIND</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/28324/rss</id><updated>2012-05-14T06:41:52Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28324/rss"/><entry><id>http://www.cnblogs.com/h2appy/archive/2009/04/07/1431119.html</id><title type="text">可以使用任何字体的gvim for windows</title><summary type="text">转自：http://lcuc.org.cn/node/1315 2008.08.25可以使用任何字体的gvim for windows 7.2.6.p1 周一, 2008-08-25 15:53 — rubble_stone 有任何问题，请致电 rubble@126.com 从版本 7.1.293 开始，改用 vc express 2008 编译 需要使用微软雅黑和consolas字体...</summary><published>2009-04-07T10:19:00Z</published><updated>2009-04-07T10:19:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/04/07/1431119.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/04/07/1431119.html"/><content type="text">转自：http://lcuc.org.cn/node/1315 2008.08.25可以使用任何字体的gvim for windows 7.2.6.p1 周一, 2008-08-25 15:53 — rubble_stone 有任何问题，请致电 rubble@126.com 从版本 7.1.293 开始，改用 vc express 2008 编译 需要使用微软雅黑和consolas字体...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/04/07/1431105.html</id><title type="text">vim编辑二进制文件</title><summary type="text">编辑二进制文件 vim可以很方便地编辑二进制文件，个人认为它比emacs的二进制编辑方式更 好用。vim中二进制文件的编辑是先通过外部程序xxd来把文件dump成其二进制的 文本形式，然后就可以按通常的编辑方式对文件进行编辑，编辑完成后再用xxd 转化为原来的形式即可。 可分如下几步进行： 首先，以二进制方式打开文件，命令为 vi -b filename 然后，在Ex模式下执行下面的命令将其...</summary><published>2009-04-07T09:58:00Z</published><updated>2009-04-07T09:58:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/04/07/1431105.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/04/07/1431105.html"/><content type="text">编辑二进制文件 vim可以很方便地编辑二进制文件，个人认为它比emacs的二进制编辑方式更 好用。vim中二进制文件的编辑是先通过外部程序xxd来把文件dump成其二进制的 文本形式，然后就可以按通常的编辑方式对文件进行编辑，编辑完成后再用xxd 转化为原来的形式即可。 可分如下几步进行： 首先，以二进制方式打开文件，命令为 vi -b filename 然后，在Ex模式下执行下面的命令将其...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/02/03/1383040.html</id><title type="text">数据库连接字符串大全(Database Connection Strings)</title><summary type="text">http://www.connectionstrings.com/</summary><published>2009-02-03T04:29:00Z</published><updated>2009-02-03T04:29:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/02/03/1383040.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/02/03/1383040.html"/><content type="text">http://www.connectionstrings.com/</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/01/15/1376563.html</id><title type="text">在中文下安装PrimeOCR 4.5会出现“Failed open exe”错误</title><summary type="text">下载了试用版的PrimeOCR，在中文下安装PrimeOCR 4.5会出现“Failed open exe”错误，应该在英文系统下安装，或者把中文系统的“区域设置”设置为英文。这是由于该软件是用VB写的，有些字符处理函数出的问题。对于PrimeOCR来说，PrimeOCR的安装时首先将文件解压缩到系统的临时目录中再安装。于是可以在没有删除前把临时目录...</summary><published>2009-01-15T10:45:00Z</published><updated>2009-01-15T10:45:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/01/15/1376563.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/01/15/1376563.html"/><content type="text">下载了试用版的PrimeOCR，在中文下安装PrimeOCR 4.5会出现“Failed open exe”错误，应该在英文系统下安装，或者把中文系统的“区域设置”设置为英文。这是由于该软件是用VB写的，有些字符处理函数出的问题。对于PrimeOCR来说，PrimeOCR的安装时首先将文件解压缩到系统的临时目录中再安装。于是可以在没有删除前把临时目录...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/01/10/1373309.html</id><title type="text">让WordPress注册时不发邮件，直接显示密码</title><summary type="text">from:http://www.v2op.com/blog/2008/08/wordpress%E6%B3%A8%E5%86%8C%E7%9B%B4%E6%8E%A5%E6%98%BE%E7%A4%BA%E5%AF%86%E7%A0%81/ WordPress的用户注册机制是，填写用户名、邮箱，由 WordPress生成随机密码，并发送到用户注册时填写的邮箱地址。但很多人的服务器并没有配置邮件服务...</summary><published>2009-01-10T08:14:00Z</published><updated>2009-01-10T08:14:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/01/10/1373309.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/01/10/1373309.html"/><content type="text">from:http://www.v2op.com/blog/2008/08/wordpress%E6%B3%A8%E5%86%8C%E7%9B%B4%E6%8E%A5%E6%98%BE%E7%A4%BA%E5%AF%86%E7%A0%81/ WordPress的用户注册机制是，填写用户名、邮箱，由 WordPress生成随机密码，并发送到用户注册时填写的邮箱地址。但很多人的服务器并没有配置邮件服务...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/01/08/1371712.html</id><title type="text">组件的初始化和终止，为什么实现 Dispose</title><summary type="text">组件的初始化和终止 组件由其构造函数（在 Visual Basic 中为 SubNew）初始化，由其析构函数（在 Visual Basic 中为 SubFinalize）销毁。当创建组件的实例时调用组件的构造函数；之后不能再调用此构造函数。在垃圾回收销毁组件并回收其内存之前调用析构函数。 Visual Basic 注意 在以前版本的 Visual Basic 中，Initialize 和 Term...</summary><published>2009-01-08T03:29:00Z</published><updated>2009-01-08T03:29:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/01/08/1371712.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/01/08/1371712.html"/><content type="text">组件的初始化和终止 组件由其构造函数（在 Visual Basic 中为 SubNew）初始化，由其析构函数（在 Visual Basic 中为 SubFinalize）销毁。当创建组件的实例时调用组件的构造函数；之后不能再调用此构造函数。在垃圾回收销毁组件并回收其内存之前调用析构函数。 Visual Basic 注意 在以前版本的 Visual Basic 中，Initialize 和 Term...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/01/08/1371650.html</id><title type="text">类、组件和控件</title><summary type="text">转自：http://msdn.microsoft.com/zh-cn/library/0b1dk63b(VS.80).aspx （英文）http://msdn.microsoft.com/en-us/library/0b1dk63b.aspx类、组件和控件 本主题对组件和控件进行了定义；此处进行的讨论可以帮助您决定何时实现一个是组件或控件的类。以下列表为实施者提供了全面的指南。 如果您的类使用外部...</summary><published>2009-01-08T02:41:00Z</published><updated>2009-01-08T02:41:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/01/08/1371650.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/01/08/1371650.html"/><content type="text">转自：http://msdn.microsoft.com/zh-cn/library/0b1dk63b(VS.80).aspx （英文）http://msdn.microsoft.com/en-us/library/0b1dk63b.aspx类、组件和控件 本主题对组件和控件进行了定义；此处进行的讨论可以帮助您决定何时实现一个是组件或控件的类。以下列表为实施者提供了全面的指南。 如果您的类使用外部...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2009/01/06/1370293.html</id><title type="text">ScintillaNet 2.0的中文问题</title><summary type="text">作为文本编辑控件，RichTextBox实在是糟糕。于是使用ScintillaNet。它包装了Scintilla，并添加了一些小功能。 用ScintillaNet打开一个中文文件，移动光标，结果前进一个汉字要敲两下键盘。这是由于Scintilla内部编码没有被正确设置引起的。 可以通过下面语句把代码页设为UTF8就没问题了： scintilla1.NativeInterface.SetCodePa...</summary><published>2009-01-06T06:18:00Z</published><updated>2009-01-06T06:18:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2009/01/06/1370293.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2009/01/06/1370293.html"/><content type="text">作为文本编辑控件，RichTextBox实在是糟糕。于是使用ScintillaNet。它包装了Scintilla，并添加了一些小功能。 用ScintillaNet打开一个中文文件，移动光标，结果前进一个汉字要敲两下键盘。这是由于Scintilla内部编码没有被正确设置引起的。 可以通过下面语句把代码页设为UTF8就没问题了： scintilla1.NativeInterface.SetCodePa...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2008/12/30/1365485.html</id><title type="text">转帖：使用 Microsoft Visual Studio 2005 时可能遇到的问题</title><summary type="text">本文列出了使用 Microsoft Visual Studio 2005 时可能遇到的问题。有关与安装产品相关的问题，请参考 readme.htm。有关最新的已知问题，请参见联机 Visual Studio 2005 已知问题，网址为：http://go.microsoft.com/fwlink/?LinkId=51326 2. .NET Framework 2.1 运行时没有正确显示 DBCS（...</summary><published>2008-12-30T09:52:00Z</published><updated>2008-12-30T09:52:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2008/12/30/1365485.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2008/12/30/1365485.html"/><content type="text">本文列出了使用 Microsoft Visual Studio 2005 时可能遇到的问题。有关与安装产品相关的问题，请参考 readme.htm。有关最新的已知问题，请参见联机 Visual Studio 2005 已知问题，网址为：http://go.microsoft.com/fwlink/?LinkId=51326 2. .NET Framework 2.1 运行时没有正确显示 DBCS（...</content></entry><entry><id>http://www.cnblogs.com/h2appy/archive/2008/12/28/1364130.html</id><title type="text">Vmware 6.5.1正式版在Ubuntu 8.10下面运行非常缓慢的解决方法</title><summary type="text">Vmware 6.5.1正式版在Ubuntu8.10下面运行非常缓慢，时而CPU使用率为100%。解决方法：在虚拟机的.vmx文件里面加入下面一句即可mainMem.useNamedFile = "False"</summary><published>2008-12-28T13:25:00Z</published><updated>2008-12-28T13:25:00Z</updated><author><name>h2appy</name><uri>http://www.cnblogs.com/h2appy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/h2appy/archive/2008/12/28/1364130.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/h2appy/archive/2008/12/28/1364130.html"/><content type="text">Vmware 6.5.1正式版在Ubuntu8.10下面运行非常缓慢，时而CPU使用率为100%。解决方法：在虚拟机的.vmx文件里面加入下面一句即可mainMem.useNamedFile = "False"</content></entry></feed>
