<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>应用交流</title>
    <description>软件硬件交流</description>
    <pubDate>Mon, 15 Jun 2026 23:10:42 +0000</pubDate>
    <lastBuildDate>Mon, 15 Jun 2026 23:10:42 +0000</lastBuildDate>
    <generator>XenForo中文社区</generator>
    <link>http://www.xenforo.cc/forums/9/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://www.xenforo.cc/forums/9/index.rss"/>
    <item>
      <title>RB450Gx4启用NTP服务端</title>
      <pubDate>Sat, 29 Feb 2020 15:40:51 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/296403/</link>
      <guid>http://www.xenforo.cc/threads/296403/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[启用ntp server<br />
<a href="https://mikrotik.com/download" target="_blank" class="externalLink" rel="nofollow">https://mikrotik.com/download</a><br />
选择ARM架构扩展包，将压缩包中ntp-6.46.4-arm.npk 上传至file后重启即可。<br />


	<a href="http://www.xf4.org/attachments/7838/" target="_blank">浏览附件7838</a>
	
<br />
在System--NTP Server中启用。<br />


	<a href="http://www.xf4.org/attachments/7839/" target="_blank">浏览附件7839</a>]]></content:encoded>
    </item>
    <item>
      <title>Win10子系统编译OpenWrt固件</title>
      <pubDate>Sat, 29 Feb 2020 07:18:31 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/296357/</link>
      <guid>http://www.xenforo.cc/threads/296357/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[一、准备工作：<br />
1、应用商店安装Ubuntu 16.04<br />
2、自备socks5全局代理<br />
二、编译说明：<br />
1、使用Lean的Openwrt源码<a href="https://github.com/coolsnowwolf/lede" target="_blank" class="externalLink" rel="nofollow">https://github.com/coolsnowwolf/lede</a><br />
2、加入lienol的软件仓库<a href="https://github.com/Lienol/openwrt-package" target="_blank" class="externalLink" rel="nofollow">https://github.com/Lienol/openwrt-package</a><br />
3、不要用 root 用户 git 和编译！！！<br />
4、默认登陆IP 192.168.1.1, 密码 password<br />
5、LuCI说明<a href="https://www.vrrmr.net/img/luCI--%E8%AF%B4%E6%98%8E.txt" target="_blank" class="externalLink" rel="nofollow">https://www.vrrmr.net/img/luCI--说明.txt</a><br />
三、编译过程<br />
1、安装组件（国内源见结尾备注）<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>sudo apt-get update
sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git...</pre>
</div><a href="http://www.xenforo.cc/threads/296357/" target="_blank" class="externalLink" rel="nofollow">Win10子系统编译OpenWrt固件</a>]]></content:encoded>
    </item>
    <item>
      <title>求助（安装时出现错误）</title>
      <pubDate>Wed, 27 Jun 2018 16:20:54 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/289199/</link>
      <guid>http://www.xenforo.cc/threads/289199/</guid>
      <author>invalid@example.com (1543446291)</author>
      <dc:creator>1543446291</dc:creator>
      <content:encoded><![CDATA[请问这怎么解决啊]]></content:encoded>
    </item>
    <item>
      <title>Centos 7 下配置nginx加载ngx_pagespeed模块</title>
      <pubDate>Mon, 23 Apr 2018 09:10:50 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/101001/</link>
      <guid>http://www.xenforo.cc/threads/101001/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[ngx_pagespeed 是一个 Nginx 的扩展模块，可以加速你的网站，减少页面加载时间，它会自动将一些提升web性能的实践应用到网页和相关的资源（CSS、JS和图片）上，无需你修改内容和流程。<br />
