<?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[如何在MySQL中的获取IP地址的网段，多机器轮训时如何从PHP里获取到所取Mysql的IP呢？]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Tue, 17 Dec 2013 11:18:45 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	http://www.linuxidc.com/Linux/2013-02/79561.htm<br/><br/>mysql_get_host_info<br/>mysql_get_host_info<br/>(PHP 4 &gt;= 4.0.5, PHP 5)<br/>mysql_get_host_info -- 取得 MySQL 主机信息<br/>1说明<br/><br/>string mysql_get_host_info ( [resource link_identifier] )<br/>mysql_get_host_info() 返回一个字符串说明了连接 link_identifier 所使用的连接方式，包括服务器的主机名。如果省略 link_identifier，则使用上一个打开的连接。<br/>2例子:<br/>[codes=php]<br/>&lt;?php<br/>mysql_connect(&quot;localhost&quot;, &quot;mysql_user&quot;, &quot;mysql_password&quot;) or<br/>die(&quot;Could not connect: &quot; . mysql_error());<br/>printf (&quot;MySQL host info: %s&#92;n&quot;, mysql_get_host_info());<br/>?&gt;<br/>[/code]<br/>以上例子将产生如下输出：<br/>MySQL host info: Localhost via UNIX socket<br/>来自：http://baike.baidu.com/link?url=-PyG2pRJ0GvzZAaMq7OYAoxSg5R-BvGkVz6s6_3FC1PxwJzziga80uKOesZXmZDA4n0_nzEAIuAj5DeUngNmdq
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 如何在MySQL中的获取IP地址的网段，多机器轮训时如何从PHP里获取到所取Mysql的IP呢？]]></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>