<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>https://wiki.dengck.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dechinkey</id>
		<title>Dennis C.K Deng-Wiki - 用户贡献 [zh-cn]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.dengck.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dechinkey"/>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/wiki/%E7%89%B9%E6%AE%8A:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/Dechinkey"/>
		<updated>2026-05-31T20:14:33Z</updated>
		<subtitle>用户贡献</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E5%90%B4%E5%86%A0%E5%B8%8C&amp;diff=144</id>
		<title>吴冠希</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E5%90%B4%E5%86%A0%E5%B8%8C&amp;diff=144"/>
				<updated>2019-01-21T05:54:34Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“吴冠希”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;吴冠希&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%9D%8E%E9%98%B3&amp;diff=143</id>
		<title>李阳</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%9D%8E%E9%98%B3&amp;diff=143"/>
				<updated>2017-09-21T02:30:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“文件:范例.jpg”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[文件:范例.jpg]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=142</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=142"/>
				<updated>2017-09-20T15:55:22Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
====安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; &amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-python start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-r start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-go start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-libev start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html Shadowsocks 一键安装脚本（四合一）]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=141</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=141"/>
				<updated>2017-09-20T15:55:01Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
#====安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; &amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-python start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-r start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-go start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-libev start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html Shadowsocks 一键安装脚本（四合一）]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=140</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=140"/>
				<updated>2017-09-20T15:54:36Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
====#安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; &amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-python start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-r start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-go start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-libev start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html Shadowsocks 一键安装脚本（四合一）]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=139</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=139"/>
				<updated>2017-09-20T15:53:50Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
====安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; &amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-python start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-r start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-go start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:&amp;lt;code&amp;gt;/etc/init.d/shadowsocks-libev start | stop | restart | status&amp;lt;/code&amp;gt;&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html Shadowsocks 一键安装脚本（四合一）]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=138</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=138"/>
				<updated>2017-09-20T15:49:47Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
====安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; &amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/init.d/shadowsocks-python start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/init.d/shadowsocks-r start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/init.d/shadowsocks-go start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/init.d/shadowsocks-libev start | stop | restart | status&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
*:/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
*:/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
*:/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
*:/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html Shadowsocks 一键安装脚本（四合一）]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=137</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=137"/>
				<updated>2017-09-20T15:42:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