功能包括：<br />
<ul>
<li>图片优化: stripping meta-data, dynamic resizing, recompression</li>
<li>小资源的内联</li>
<li>延长缓存扩展</li>
<li>HTML 重写</li>
<li>推迟图片和 JS 的加载</li>
<li>CSS &amp; JavaScript 压缩、合并等</li>
</ul>查看版本：<a href="https://github.com/pagespeed/ngx_pagespeed/releases" target="_blank" class="externalLink" rel="nofollow">https://github.com/pagespeed/ngx_pagespeed/releases</a><br />
<br />
一、安装ngx_pagespeed<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>cd /usr/local/
wget https://github.com/pagespeed/ngx_pagespeed/archive/latest-stable.zip
unzip latest-stable.zip
cd ngx_pagespeed-latest-stable/...</pre>
</div><a href="http://www.xenforo.cc/threads/101001/" target="_blank" class="externalLink" rel="nofollow">Centos 7 下配置nginx加载ngx_pagespeed模块</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>HP N54L 博通网卡硬改mac地址</title>
      <pubDate>Wed, 04 Apr 2018 02:10:26 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/141354/</link>
      <guid>http://www.xenforo.cc/threads/141354/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[DOS下执行<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>b57udiag -c 0 -e b57udg -mac 001132xxxxxx</pre>
</div>顺便感谢S大发布黑群晖5.1]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>一些常用的公共DNS</title>
      <pubDate>Fri, 23 Mar 2018 12:24:29 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/139500/</link>
      <guid>http://www.xenforo.cc/threads/139500/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[国内<br />



<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">百度DNS    180.76.76.76    114.114.114.114<br />
114DNS    114.114.114.114    114.114.115.115<br />
阿里DNS    223.5.5.5    223.6.6.6<br />
CNNIC SDNS    1.2.4.8    210.2.4.8<br />
DNS派 电信    101.226.4.6    218.30.118.6<br />
DNS派 联通    123.125.81.6    140.207.198.6<br />
oneDNS    112.124.47.27    114.215.126.16</div><div class="quoteExpand">点击展开...</div></blockquote>
	</aside>
</div>如果没有什么特殊情况，请直接使用当地服务商提供的默认DNS，切换国内DNS并不能解决DNS污染问题。<br />
<br />
美国(包含欧洲)<br />



<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">Google DNS    8.8.8.8    8.8.4.4<br />
OpenDNS    208.67.222.222    208.67.220.220<br />
OpenDNS Family Shield    208.67.222.123    208.67.220.123...</div><div class="quoteExpand">点击展开...</div></blockquote>
	</aside>
</div><a href="http://www.xenforo.cc/threads/139500/" target="_blank" class="externalLink" rel="nofollow">一些常用的公共DNS</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>备份与恢复数据库及源文件</title>
      <pubDate>Sun, 27 Aug 2017 03:32:29 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/121008/</link>
      <guid>http://www.xenforo.cc/threads/121008/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[首先要有ssh权限再往下看。<br />
