<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zhenxiang_guan" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhenxiang_guan" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 12 Feb 2008 21:39:00 GMT</lastBuildDate><title>　　　　振翔'BLOG</title><description>　　　　　　　　　     简单的人 只因梦想而感到伟大</description><link>http://blog.csdn.net/zhenxiang_guan/</link><item><title>WPF简介</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2008/02/12/2089106.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/2089106.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/2089106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2089106</trackback:ping><description>．WPF是什么      Windows Presentation Foundation ，缩写为WPF，其原来代号为“Avalon”，因“我佩服”拼音首字母组合一样，国内有人调侃地称之为“我佩服”。WPF是微软新一代图形系统，运行在.NET Framework 3.0架构下，为用户界面、2D/3D 图形、文档和媒体提供了统一的描述和操作方法。基于DirectX 9/10技术的WPF不仅带来了前所未有的3D界面，而且其图形向量渲染引擎也大大改进了传统的2D界面，比如Vista中的半透明效果的窗体等都得益于WPF。     程序员在WPF的帮助下，要开发出媲美Mac程序的酷炫界面已不再是遥不可及的奢望。 WPF相对于Windows客户端的开发来说，向前跨出了巨大的一步，它提供了超丰富的.NET UI 框架，集成了矢量图形，丰富的流动文字支持flow text support，3D视觉效果和强大无比的控件模型框架。    业内著名人士惊呼：“这一天终于来了！” WPF与XAML &lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/2089106.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 13 Feb 2008 05:39:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2008/02/12/2089106.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2008/02/12/2089106.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>从网上下了个人品测试，大家来看看你人品 呵呵</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/05/26/1626794.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1626794.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1626794.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1626794</trackback:ping><description>&amp;nbsp;&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1626794.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 27 May 2007 00:07:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/05/26/1626794.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/05/26/1626794.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>HTML教程--------HTML标记大全（1）</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/17/1568286.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1568286.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1568286.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1568286</trackback:ping><description>虽然早就学过HTML，但有时候有的标记 就是记不住，所以收集了一些。欢迎各位查阅

  

第一章 HTML概述与基本结构
 一、HTML的概述 
   HTML的英语意思是：Hypertext Marked Language，即超文本标记语言,是一种用来制作超文本文档的简单标记语言。超文本传输协议规定了浏览器在运行 HTML 文档时所遵循的规则和进行的操作.HTTP协议的制定使浏览器在运行超文本时有了统一的规则和标准.用HTML编写的超文本文档称为HTML文档，它能独立于各种操作系统平台，自1990年以来HTML就一直被用作ＷＷＷ（是World Wide Web的缩写，也可简写WEB、中文叫做万维网) 的信息表示语言，使用HTML语言描述的文件，需要通过WEB浏览器显示出效果。
   所谓超文本，是因为它可以加入图片、声音、动画、影视等内容，事实上每一个HTML文档都是一种静态的网页文件，这个文件里面包含了HTML指令代码，这些指令代码并不是一种程序语言，它只是一种排版网页中资料显示位置的标记结构语言，易学易懂，非常简单。HTML的普遍应用就是带来了超文本的技术----&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1568286.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Apr 2007 05:24:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/17/1568286.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/04/17/1568286.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>最近在培训收集了一些Linux常用命令</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/08/1556832.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1556832.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1556832.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1556832</trackback:ping><description>在介绍所有的命令之前，先介绍一下Linux的在线帮助man。在Linux下，当你要查找一个命令的用法的，你可以通过 man 命令名来源得命令的详细说明。因为每个Linux都有一份man文档，所以介绍命令的时候我们只是简直介绍一下命令的学用选项。如果想查看命令的详细说明，请自己看man。下面是man各小节的内容：
   1   用户命令。
   2   系统调用。
   3   库函数。
   4   特殊文件(设备和网络接口)。
   5   文件格式。
   6   游戏和演示。
   7   系统环境、表格和宏。
   8   系统管理和相关命令。 