#一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
#各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
#每次运行可安装一种版本；&lt;br /&gt;
#支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
#若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
#Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
*服务器端口：自己设定（如不设定，默认为 8989）&lt;br /&gt;
*密码：自己设定（如不设定，默认为 teddysun.com）&lt;br /&gt;
*加密方式：自己设定（如不设定，Python 和 libev 版默认为 aes-256-gcm，R 和 Go 版默认为 aes-256-cfb）&lt;br /&gt;
*协议（protocol）：自己设定（如不设定，默认为 origin）（仅限 ShadowsocksR 版）&lt;br /&gt;
*混淆（obfs）：自己设定（如不设定，默认为 plain）（仅限 ShadowsocksR 版）&lt;br /&gt;
*备注：脚本默认创建单用户配置文件，如需配置多用户，请手动修改相应的配置文件后重启即可。&lt;br /&gt;
===客户端下载===&lt;br /&gt;
*[https://github.com/shadowsocks/shadowsocks-windows/releases 常规版 Windows 客户端]&lt;br /&gt;
*[http://dl.teddysun.com/files/ShadowsocksR-4.7.0-win.7z ShadowsocksR 版 Windows 客户端]&lt;br /&gt;
===使用说明===&lt;br /&gt;
&lt;br /&gt;
====安装方法====&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh&lt;br /&gt;
chmod +x shadowsocks-all.sh&lt;br /&gt;
./shadowsocks-all.sh 2&amp;gt;&amp;amp;1 | tee shadowsocks-all.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====卸载方法====&lt;br /&gt;
若已安装多个版本，则卸载时也需多次运行（每次卸载一种）&lt;br /&gt;
&lt;br /&gt;
使用root用户登录，运行以下命令：&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;  inline&amp;gt;&lt;br /&gt;
./shadowsocks-all.sh uninstall&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
====命令====&lt;br /&gt;
启动脚本后面的参数含义，从左至右依次为：启动，停止，重启，查看状态。&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
/etc/init.d/shadowsocks-python start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
/etc/init.d/shadowsocks-r start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
/etc/init.d/shadowsocks-go start | stop | restart | status&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
/etc/init.d/shadowsocks-libev start | stop | restart | status&lt;br /&gt;
====默认配置文件====&lt;br /&gt;
*Shadowsocks-Python 版：&lt;br /&gt;
/etc/shadowsocks-python/config.json&lt;br /&gt;
&lt;br /&gt;
*ShadowsocksR 版：&lt;br /&gt;
/etc/shadowsocks-r/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-Go 版：&lt;br /&gt;
/etc/shadowsocks-go/config.json&lt;br /&gt;
&lt;br /&gt;
*Shadowsocks-libev 版：&lt;br /&gt;
/etc/shadowsocks-libev/config.json&lt;br /&gt;
&lt;br /&gt;
==参考==&lt;br /&gt;
[https://teddysun.com/486.html]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=136</id>
		<title>ShadowSocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=ShadowSocks&amp;diff=136"/>
				<updated>2017-09-20T15:32:30Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“==Shadowsocks 一键安装脚本（四合一）== ===关于本脚本=== 系统支持：CentOS 6+，Debian 7+，Ubuntu 12+  1、一键安装 Shadowsocks-Python， Sha…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shadowsocks 一键安装脚本（四合一）==&lt;br /&gt;
===关于本脚本===&lt;br /&gt;
系统支持：CentOS 6+，Debian 7+，Ubuntu 12+&lt;br /&gt;
&lt;br /&gt;
1、一键安装 Shadowsocks-Python， ShadowsocksR， Shadowsocks-Go， Shadowsocks-libev 版（四选一）服务端；&lt;br /&gt;
2、各版本的启动脚本及配置文件名不再重合；&lt;br /&gt;
3、每次运行可安装一种版本；&lt;br /&gt;
4、支持以多次运行来安装多个版本，且各个版本可以共存（注意端口号需设成不同）；&lt;br /&gt;
5、若已安装多个版本，则卸载时也需多次运行（每次卸载一种）；&lt;br /&gt;
6、Shadowsocks-Python 和 ShadowsocksR 安装后不可同时启动（因为本质上都属 Python 版）。&lt;br /&gt;
===默认配置===&lt;br /&gt;
&lt;br /&gt;
===客户端下载===&lt;br /&gt;
&lt;br /&gt;
===使用说明===&lt;br /&gt;
====安装方法====&lt;br /&gt;
====卸载方法====&lt;br /&gt;
====命令====&lt;br /&gt;
====默认配置文件====&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=135</id>
		<title>其他</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=135"/>
				<updated>2017-09-17T12:06:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;其他方面的内容&lt;br /&gt;
==Number&amp;amp;Math==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java number.png  ]]&lt;br /&gt;
==String==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java normal string.png  ]]&lt;br /&gt;
===StringBuffer,StringBuilder===&lt;br /&gt;
====总览====&lt;br /&gt;
[[文件:Stringbuffer.png ]]&lt;br /&gt;
==日期==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java date.png  ]]&lt;br /&gt;
==数组==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java array.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=134</id>
		<title>其他</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=134"/>
				<updated>2017-09-17T12:06:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;其他方面的内容&lt;br /&gt;
