<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>INI - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/ini/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 30 Aug 2019 09:27:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Shell读取ini文件</title>
		<link>https://www.coder4.com/archives/4261</link>
					<comments>https://www.coder4.com/archives/4261#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 27 Jun 2014 07:07:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[INI]]></category>
		<category><![CDATA[shell]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4261</guid>

					<description><![CDATA[参考stackoverflow的例子，改了一个出来： while IFS='= ' read var val do if [[ $var == \[*] ]] then section=$(echo $var &#124; sed 's/^\[\(.*\)\]$/\1/') elif [[ $val ]] then if [ -z $section ];then declare "${var}=$val"[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4261/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>推荐开源的INI文件解析器SimpleINI(c++)</title>
		<link>https://www.coder4.com/archives/2270</link>
					<comments>https://www.coder4.com/archives/2270#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 15:57:47 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[INI]]></category>
		<category><![CDATA[解析]]></category>
		<category><![CDATA[跨平台]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2270</guid>

					<description><![CDATA[在Python中，INI解析这种问题交给ConfigParser就行了，非常简单，但是C++显然没有原生的类库解决问题。 Windows下的ini API不是可移植的，所以无视它。 推荐一个非常好用的，跨平台的INI解析器：SimpleINI，支持section，读、写、各种value，遍历等。 网址：http://code.jellycan.com/simpleini/ 旧代码废弃了，已经托管到github上：https://github.com/brofield/simp[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2270/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
