<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/L_serein" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/L_serein" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 08 Mar 2010 12:36:00 GMT</lastBuildDate><title>L_serein的专栏</title><description>C#&amp;amp;Java&amp;amp;C++---Symbian|Android|J2ME|Mobile|Brew|IPhone---ASP&amp;amp;JS&amp;amp;VBS&amp;amp;ASP.NET&amp;amp;JSP</description><link>http://blog.csdn.net/blogrss.aspx?username=L_serein</link><item><title>新年找工作的注意啦：一般通用面试内容</title><link>http://blog.csdn.net/L_serein/archive/2010/03/08/5357757.aspx</link><description>&lt;br /&gt;1.       您在选择工作中更看重的是什么？&lt;br /&gt;（可能是成长空间、培训机会、发挥平台、薪酬等答案）（若薪酬不排在第一，问）——您可不可以说说你在薪酬方面的心理预期？（待回答完毕后）那您刚
才的意思也可以这样理解：薪酬方面可以适当低于您的心理预期，对吗？（若薪酬显得不太让步，可问）有人说挣未来比挣钱重要，您怎样理解？&lt;br /&gt;2.       您觉得您在以前类似于我们公司提供的这个岗位上的工作经历有哪些方面做得不足？&lt;br /&gt;（若答有，问）——您打算在以后的工作中采取哪些改善措施？（待回答完毕后，继续发问）您再想想如果到我们公司来任职还有没有补充改善措施？&lt;br /&gt;（若答无，问）——您好像不太连续的去追求卓越，您以为您能胜任我们提供给您的这份工作吗？&lt;br /&gt;3.       您认为《致加西亚的信》中的罗文和推荐罗文的加西加将军哪一个对企业更重要？&lt;br /&gt;——（若答罗文，问）您不认为现在的企业面临着“千里马常有，而伯乐不常有的状态吗？”&lt;br /&gt;——（若答加西亚，问其理由）&lt;br /&gt;——（若答两者兼有，问其理由）&lt;br /&gt;兴趣爱好&lt;br /&gt;1&lt;img src=&quot;http://www1.feedsky.com/t1/339895728/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/03/08/5357757.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895728/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895728/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Mar 2010 20:36:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/03/08/5357757.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/03/08/5357757.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895728/4988511</fs:itemid></item><item><title>dxf结构解析及读取坐标</title><link>http://blog.csdn.net/L_serein/archive/2010/03/08/5357739.aspx</link><description>&lt;br /&gt;DXF文件的结构很清楚，具体如下：&lt;br /&gt;
  1. 标题段（HEADER ）&lt;br /&gt;
  有关图形的一般信息都可以DXF 文件的这一节找到，每一个参数具有一个变量名和一个相关值。&lt;br /&gt;
  2. 表段&lt;br /&gt;
  这一段包含的指定项的定义，它包括：&lt;br /&gt;
  a、&lt;br /&gt;
  线形表（LTYPE）&lt;br /&gt;
  b、&lt;br /&gt;
  层表（LYER）&lt;br /&gt;
  c、&lt;br /&gt;
  字体表（STYLE）&lt;br /&gt;
  d、&lt;br /&gt;
  视图表（VIEW）&lt;br /&gt;
    e、&lt;br /&gt;
  用户坐标系统表（UCS）&lt;br /&gt;
  f、&lt;br /&gt;
  视窗配置表（VPORT）&lt;br /&gt;
  g、&lt;br /&gt;
  标注字体表（DIMSTYLE）&lt;br /&gt;
  h、&lt;br /&gt;
  申请符号表（APPID）&lt;br /&gt;
  3. 块段（BLOCKS）&lt;br /&gt;
  这一段含有块定义实体，这些实体描述了图形种组成每个块的实体。&lt;br /&gt;
  4. 实体段（ENTITIES ）&lt;img src=&quot;http://www1.feedsky.com/t1/339895327/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/03/08/5357739.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895327/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Mar 2010 20:31:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/03/08/5357739.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/03/08/5357739.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895327/4988511</fs:itemid></item><item><title>揭秘炒房团利益链：为开发商提供民间融资</title><link>http://blog.csdn.net/L_serein/archive/2010/03/01/5335994.aspx</link><description>&lt;br /&gt;几乎所有人都认为炒房团的利润来源于房价的上涨，但这一假设本身就直接低估了房地产开发商的智商——这意味着开发商的“贱卖”。炒房团真正的利益来源，是房地产开发商银行贷款利率与民间利率的利差。这是一笔确定的、高比率的收益。&lt;br /&gt;&lt;br /&gt;第一财经日报3月1日讯 温州富商、山西煤老板，这一批批“炒房团”，被认为是中国房地产市场的一股重要力量，参与了高额利润的分配。&lt;br /&gt;炒房团的力量到底有多大？他们是怎样参与房地产市场的利益分配，就是对房子简单的低买高卖吗？他们的组织形式、商业运作究竟怎样？&lt;br /&gt;对于外人来说，这的确是一个难解之谜。《第一财经日报》特约请房地产行业知名律师张捷先生，阐述他理解的炒房团利益链条。张捷先生曾经担任北京房地局有关机构的律师，同时也是北京房地产界知名楼盘现代城、篮堡、金地等第一大股东的私人律师，在房地产行业顶端从业多年。&lt;br /&gt;在张捷看来，炒房团的核心是幕后的操盘手，其最核心的运作机制，是在房地产开发商资金链条进展的背景下，以某种方式为房地产开发商提供民间融资，赚取银行信贷利率与民间信贷利率的高额利差。&lt;br /&gt;张捷先生阐释的运作逻&lt;img src=&quot;http://www1.feedsky.com/t1/339895328/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/03/01/5335994.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895328/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895328/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Mar 2010 15:24:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/03/01/5335994.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/03/01/5335994.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895328/4988511</fs:itemid></item><item><title>和信：手机、互联网的实时“推客”</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5255408.aspx</link><description>&lt;br /&gt;和信客户端程序，利用无线互联网，让信息在互联网和手机之间实时传递。&lt;br /&gt;&lt;br /&gt;手机与PC互联网是人们使用最为频繁的终端网络，将其关联与融合起来也是必然的趋势。【每日