apropos    依据所给关键字查找相关的命令和系统调用
格式：apropos keyword
例：查找与ftp相关的命令和系统调用
$apropos ftp
注：类似的命令有man -k。man -k 其实就是执行apropos
at    在某一特定时间执行指定的命令
格式：at [-V][-q 队列][-f 文件][-m&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1556832.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 09 Apr 2007 03:45:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/08/1556832.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/04/08/1556832.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>李嘉诚激励员工的一首诗</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/02/1549279.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1549279.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1549279.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1549279</trackback:ping><description>李嘉诚激励员工的一首诗 
 
Are You Ready？——李嘉诚
 
当你们梦想伟大成功的时候，
 
你有没有刻苦的准备？
 
当你们有野心做领袖的时候，
 
你有没有服务于人的谦恭？&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1549279.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Apr 2007 21:57:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/04/02/1549279.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/04/02/1549279.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>XSL简明教程</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/03/31/1547417.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1547417.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1547417.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1547417</trackback:ping><description>HTML网页使用预先确定的标识(tags)，这就是说所有的标记都有明确的含义，例如是另起一行是标题字体。所有的浏览器都知道如何解析和显示HTML网页。
然而，XML没有固定的标识,我们可以建立我们自己需要的标识，所以浏览器不能自动解析它们，例如可以理解为表格，也可以理解为桌子。由于XML的可扩展性，使我们没有一个标准的办法来显示XML文档。为了控制XML文档的显示，我们有必要建立一种机制，CSS就是其中的一种，但是XSL(eXtensible Stylesheet Language)是显示XML文档的首选样式语言，它比CSS更适合于XML。 
&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1547417.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 Mar 2007 18:19:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/03/31/1547417.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/03/31/1547417.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>如何取英文名-英文名大全-教你取英文名-在线取英文名</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2007/02/26/1515107.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1515107.aspx</wfw:comment><slash:comments>34</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1515107.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1515107</trackback:ping><description>英文名字的意义 

~男生英文名字的意义~ 

英文： 中文： 来源： 涵意： 

Aaron 艾伦 希伯来 巍然的高山；受神启示的。 
Abbott 艾布特 希伯来 父性的；伟大的精神。 
Abel 埃布尔 拉丁 生命；呼吸。 
Abner 艾布纳 希伯来 睿智；有智慧　。 
Abraham 亚伯拉罕 希伯来 崇高的父亲；众人之父。 
Adair 亚岱尔 苏格兰，爱尔兰 犹如像树般坚强。 
Adam 亚当 希伯来 天下第一个男人，男性 
Addison 艾狄生 英国 亚当的后代。 
Adolph 阿道夫 德国 高贵的狼。 
Adonis 亚度尼斯 希腊 美男子。 
Adrian 亚德里恩 拉丁 傍亚德里亚海而居之人。 
Ahern 亚恒 塞尔特 马的主人。 
Alan 艾伦 斯堪的那维亚 英俊的，好看的；和睦，和平；高兴的。 
&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1515107.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Feb 2007 01:07:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2007/02/26/1515107.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2007/02/26/1515107.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>简历制作诀窍谈</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/26/1352500.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1352500.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1352500.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1352500</trackback:ping><description>简历制作诀窍谈

前言：简历的作用不可忽视，西方有一句名言说得好“A Resume is a passport to an interview.&quot;一份简历求职者通往面试最有效的护照。 
在找工作的过程中，简历是重要的一个环节。如何利用有限的空间展现自己，并在芸芸众生中脱颖而出，引起“考官”的注意，确是一门不小的学问。 
怎样写好这重要的简历，且听听过来之人和一些老师的意见。 

找准定位。这是一份简历的支点。不可否认，现在的应聘者一专多能。可是很多人定位不准确，缺乏对自己和自己所期望职位的真正认识。光有感觉是不够的。什么都可干却什么都不突出。能力、期望混为一谈，会造成应聘筛选中的极度困难。 

及早准备。一般说来，四年级的上学期时间比较充裕，就应当充分利用，尽早准备好自己的简历。而且，从十一、二月起，学校里就开始有招聘活动。早准备也便意味着有更多的机会。 


&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1352500.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Oct 2006 03:30:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/26/1352500.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2006/10/26/1352500.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>影响中国软件开发的20人,你知道几个?</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350444.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1350444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1350444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1350444</trackback:ping><description>[1]严援朝
　　
　　所属公司：新浪网
　　
　　入选理由：开发第一个中文操作系统CCDOS，参与创办四通利方，掌控最大的中文网站新浪网技术总架构。
　　
　　“做软件就是在不断地明确目标，就是搞清楚你的GO 是什么，所有的软件都逃不出那三句话——IF、THEN、 ELSE。棒的程序员很快能够知道自己的GO是什么，没长进的程序员老也弄不清楚自己到底要干嘛，所以永远处在 学习过程中，手里永远拿着一本书，永远在学，永远也学不会。”这是严援朝很经典的一句话，甚至有程序员把这作为自己的座右铭。作为中国第一代程序员的象征，他如今依然负责在新浪网的整体技术架构上。不知是不是严援朝怕别人忘记自己，不久前，从新浪网炮制出了两篇文章，大谈自己的一些深奥看法。其实如果单纯是这种原因，应该大可不必，因为严援朝在中国软件开发史上奠定的地位无人可撼。
　　
　　
　　
　　[2]求伯君
　　
　　所属公司：金山软件
　　
　　入选理由：软件领域的常青树，以榜样的力量激励众多程序员。
　　
&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1350444.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Oct 2006 20:26:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350444.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item><item><title>你该学什么程序语言？（据蔡学镛先生同名文章精简）</title><link>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350429.aspx</link><wfw:comment>http://blog.csdn.net/zhenxiang_guan/comments/1350429.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/zhenxiang_guan/comments/commentRss/1350429.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1350429</trackback:ping><description>虚怀若谷据蔡学镛先生《你该学什么程序语言？》精简

程序语言可分为5类

1、web page script languages
　　就是网页代码，比如Html、JavaScript、Css、Asp、Php、Xml都应该属于此类（照蔡的意思，Html不应该属于anguages的，可能他觉得太简单了吧，不过我觉得Html也应该算的，大家爱听谁的就听谁的好了，这个不重要）

2、Interpreted Languages（解释型语言）
　　包括Perl、Python、REBOL、Ruby等（后面三个听豆没听过），也常被称作Script语言，通常被用于和底下的操作系统沟通。照蔡的意思，每个人至少应该学会一套这类的语言。这类语言的缺点是效率差、源代码外露——所以不适合用来开发软件产品，一般用于网页服务器。

3、Hybrid Laguages（混合型语言）
　　代表是JAVA和C#。介于解释型和编译型之间。蔡认为C#是.NET最重要的语言，值得期待其后续发展；至于JAVA，蔡叫看他的《Sleepless in Java》——我倒！

&lt;img src =&quot;http://blog.csdn.net/zhenxiang_guan/aggbug/1350429.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Oct 2006 20:17:00 +0800</pubDate><author>zhenxiang_guan</author><comments>http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350429.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhenxiang_guan/archive/2006/10/25/1350429.aspx</guid><dc:creator>zhenxiang_guan</dc:creator></item></channel></rss>