<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jian Zhou</title>
	<link>http://tiaozhanshu.net</link>
	<description>为了祖国母亲的荣辱。</description>
	<lastBuildDate>Sun, 25 Jul 2010 04:20:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Twitter Weekly Updates for 2010-07-25</title>
		<description><![CDATA[chrome能同步插件了 # Powered by Twitter Tools Related posts:Twitter Weekly Updates for 2010-06-06 Twitter Weekly Updates for 2010-05-09 Twitter Weekly Updates for 2010-05-02


Related posts:<ol><li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-06-06.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-06-06'>Twitter Weekly Updates for 2010-06-06</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-09.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-09'>Twitter Weekly Updates for 2010-05-09</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-02.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-02'>Twitter Weekly Updates for 2010-05-02</a></li>
</ol>]]></description>
		<link>http://tiaozhanshu.net/twitter-weekly-updates-for-2010-07-25.html#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=twitter-weekly-updates-for-2010-07-25</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2010-07-18</title>
		<description><![CDATA[男儿志兮天下事，但有进兮不有止，言志已酬便无志。 # QQ签名改不了，狐疑…… # Powered by Twitter Tools Related posts:Twitter Weekly Updates for 2010-06-06 Twitter Weekly Updates for 2010-05-09 Twitter Weekly Updates for 2010-05-02


Related posts:<ol><li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-06-06.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-06-06'>Twitter Weekly Updates for 2010-06-06</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-09.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-09'>Twitter Weekly Updates for 2010-05-09</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-02.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-02'>Twitter Weekly Updates for 2010-05-02</a></li>
</ol>]]></description>
		<link>http://tiaozhanshu.net/twitter-weekly-updates-for-2010-07-18.html#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=twitter-weekly-updates-for-2010-07-18</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2010-07-11</title>
		<description><![CDATA[终于登上网站后台了 # 明天9点飞北京 # want to back to wuhan # Powered by Twitter Tools Related posts:Twitter Weekly Updates for 2010-06-06 Twitter Weekly Updates for 2010-05-09 Twitter Weekly Updates for 2010-05-02


Related posts:<ol><li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-06-06.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-06-06'>Twitter Weekly Updates for 2010-06-06</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-09.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-09'>Twitter Weekly Updates for 2010-05-09</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-02.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-02'>Twitter Weekly Updates for 2010-05-02</a></li>
</ol>]]></description>
		<link>http://tiaozhanshu.net/twitter-weekly-updates-for-2010-07-11.html#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=twitter-weekly-updates-for-2010-07-11</link>
			</item>
	<item>
		<title>Linux下Socket通信、共享内存和信号量混合使用的例子</title>
		<description><![CDATA[一个linux下socket通信的库： http://tiaozhanshu.net/wp-content/uploads/2010/07/sock.h http://tiaozhanshu.net/wp-content/uploads/2010/07/sock.c 一个linux下共享内存的库： http://tiaozhanshu.net/wp-content/uploads/2010/07/shm.h http://tiaozhanshu.net/wp-content/uploads/2010/07/shm.c 一个linux下信号量的库： http://tiaozhanshu.net/wp-content/uploads/2010/07/sem.h http://tiaozhanshu.net/wp-content/uploads/2010/07/sem.c 混合使用的例子： src：http://tiaozhanshu.net/wp-content/uploads/2010/07/src.zip Server程序注解 #include &#8220;../lib/sock.h&#8221; #include &#60;stdio.h&#62; #include &#60;string.h&#62; void callback(int sock_id, int event, void * buf, int len, void * callbackdata) { char cmd[] = "get_data"; switch(event){ case SOCK_CONNECT: printf("server send: %s\n", cmd); send_socket(sock_id, cmd, strlen(cmd)+1); break; case SOCK_DATAREADY: printf("server receive: %s\n", buf); break; case [...]


Related posts:<ol><li><a href='http://tiaozhanshu.net/linear-list.html' rel='bookmark' title='Permanent Link: 线性表'>线性表</a></li>
<li><a href='http://tiaozhanshu.net/php%e5%92%8cc%e8%af%ad%e8%a8%80%e5%85%b1%e4%ba%ab%e5%86%85%e5%ad%98%e9%80%9a%e4%bf%a1%e4%bb%a5%e5%8f%8a%e4%bf%a1%e5%8f%b7%e9%87%8f%e4%ba%92%e6%96%a5.html' rel='bookmark' title='Permanent Link: PHP和C语言共享内存通信以及信号量互斥'>PHP和C语言共享内存通信以及信号量互斥</a></li>
<li><a href='http://tiaozhanshu.net/cube-traversal.html' rel='bookmark' title='Permanent Link: 魔方遍历'>魔方遍历</a></li>
</ol>]]></description>
		<link>http://tiaozhanshu.net/linux%e4%b8%8bsocket%e9%80%9a%e4%bf%a1%e3%80%81%e5%85%b1%e4%ba%ab%e5%86%85%e5%ad%98%e5%92%8c%e4%bf%a1%e5%8f%b7%e9%87%8f%e6%b7%b7%e5%90%88%e4%bd%bf%e7%94%a8%e7%9a%84%e4%be%8b%e5%ad%90.html#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=linux%25e4%25b8%258bsocket%25e9%2580%259a%25e4%25bf%25a1%25e3%2580%2581%25e5%2585%25b1%25e4%25ba%25ab%25e5%2586%2585%25e5%25ad%2598%25e5%2592%258c%25e4%25bf%25a1%25e5%258f%25b7%25e9%2587%258f%25e6%25b7%25b7%25e5%2590%2588%25e4%25bd%25bf%25e7%2594%25a8%25e7%259a%2584%25e4%25be%258b%25e5%25ad%2590</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2010-07-04</title>
		<description><![CDATA[上月主机流量才半月就爆了 # 现在在进行能耗和瓦存储两个方向的研究 # Powered by Twitter Tools Related posts:Twitter Weekly Updates for 2010-06-06 Twitter Weekly Updates for 2010-05-09 Twitter Weekly Updates for 2010-05-02


Related posts:<ol><li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-06-06.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-06-06'>Twitter Weekly Updates for 2010-06-06</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-09.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-09'>Twitter Weekly Updates for 2010-05-09</a></li>
<li><a href='http://tiaozhanshu.net/twitter-weekly-updates-for-2010-05-02.html' rel='bookmark' title='Permanent Link: Twitter Weekly Updates for 2010-05-02'>Twitter Weekly Updates for 2010-05-02</a></li>
</ol>]]></description>
		<link>http://tiaozhanshu.net/twitter-weekly-updates-for-2010-07-04.html#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=twitter-weekly-updates-for-2010-07-04</link>
			</item>
</channel>
</rss>