==Number&amp;amp;Math==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java number.png  ]]&lt;br /&gt;
==String==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java normal string.png  ]]&lt;br /&gt;
===StringBuffer,StringBuilder===&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Stringbuffer.png ]]&lt;br /&gt;
==日期==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java date.png  ]]&lt;br /&gt;
==数组==&lt;br /&gt;
===总览===&lt;br /&gt;
[[文件:Java array.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=133</id>
		<title>其他</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=133"/>
				<updated>2017-09-17T12:05:37Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;其他方面的内容&lt;br /&gt;
==Number&amp;amp;Math==&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java number.png  ]]&lt;br /&gt;
==String==&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java normal string.png  ]]&lt;br /&gt;
===StringBuffer,StringBuilder===&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Stringbuffer.png ]]&lt;br /&gt;
==日期==&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java date.png  ]]&lt;br /&gt;
==数组==&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java array.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_date.png&amp;diff=132</id>
		<title>文件:Java date.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_date.png&amp;diff=132"/>
				<updated>2017-09-17T12:03:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_array.png&amp;diff=131</id>
		<title>文件:Java array.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_array.png&amp;diff=131"/>
				<updated>2017-09-17T12:03:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_number.png&amp;diff=130</id>
		<title>文件:Java number.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_number.png&amp;diff=130"/>
				<updated>2017-09-17T12:01:24Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_normal_string.png&amp;diff=129</id>
		<title>文件:Java normal string.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Java_normal_string.png&amp;diff=129"/>
				<updated>2017-09-17T12:01:12Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Stringbuffer.png&amp;diff=128</id>
		<title>文件:Stringbuffer.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Stringbuffer.png&amp;diff=128"/>
				<updated>2017-09-17T12:00:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=127</id>
		<title>其他</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E5%85%B6%E4%BB%96&amp;diff=127"/>
				<updated>2017-09-17T11:59:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“其他方面的内容 ==Number&amp;amp;Math== ==String== ===StringBuffer=== ===StringBuilder=== ==日期== ==数组==”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;其他方面的内容&lt;br /&gt;
==Number&amp;amp;Math==&lt;br /&gt;
==String==&lt;br /&gt;
===StringBuffer===&lt;br /&gt;
===StringBuilder===&lt;br /&gt;
==日期==&lt;br /&gt;
==数组==&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E6%B3%9B%E5%9E%8B&amp;diff=126</id>
		<title>Java泛型</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E6%B3%9B%E5%9E%8B&amp;diff=126"/>
				<updated>2017-09-17T11:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“泛型方面的内容 ==总览== 文件:Fanxing.png  ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;泛型方面的内容&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Fanxing.png  ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BA%8F%E5%88%97%E5%8C%96&amp;diff=125</id>
		<title>Java序列化</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BA%8F%E5%88%97%E5%8C%96&amp;diff=125"/>
				<updated>2017-09-17T11:56:37Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“序列化方面的内容 ==总览== 文件:Xuliehua.png  ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;序列化方面的内容&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Xuliehua.png  ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BC%82%E5%B8%B8&amp;diff=124</id>
		<title>Java异常</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BC%82%E5%B8%B8&amp;diff=124"/>
				<updated>2017-09-17T11:55:07Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java异常相关&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Yichang.png ]]&lt;br /&gt;
&lt;br /&gt;
==异常层次==&lt;br /&gt;
&lt;br /&gt;
[[文件:Yccengci.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yccengci.png&amp;diff=123</id>
		<title>文件:Yccengci.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yccengci.png&amp;diff=123"/>
				<updated>2017-09-17T11:54:33Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BC%82%E5%B8%B8&amp;diff=122</id>
		<title>Java异常</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BC%82%E5%B8%B8&amp;diff=122"/>
				<updated>2017-09-17T11:52:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java异常相关 ==总览== 文件:Yichang.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java异常相关&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Yichang.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%88%86%E6%94%AF%E7%BB%93%E6%9E%84&amp;diff=121</id>
		<title>Java分支结构</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%88%86%E6%94%AF%E7%BB%93%E6%9E%84&amp;diff=121"/>
				<updated>2017-09-17T11:52:00Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java分支结构 ==总览== 文件:Fenzhijiegou.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java分支结构&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Fenzhijiegou.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84&amp;diff=120</id>
		<title>Java循环结构</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84&amp;diff=120"/>
				<updated>2017-09-17T11:51:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java循环结构&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Xunhuanjiegou.png  ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84&amp;diff=119</id>
		<title>Java循环结构</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84&amp;diff=119"/>
				<updated>2017-09-17T11:51:03Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java循环结构 ==总览== 文件:	Xunhuanjiegou.png  ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java循环结构&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:	Xunhuanjiegou.png  ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E8%BF%90%E7%AE%97%E7%AC%A6&amp;diff=118</id>
		<title>Java运算符</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E8%BF%90%E7%AE%97%E7%AC%A6&amp;diff=118"/>
				<updated>2017-09-17T11:50:23Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java运算符 ==总览== 文件:Yunsuanfu.png   文件:Yunsuanfu2.png  ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java运算符&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Yunsuanfu.png  ]]&lt;br /&gt;