一站】上周介绍过整合各类通信与消息的国外平台MessagePub.com
，今
天所介绍的则是本土网站中同样致力于结合手机与互联网的和信，它能实现手机短信、邮件、图铃、视频、网页等实时收发，尤其注重SNS社交网站与手机的绑
定，让你实时“推客”。&lt;br /&gt;&lt;br /&gt;·网站名称：和信（http://www.hesine.com/）&lt;br /&gt;·上线时间：2008年&lt;br /&gt;·所在地点：中国 北京&lt;br /&gt;和信由北京和信锐智科技有限公司研发设计，其宗旨在于架起手机和互联网的桥梁，利用无线互联
网，让信息在互联网和手机之间实时传递。其核心产品是和信手机客户端软件，提供集手机现有信息交互方式（短信、图铃、视频、Email、IM、邮箱）为一
体的统一消息服务。具体来讲，和信提供以下五个方面的服务：&lt;br /&gt;1.和信推客——用户可以借由和信将手机与社交网站账号绑定，比如twitter、&lt;img src=&quot;http://www1.feedsky.com/t1/339895329/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5255408.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895329/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895329/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 20:50:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5255408.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5255408.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895329/4988511</fs:itemid></item><item><title>和信锐智陶建辉：用无线互联网提供新消息传输机制</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5255405.aspx</link><description>和信锐智科技有限公司创始人陶建辉和信锐智科技有限公司创始人陶建辉与主持人&lt;br /&gt;　　新浪科技讯 
11月2日下午消息，2009年互联网大会于11月2日-3日在北京召开，新浪网作为官方指定首席合作伙伴对大会进行全程直播，北京和信锐智科技有限公司
创始人陶建辉在接受新浪科技专访时表示，和信是2008年年初成立的，我们的目标是想利用无线互联网提供新的消息传输的机制。&lt;br /&gt;　以下为专访实录：&lt;br /&gt;　　新浪科技：新浪网友大家好，我们现在是在2009中国互联网大会的现场，在我身边是和信的创始人陶总，先跟大家打个招呼。&lt;br /&gt;　　陶建辉：新浪的网友大家好。&lt;br /&gt;　　新浪科技：套总能不能跟各位介绍一下和信到底是什么样的企业？&lt;br /&gt;　　陶建辉：和信是2008年年初成立的，我们的目标是想利用无线互联网提供新的消息传输的机制，这个消息有点类似于大家天天用短信、彩信，但是没
有长度的限制，没有内容格式的限制，比如彩信主要是图片，我们可以传视频，可以传音乐，各种各样内容格式，多媒体都传，不仅可以传到，手机用户可以把内容
传到社区空间，比如人人、开心、51，包括新浪微博。另&lt;img src=&quot;http://www1.feedsky.com/t1/339895330/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5255405.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895330/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895330/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 20:48:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5255405.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5255405.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895330/4988511</fs:itemid></item><item><title>和信锐智陶建辉:要为整个互联网产业链提供服务</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5255395.aspx</link><description>【搜狐IT消息】（文/林丰蕾）5月17日，第四届互联网站长年会在北京召开。在会议现场，国内重点的站长、投资人以及知名企业家接受了搜狐IT的
专访。
　　北京和信锐智科技有限公司创始人陶建辉在接受搜狐IT采访时表示，现在不考虑盈利，也不考虑做大平台，而会做一个产业服务链上的一环。　　以下为访谈实录：　　主持人：您给我们简单介绍一下公司主要的业务。　　嘉宾：我们公司是去年年初成立的，我们专注于无线互联网的应用和开发，特别是中国的3G牌照已经发放，无线互联网空间很大。我们公司的定位就是
帮助互联网公司把信息从网站下发到手机上，当然用户也可以用手机将信息传回到网站。我们提供了类似彩信、短信之外的一个通道，但不依赖于无线接入技术、不
依赖于运营商。用户不用花任何的彩信、短信费，只要交一个手机上网流量费就可以了。我们已经开发了客户端、服务器系统，我们目前最重要的应用就是“和信推
客”。　　主持人：用户必须要在上面定制是吗？　　嘉宾：对，用户在社区网站绑定后，社区网站可以把各种消息时实地下发到手机。比如我的&lt;img src=&quot;http://www1.feedsky.com/t1/339895331/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5255395.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895331/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895331/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 20:45:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5255395.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5255395.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895331/4988511</fs:itemid></item><item><title>和信锐智陶建辉：金融危机降低人才使用成本</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5255387.aspx</link><description>&lt;br /&gt;&lt;br /&gt;和信锐智科技有限公司创始人陶建
辉(腾讯科技摄)&lt;br /&gt;视频：腾讯科技专访和信锐智创始人陶建辉&lt;br /&gt;腾讯科技讯
 
