<?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>网络杂谈 &#124; 020i.com &#187; C</title>
	<atom:link href="http://www.020i.com/tag/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.020i.com</link>
	<description>做人 做事</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:01:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>常见的C语言基础话题</title>
		<link>http://www.020i.com/2010/blog-post-633.html</link>
		<comments>http://www.020i.com/2010/blog-post-633.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 13:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.020i.com/?p=633</guid>
		<description><![CDATA[1，const char 与 char 的区别 原文参考这里： http://topic.csdn.net/t/20030326/22/1581422.html 最这两个例子： const char * c=&#8221;hahaha&#8221;；和 char * c =&#8221;hahaha&#8221;； 而言，CSDN上的朋友给了详细的解释： 没有区别, 但前者是安全的. 因为&#8221;"括起来的常量本身就是const char*, 不能修改, 如果通过char *引用再进行修改则会发生不可预测的错误. 用const char *才是规范的. 但为了保证向下兼容, c++允许这样做. 但这样很不明智. char *c           = "hahaha";  // 非const指针, 非const数据 const char *c      = "hahaha";  // 非const指针, const数据, c指向的目标空间的内容不可变化. char * <a href='http://www.020i.com/2010/blog-post-633.html'>[...]</a>]]></description>
		<wfw:commentRss>http://www.020i.com/2010/blog-post-633.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统管理员需要掌握的知识</title>
		<link>http://www.020i.com/2009/blog-post-401.html</link>
		<comments>http://www.020i.com/2009/blog-post-401.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 06:35:50 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[系统管理]]></category>

		<guid isPermaLink="false">http://www.020i.com/?p=401</guid>
		<description><![CDATA[等运维的同事处理一个问题，大概会有15分钟的空隙。所以简单整理此文，望为自己此后工作做一个参考，有所侧重。 以系统维护为主要内容。 C语言的掌握能力。不可否认很底层的东西都是C实现的，即便不会写代码，也至少要对常见语法，代码的使用方法熟悉。对常见软件的代码，至少能看懂50% Web开发能力。最能考验人的莫过于PHP、Javascript这些的开发。Javascript更像是基础中的基础，而PHP则当注重大项目的实现方法。 Java 环境也用得较多，需要熟悉常用的实现及服务模型，否则对服务的理解也难有实质的进步。 脚本编写能力。不可否定已经荒废一年有余，很少写代码，对Perl/Python的理解还相当有限，与对系统的熟悉程度不成比例。基本方法不熟悉，即便目光再长远，也难逃此瓶颈。 代码编写实力，还是得在日常工作中积累。]]></description>
		<wfw:commentRss>http://www.020i.com/2009/blog-post-401.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

