<?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/13554/rss</id><updated>2009-11-23T09:51:49Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13554/rss"/><entry><id>http://www.cnblogs.com/MichaelLu/archive/2009/11/23/1608917.html</id><title type="text">[原创]HP DV2 1005AU 装机偶得</title><summary type="text">最近帮一学生重装系统，虽然花了不少时间，但是还是有不少收获，现与大家一起分享。 这位学生的机器型号为HP DV2 1005AU，原来预装的是VistaHomeBasic版本，320G的硬盘，分了10G作为厂商系统恢复的数据存放区，其他空间全部作为C区存在。由于Vista启动太慢（该机大概需要3分钟左右）于是想让我帮忙降级为XP。我开始以为没有什么问题，装好系统、装好驱动程序、打好补丁、装上一个杀毒...</summary><published>2009-11-23T09:52:00Z</published><updated>2009-11-23T09:52:00Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/MichaelLu/archive/2009/11/23/1608917.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/archive/2009/11/23/1608917.html"/></entry><entry><id>http://www.cnblogs.com/MichaelLu/archive/2008/07/23/1249439.html</id><title type="text">【原创】从AutoCAD中提取明细栏和标题栏中的数据 </title><summary type="text">从AutoCAD中提取明细栏和标题栏中的数据在AutoCAD中的明细栏和标题栏通常是采用定义块然后添加相应的属性值。那么如何在AutoCAD中提取到这些属性值呢？下面是实现的方法（通过AutoCAD VBA实现的）。 获取当前Dwg文档中已定义的块 -block 命令查看用户定义的块。VBA 代码实现。Dim objBlock As AcadBlockFor i = 0 To ThisDrawin...</summary><published>2008-07-23T04:35:00Z</published><updated>2008-07-23T04:35:00Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/23/1249439.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/23/1249439.html"/></entry><entry><id>http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246256.html</id><title type="text">Ubuntu 8.04LTS 下中文输入法FCITX的安装与汉字显示方块的解决方法</title><summary type="text">1、安装FCITXsudo apt-get install im-switch fcitxim-switch -s fcitx -z default完成设置最好重启一下X，输入法就生效了（一般情况下是这样）.2、FCITX中文显示是方块的解决方法我在安装中文输入法后，重新启动后输入法的候选字以及输入法上的汉字都是方块，在网上搜索后得知是配置文件中中文显示字体设置不正确导致的。开始搜索到的修改方法都...</summary><published>2008-07-18T09:48:00Z</published><updated>2008-07-18T09:48:00Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246256.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246256.html"/></entry><entry><id>http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246234.html</id><title type="text">［原创］偶遇Ubuntu</title><summary type="text">我接触到Ubuntu是在一个非常偶然的情况下发生的。我在试用GoogleReader的时候，在右侧有个Ubuntu的订阅推荐，我觉得这个词怎么这么有意思，有这么U，把n算着另一种形式的U，我就点击这个按钮进去了，里面有好多关于Ubuntu的新闻，包括最新发行8.04LTS的信息。这下让我叩响了Ubuntu的门，首先找到了Ubuntu的官方中文网站，首先映入眼帘的是三人手拉手的Logo以及棕黄色的整...</summary><published>2008-07-18T09:17:00Z</published><updated>2008-07-18T09:17:00Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246234.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/archive/2008/07/18/1246234.html"/></entry><entry><id>http://www.cnblogs.com/MichaelLu/archive/2008/06/27/1231291.html</id><title type="text">【原创】C#.Net中对中英文混排的字符串按照指定宽度截取排版</title><summary type="text">摘要：在C#.Net 这样的支持Unicode字符集的环境下，字符串处理时，英文、数字、汉字以及标点符号都是当着一个字符来看待的，但是英文、中文显示时所占宽度不一致，这样在需要按照指定宽度输出时就会遇到截取到的字符串显示出来长短参差不齐的。在网上看了些别人写的一些文章，没有找到自己想要的方式。下面我就给出C#.Net中中英文混排的字符串，如何来进行按照指定宽度来截取。  今天有个程序需要在一个固定...</summary><published>2008-06-27T10:18:00Z</published><updated>2008-06-27T10:18:00Z</updated><author><name>MichaeL</name><uri>http://www.cnblogs.com/MichaelLu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/MichaelLu/archive/2008/06/27/1231291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/MichaelLu/archive/2008/06/27/1231291.html"/></entry></feed>
