<?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/chlaws" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chlaws" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 26 May 2011 09:29:00 GMT</lastBuildDate><title>chlaws的专栏</title><description>记录我技术之路成长的过程。</description><link>http://blog.csdn.net/blogrss.aspx?username=chlaws</link><item><title>字符编码-理解跨平台中文乱码</title><link>http://blog.csdn.net/chlaws/archive/2011/05/26/6448088.aspx</link><description>字符编码，理解跨平台中文乱码,windows-linux文件中文乱码原因&lt;img src=&quot;http://www1.feedsky.com/t1/515399621/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/05/26/6448088.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 26 May 2011 17:29:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/05/26/6448088.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/05/26/6448088.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399621/4216128</fs:itemid></item><item><title>自定义Apache日志格式</title><link>http://blog.csdn.net/chlaws/archive/2011/04/21/6337718.aspx</link><description>&lt;br /&gt;转自：http://huqilong.blog.51cto.com/53638/162321对于站长而言，最关心的当属网站的访问情况了，可能大家平常用得多的都是站点统计，例如51.la，cnzz，Google Analytics等等，却忽略了Apache的access日志！Apache的日志能够详细记录网站的每一个请求，供管理员参考，特别是在网站出现问题的时候，Apache日志文件能提供很多有用的信息，通过分析日志文件，找出网站问题所在。然而Apache默认的日志格式可能并不能满足每一个人的胃口，有时候我们需要定制Apache日志的格式和内容，比如增加我们感兴趣的内容，删掉我们不感兴趣的内容，或者是改变日志文件记录的格式等等。在Apache的httpd.conf文件中，通过LogFormat和CustomLog指令可以实现自定义日志文件格式和内容的目的。LogFormat和CustomLog的格式化参数是一个字符串，这个字符串会在每次请求发生的时候，被记录到日志文件中去。它可以包含被原样写入日志的文本字符串以及控制字符如：“\t”、“\n”， 其他的特殊字符均可通过反斜杠转&lt;img src=&quot;http://www1.feedsky.com/t1/515399622/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/04/21/6337718.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 21 Apr 2011 09:47:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/04/21/6337718.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/04/21/6337718.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399622/4216128</fs:itemid></item><item><title>搭建数据库环境--导入数据产生ORA-1659错误的一个原因</title><link>http://blog.csdn.net/chlaws/archive/2011/04/18/6331557.aspx</link><description>搭建数据库环境：在指定的表空间大小远远足够的情况下 导入数据产生ORA-1659错误提示没空间分配,使得表创建失败的原因所在之处&lt;img src=&quot;http://www1.feedsky.com/t1/515399623/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/04/18/6331557.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Mon, 18 Apr 2011 16:48:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/04/18/6331557.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/04/18/6331557.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399623/4216128</fs:itemid></item><item><title>使用union避免map复制结构体降低效率</title><link>http://blog.csdn.net/chlaws/archive/2011/04/07/6307437.aspx</link><description>使用union 关联long long 和一个struct中的2个32位的int,传递map则使用long long，在取出的使用的时候则使用结构体正常使用，避免海量数据处理时map拷贝结构体降低效率&lt;img src=&quot;http://www1.feedsky.com/t1/515399624/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/04/07/6307437.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 07 Apr 2011 16:46:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/04/07/6307437.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/04/07/6307437.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399624/4216128</fs:itemid></item><item><title>异步IO完整例子-可改写用于服务器</title><link>http://blog.csdn.net/chlaws/archive/2011/03/24/6274553.aspx</link><description>高性能服务器,异步IO,linux 编程&lt;img src=&quot;http://www1.feedsky.com/t1/515399625/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/03/24/6274553.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 24 Mar 2011 16:59:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/03/24/6274553.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/03/24/6274553.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399625/4216128</fs:itemid></item><item><title>异步IO完整例子-可改写用于服务器</title><link>http://blog.csdn.net/chlaws/archive/2011/03/24/6274491.aspx</link><description>异步IO,高性能,服务器,linux 编程&lt;img src=&quot;http://www1.feedsky.com/t1/515399626/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/03/24/6274491.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 24 Mar 2011 16:38:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/03/24/6274491.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/03/24/6274491.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399626/4216128</fs:itemid></item><item><title>CentOS 4.8 下手动安装 GCC4.5.0</title><link>http://blog.csdn.net/chlaws/archive/2011/03/17/6255854.aspx</link><description>linux,gcc4.5,编译安装&lt;img src=&quot;http://www1.feedsky.com/t1/515399627/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/03/17/6255854.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 17 Mar 2011 12:11:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/03/17/6255854.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/03/17/6255854.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399627/4216128</fs:itemid></item><item><title>UNIX 共享内存应用中的问题及解决方法</title><link>http://blog.csdn.net/chlaws/archive/2011/02/24/6204840.aspx</link><description>&lt;br /&gt;&lt;br /&gt;简介&lt;br /&gt;共享内存是一种非常重要且常用的进程间通信方式，相对于其它IPC机制，因其速度最快、效率最高，被广泛应用于各类软件产品及应用开发中。System V IPC 为UNIX平台上的共享内存应用制定了统一的API标准，从而为在UNIX/Linux平台上进行跨平台开发提供了极大的便利；开发人员基于一套基本相同的源代码，便可开发出同时支持AIX、Solaris、HP-UX、Linux等平台的产品。&lt;br /&gt;然而，各个平台对System V 标准的API在实现上各有差异，由此对相关应用开发带来影响，甚至引入难以调试的问题。本文将结合作者在Tivoli产品开发中的实际经验，对这些平台相关的问题，以及具有共性的问题，逐一进行分析，并提出解决方法。&lt;br /&gt;&lt;br /&gt;1. System V共享内存概述&lt;br /&gt;System V 进程间通信（IPC）包括3种机制：消息队列、信号量、共享内存。消息队列和信号量均是内核空间的系统对象，经由它们的数据需要在内核和用户空间进行额外的数据拷贝；而共享内存和访问它的所有应用程序均同处于用户空间，应用进程可以通过地址映射的&lt;img src=&quot;http://www1.feedsky.com/t1/515399628/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/02/24/6204840.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 24 Feb 2011 13:32:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/02/24/6204840.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/02/24/6204840.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399628/4216128</fs:itemid></item><item><title>传递shell脚本中的数组给awk</title><link>http://blog.csdn.net/chlaws/archive/2011/02/22/6200551.aspx</link><description>传递Linux shell 数组给awk&lt;img src=&quot;http://www1.feedsky.com/t1/515399629/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/02/22/6200551.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 22 Feb 2011 17:27:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/02/22/6200551.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/02/22/6200551.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399629/4216128</fs:itemid></item><item><title>慎用. 或 source去执行脚本</title><link>http://blog.csdn.net/chlaws/archive/2011/02/16/6187751.aspx</link><description>慎用. 或 source去执行脚本，linux,shell,bash&lt;img src=&quot;http://www1.feedsky.com/t1/515399630/chlaws/csdn.net/s.gif?r=http://blog.csdn.net/chlaws/archive/2011/02/16/6187751.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 16 Feb 2011 13:00:00 +0800</pubDate><author>chlaws</author><guid isPermaLink="false">http://blog.csdn.net/chlaws/archive/2011/02/16/6187751.aspx</guid><dc:creator>chlaws</dc:creator><fs:srclink>http://blog.csdn.net/chlaws/archive/2011/02/16/6187751.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chlaws/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chlaws/~6108254/515399630/4216128</fs:itemid></item></channel></rss>