<br />
<b>备份篇：</b><br />
进入网站根目录，导出数据库：<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>mysqldump -u root -p mysqldate&gt;backup.sql</pre>
</div>打包成压缩文件：<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>zip -r backup.zip ./* -p 123456</pre>
</div>修改一个乱码的文件名，尽快使用百度网盘离线功能拖下来（此处需谨慎）。<br />
<br />
<b>恢复篇：</b>（这才是重点）<br />
其实就是wget 带cookie的下载方法<br />
cookies.txt文件的制作：<br />
用Chrome的插件<a href="https://chrome.google.com/webstore/detail/cookietxt-export/lopabhfecdfhgogdbojmaicoicjekelh" target="_blank" class="externalLink" rel="nofollow">Export Cookies</a>导出wget用的cookie。导出来的文件是cookies.txt<br />
使用以下命令下载：<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>wget -c –load-cookies=cookies.txt &quot;下载地址&quot; -O &quot;文件名&quot; &amp;</pre>
</div>示例：...<br />
<br />
<a href="http://www.xenforo.cc/threads/121008/" target="_blank" class="externalLink" rel="nofollow">备份与恢复数据库及源文件</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>服务自启动</title>
      <pubDate>Thu, 20 Apr 2017 05:41:30 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/280283/</link>
      <guid>http://www.xenforo.cc/threads/280283/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[touch /etc/rc.d/init.d/apache<br />
      vi /etc/rc.d/init.d/apache<br />
      chown -R root /etc/rc.d/init.d/apache<br />
      chmod 700 /etc/rc.d/init.d/apache<br />
      ln -s /etc/rc.d/init.d/apache /etc/rc.d/rc5.d/S60apache   <br />
<br />
#S 是start的简写、代表启动、K是kill的简写、代表关闭。60数字        代表启动的顺序。（对于iptv系统而言、许多服务都是建立在数据库启动的前提下才能够正常启动的、可以通过该数字就行调整脚本的       启动顺序））<br />
     <br />
apache的内容：<br />
<br />
      #!/bin/bash<br />
      #Start httpd service<br />
      /server/apache/bin/apachectl start]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>PHP7.1编译Memcached</title>
      <pubDate>Thu, 08 Dec 2016 05:24:29 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/271671/</link>
      <guid>http://www.xenforo.cc/threads/271671/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[准备安装包<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>#memcached
wget http://memcached.org/files/memcached-1.4.33.tar.gz

#memcache for php7
wget https://github.com/websupport-sk/pecl-memcache/archive/php7.zip</pre>
</div>编译安装memcached<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>#因为是yum安装的libevent,不必再--with-libevent指定libevent
./configure --prefix=/usr/local/memcached
make &amp;&amp; make install

#启动systemctl restart  memcached.service</pre>
</div>php支持memcache的拓展（解压进入目录）<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make &amp;&amp; make install...</pre>
</div><a href="http://www.xenforo.cc/threads/271671/" target="_blank" class="externalLink" rel="nofollow">PHP7.1编译Memcached</a>]]></content:encoded>
    </item>
    <item>
      <title>巧用Recent模块加固Linux安全</title>
      <pubDate>Sat, 14 May 2016 09:01:35 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/231503/</link>
      <guid>http://www.xenforo.cc/threads/231503/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[1、通过recent模块可以防止穷举猜测Linux主机用户口令，通常可以通过iptables限制只允许某些网段和主机连接Linux机器的 22/TCP端口，如果管理员IP地址经常变化，此时iptables就很难适用这样的环境了。通过使用recent模块，使用下面这两条规则即可解决问 题：<br />
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP<br />
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --set --name SSH --rsource -j ACCEPT<br />
应用该规则后，如果某IP地址在一分钟之内对Linux主机22/TCP端口新发起的连接超过4次，之后的新发起的连接将被丢弃。<br />
<br />
2、通过recent模块可以防止端口扫描。<br />
-A INPUT -m recent --update...<br />
<br />
<a href="http://www.xenforo.cc/threads/231503/" target="_blank" class="externalLink" rel="nofollow">巧用Recent模块加固Linux安全</a>]]></content:encoded>
    </item>
    <item>
      <title>ASRock Beebox N3000 使用 Ubuntu Kodi 搭建 HTPC</title>
      <pubDate>Fri, 25 Mar 2016 14:17:05 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/222204/</link>
      <guid>http://www.xenforo.cc/threads/222204/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[安装Ubuntu 15.10 64 位镜像（过程略过）<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>http://releases.ubuntu.com/15.10/ubuntu-15.10-server-amd64.iso</pre>
</div>安装依赖（不要使用加密 encrypted home directory）<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>sudo apt-get update
sudo apt-get install ssh python-software-properties software-properties-common xorg alsa-utils mesa-utils git-core librtmp1 lirc libmad0 lm-sensors libmpeg2-4 avahi-daemon libnfs8 libva1 vainfo libva-intel-vaapi-driver linux-firmware dbus-x11 udisks2 openbox pastebinit
sudo apt-get dist-upgrade</pre>
</div>

<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>sudo...</pre>
</div><a href="http://www.xenforo.cc/threads/222204/" target="_blank" class="externalLink" rel="nofollow">ASRock Beebox N3000 使用 Ubuntu Kodi 搭建 HTPC</a>]]></content:encoded>
    </item>
    <item>
      <title>CentOS 6.4 64位 编译llnmp教程</title>
      <pubDate>Sun, 20 Mar 2016 03:39:26 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/95203/</link>
      <guid>http://www.xenforo.cc/threads/95203/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[Nginx+Litespeed+PHP+MariaDB<br />
编译基础<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>yum -y install yum-fastestmirror
yum -y update
yum -y install patch make gcc gcc-c++ gcc-g77 flex bison tar
yum -y install libtool libtool-libs kernel-devel autoconf213 glibc
yum -y install libjpeg libjpeg-devel libpng libpng-devel libevent libevent-devel
yum -y install freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel
yum -y install file glib2 glib2-devel bzip2 diff* openldap-devel geoip-devel
yum -y install bzip2-devel ncurses...</pre>
</div><a href="http://www.xenforo.cc/threads/95203/" target="_blank" class="externalLink" rel="nofollow">CentOS 6.4 64位 编译llnmp教程</a>]]></content:encoded>
      <slash:comments>14</slash:comments>
    </item>
    <item>
      <title>PHP7安装Memcache+Memcached缓存</title>
      <pubDate>Fri, 04 Mar 2016 23:57:31 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/218088/</link>
      <guid>http://www.xenforo.cc/threads/218088/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[1、编译Memcache （原生的Memcache 3.08版无法在PHP7下编译，故选用Github的pecl-memcache分支版本。）<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>https://github.com/websupport-sk/pecl-memcache/archive/php7.zip  # FTP上传
cd pecl-memcache
export PHP_PREFIX=&quot;/usr/local&quot;
$PHP_PREFIX/php/bin/phpize
./configure --with-php-config=$PHP_PREFIX/php/bin/php-config
make &amp;&amp; make install</pre>
</div>2、修改php.ini文件，加载Memcache组件。<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>[memcache]
extension_dir = &quot;/usr/local/php/lib/php/extensions/no-debug-non-zts-20151012/&quot;
extension = &quot;memcache.so&quot;</pre>
</div>...<br />
<br />
<a href="http://www.xenforo.cc/threads/218088/" target="_blank" class="externalLink" rel="nofollow">PHP7安装Memcache+Memcached缓存</a>]]></content:encoded>
    </item>
    <item>
      <title>centos7 编译 redis</title>
      <pubDate>Thu, 25 Feb 2016 04:32:55 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/216365/</link>
      <guid>http://www.xenforo.cc/threads/216365/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[下载安装编译:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
cd redis-stable
make
make install</pre>
</div>设置配置文件路径:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>mkdir -p /usr/local/redis/bin  #命令目录
mkdir -p /usr/local/redis/etc  #配置文件目录
mv ./redis.conf /usr/local/redis/etc/
cd src
mv   mkreleasehdr.sh   redis-benchmark   redis-check-aof  redis-check-rdb  redis-cli  redis-sentinel  redis-server redis-trib.rb  /usr/local/redis/bin/</pre>
</div>修改配置文件：<br />
# vim /usr/local/redis/etc/redis.conf<br />
修改为：...<br />
<br />
<a href="http://www.xenforo.cc/threads/216365/" target="_blank" class="externalLink" rel="nofollow">centos7 编译 redis</a>]]></content:encoded>
    </item>
    <item>
      <title>清理MySql的日志文件mysql-bin.00000</title>
      <pubDate>Mon, 07 Sep 2015 14:59:52 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/183298/</link>
      <guid>http://www.xenforo.cc/threads/183298/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[清理：<br />
方法一<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>PURGE MASTER LOGS TO 'mysql-bin.000099';</pre>
</div>方法二<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>PURGE MASTER LOGS BEFORE '2015-8-18 00:00:00'; </pre>
</div>关闭日志：<br />
my.cnf注释掉<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>#log-bin=mysql-bin</pre>
</div>]]></content:encoded>
    </item>
    <item>
      <title>nginx access_log 完全关闭</title>
      <pubDate>Mon, 07 Sep 2015 14:56:33 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/183297/</link>
      <guid>http://www.xenforo.cc/threads/183297/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[最近在配置本地nginx开发环境时，发现一个问题，当server段不指定access_log时，并且http段中也未指定任何 access_log参数时，它会默认写到logs/access.log这个文件，也就是access_log默认值就是”logs /access.log”，而且是所有server的访问日志。但nginx网站上我并未找到此配置的默认值。<br />
<br />
如果我们不需要，在http段中加一行access_log off;然后在特定的server中配置自己想写入的日志。开发环境我默认不写日志，即不配置任何access_log，需要时才打开。<br />
nginx的http段中，设置access log：<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>access_log off;</pre>
</div>]]></content:encoded>
    </item>
    <item>
      <title>Linux下定时对mysql进行优化数据库</title>
      <pubDate>Mon, 07 Sep 2015 14:37:21 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/183286/</link>
      <guid>http://www.xenforo.cc/threads/183286/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[--analyze 分析<br />
--optimize 优化<br />
--all-databases 所有的数据库<br />
--auto-repair 自动修复<br />
<br />
把它加入 cron job 每月1日凌晨两点自动执行<br />
crontab -e<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>0 2 1 * * root mysqlcheck -u %MYSQL_USER% -p%MYSQL_PW% --auto-repair --optimize --all-databases</pre>
</div>]]></content:encoded>
    </item>
    <item>
      <title>PHP中文分词</title>
      <pubDate>Mon, 17 Aug 2015 02:41:11 +0000</pubDate>
      <link>http://www.xenforo.cc/threads/177879/</link>
      <guid>http://www.xenforo.cc/threads/177879/</guid>
      <author>invalid@example.com (admin)</author>
      <dc:creator>admin</dc:creator>
      <content:encoded><![CDATA[PHP中文分词<br />
最常见的词语二分法:<br />
$str = &#039;这是我的网站<a href="http://www.7di.net！';" target="_blank" class="externalLink" rel="nofollow">www.7di.net！&#039;;</a> <br />
//$str = iconv(&#039;GB2312&#039;,&#039;UTF-8&#039;,$str); <br />
$result = spStr($str); <br />
print_r($result); <br />
   <br />
/**<br />
 * UTF-8版 中文二元分词<br />
 */ <br />
