<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[gcc编译参数指定编码格式，exbuffer.c——纯C写的TCP中的粘包、分包问题的解决方案]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Mon, 22 Jan 2018 15:19:11 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	https://github.com/play175/exbuffer.c/blob/master/mingw.makefile 内容：<br/><textarea name="code" class="php" rows="15" cols="100">
#CCFLAGS=-g -Wno-unknown-pragmas -fexec-charset=GBK -finput-charset=UTF-8
CCFLAGS=-g -Wno-unknown-pragmas -fexec-charset=UTF-8 -finput-charset=UTF-8
gcc&nbsp;&nbsp;&nbsp;&nbsp;test.c&nbsp;&nbsp;-o test.exe -g -Wno-unknown-pragmas -fexec-charset=UTF-8 -finput-charset=UTF-8 -svi 
</textarea><br/><br/>-finput-charset 指定源文件的编码（若不指定，默认是UTF-8） <br/>-fexec-charset 指定多字节字符串(const char*)常量在编译后的程序里保存的编码集（若不指定，默认是UTF-8） <br/><br/>摘自 ：http://blog.csdn.net/qq_28234213/article/details/73277748<br/><br/><br/>exbuffer.c——纯C写的TCP中的粘包、分包问题的解决方案里的mingw.makefile ：<br/>https://yoyo.play175.com/p/exbuffer_c.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] gcc编译参数指定编码格式，exbuffer.c——纯C写的TCP中的粘包、分包问题的解决方案]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>