<?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/25374/rss</id><updated>2010-10-25T06:26:03Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25374/rss"/><entry><id>http://www.cnblogs.com/lemony/archive/2010/05/26/1744095.html</id><title type="text">3L软件网站 - 音速启动</title><summary type="text">音速启动(VStart) V5.0 Build 07.16 下载地址：VStart50.zip 绿色下载站音速启动资源：介绍和教程 音速皮肤专区QQ2010世界杯皮肤 66套经典皮肤皮肤制作教程 问题和建议：留言板</summary><published>2010-05-26T00:55:00Z</published><updated>2010-05-26T00:55:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2010/05/26/1744095.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2010/05/26/1744095.html"/><content type="text">音速启动(VStart) V5.0 Build 07.16 下载地址：VStart50.zip 绿色下载站音速启动资源：介绍和教程 音速皮肤专区QQ2010世界杯皮肤 66套经典皮肤皮肤制作教程 问题和建议：留言板</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2008/09/03/1283128.html</id><title type="text">(C#)Windows Shell 外壳编程系列9 - QueryInfo 扩展提示</title><summary type="text">活动桌面引入一项新特性，当你在某些特定对象上旋停鼠标时，工具提示将显示它们的描述。我们可以使用 QueryInfo 扩展为Shell中的其它对象提供自定义的工具提示。</summary><published>2008-09-03T08:35:00Z</published><updated>2008-09-03T08:35:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2008/09/03/1283128.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2008/09/03/1283128.html"/><content type="text">活动桌面引入一项新特性，当你在某些特定对象上旋停鼠标时，工具提示将显示它们的描述。我们可以使用 QueryInfo 扩展为Shell中的其它对象提供自定义的工具提示。</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2008/09/01/1280925.html</id><title type="text">(C#)Windows Shell 外壳编程系列8 - 同后缀名不同图标？</title><summary type="text">如果是以前，我会对这句话十分吃惊。但现在这种现象比比皆是。除了我们的例子外，.NET 程序员最熟悉的莫过于 Sln 解决方案文件了。不同版本的 Sln 图标不同，上面有个小版本号提示。</summary><published>2008-09-01T01:38:00Z</published><updated>2008-09-01T01:38:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2008/09/01/1280925.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2008/09/01/1280925.html"/><content type="text">如果是以前，我会对这句话十分吃惊。但现在这种现象比比皆是。除了我们的例子外，.NET 程序员最熟悉的莫过于 Sln 解决方案文件了。不同版本的 Sln 图标不同，上面有个小版本号提示。</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2008/08/29/1279588.html</id><title type="text">(C#)Windows Shell 外壳编程系列7 - ContextMenu 注册文件右键菜单</title><summary type="text">从本节起，我所要讲述的是对 Windows 系统的“Shell 扩展”。“Shell 扩展”从字面上分两个部分：Shell 与 Extension。Shell 指 Windows Explorer，而Extension 则指由你编写的当某一预先约定好的事件（如在以. doc 为后缀的文件图标上单击右键）发生时由 Explorer 调用执行的代码。因此一个“Shell 扩展”就是一个为 Explorer 添加功能的 COM 对象。 </summary><published>2008-08-29T09:17:00Z</published><updated>2008-08-29T09:17:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2008/08/29/1279588.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2008/08/29/1279588.html"/><content type="text">从本节起，我所要讲述的是对 Windows 系统的“Shell 扩展”。“Shell 扩展”从字面上分两个部分：Shell 与 Extension。Shell 指 Windows Explorer，而Extension 则指由你编写的当某一预先约定好的事件（如在以. doc 为后缀的文件图标上单击右键）发生时由 Explorer 调用执行的代码。因此一个“Shell 扩展”就是一个为 Explorer 添加功能的 COM 对象。 </content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2008/07/22/1248625.html</id><title type="text">.NET 异常处理</title><summary type="text">     (好久没写过技术文章了，之前遭受了严重的打击，曾经沮丧不已；现已慢慢恢复过来^_^，因此不能荒废了自己的技术。)  从不出错的软件从某种程度上讲是不可能的！  和普通人的观念相反，创造可信赖的，健壮的软件并不是一件不可能的事情。大部分的商业软件，在长时间可以无重大故障的工作，但它们并非没有任何的错误，只是拥有低出错率，你可以迅速理解出错原因然后快速搞定它，并且，它不会因为外部错误而毁坏数据。软件中有错误是可以原谅的，甚至是可以预料到的；不可原谅的是您无法解决一个复发的错误，仅仅是因为您没用足够的信息。另外，如果希望成功避免发生错误，就必须要求开发人员正确对待错误。</summary><published>2008-07-22T04:50:00Z</published><updated>2008-07-22T04:50:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2008/07/22/1248625.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2008/07/22/1248625.html"/><content type="text">     (好久没写过技术文章了，之前遭受了严重的打击，曾经沮丧不已；现已慢慢恢复过来^_^，因此不能荒废了自己的技术。)  从不出错的软件从某种程度上讲是不可能的！  和普通人的观念相反，创造可信赖的，健壮的软件并不是一件不可能的事情。大部分的商业软件，在长时间可以无重大故障的工作，但它们并非没有任何的错误，只是拥有低出错率，你可以迅速理解出错原因然后快速搞定它，并且，它不会因为外部错误而毁坏数据。软件中有错误是可以原谅的，甚至是可以预料到的；不可原谅的是您无法解决一个复发的错误，仅仅是因为您没用足够的信息。另外，如果希望成功避免发生错误，就必须要求开发人员正确对待错误。</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2007/11/04/948886.html</id><title type="text">WebBrowser控件使用详解</title><summary type="text">方法 说明 GoBack 相当于IE的“后退”按钮，使你在当前历史列表中后退一项 GoForward 相当于IE的“前进”按钮，使你在当前历史列表中前进一项 GoHome 相当于IE的“主页”按钮，连接用户默认的主页 GoSearch 相当于IE的“搜索”按钮，连接用户默认的搜索页面 Navi...</summary><published>2007-11-04T06:15:00Z</published><updated>2007-11-04T06:15:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2007/11/04/948886.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2007/11/04/948886.html"/><content type="text">方法 说明 GoBack 相当于IE的“后退”按钮，使你在当前历史列表中后退一项 GoForward 相当于IE的“前进”按钮，使你在当前历史列表中前进一项 GoHome 相当于IE的“主页”按钮，连接用户默认的主页 GoSearch 相当于IE的“搜索”按钮，连接用户默认的搜索页面 Navi...</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2007/11/01/945280.html</id><title type="text">SQL连接查询深度探险</title><summary type="text">测试环境：Windows XP ProfessionMySQL 5.0.45Oracle 9iDB2 UDB 9.1测试的SQL脚本如下：此脚本适合MySQL、DB2，如果要在Oracle上执行，需要做个替换BIGINTàINTEGER、VARCHARàVARCHAR2。CREATETABLE CUSTOMERS ( ID BIGINT NOTNULL, NAME VARCHA...</summary><published>2007-11-01T02:13:00Z</published><updated>2007-11-01T02:13:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2007/11/01/945280.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2007/11/01/945280.html"/><content type="text">测试环境：Windows XP ProfessionMySQL 5.0.45Oracle 9iDB2 UDB 9.1测试的SQL脚本如下：此脚本适合MySQL、DB2，如果要在Oracle上执行，需要做个替换BIGINTàINTEGER、VARCHARàVARCHAR2。CREATETABLE CUSTOMERS ( ID BIGINT NOTNULL, NAME VARCHA...</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2007/10/17/927014.html</id><title type="text">悲壮的一天，记华为核心网面试经历</title><summary type="text">10月13日，我和同事一起到华为核心网面试。那鸟部门很早就天天打电话烦我们了，不来不行啊。不过华为核心网貌似真的挺不错，搞搞3G技术，混上2年出去，以后也可以号称“牛人”一个了，嘻嘻……。 这的确是悲壮的一天，从早上9点一直折磨到晚上7点，从笔试到五轮面试，无一不让人饱受煎熬。 笔试我才得60分，但足够我进行后面的面试。说实在，题目难度一般，但没考好...</summary><published>2007-10-17T02:00:00Z</published><updated>2007-10-17T02:00:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2007/10/17/927014.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2007/10/17/927014.html"/><content type="text">10月13日，我和同事一起到华为核心网面试。那鸟部门很早就天天打电话烦我们了，不来不行啊。不过华为核心网貌似真的挺不错，搞搞3G技术，混上2年出去，以后也可以号称“牛人”一个了，嘻嘻……。 这的确是悲壮的一天，从早上9点一直折磨到晚上7点，从笔试到五轮面试，无一不让人饱受煎熬。 笔试我才得60分，但足够我进行后面的面试。说实在，题目难度一般，但没考好...</content></entry><entry><id>http://www.cnblogs.com/lemony/archive/2007/10/16/926280.html</id><title type="text">美少年小猫</title><summary type="text"/><published>2007-10-16T07:57:00Z</published><updated>2007-10-16T07:57:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2007/10/16/926280.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2007/10/16/926280.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/lemony/archive/2007/09/29/910764.html</id><title type="text">光驱发展史</title><summary type="text"> 在各种媒体上有很多关于光驱的文章，但好象文章类型大多数都是评测、选购、维护保养，当然还有很多是各厂商降价、促销搞活动的新闻稿，但谈到光驱发展史的文章很少，其实算一算光驱从出现到现在也有10多年的历史了，从当初的单速、倍速发展到目前50速、58速，从当初的洋品牌占统治地位到现在的国产名牌成为主流，从当初的只能读一种格式到现在的兼容多种格式。下面就请朋友们跟笔者做个时间之旅，看看这个大舌头的朋友的发展历程。</summary><published>2007-09-29T07:03:00Z</published><updated>2007-09-29T07:03:00Z</updated><author><name>柠檬的</name><uri>http://www.cnblogs.com/lemony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lemony/archive/2007/09/29/910764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lemony/archive/2007/09/29/910764.html"/><content type="text"> 在各种媒体上有很多关于光驱的文章，但好象文章类型大多数都是评测、选购、维护保养，当然还有很多是各厂商降价、促销搞活动的新闻稿，但谈到光驱发展史的文章很少，其实算一算光驱从出现到现在也有10多年的历史了，从当初的单速、倍速发展到目前50速、58速，从当初的洋品牌占统治地位到现在的国产名牌成为主流，从当初的只能读一种格式到现在的兼容多种格式。下面就请朋友们跟笔者做个时间之旅，看看这个大舌头的朋友的发展历程。</content></entry></feed>