11月2日消息，北京和信锐智科技有限公司创始人陶建辉今日做客腾讯科技互联网大会访谈室时表示，金融危机下企业的人才使用成本降低了，如果企业能扛过
去，相信企业将比金融危机前更有实力和竞争力。&lt;br /&gt;陶建辉指出，金融危机一方面带来挑
战，促使企业要特别省钱，因为“融资很困难，融资的成本变得很高”；另一方面，金融危机也让那些没有用户群没有核心产品的公司倒闭，等于间接帮助生存下来
的企业消灭了部分竞争对手。&lt;br /&gt;2009互联网大会会于11月2日至3日在北京召开，腾
讯科技作为官方指定战略合作门户网站、官方指定独家合作新闻中心进行全方位的视频、图文采访与直播。特设立4个现场专访间，力邀业界专家与企业代表剖析产
业现状，畅谈产业前景，并就金融危机一年来的发展进行深度解读。&lt;br /&gt;&lt;br /&gt;和信锐智科技有限公司创始人陶建
辉(腾讯科技摄)&lt;br /&gt;以下为腾讯科技专访北京和信锐智科技有限公司创始
人陶建辉的文字实录：&lt;img src=&quot;http://www1.feedsky.com/t1/339895332/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5255387.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895332/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895332/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 20:42:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5255387.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5255387.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895332/4988511</fs:itemid></item><item><title>[转]java 安装配置</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5253612.aspx</link><description>&lt;br /&gt;&lt;br /&gt;
	以下过程为JDK下载安装：&lt;br /&gt;&lt;br /&gt;
