<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Serenity &#187; Study</title>
	<atom:link href="http://seanchenxi.com/category/study/feed" rel="self" type="application/rss+xml" />
	<link>http://seanchenxi.com</link>
	<description>-非淡泊无以明志，非宁静无以致远</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:00:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>建站术语扫盲之MySQL</title>
		<link>http://seanchenxi.com/mysql-site-building.html</link>
		<comments>http://seanchenxi.com/mysql-site-building.html#comments</comments>
		<pubDate>Tue, 11 Mar 2008 10:20:13 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[扫盲]]></category>
		<category><![CDATA[术语]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/mysql-site-building.html</guid>
		<description><![CDATA[MySQL是一个开放源码的小型关联式数据库管理系统，开发者最初为瑞典MySQL AB公司。由于其体积小、速度快、总体拥有成本低，尤其是开放源码这一特点，是的大部分中小型网站为了降低网站总成本而选择了MySQL作为网站数据库。于2008年1月16日，Sun正式收购MySQL。
同类型的大型数据库有: Oracle、DB2、SQL Server等等。
MySQL是一个真正的多用户、多线程SQL数据库服务器。它是以一个客户机/服务器结构的实现，由一个服务器守护程序mysqld和很多不同的客户程序和库组成。其主要目标就是快速、健壮和易用，为了能够在并不昂贵的硬件平台上更加快速得处理同一个数量级的大型数据库。现在尽管MySQL仍在开发中，但它已经成为能够提供一个丰富和极其有用的功能集。
目前Internet上流行的网站构架方式是LAMP（Linux + Apache + MySQL + PHP），即使用Linux作为操作系统，Apache作为Web服务器，MySQL作为数据库，PHP（部分网站也使用Perl或Python）作为服务器端脚本解释器。由于这四个软件都是遵循GPL的开放源码软件，因此使用这种方式不用花一分钱就可以建立起一个稳定、免费的网站系统。MySQL加PHP的配对在互联网上的应用相比LAMP来说最为常见，并获得了“动态配对”（Dynamic Duo）的雅号，大部分Blog网站基于的WordPress系统主要运用MySQL加PHP的配对，选择的网络架构都是LAMP。
另外，除了LAMP，用于Windows和Mac上的网站构架也分别被称为WAMP和MAMP。
]]></description>
			<content:encoded><![CDATA[<p><img border="none" align="left" src="http://seanchenxi.com/wp-content/uploads/2008/03/mysql.png" alt="MySQL" style="margin: 5px" />MySQL是一个开放源码的<u>小型</u>关联式数据库管理系统，开发者最初为瑞典MySQL AB公司。由于其体积小、速度快、总体拥有成本低，尤其是开放源码这一特点，是的大部分中小型网站为了降低网站总成本而选择了MySQL作为网站数据库。于2008年1月16日，Sun正式收购MySQL。</p>
<p>同类型的<u>大型</u>数据库有: Oracle、DB2、SQL Server等等。</p>
<p>MySQL是一个真正的多用户、多线程SQL数据库服务器。它是以一个客户机/服务器结构的实现，由一个服务器守护程序mysqld和很多不同的客户程序和库组成。其主要目标就是快速、健壮和易用，为了能够在并不昂贵的硬件平台上更加快速得处理同一个数量级的大型数据库。现在尽管MySQL仍在开发中，但它已经成为能够提供一个丰富和极其有用的功能集。</p>
<p>目前Internet上流行的网站构架方式是<strong>LAMP</strong>（Linux + <a href="http://seanchenxi.com/apache-site-building.html" title="What is Apache?">Apache</a> + <a href="http://seanchenxi.com/mysql-site-building.html#top" title="What is Mysql?">MySQL</a> + <a href="http://seanchenxi.com/php-site-building.html" title="What is PHP?">PHP</a>），即使用Linux作为操作系统，Apache作为Web服务器，MySQL作为数据库，PHP（部分网站也使用Perl或Python）作为服务器端脚本解释器。由于这四个软件都是遵循GPL的开放源码软件，因此使用这种方式不用花一分钱就可以建立起一个稳定、免费的网站系统。MySQL加PHP的配对在互联网上的应用相比LAMP来说最为常见，并获得了“动态配对”（Dynamic Duo）的雅号，大部分Blog网站基于的WordPress系统主要运用MySQL加PHP的配对，选择的网络架构都是LAMP。</p>
<p>另外，除了LAMP，用于Windows和Mac上的网站构架也分别被称为WAMP和MAMP。</p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/mysql-site-building.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonnes notes!</title>
		<link>http://seanchenxi.com/bonnes-notes.html</link>
		<comments>http://seanchenxi.com/bonnes-notes.html#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:14:45 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Français]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[note]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/bonnes-notes.html</guid>
		<description><![CDATA[En fin, je sais mes notes des exmans pour la première semestre maintenant:
        -Economie des institutions financières : 8/20
        -Contrôle de gestion : 14/20
        -Informatique : 14.5/20 (Surprise!)
        -Finance d&#8217;entreprise : 15.5/20
Bien que j&#8217;ai une matière est perdu, mais heureusement les autres ont des notes assez hautes, comme ça j&#8217;ai eu une note moyenne de [...]]]></description>
			<content:encoded><![CDATA[<p>En fin, je sais mes notes des exmans pour la première semestre maintenant:</p>
<p>        -Economie des institutions financières : 8/20<br />
        -Contrôle de gestion : 14/20<br />
        -Informatique : 14.5/20 (Surprise!)<br />
        -Finance d&#8217;entreprise : 15.5/20</p>
<p>Bien que j&#8217;ai une matière est perdu, mais heureusement les autres ont des notes assez hautes, comme ça j&#8217;ai eu une note moyenne de 13/20. Ce n&#8217;est pas une note très haute parmis tous les étudiants à la fac, mais c&#8217;est déjà très bien pour moi! Parce que j&#8217;ai fait un progrès qu&#8217;avant!</p>
<p>Félicitation! Et bonne continuation!</p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/bonnes-notes.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>建站术语扫盲之SSH</title>
		<link>http://seanchenxi.com/ssh-site-building.html</link>
		<comments>http://seanchenxi.com/ssh-site-building.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 21:51:43 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Secure Shell]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[中间人]]></category>
		<category><![CDATA[安全]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[扫盲]]></category>
		<category><![CDATA[明文]]></category>
		<category><![CDATA[术语]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/site-building-ssh.html</guid>
		<description><![CDATA[什么是SSH? 
        SSH, 全称为Secure Shell，是由IEFT的网络工作小组(Network Working Group) 所制定的建立在应用层和传输层基础上的安全协议。
        由于传统的网络服务程序，像FTP、POP和Telnet等协议在本质上都是不安全的，他们对用户信息等数据的明文传送方式很容易受到中间人(man-in-the-middle)的攻击。而SSH是目前比较可靠的，转为远程登录会话和其他网络服务提供安全的协议。它可以很有效的防止远程管理过程中的信息泄露问题，可以对所有传输的数据进行加密，更能够防止DNS欺骗和IP欺骗。同时，通过它传输的数据是经过压缩的，进而加快了数据传输速度。
SSH如何进行安全验证工作?
  从客户端来看，SSH提供两种级别的安全验证。
        第一种级别(基于口令的安全验证)只要你知道自己帐号和口令，就可以登录到远程主机。所有传输的数据都会被加密，但是不能保证你正在连接的服务器就是你想连接的服务器。可能会有别的服务器在冒充真正的服务器，也就是受到&#8221;中间人&#8221;这种方式的攻击。
        第二种级别(基于密匙的安全验证)需要依靠密匙，也就是你必须为自己创建一对密匙，并把公用密匙放在需要访问的服务器上。如果你要连接到SSH服务器上，客户端软件就会向服务器发出请求，请求用你的密匙进行安全验证。服务器收到请求之后，先在你在该服务器 的家目录下寻找你的公用密匙，然后把它和你发送过来的公用密匙进行比较。如果两个密匙一致，服务器就用公用密匙加密&#8221;质询&#8221;(challenge)并把它发送给客户端软件。客户端软件收到&#8221;质询&#8221;之后就可以用你的私人密匙解密再把它发送给服务器。
        用这种方式，你必须知道自己密匙的口令。但是，与第一种级别相比，第二种级别不需要在网络上传送口令。第二种级别不仅加密所有传送的数据，而且&#8221;中间人&#8221;这种攻击方式也是不可能的(因为他没有你的私人密匙)。
 两点重要概念：
        所谓的中间人，也就是存在着另一个人或者另一台机器能够冒充真正的服务器接受用户传给真正服务器的数据，然后再冒充用户把数据传给真正的服务器。
        而对于明文，我们需要知道密码技术目的就是要伪装信息。加密是指将信息经过加密函数及加密密钥转换,变成无规则,无意义的密文;而解密则是将此密文经过解密函数、解密密钥的处理还原成明文。密码技术是网络安全技术的基础。
]]></description>
			<content:encoded><![CDATA[<p><strong>什么是SSH? <br />
</strong>       <strong> SSH,</strong> 全称为<strong>Secure Shell</strong>，是由IEFT的网络工作小组(Network Working Group) 所制定的建立在应用层和传输层基础上的安全协议。</p>
<p>        由于传统的网络服务程序，像FTP、POP和Telnet等协议在本质上都是不安全的，他们对用户信息等数据的<strong><u>明文</u></strong>传送方式很容易受到<strong><u>中间人(man-in-the-middle)</u></strong>的攻击。而SSH是目前比较可靠的，转为远程登录会话和其他网络服务提供安全的协议。它可以很有效的防止远程管理过程中的信息泄露问题，可以对所有传输的数据进行加密，更能够防止DNS欺骗和IP欺骗。同时，通过它传输的数据是经过压缩的，进而加快了数据传输速度。</p>
<p><strong>SSH如何进行安全验证工作?</strong><br />
  从客户端来看，SSH提供两种级别的安全验证。<br />
        第一种级别(基于口令的安全验证)只要你知道自己帐号和口令，就可以登录到远程主机。所有传输的数据都会被加密，但是不能保证你正在连接的服务器就是你想连接的服务器。可能会有别的服务器在冒充真正的服务器，也就是受到&#8221;中间人&#8221;这种方式的攻击。</p>
<p>        第二种级别(基于密匙的安全验证)需要依靠密匙，也就是你必须为自己创建一对密匙，并把公用密匙放在需要访问的服务器上。如果你要连接到SSH服务器上，客户端软件就会向服务器发出请求，请求用你的密匙进行安全验证。服务器收到请求之后，先在你在该服务器 的家目录下寻找你的公用密匙，然后把它和你发送过来的公用密匙进行比较。如果两个密匙一致，服务器就用公用密匙加密&#8221;质询&#8221;(challenge)并把它发送给客户端软件。客户端软件收到&#8221;质询&#8221;之后就可以用你的私人密匙解密再把它发送给服务器。</p>
<p>        用这种方式，你必须知道自己密匙的口令。但是，与第一种级别相比，第二种级别不需要在网络上传送口令。第二种级别不仅加密所有传送的数据，而且&#8221;中间人&#8221;这种攻击方式也是不可能的(因为他没有你的私人密匙)。</p>
<p> 两点重要概念：<br />
        所谓的中间人，也就是存在着另一个人或者另一台机器能够冒充真正的服务器接受用户传给真正服务器的数据，然后再冒充用户把数据传给真正的服务器。</p>
<p>        而对于明文，我们需要知道密码技术目的就是要伪装信息。加密是指将信息经过加密函数及加密密钥转换,变成无规则,无意义的密文;而解密则是将此密文经过解密函数、解密密钥的处理还原成明文。密码技术是网络安全技术的基础。</p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/ssh-site-building.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>建站术语扫盲之Apache</title>
		<link>http://seanchenxi.com/apache-site-building.html</link>
		<comments>http://seanchenxi.com/apache-site-building.html#comments</comments>
		<pubDate>Mon, 03 Mar 2008 12:42:58 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[扫盲]]></category>
		<category><![CDATA[术语]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/apache-site-building.html</guid>
		<description><![CDATA[
Apache (Apache HTTP Server的简称，中文常称其为阿帕奇服务器或阿帕奇HTTP服务器）是Apache软件基金会的一个开放源码的网页服务器，可在大多数计算机操作系统中运行，由于其多平台和安全性被广泛使用，是最流行的Web服务器端软件之一。它快速、可靠并且可通过简单的API扩展，将Perl/Python等解释器编译到服务器中。
所谓的网页服务器，就是在我们制作网站的时候，除了主机、操作系统和使用者制作的网页外, 安装在主机上的一套能将网页放到网络上让其他人来浏览存取的软体，也就是所谓的Web Server。
Apache支持许多特性，从服务器端的编程语言支持到身份认证方案。一些通用的语言接口支持Perl，Python， Tcl， 和 PHP。流行的认证模块包括 mod_access， mod_auth 和 mod_digest。其他的例子有 SSL 和 TLS 支持 (mod_ssl)， proxy 模块，很有用的URL重写(由 mod_rewrite 实现)，定制日志文件 (mod_log_config)，以及过滤支持(mod_include 和 mod_ext_filter)。
Apache最新稳定版为2.2.8/2.0.63/1.3.41 /, 更新日期为2008年1月19日。其2.x版本核心在 1.x版本之上作出了重要的加强，包括:线程，更好的支持非UNIX平台（例如Windows），新的 Apache API，以及IPv6支持。
现在常见的虚拟主机，若是是Linux操作系统，那么，其配置的一定是Apache.
像我们Wordpress的使用者，Apache可以说是在架设网站时的必备条件，所以选择的主机都是Linux操作系统。
]]></description>
			<content:encoded><![CDATA[<p><strong><img src="http://seanchenxi.com/wp-content/uploads/2008/03/apache.png" alt="Apache" /></strong></p>
<p><strong>Apache</strong> (<strong>Apache HTTP Server</strong>的简称，中文常称其为阿帕奇服务器或阿帕奇HTTP服务器）是<a target="_blank" href="http://www.apache.org" title="Apache软件基金会">Apache软件基金会</a>的一个开放源码的网页服务器，可在大多数计算机操作系统中运行，由于其多平台和安全性被广泛使用，是最流行的Web服务器端软件之一。它快速、可靠并且可通过简单的API扩展，将Perl/Python等解释器编译到服务器中。</p>
<p>所谓的<u>网页服务器</u>，就是在我们制作网站的时候，除了主机、操作系统和使用者制作的网页外, 安装在主机上的一套能将网页放到网络上让其他人来浏览存取的软体，也就是所谓的Web Server。</p>
<p>Apache支持许多特性，从服务器端的编程语言支持到身份认证方案。一些通用的语言接口支持Perl，Python， Tcl， 和 PHP。流行的认证模块包括 mod_access， mod_auth 和 mod_digest。其他的例子有 SSL 和 TLS 支持 (mod_ssl)， proxy 模块，很有用的URL重写(由 mod_rewrite 实现)，定制日志文件 (mod_log_config)，以及过滤支持(mod_include 和 mod_ext_filter)。</p>
<p>Apache最新稳定版为2.2.8/2.0.63/1.3.41 /, 更新日期为2008年1月19日。其2.x版本核心在 1.x版本之上作出了重要的加强，包括:线程，更好的支持非UNIX平台（例如Windows），新的 Apache API，以及IPv6支持。</p>
<p>现在常见的虚拟主机，若是是Linux操作系统，那么，其配置的一定是Apache.</p>
<p>像我们Wordpress的使用者，Apache可以说是在架设网站时的必备条件，所以选择的主机都是Linux操作系统。</p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/apache-site-building.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad news vs Good news</title>
		<link>http://seanchenxi.com/bad-news-vs-good-news.html</link>
		<comments>http://seanchenxi.com/bad-news-vs-good-news.html#comments</comments>
		<pubDate>Tue, 08 Jan 2008 21:27:57 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/bad-news-vs-good-news/</guid>
		<description><![CDATA[Bad news : The exam of Computer Science, I haven&#8217;t done very well ! The questions are too difficult to understand, none of the students write a word at the first 40 minutes, although the whole test during 1 hour 30 minutes!
Good news : I just asked our professor for the part of the Excel project ! 50% ! [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Bad news :</strong> The exam of Computer Science, I haven&#8217;t done very well ! The questions are too difficult to understand, none of the students write a word at the first 40 minutes, although the whole test during 1 hour 30 minutes!</p>
<p><strong>Good news :</strong> I just asked our professor for the part of the Excel project ! 50% ! This is really a good news ! That&#8217;s means I still have the chance to pass this subject !</p>
<p>This year, the average note is very important fot me ! Although with 10/20 I can receive the diploma, but I have any advantage for demanding the next year&#8217;s study in Master 2 ! That&#8217;s means it will be very difficult to find a better university, a better profeesor who could admit me. So a better average note is necessary !</p>
<p><strong>Good good study, day day up !</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/bad-news-vs-good-news.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fighting for tomorrow !</title>
		<link>http://seanchenxi.com/fighting-for-tomorrow.html</link>
		<comments>http://seanchenxi.com/fighting-for-tomorrow.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:14:41 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[SIAD]]></category>

		<guid isPermaLink="false">http://seanchenxi.com/fighting-for-tomorrow/</guid>
		<description><![CDATA[Tomorrow morning at 8:30, this semester&#8217;s first exam will begin ! So fighting tonight !
I hate the writing test in Computer Science, especially I must use french to answer it ! If you konw what is SIAD (in french : Systèm d&#8217;interactif d&#8217;aide à la décision), you do kown how difficult it is to write in [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow morning at 8:30, this semester&#8217;s first exam will begin ! So fighting tonight !</p>
<p>I hate the writing test in Computer Science, especially I must use french to answer it ! If you konw what is <u>SIAD (in french : Systèm d&#8217;interactif d&#8217;aide à la décision),</u> you do kown how difficult it is to write in a foreign language to answer the questions in this field ! I can easily do it by using the Computer, but not a pen ! </p>
<p>No matter how, I must pass this exam, try my best !</p>
]]></content:encoded>
			<wfw:commentRss>http://seanchenxi.com/fighting-for-tomorrow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
