<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_enhydraboy</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/1756/rss</id><updated>2004-12-01T06:46:40Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/1756/rss"/><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/12/01/71533.html</id><title type="text">[ZT]MSN Messenger的口令获取源代码, MSNMessenger的口令是经过DPAPI加密后保存在注册表中</title><summary type="text">来自http://www.msning.com/bbs/index.php?showtopic=15654/* MSNMessenger的口令是经过DPAPI加密后保存在注册表中的* 这个程序演示解码过程* tombkeeper[0x40]nsfocus[0x2e]com* tombkeeper[0x40]xfocus[0x2e]net* 2004.08.11*/#include &amp;lt;Wind...</summary><published>2004-12-01T06:47:00Z</published><updated>2004-12-01T06:47:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/12/01/71533.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/12/01/71533.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/11/04/60253.html</id><title type="text">ADO Connection Strings[转贴]</title><summary type="text">仅为了以后自己查询方便。http://www.codeproject.com/database/connectionstrings.aspBy Carlos Antollini OverviewGenerally one of the first steps when you are trying to work with databases is open it. You can find se...</summary><published>2004-11-04T02:18:00Z</published><updated>2004-11-04T02:18:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/11/04/60253.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/11/04/60253.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/11/02/59514.html</id><title type="text">农民造“飞碟”后记</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 前日在新闻晨报（10/30日，A6版）上看到，近日的珠海航展会上，杜大哥的自制飞碟已经参展了。本人不再想重复对于这件事的看法，详见&amp;#160;农民造“飞碟”有感&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 该报刊登的北航专家的质疑正验证了5个月前我的观点。这个目前采用汽车发动机的“飞碟”，只不过采用了垂直动力...</summary><published>2004-11-02T01:23:00Z</published><updated>2004-11-02T01:23:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/11/02/59514.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/11/02/59514.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/09/29/47872.html</id><title type="text">Tomcat's Thread Pool Source(BT)</title><summary type="text">/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...</summary><published>2004-09-29T06:46:00Z</published><updated>2004-09-29T06:46:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/09/29/47872.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/09/29/47872.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/09/22/45479.html</id><title type="text">使用 jakata DBCP package 作 DB Connection pooling[ZT]</title><summary type="text">一般來說，在多人使用的系統中，應用程式若沒有運用 Connection pooling 的機制，會造成很大的效能問題，Connection 開開關關，除了慢，也會耗損資料庫伺服器的資源。大部分的 AP Server 都有提供 Connection pooling 的機制，程式設計師並無須去顧慮這個機制是如何運作的，只要懂得設定相關的參數即可。假如說，某種狀況下，我們必須自行建置 Connectio...</summary><published>2004-09-22T03:16:00Z</published><updated>2004-09-22T03:16:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/09/22/45479.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/09/22/45479.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/08/25/36422.html</id><title type="text">数据类型的不匹配可能会导致索引失效</title><summary type="text">Sybase和SQL Server在这一点上有所不同，如果条件比较中的数据类型不匹配的话，可能会引起索引失效，导致潜在的Performance问题。 简单说明如下： CreateTableTest(c1intnotnull,c2moneydefault0,c3varchar(20),constraintPK_Testprimarykey(c1))gocreateindexind_c2_Teston...</summary><published>2004-08-25T06:15:00Z</published><updated>2004-08-25T06:15:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/08/25/36422.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/08/25/36422.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/08/02/29500.html</id><title type="text">msnlib中的MimeMessage.parse代码需要修改</title><summary type="text">msnlib源代码中MimeMessage的parse是通过BufferedReaderbr=newBufferedReader(newStringReader(raw));addProperty(br.readLine());//MIME-VersionaddProperty(br.readLine());//Content-Type来获得每一行的内容，但是发现br.readline是以\r(0...</summary><published>2004-08-02T09:03:00Z</published><updated>2004-08-02T09:03:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/08/02/29500.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/08/02/29500.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/07/08/22341.html</id><title type="text">我的MSN机器人终于有了自己的头像</title><summary type="text">总结，以免以后忘记。1 要用ILN设置自己的头像信息，头像信息是用一个&amp;lt;MSNOBJECT&amp;gt;来表示的2 当RC发现了以后（往往是和你建立对话Session的时候），会向你发送一个P2PMSGR的INVITE消息3 SC在收到INVITE后，要回应一个INVITE ACKnowledge，并且再发送一个MSNLIP/1.0 200 OK的消息。4 RC收到SC的MSNLIP/1.0 20...</summary><published>2004-07-08T02:50:00Z</published><updated>2004-07-08T02:50:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/07/08/22341.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/07/08/22341.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/07/07/22056.html</id><title type="text">Field6的类型说明</title><summary type="text">Field6的类型说明：0x00 00 00 00 00 No flags 0x01 01 00 00 00 Unkown 0x02 02 00 00 00 Acknowledgement 0x04 04 00 00 00 Waiting for a reply 0x08 08 00 00 00 Error (binairy level?) 0x10 10 00 00 00 Unkown 0x20...</summary><published>2004-07-07T07:25:00Z</published><updated>2004-07-07T07:25:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/07/07/22056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/07/07/22056.html"/></entry><entry><id>http://www.cnblogs.com/enhydraboy/archive/2004/06/29/19391.html</id><title type="text">MSN协议中关于Send DP的研究</title><summary type="text">MSN6中，可以定义自己的头像。那么自己做的机器人其实也可以显示头像。jmsn没有提供这个特性。只能自己修改代码了。关键是协议。我跟踪了msn的通讯协议，发现，首先，你要向服务器申明你的头像信息。这个信息是在&amp;lt;msnobj&amp;gt;实体内实现的。对方的msn messenger会发现你有头像信息，会通过SS向你发送msn p2p的invite msnmsng请求。然后你回应，传送头像二进制流。...</summary><published>2004-06-29T01:03:00Z</published><updated>2004-06-29T01:03:00Z</updated><author><name>Enhydraboy</name><uri>http://www.cnblogs.com/enhydraboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/enhydraboy/archive/2004/06/29/19391.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/enhydraboy/archive/2004/06/29/19391.html"/></entry></feed>