　　1.点击下面网址进入JDK1.4下载页面：&lt;br /&gt;&lt;br /&gt;
　　
http://java.sun.com/j2se/1.4.2/download.html&lt;br /&gt;&lt;br /&gt;
　　2.点击“Download 
J2SE SDK”：&lt;br /&gt;&lt;br /&gt;
　
　3.“Accept”，Continue：&lt;br /&gt;&lt;br /&gt;
　
　4.下面列出了各个平台下的JDK版本，其中Windows版有两种安装方式，一种是完全下载后再安装，一种是在线安装，我们选择第一种：&lt;br /&gt;&lt;br /&gt;
　
　5.下载完成后，双击图标进行安装，安装过程中可以自定义安装目录等信息，例如我们选择安装目录为D:\jdk1.4。&lt;br /&gt;&lt;br /&gt;
　　以下过
程为配置JDK环境变量：&lt;br /&gt;&lt;br /&gt;
　　6.右击“我的电脑”，点击“属性”：&lt;br /&gt;&lt;br /&gt;
　
　7.选择“高级”选项卡，点击“环境变量”：&lt;br /&gt;&lt;br /&gt;
　　
8.在“系统变量”中，设&lt;img src=&quot;http://www1.feedsky.com/t1/339895333/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5253612.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895333/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895333/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 13:13:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5253612.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5253612.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895333/4988511</fs:itemid></item><item><title>Android 安装</title><link>http://blog.csdn.net/L_serein/archive/2010/01/25/5252986.aspx</link><description>本来准备停止几天更新自己的blog，但是由于自己决心学习个google的Android，进行Android开发，所以还需要把一些东西记录
下来，对自己以后也有所帮助。
　　在推出了手机操作系统Android之后，Google正努力加速其普及，据国外媒体报
道，Google计划为那些开发出卓越Android应用的程序员提供奖励，奖金金额总计达1000万美元。Android 
SDK我在今天已经下载过了，
SDK安装首先到到http://code.google.com/android/download.html
下
载SDK的压缩包，直接解压到你需要的目录里。里面的Emulator是一个智能手机模拟器。
　　然后是安装Eclipse的开发插件。
　
　1）在Eclipse的菜单里选择Software Updates &gt; Find and Install...
　　2）在随后出现的
窗口里选Search for new features to install，然&lt;img src=&quot;http://www1.feedsky.com/t1/339895334/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/25/5252986.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895334/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895334/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2010 10:35:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/25/5252986.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/25/5252986.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895334/4988511</fs:itemid></item><item><title>UE 删除.bak文件</title><link>http://blog.csdn.net/L_serein/archive/2010/01/24/5252016.aspx</link><description>UE，在【高级】-【配置】中，选择左侧导航中的【文件处理】-【备份】，备份文件选项中选择的是【追加.BAK到现有扩展名】，&lt;br /&gt;
更改【默认备份目录】的路径为指定文件夹即可（点击浏览，选择指定文件夹）；如果不想备份.BAK文件，勾选【不备份】，以后就不会再生成。&lt;img src=&quot;http://www1.feedsky.com/t1/339895335/L_serein/csdn.net/s.gif?r=http://blog.csdn.net/L_serein/archive/2010/01/24/5252016.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/L_serein/339895335/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/L_serein/339895335/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 24 Jan 2010 23:18:00 +0800</pubDate><author>L_serein</author><guid isPermaLink="false">http://blog.csdn.net/L_serein/archive/2010/01/24/5252016.aspx</guid><dc:creator>L_serein</dc:creator><fs:srclink>http://blog.csdn.net/L_serein/archive/2010/01/24/5252016.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/L_serein/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/L_serein/~6880419/339895335/4988511</fs:itemid></item></channel></rss>