function spStr($str) <br />
{ <br />
  $cstr = array(); <br />
   <br />
  $search = array(&quot;,&quot;, &quot;/&quot;, &quot;\\&quot;, &quot;.&quot;, &quot;;&quot;, &quot;:&quot;, &quot;\&quot;&quot;, &quot;!&quot;, &quot;~&quot;, &quot;`&quot;, &quot;^&quot;, &quot;(&quot;, &quot;)&quot;, &quot;?&quot;, &quot;-&quot;, &quot;\t&quot;, &quot;\n&quot;, &quot;&#039;&quot;, &quot;&lt;&quot;, &quot;&gt;&quot;, &quot;\r&quot;, &quot;\r\n&quot;, &quot;{1}quot;&quot;, &quot;&amp;&quot;, &quot;%&quot;, &quot;#&quot;, &quot;@&quot;, &quot;+&quot;, &quot;=&quot;, &quot;{&quot;, &quot;}&quot;, &quot;[&quot;, &quot;]&quot;, &quot;：&quot;, &quot;）&quot;, &quot;（&quot;, &quot;．&quot;, &quot;。&quot;, &quot;，&quot;, &quot;！&quot;, &quot;；&quot;, &quot;“&quot;, &quot;”&quot;,...<br />
<br />
<a href="http://www.xenforo.cc/threads/177879/" target="_blank" class="externalLink" rel="nofollow">PHP中文分词</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
