<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]唯一ID的php实现，生成不同样的UID。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Sat, 01 Feb 2020 15:46:18 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Atom扩展： https://github.com/liexusong/atom <br/><br/>git clone https://github.com/liexusong/atom.git<br/>cd atom/<br/>phpize <br/>./configure<br/>make &amp;&amp; make install<br/><br/>cp -rf&nbsp;&nbsp;/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/atom.so /usr/local/php/ext/.<br/><br/>cat /usr/local/php/etc/php.d/atom.ini <br/>extension=atom.so<br/>[atom]<br/>atom.datacenter = integer<br/>atom.worker = integer<br/>atom.twepoch = uint64<br/><br/><br/><textarea name="code" class="php" rows="15" cols="100">
&lt;?php
$id = atom_next_id();
echo $id.&quot;&#92;n&quot;;

$info = atom_explain($id);
echo date(&#039;Y-m-d H:i:s&#039;, $info[&#039;timestamp&#039;]);
?&gt;
</textarea><br/><br/>#php atom.php <br/>540899828998078464<br/>2020-02-01 14:22:48<br/><br/>能反解。<br/><br/>来自：https://mp.weixin.qq.com/s/bagOgzdwLyZv_ITNVnYfoQ?
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]唯一ID的php实现，生成不同样的UID。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>