[[文件:Yunsuanfu2.png  ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E4%BF%AE%E9%A5%B0%E7%AC%A6&amp;diff=117</id>
		<title>Java修饰符</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E4%BF%AE%E9%A5%B0%E7%AC%A6&amp;diff=117"/>
				<updated>2017-09-17T11:49:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java修饰符 ==总览== 文件:Java xiushifu.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java修饰符&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java xiushifu.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%8F%98%E9%87%8F%E7%B1%BB%E5%9E%8B&amp;diff=116</id>
		<title>Java变量类型</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%8F%98%E9%87%8F%E7%B1%BB%E5%9E%8B&amp;diff=116"/>
				<updated>2017-09-17T11:47:43Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;变量类型&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java type.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%8F%98%E9%87%8F%E7%B1%BB%E5%9E%8B&amp;diff=115</id>
		<title>Java变量类型</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%8F%98%E9%87%8F%E7%B1%BB%E5%9E%8B&amp;diff=115"/>
				<updated>2017-09-17T11:47:29Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“变量类型 ==总览== 文件:	Java type.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;变量类型&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:	Java type.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B&amp;diff=114</id>
		<title>Java基本数据类型</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B&amp;diff=114"/>
				<updated>2017-09-17T11:46:17Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;基本数据类型&lt;br /&gt;
==基本数据类型==&lt;br /&gt;
[[文件:Java basic type.png ]]&lt;br /&gt;
==类型转换==&lt;br /&gt;
[[文件:Java bsic type2.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B&amp;diff=113</id>
		<title>Java基本数据类型</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B&amp;diff=113"/>
				<updated>2017-09-17T11:45:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“基本数据类型 ==基本数据类型== 文件:Java basic type.png  ==类型转换== 文件:Java basic type2.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;基本数据类型&lt;br /&gt;
==基本数据类型==&lt;br /&gt;
[[文件:Java basic type.png ]]&lt;br /&gt;
==类型转换==&lt;br /&gt;
[[文件:Java basic type2.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1&amp;diff=112</id>
		<title>Java面向对象</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1&amp;diff=112"/>
				<updated>2017-09-17T11:43:33Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“面向对象 ==基本定义== 文件:Oop1.png ==三大特性== 文件:Oop2.png ==其他== 文件:Oop3.png”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;面向对象&lt;br /&gt;
==基本定义==&lt;br /&gt;
[[文件:Oop1.png]]&lt;br /&gt;
==三大特性==&lt;br /&gt;
[[文件:Oop2.png]]&lt;br /&gt;
==其他==&lt;br /&gt;
[[文件:Oop3.png]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%A6%82%E5%BF%B5&amp;diff=111</id>
		<title>Java基本概念</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E6%9C%AC%E6%A6%82%E5%BF%B5&amp;diff=111"/>
				<updated>2017-09-17T11:41:55Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“java基本概念 ==总览== 文件:”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;java基本概念&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E7%A1%80%E8%AF%AD%E6%B3%95&amp;diff=110</id>
		<title>Java基础语法</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%9F%BA%E7%A1%80%E8%AF%AD%E6%B3%95&amp;diff=110"/>
				<updated>2017-09-17T10:56:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“基础语法部分的介绍 ==总览== 文件:Java basicgrammar.png ==详细介绍== 详细介绍每个部分的内容 ===接口=== ===继承===”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;基础语法部分的介绍&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java basicgrammar.png]]&lt;br /&gt;
==详细介绍==&lt;br /&gt;
详细介绍每个部分的内容&lt;br /&gt;
===接口===&lt;br /&gt;
===继承===&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE&amp;diff=109</id>
		<title>Java开发环境配置</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE&amp;diff=109"/>
				<updated>2017-09-17T10:52:30Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;老生常谈，也是比较入门的内容&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件:Java env.png]]&lt;br /&gt;
==具体配置操作==&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE&amp;diff=108</id>
		<title>Java开发环境配置</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE&amp;diff=108"/>
				<updated>2017-09-17T10:52:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“老生常谈，也是比较入门的内容 ==总览== 文件：Java env.png ==具体配置操作==”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;老生常谈，也是比较入门的内容&lt;br /&gt;
==总览==&lt;br /&gt;
[[文件：Java env.png]]&lt;br /&gt;
==具体配置操作==&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E5%8F%91%E5%B1%95%E5%8E%86%E5%8F%B2&amp;diff=107</id>
		<title>Java发展历史</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E5%8F%91%E5%B1%95%E5%8E%86%E5%8F%B2&amp;diff=107"/>
				<updated>2017-09-17T10:47:12Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“介绍java的发展历史 ==发展历史== 文件:Java history.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;介绍java的发展历史&lt;br /&gt;
==发展历史==&lt;br /&gt;
[[文件:Java history.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E4%B8%BB%E8%A6%81%E7%89%B9%E6%80%A7&amp;diff=106</id>
		<title>Java主要特性</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E4%B8%BB%E8%A6%81%E7%89%B9%E6%80%A7&amp;diff=106"/>
				<updated>2017-09-17T10:46:15Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;介绍一下java的主要特性&lt;br /&gt;
==主要特性==&lt;br /&gt;
[[文件:Java main.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=Java%E4%B8%BB%E8%A6%81%E7%89%B9%E6%80%A7&amp;diff=105</id>
		<title>Java主要特性</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=Java%E4%B8%BB%E8%A6%81%E7%89%B9%E6%80%A7&amp;diff=105"/>
				<updated>2017-09-17T10:45:51Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“介绍一下java的主要特性 ==主要特性== 文件:Java main.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;介绍一下java的主要特性&lt;br /&gt;
==[[主要特性]]==&lt;br /&gt;
[[文件:Java main.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E7%AE%80%E4%BB%8B&amp;diff=104</id>
		<title>简介</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E7%AE%80%E4%BB%8B&amp;diff=104"/>
				<updated>2017-09-17T10:44:31Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;介绍一些java的发展历史和java的一些基础认知&lt;br /&gt;
==[[简介]]==&lt;br /&gt;
[[文件:Java introduce.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E7%AE%80%E4%BB%8B&amp;diff=103</id>
		<title>简介</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E7%AE%80%E4%BB%8B&amp;diff=103"/>
				<updated>2017-09-17T10:42:38Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：创建页面，内容为“介绍一些java的发展历史和java的一些基础认知 文件:Java history.png ”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;介绍一些java的发展历史和java的一些基础认知&lt;br /&gt;
[[文件:Java history.png ]]&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yunsuanfu2.png&amp;diff=102</id>
		<title>文件:Yunsuanfu2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yunsuanfu2.png&amp;diff=102"/>
				<updated>2017-09-17T10:40:46Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yunsuanfu.png&amp;diff=101</id>
		<title>文件:Yunsuanfu.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yunsuanfu.png&amp;diff=101"/>
				<updated>2017-09-17T10:40:38Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yichang.png&amp;diff=100</id>
		<title>文件:Yichang.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Yichang.png&amp;diff=100"/>
				<updated>2017-09-17T10:40:27Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Xunhuanjiegou.png&amp;diff=99</id>
		<title>文件:Xunhuanjiegou.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Xunhuanjiegou.png&amp;diff=99"/>
				<updated>2017-09-17T10:40:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Xuliehua.png&amp;diff=98</id>
		<title>文件:Xuliehua.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Xuliehua.png&amp;diff=98"/>
				<updated>2017-09-17T10:40:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop3.png&amp;diff=97</id>
		<title>文件:Oop3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop3.png&amp;diff=97"/>
				<updated>2017-09-17T10:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop2.png&amp;diff=96</id>
		<title>文件:Oop2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop2.png&amp;diff=96"/>
				<updated>2017-09-17T10:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	<entry>
		<id>https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop1.png&amp;diff=95</id>
		<title>文件:Oop1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.dengck.com/index.php?title=%E6%96%87%E4%BB%B6:Oop1.png&amp;diff=95"/>
				<updated>2017-09-17T10:39:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dechinkey：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dechinkey</name></author>	</entry>

	</feed>