<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>Administrator</title>
	<link>https://lly.wodemo.com/</link>
        <item>
        <title><![CDATA[黑.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/324804]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 07 Jan 2015 09:20:56 -0800]]></pubDate>
        <description><![CDATA[File Size: 26.33 KiB&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/324804">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[ImageResolution.aspx.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/324654]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 05 Jan 2015 21:54:20 -0800]]></pubDate>
        <description><![CDATA[File Size: 51.9 KiB&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/324654">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[网盘提取码抓取]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/321903]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 15 Dec 2014 07:17:44 -0800]]></pubDate>
        <description><![CDATA[``` 
// ==UserScript==
// @name        网盘自动填写提取密码
// @namespace   http://jixun.org/
// @description 自动填写提取密码，失败不重试。
// @include     http://pan.baidu.com/share/init?*
// @include     http://yun.baidu.com/share/init?*
// @include     http://www.kuaipan.cn/file/id_*
// @include     http://*.yunpan.cn/lk/*
// @version     1.0.1.4
// @grant       unsafeWindow
// @run-at      document-start
// ==/UserScript==

unsafeWindow.eve = Event;

(function ($) {
	var site = {
		'yunpan.cn': {
			chk:  /^[a-z0-9]{4}$/,
			code: '.pwd-input',
			btn:  '.submit-btn'
		},
		'baidu.com': {
			chk:  /^[a-z0-9]{4}$/,
			code: '#accessCode',
			btn:  '#submitBtn'
		},
		'kuaipan.cn': {
			chk:  /^[a-z0-9]{6}$/i,
			code: '#pwdContaier .txt',
			btn:  '#btnOK',
			preSubmit: function (codeBox, okBtn) {
				$('#pwdContaier .bold').textContent = '请手动单击确认按钮然后刷新页面';
			}
		}
	};

	addEventListener ('DOMContentLoaded', function () {
		// 抓取提取码
		var sCode = location.hash.slice(1).trim(),
			hostName = location.host.match(/\w+\.\w+$/)[0].toLowerCase();

		var conf = site[hostName];

		// 检查是否为合法格式
		if (!conf.chk.test(sCode))
			// 没有 Key 或格式不对
			return ;


		// 调试用
		console.log ('抓取到的提取码: %s', sCode);

		// 加个小延时
		setTimeout (function () {
			// 键入提取码并单击「提交」按钮，报错不用理。
			var codeBox = $(conf.code),
				btnOk = $(conf.btn);
			
			codeBox.value = sCode;
			if (conf.preSubmit)
				if (conf.preSubmit (codeBox, btnOk))
					return ;

			btnOk.click();
		}, 10);
	}, false);
})(function ($) {
	return document.querySelector ($);
});
``` ]]></description>
    </item>
        <item>
        <title><![CDATA[colorful-clock.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/321411]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 11 Dec 2014 23:11:37 -0800]]></pubDate>
        <description><![CDATA[File Size: 70.8 KiB&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/321411">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/321411">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[出错啦！.html]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/321100]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 08 Dec 2014 22:11:22 -0800]]></pubDate>
        <description><![CDATA[File Size: 72.78 KiBWord Count: 74,262<a href="https://lly.wodemo.com/down/321100/%E5%87%BA%E9%94%99%E5%95%A6%EF%BC%81.html">Open</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/321100">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[3mswanson.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/318483]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 22 Nov 2014 09:32:51 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.29 MiBWord Count: 74,262&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/318483">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[blackjpg.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/318287]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 21 Nov 2014 04:25:15 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.26 MiBWord Count: 74,262&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/318287">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[background.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/318267]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 21 Nov 2014 00:28:19 -0800]]></pubDate>
        <description><![CDATA[File Size: 26.1 KiBWord Count: 74,262&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/318267">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Screenshot_2014-11-17-23-25-40.png]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/317809]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 17 Nov 2014 07:26:00 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.66 MiBWord Count: 74,262&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/317809">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[变态验证码]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/312335]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 10 Oct 2014 05:00:50 -0700]]></pubDate>
        <description><![CDATA[``` 
&lt;?php
session_start();
if (isset($_GET['id'])){
if ($_GET['id']==session_id()) {
header(&quot;Content-type: image/png&quot;);
$code=rand(30,100);
$code_1=rand(10,30);
$key_1=rand(0,1);
$str=array($code+$code_1,$code-$code_1);
if ($key_1==0){
$code=$code.'+'.$code_1.'=?';
}else{
$code=$code.'-'.$code_1.'=?';
}
$_SESSION['code']=$str[$key_1];
$im = imagecreatetruecolor(120, 35);
// Create some colors
$white = imagecolorallocate($im, 255, 255, 255);
$black = imagecolorallocate($im, 0, 0, 0);
imagefilledrectangle($im, 0, 0, 400, 35, $white);
$font = 'ttf.ttf';
imagettftext($im, 18, 4, 10, 28, $black, $font, $code);
imagepng($im);
imagedestroy($im);
}
}
?&gt;
``` ]]></description>
    </item>
        <item>
        <title><![CDATA[数据库 chen]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/310716]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 01 Oct 2014 10:15:23 -0700]]></pubDate>
        <description><![CDATA[DROP TABLE IF EXISTS `qq`;
CREATE TABLE IF NOT EXISTS `qq` (
  `gqid` int(11) NOT NULL AUTO_INCREMENT,
  `qq` varchar(50) DEFAULT NULL,
  `pass` varchar(150) DEFAULT NULL,
  `sid` varchar(150) DEFAULT NULL,
  `zt` varchar(150) DEFAULT NULL,
  `time1` varchar(150) DEFAULT NULL,
  `time2` varchar(150) DEFAULT NULL,
  `lx` varchar(150) DEFAULT NULL,
  `scsj` datetime DEFAULT NULL,
  `gqsj` datetime DEFAULT NULL,
  `sid2` int(1) DEFAULT'0',
  `jw` int(1) DEFAULT'0',
  `mw` int(1) DEFAULT'0',
  `qd` int(1) DEFAULT'0',
  `qdsj` int(2) DEFAULT'0',
  `m` varchar(150) DEFAULT NULL,
  `qdnr` varchar(150) DEFAULT NULL,
  `nc` int(1) DEFAULT'0',
  `zw` varchar(150) DEFAULT'3',
  `mc` int(1) DEFAULT'0',
  `mcid` varchar(150) DEFAULT'1001',
  `mcpid` varchar(150) DEFAULT'1501',
  `ct` int(1) DEFAULT'0',
  `cw` int(1) DEFAULT'0',
  `go` varchar(100) DEFAULT'0',
  `go1` varchar(100) DEFAULT'0',
  `job` varchar(150) DEFAULT'101',
  `lsjw` varchar(150) DEFAULT'0',
  `d` varchar(150) DEFAULT'1',
  `vipsj` varchar(150) DEFAULT'2',
  `mf` varchar(150) DEFAULT'0',
  `mfz` varchar(150) DEFAULT'11',
  `ld` varchar(150) DEFAULT'0',
  `ldtl` varchar(150) DEFAULT'100',
  `yg` varchar(150) DEFAULT'0',
  `ygzw` varchar(150) DEFAULT'carrot',
  `ygtd` varchar(150) DEFAULT'6',
  `ygw` varchar(150) DEFAULT'1',
  `ygh` varchar(150) DEFAULT'3',
  `vip` varchar(150) DEFAULT'0',
  `lwurl` varchar(150) DEFAULT NULL,
  `lw` varchar(150) DEFAULT'0',
  `lwsj` varchar(150) DEFAULT'2',
  `sx` varchar(150) DEFAULT NULL,
  `msg` varchar(150) DEFAULT NULL,
  `jy` varchar(150) DEFAULT'0',
  `ss` varchar(150) DEFAULT'0',
  `zh` varchar(150) DEFAULT NULL,
  `ht` varchar(150) DEFAULT NULL,
  `dd` varchar(150) DEFAULT NULL,
  `ua` varchar(150) DEFAULT'0',
  `mail` varchar(150) DEFAULT'0',
  `xz` varchar(150) DEFAULT'0',
  `xzdz` varchar(150) DEFAULT'0',
  `mailsj` varchar(150) DEFAULT'0',
  `ac` varchar(150) DEFAULT'0',
  `zhid` varchar(150) DEFAULT'0',
  `ql` varchar(150) DEFAULT'0',
  `jz` varchar(150) DEFAULT'0',
  `sjqq` varchar(150) DEFAULT'0',
  `yt` varchar(150) DEFAULT'0',
  `ytyu` varchar(150) NULL,
  `qqzg` varchar(150) DEFAULT'0',
  `qqzgs` varchar(150) DEFAULT NULL,
  `fxwr` varchar(150) DEFAULT'0',
  `fxwrurl` varchar(150) DEFAULT NULL,
  `dhsh` varchar(150) DEFAULT'0',
  `dhid` varchar(150) DEFAULT NULL,
  `dhsid` varchar(150) DEFAULT NULL,
  `dhoid` varchar(150) DEFAULT NULL,
  `zhdd` varchar(150) DEFAULT NULL,
  `rb` varchar(150) DEFAULT'0',
  `jyzz` varchar(150) DEFAULT'0',
  `cs` varchar(150) DEFAULT'0',
  `csurl` varchar(150) NULL,
  PRIMARY KEY (`gqid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqadmin`;
CREATE TABLE IF NOT EXISTS `qqadmin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user` varchar(150) DEFAULT NULL,
  `pass` varchar(150) DEFAULT NULL,
  `rmb` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `vip` varchar(150) DEFAULT'0',
  `yx` varchar(150) DEFAULT NULL,
  `yip` varchar(150) DEFAULT NULL,
  `qq` varchar(150) DEFAULT'0',
  `qiandao` varchar(150) DEFAULT NULL,
  `qdlx` varchar(150) DEFAULT NULL,
  `post` varchar(150) DEFAULT NULL,
  `tqz` varchar(150) DEFAULT'北京',
  `tel` varchar(150) DEFAULT NULL,
  `tqid` varchar(150) DEFAULT NULL,
  `tqdx` varchar(150) DEFAULT'0',
  `yysj` varchar(150) DEFAULT'0',
  `yysql` varchar(150) DEFAULT'0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqei`;
CREATE TABLE IF NOT EXISTS `qqei` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `kan` varchar(150) DEFAULT NULL,
  `user` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `nr` varchar(500) DEFAULT NULL,
  `to` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqguang`;
CREATE TABLE IF NOT EXISTS `qqguang` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(150) DEFAULT NULL,
  `txt` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `user` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqhf`;
CREATE TABLE IF NOT EXISTS `qqhf` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `txt` varchar(150) DEFAULT NULL,
  `user` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `hid` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqlt`;
CREATE TABLE IF NOT EXISTS `qqlt` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `nr` varchar(500) DEFAULT NULL,
  `to` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqlyan`;
CREATE TABLE IF NOT EXISTS `qqlyan` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `to` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `bt` varchar(150) DEFAULT NULL,
  `nr` varchar(1000) DEFAULT NULL,
  `hfsj` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqqiandao`;
CREATE TABLE IF NOT EXISTS `qqqiandao` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user` varchar(150) DEFAULT NULL,
  `txt` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqyl`;
CREATE TABLE IF NOT EXISTS `qqyl` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(150) DEFAULT NULL,
  `txt` varchar(150) DEFAULT NULL,
  `xs` varchar(500) DEFAULT NULL,
  `xin` varchar(150) DEFAULT'0',
  `sh` varchar(150) DEFAULT'0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqdh`;
CREATE TABLE IF NOT EXISTS `qqdh` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user` varchar(150) DEFAULT NULL,
  `to` varchar(150) DEFAULT NULL,
  `sj` varchar(150) DEFAULT NULL,
  `bt` varchar(150) DEFAULT NULL,
  `nr` varchar(1000) DEFAULT NULL,
  `jb` varchar(1000) DEFAULT NULL,
  `da` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqqh`;
CREATE TABLE IF NOT EXISTS `qqqh` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `dan` varchar(150) DEFAULT NULL,
  `bei` varchar(150) DEFAULT NULL,
  `old` varchar(150) DEFAULT NULL,
  `name` varchar(150) DEFAULT NULL,
  `shu` varchar(1000) DEFAULT NULL,
  `time` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;
DROP TABLE IF EXISTS `qqqhb`;
CREATE TABLE IF NOT EXISTS `qqqhb` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `jba` varchar(150) DEFAULT NULL,
  `gid` varchar(150) DEFAULT NULL,
  `fid` varchar(150) DEFAULT NULL,
  `shu` varchar(150) DEFAULT NULL,
  `nc` varchar(1000) DEFAULT NULL,
  `time` varchar(1000) DEFAULT NULL,
  `name` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8]]></description>
    </item>
        <item>
        <title><![CDATA[SQL]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/310424]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 29 Sep 2014 07:22:08 -0700]]></pubDate>
        <description><![CDATA[查询和更新指令构成了 SQL 的 DML 部分：
SELECT - 从数据库表中获取数据
UPDATE - 更新数据库表中的数据
DELETE - 从数据库表中删除数据
INSERT INTO - 向数据库表中插入数据
SQL 的数据定义语言 (DDL) 部分使我们有能力创建或删除表格。我们也可以定义索引（键），规定表之间的链接，以及施加表间的约束。
SQL 中最重要的 DDL 语句:
CREATE DATABASE - 创建新数据库
ALTER DATABASE - 修改数据库
CREATE TABLE - 创建新表
ALTER TABLE - 变更（改变）数据库表
DROP TABLE - 删除表
CREATE INDEX - 创建索引（搜索键）
DROP INDEX - 删除索引]]></description>
    </item>
        <item>
        <title><![CDATA[测试性能]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/310244]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 27 Sep 2014 22:49:27 -0700]]></pubDate>
        <description><![CDATA[
      
MathJax.Hub.Config({          
    TeX: {equationNumbers: {autoNumber: ["AMS"], useLabelIds: true}},          
    "HTML-CSS": {linebreaks: {automatic: true}},          
     SVG: {linebreaks: {automatic: true}}      
});  

\[\frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}\]
\[\frac{{\sqrt {{c^2} - {d^2}} }}{{3a}}\]
$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
$$y={a{x^2}}+{b{y^2}}-{c}$$
$$Sin2α={{2Sinα}×{Cosα}}$$
α、β、γ均为锐角,若$$sinα=\frac{1}{3},tanβ=\sqrt{2},cosγ=\frac{3}{4}$$,则α、β、γ...

$$0={{x^2}+{y^2}+{Dx}+{Ey}+{F}}$$
$${x^2}+{y^2}={r^2}$$
$${({{x}+\frac{{D}}{2}})^2+({{y}+\frac{{E}}{2}})^2}={\frac{{D^2}+{E^2}-{4F}}{4}}$$]]></description>
    </item>
        <item>
        <title><![CDATA[CSS3]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/308682]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 14 Sep 2014 08:09:58 -0700]]></pubDate>
        <description><![CDATA[

var s = window.screen;
var width = q.width = s.width;
var height = q.height = s.height;
var letters = Array(256).join(1).split('');
var draw = function () {
q.getContext('2d').fillStyle='rgba(0,0,0,0.06)';
q.getContext('2d').fillRect(0,0,width,height);
q.getContext('2d').fillStyle='#0F0';
letters.map(function(y_pos, index){
text = String.fromCharCode(29+Math.random()*36);
x_pos = index * 10;
q.getContext('2d').fillText(text, x_pos, y_pos);
letters[index] = (y_pos > 758 + Math.random() * 2e4) ? 0 : y_pos + 10;
});
};
setInterval(draw, 33);
]]></description>
    </item>
        <item>
        <title><![CDATA[UC网盘外链（PHP源码）]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/307996]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 08 Sep 2014 19:26:52 -0700]]></pubDate>
        <description><![CDATA[``` 
&lt;?php
/*
*by 紫殇

要转的链接样本： http://down.mydiskm.uc.cn/netdisk/netdisk/fileview?file_id=2749321658086872065&amp;s_uid=14****06&amp;pt=1410229441&amp;pt_data=289d1e79d4df566e94ac114186486aad|%E5%90%8E%E4%BC%9A%E6%97%A0%E6%9C%9F-1.avi|s_uid=184224a770
下图，复制下载两字的链接
*/
header('Content-type: text/html; charset=utf-8');
?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;
uc网盘转换
&lt;/title&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width; initial-scale=1.0; maximum-scale=1.0&quot; /&gt;
&lt;style type=&quot;text/css&quot;&gt;
.top,.foot {
background-color: #CC99FF;
border:#00CCFF solid thin;
border-width:3px;
padding:10px;
word-wrap: break-word;
border-radius: 10px;
}
form,.zq{
border:#00CCFF solid thin;
border-width:3px;
padding:10px;
word-wrap: break-word;
border-radius: 10px;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class='board_header' &gt;uc网盘转换&lt;/div&gt;
在这提取文件地址:&lt;a href=&quot;http://newdiskm.uc.cn/ucnd/index.php/netdisk/&quot;&gt;uc网盘&lt;/a&gt;，支持不同浏览器下载。
&lt;form action=&quot;&quot; method=&quot;post&quot;&gt;
&lt;div class=&quot;board_bbs&quot;&gt;&lt;div  class=&quot;bbs_topic&quot;&gt;输入网盘文件地址：&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;url&quot; value=&quot;&quot; /&gt;&lt;br/&gt;
&lt;input type=&quot;submit&quot; value=&quot;点击转换&quot; /&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;?php
if(!empty($_POST[&quot;url&quot;]))
{
$url=$_POST['url'];
preg_match(&quot;/file_id=(.*?)&amp;/i&quot;,$url,$rs);
$fid=$rs['1'];
preg_match(&quot;/s_uid=(.*?)&amp;/i&quot;,$url,$r);
$uid=$r['1'];
$url='http://uclx.ucweb.com:8097/uclx_down?s_uid='.$uid.'&amp;request_from=UCMIDDLE&amp;file_id='.$fid;
echo &quot;转换结果：&quot;.$url.&quot;&lt;br /&gt;&lt;a href='&quot;.$url.&quot;'&gt;uc网盘直链接&lt;/a&gt;&lt;br /&gt;&quot;;

}
else
{
echo '转换结果：&lt;p style=&quot;background-color:red&quot;&gt;你输入的网盘文件地址错误！&lt;br /&gt;进入&lt;a href=&quot;http://newdiskm.uc.cn/ucnd/index.php/netdisk/&quot;&gt;uc网盘&lt;/a&gt;，在网盘主页面按住某个文件的名称查看链接URL就可以得到地址。&lt;/p&gt;';
}
?&gt;
&lt;/body&gt;
&lt;/html&gt;
``` . Screenshot_2014-09-09-10-25-23.png]]></description>
    </item>
        <item>
        <title><![CDATA[元素周期表-2.3.0-36.apk]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/305571]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 25 Aug 2014 00:25:17 -0700]]></pubDate>
        <description><![CDATA[File Size: 1.68 MiBWord Count: 74,262Orignal Name: Periodic TableVersion: 2.3.0ID：jqsoft.apps.periodictable.hd&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/305571">Browse</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/305571">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[[原]火星坐标系 (GCJ-02) 与百度坐标系 (BD-09) 的转换算法]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/304161]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 18 Aug 2014 10:03:32 -0700]]></pubDate>
        <description><![CDATA[关于 GCJ-02 和 BD-09 ，请参考 http://developer.baidu.com/map/question.htm#qa0043 。

算法代码如下，其中 bd_encrypt 将 GCJ-02 坐标转换成 BD-09 坐标， bd_decrypt 反之。

#include &lt;math.h&gt;

const double x_pi = 3.14159265358979324 * 3000.0 / 180.0;

void bd_encrypt(double gg_lat, double gg_lon, double &amp;bd_lat, double &amp;bd_lon)
{
    double x = gg_lon, y = gg_lat;
    double z = sqrt(x * x + y * y) + 0.00002 * sin(y * x_pi);
    double theta = atan2(y, x) + 0.000003 * cos(x * x_pi);
    bd_lon = z * cos(theta) + 0.0065;
    bd_lat = z * sin(theta) + 0.006;
}

void bd_decrypt(double bd_lat, double bd_lon, double &amp;gg_lat, double &amp;gg_lon)
{
    double x = bd_lon - 0.0065, y = bd_lat - 0.006;
    double z = sqrt(x * x + y * y) - 0.00002 * sin(y * x_pi);
    double theta = atan2(y, x) - 0.000003 * cos(x * x_pi);
    gg_lon = z * cos(theta);
    gg_lat = z * sin(theta);
}]]></description>
    </item>
        <item>
        <title><![CDATA[[原]地球坐标系 (WGS-84) 到火星坐标系 (GCJ-02) 的转换算法]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/304160]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 18 Aug 2014 10:02:14 -0700]]></pubDate>
        <description><![CDATA[//
// Copyright (C) 1000 - 9999 Somebody Anonymous
// NO WARRANTY OR GUARANTEE
//

using System;

namespace Navi
{
    class EvilTransform
    {
        const double pi = 3.14159265358979324;

        //
        // Krasovsky 1940
        //
        // a = 6378245.0, 1/f = 298.3
        // b = a * (1 - f)
        // ee = (a^2 - b^2) / a^2;
        const double a = 6378245.0;
        const double ee = 0.00669342162296594323;

        //
        // World Geodetic System ==&gt; Mars Geodetic System
        public static void transform(double wgLat, double wgLon, out double mgLat, out double mgLon)
        {
            if (outOfChina(wgLat, wgLon))
            {
                mgLat = wgLat;
                mgLon = wgLon;
                return;
            }
            double dLat = transformLat(wgLon - 105.0, wgLat - 35.0);
            double dLon = transformLon(wgLon - 105.0, wgLat - 35.0);
            double radLat = wgLat / 180.0 * pi;
            double magic = Math.Sin(radLat);
            magic = 1 - ee * magic * magic;
            double sqrtMagic = Math.Sqrt(magic);
            dLat = (dLat * 180.0) / ((a * (1 - ee)) / (magic * sqrtMagic) * pi);
            dLon = (dLon * 180.0) / (a / sqrtMagic * Math.Cos(radLat) * pi);
            mgLat = wgLat + dLat;
            mgLon = wgLon + dLon;
        }

        static bool outOfChina(double lat, double lon)
        {
            if (lon &lt; 72.004 || lon &gt; 137.8347)
                return true;
            if (lat &lt; 0.8293 || lat &gt; 55.8271)
                return true;
            return false;
        }

        static double transformLat(double x, double y)
        {
            double ret = -100.0 + 2.0 * x + 3.0 * y + 0.2 * y * y + 0.1 * x * y + 0.2 * Math.Sqrt(Math.Abs(x));
            ret += (20.0 * Math.Sin(6.0 * x * pi) + 20.0 * Math.Sin(2.0 * x * pi)) * 2.0 / 3.0;
            ret += (20.0 * Math.Sin(y * pi) + 40.0 * Math.Sin(y / 3.0 * pi)) * 2.0 / 3.0;
            ret += (160.0 * Math.Sin(y / 12.0 * pi) + 320 * Math.Sin(y * pi / 30.0)) * 2.0 / 3.0;
            return ret;
        }

        static double transformLon(double x, double y)
        {
            double ret = 300.0 + x + 2.0 * y + 0.1 * x * x + 0.1 * x * y + 0.1 * Math.Sqrt(Math.Abs(x));
            ret += (20.0 * Math.Sin(6.0 * x * pi) + 20.0 * Math.Sin(2.0 * x * pi)) * 2.0 / 3.0;
            ret += (20.0 * Math.Sin(x * pi) + 40.0 * Math.Sin(x / 3.0 * pi)) * 2.0 / 3.0;
            ret += (150.0 * Math.Sin(x / 12.0 * pi) + 300.0 * Math.Sin(x / 30.0 * pi)) * 2.0 / 3.0;
            return ret;
        }
    }
}

]]></description>
    </item>
        <item>
        <title><![CDATA[QQ自动登录脚本]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/299124]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 24 Jul 2014 08:29:10 -0700]]></pubDate>
        <description><![CDATA[Dim WshShell, QQPath, QQselect
QQPath=&quot;D:/Backup/QQ/Bin/QQ.exe&quot;
Set WshShell=WScript.CreateObject
(&quot;WScript.Shell&quot;)
WshShell.Run QQPath
WScript.Sleep 3000
WshShell.AppActivate &quot;QQ2010&quot;
WshShell.SendKeys &quot;+{TAB}&quot;
WshShell.SendKeys &quot;QQ号&quot;
WScript.Sleep 500
WshShell.SendKeys &quot;{TAB}&quot;
WshShell.SendKeys &quot;密码&quot;
WScript.Sleep 500
WshShell.SendKeys &quot;{ENTER}&quot;

Linux说是这么用的新建记事本，把代码粘贴
进去，之后改后缀为Vbs搞定，这个和恶搞关
闭电脑一样的
]]></description>
    </item>
        <item>
        <title><![CDATA[极简.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/298687]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 22 Jul 2014 11:39:42 -0700]]></pubDate>
        <description><![CDATA[File Size: 52.92 KiBWord Count: 74,262Orignal Name: Periodic TableVersion: 2.3.0ID：jqsoft.apps.periodictable.hd&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/298687">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[color]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/296573]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 13 Jul 2014 20:58:14 -0700]]></pubDate>
        <description><![CDATA[CSS 颜色十六进制值

根据十六进制值排序

所有浏览器都支持的颜色名

根据颜色名排序的相同列表



颜色名
十六进制颜色值
颜色



Black
#000000
&nbsp;



Navy
#000080
&nbsp;



DarkBlue
#00008B
&nbsp;



MediumBlue
#0000CD
&nbsp;



Blue
#0000FF
&nbsp;



DarkGreen
#006400
&nbsp;



Green
#008000
&nbsp;



Teal
#008080
&nbsp;



DarkCyan
#008B8B
&nbsp;



DeepSkyBlue
#00BFFF
&nbsp;



DarkTurquoise
#00CED1
&nbsp;



MediumSpringGreen
#00FA9A
&nbsp;



Lime
#00FF00
&nbsp;



SpringGreen
#00FF7F
&nbsp;



Aqua
#00FFFF
&nbsp;



Cyan
#00FFFF
&nbsp;



MidnightBlue
#191970
&nbsp;



DodgerBlue
#1E90FF
&nbsp;



LightSeaGreen
#20B2AA
&nbsp;



ForestGreen
#228B22
&nbsp;



SeaGreen
#2E8B57
&nbsp;



DarkSlateGray
#2F4F4F
&nbsp;



LimeGreen
#32CD32
&nbsp;



MediumSeaGreen
#3CB371
&nbsp;



Turquoise
#40E0D0
&nbsp;



RoyalBlue
#4169E1
&nbsp;



SteelBlue
#4682B4
&nbsp;



DarkSlateBlue
#483D8B
&nbsp;



MediumTurquoise
#48D1CC
&nbsp;



Indigo  
#4B0082
&nbsp;



DarkOliveGreen
#556B2F
&nbsp;



CadetBlue
#5F9EA0
&nbsp;



CornflowerBlue
#6495ED
&nbsp;



MediumAquaMarine
#66CDAA
&nbsp;



DimGray
#696969
&nbsp;



DimGrey
#696969
&nbsp;



SlateBlue
#6A5ACD
&nbsp;



OliveDrab
#6B8E23
&nbsp;



SlateGray
#708090
&nbsp;



LightSlateGray
#778899
&nbsp;



MediumSlateBlue
#7B68EE
&nbsp;



LawnGreen
#7CFC00
&nbsp;



Chartreuse
#7FFF00
&nbsp;



Aquamarine
#7FFFD4
&nbsp;



Maroon
#800000
&nbsp;



Purple
#800080
&nbsp;



Olive
#808000
&nbsp;



Gray
#808080
&nbsp;



SkyBlue
#87CEEB
&nbsp;



LightSkyBlue
#87CEFA
&nbsp;



BlueViolet
#8A2BE2
&nbsp;



DarkRed
#8B0000
&nbsp;



DarkMagenta
#8B008B
&nbsp;



SaddleBrown
#8B4513
&nbsp;



DarkSeaGreen
#8FBC8F
&nbsp;



LightGreen
#90EE90
&nbsp;



MediumPurple
#9370DB
&nbsp;



DarkViolet
#9400D3
&nbsp;



PaleGreen
#98FB98
&nbsp;



DarkOrchid
#9932CC
&nbsp;



YellowGreen
#9ACD32
&nbsp;



Sienna
#A0522D
&nbsp;



Brown
#A52A2A
&nbsp;



DarkGray
#A9A9A9
&nbsp;



LightBlue
#ADD8E6
&nbsp;



GreenYellow
#ADFF2F
&nbsp;



PaleTurquoise
#AFEEEE
&nbsp;



LightSteelBlue
#B0C4DE
&nbsp;



PowderBlue
#B0E0E6
&nbsp;



FireBrick
#B22222
&nbsp;



DarkGoldenRod
#B8860B
&nbsp;



MediumOrchid
#BA55D3
&nbsp;



RosyBrown
#BC8F8F
&nbsp;



DarkKhaki
#BDB76B
&nbsp;



Silver
#C0C0C0
&nbsp;



MediumVioletRed
#C71585
&nbsp;



IndianRed 
#CD5C5C
&nbsp;



Peru
#CD853F
&nbsp;



Chocolate
#D2691E
&nbsp;



Tan
#D2B48C
&nbsp;



LightGray
#D3D3D3
&nbsp;



Thistle
#D8BFD8
&nbsp;



Orchid
#DA70D6
&nbsp;



GoldenRod
#DAA520
&nbsp;



PaleVioletRed
#DB7093
&nbsp;



Crimson
#DC143C
&nbsp;



Gainsboro
#DCDCDC
&nbsp;



Plum
#DDA0DD
&nbsp;



BurlyWood
#DEB887
&nbsp;



LightCyan
#E0FFFF
&nbsp;



Lavender
#E6E6FA
&nbsp;



DarkSalmon
#E9967A
&nbsp;



Violet
#EE82EE
&nbsp;



PaleGoldenRod
#EEE8AA
&nbsp;



LightCoral
#F08080
&nbsp;



Khaki
#F0E68C
&nbsp;



AliceBlue
#F0F8FF
&nbsp;



HoneyDew
#F0FFF0
&nbsp;



Azure
#F0FFFF
&nbsp;



SandyBrown
#F4A460
&nbsp;



Wheat
#F5DEB3
&nbsp;



Beige
#F5F5DC
&nbsp;



WhiteSmoke
#F5F5F5
&nbsp;



MintCream
#F5FFFA
&nbsp;



GhostWhite
#F8F8FF
&nbsp;



Salmon
#FA8072
&nbsp;



AntiqueWhite
#FAEBD7
&nbsp;



Linen
#FAF0E6
&nbsp;



LightGoldenRodYellow
#FAFAD2
&nbsp;



OldLace
#FDF5E6
&nbsp;



Red
#FF0000
&nbsp;




Fuchsia
#FF00FF
&nbsp;



Magenta
#FF00FF
&nbsp;



DeepPink
#FF1493
&nbsp;



OrangeRed
#FF4500
&nbsp;



Tomato
#FF6347
&nbsp;



HotPink
#FF69B4
&nbsp;



Coral
#FF7F50
&nbsp;



Darkorange
#FF8C00
&nbsp;



LightSalmon
#FFA07A
&nbsp;



Orange
#FFA500
&nbsp;



LightPink
#FFB6C1
&nbsp;



Pink
#FFC0CB
&nbsp;



Gold
#FFD700
&nbsp;



PeachPuff
#FFDAB9
&nbsp;



NavajoWhite
#FFDEAD
&nbsp;



Moccasin
#FFE4B5
&nbsp;



Bisque
#FFE4C4
&nbsp;



MistyRose
#FFE4E1
&nbsp;



BlanchedAlmond
#FFEBCD
&nbsp;



PapayaWhip
#FFEFD5
&nbsp;



LavenderBlush
#FFF0F5
&nbsp;



SeaShell
#FFF5EE
&nbsp;



Cornsilk
#FFF8DC
&nbsp;



LemonChiffon
#FFFACD
&nbsp;



FloralWhite
#FFFAF0
&nbsp;



Snow
#FFFAFA
&nbsp;



Yellow
#FFFF00
&nbsp;



LightYellow
#FFFFE0
&nbsp;



Ivory
#FFFFF0
&nbsp;



White
#FFFFFF
&nbsp;



]]></description>
    </item>
        <item>
        <title><![CDATA[3G网速.png]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/294184]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 02 Jul 2014 10:12:27 -0700]]></pubDate>
        <description><![CDATA[File Size: 152.75 KiBWord Count: 74,262Orignal Name: Periodic TableVersion: 2.3.0ID：jqsoft.apps.periodictable.hd&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/294184">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[favicon.ico]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/291082]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 21 Jun 2014 20:37:43 -0700]]></pubDate>
        <description><![CDATA[File Size: 11.56 KiBWord Count: 74,262Orignal Name: Periodic TableVersion: 2.3.0ID：jqsoft.apps.periodictable.hd&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/291082">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[安卓（搜狗）默认.bds]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/288289]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 07 Jun 2014 18:32:04 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.33 MiBWord Count: 74,262Orignal Name: Periodic TableVersion: 2.3.0ID：jqsoft.apps.periodictable.hd&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/288289">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[me.paranoid.wifikill-1.apk]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/288071]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 06 Jun 2014 22:47:55 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.44 MiBWord Count: 74,262Orignal Name: WiFi 杀手Version: 2.2ID：me.paranoid.wifikill&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/288071">Browse</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/288071">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[fq.router2-1.apk]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/288070]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 06 Jun 2014 22:47:18 -0700]]></pubDate>
        <description><![CDATA[File Size: 8.64 MiBWord Count: 74,262Orignal Name: fqrouter2Version: 2.11.2ID：fq.router2&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/288070">Browse</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/288070">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[com.wwnd.netmapper-1.apk]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/288068]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 06 Jun 2014 22:43:39 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.69 MiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/288068">Browse</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/288068">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[anmpp.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/288040]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 06 Jun 2014 19:24:53 -0700]]></pubDate>
        <description><![CDATA[File Size: 22.53 MiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/288040">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/288040">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[godmodes]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/283310]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 15 May 2014 08:29:32 -0700]]></pubDate>
        <description><![CDATA[NT6系统中隐藏了一个秘密的“GodMode”，字面上译为“上帝模式”。God Mode其实就是一个简单的文件夹窗口，但包含了几乎所有系统的设置，如控制面板的功能、界面个性化、辅助功能选项...方方面面的控制设置，用户只需通过这一个窗口就能实现所有的操控，而不必再去为调整一个小小的系统设置细想半天究竟该在什么地方去打开设置窗口。怎么样？GodMode，之前大家是闻所未闻吧？看到这里，大家一定迫不及待想知道，God Mode藏在系统的什么地方？这样说吧，你想在哪里找到它，它就可以在什么地方出现，呵呵。很简单，仔细看下面：

首先你可以在任何地方创建一个新文件夹，这个操作对于几乎所有电脑用户来说都非常简单，然后重要的是，将这个新文件夹重命名为“GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}”(不带引号，大小写随便）。大家最好直接复制过去，避免手动输入出错。接下来一回车，惊喜立即出现在你面前。文件夹图标立刻变成了控制面板的样式，名字立刻变成“GodMode”（完成了之后你想怎样改名字都行）。

双击打开GodMode窗口，可以看到这里包括了方方面面的系统设置选项和工具，而且每一个项目所对应的功能也都清晰显示，一眼明了，使用起来非常方便。God Mode可以创建在桌面上、C盘中、任意文件夹内，总之方便自己使用就好，从这一个窗口中，你就可以轻松完成各项设置。

NT6系列操作系统给人们带来了一种全新的界面模式，大家可以更简洁的使用电脑，享受电脑生活带来的乐趣。与此同时，NT6系列也让大家想要通过更简单的方式来控制自己的计算机环境，也许大家所希望的就仅仅是动动指尖就能十分简单地实现完全控制，不必去到处寻找各种设置窗口。GodMode就为用户提供了这样的方便]]></description>
    </item>
        <item>
        <title><![CDATA[googlecode.css]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/279321]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 27 Apr 2014 00:21:33 -0700]]></pubDate>
        <description><![CDATA[File Size: 2.69 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/279321">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[highlight.pack.js]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/279314]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 26 Apr 2014 23:37:15 -0700]]></pubDate>
        <description><![CDATA[File Size: 29.47 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/279314">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[fileadmin.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/278611]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 24 Apr 2014 18:57:11 -0700]]></pubDate>
        <description><![CDATA[File Size: 49.89 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/278611">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/278611">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[test]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/275785]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 10 Apr 2014 15:49:29 -0700]]></pubDate>
        <description><![CDATA[

]]></description>
    </item>
        <item>
        <title><![CDATA[ip获取]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/275647]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 09 Apr 2014 16:11:28 -0700]]></pubDate>
        <description><![CDATA[&lt;?php
header(&quot;Content-type: text/html; charset=utf-8&quot;);
if(!extension_loaded('qqwry')) {
include('qqwry_class.php');
}
  function getIP()
  {
      static $ip;
      if (isset($_SERVER)){
          if (isset($_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;])){
             $ip = $_SERVER[&quot;HTTP_X_FORWARDED_FOR&quot;];
         } else if (isset($_SERVER[&quot;HTTP_CLIENT_IP&quot;])) {
             $ip = $_SERVER[&quot;HTTP_CLIENT_IP&quot;];
         } else {
             $ip = $_SERVER[&quot;REMOTE_ADDR&quot;];
         }
     } else {
         if (getenv(&quot;HTTP_X_FORWARDED_FOR&quot;)){
             $ip = getenv(&quot;HTTP_X_FORWARDED_FOR&quot;);
         } else if (getenv(&quot;HTTP_CLIENT_IP&quot;)) {
             $ip = getenv(&quot;HTTP_CLIENT_IP&quot;);
         } else {
             $ip = getenv(&quot;REMOTE_ADDR&quot;);
         }
     }
  
  
     return $ip;
 }
$ip=getIP();
if (isset($_GET['ip'])!=&quot;&quot;){
$ip=$_GET['ip'];
}else{
$ip=getIP();
}
if (isset($_GET['ip'])==&quot;&quot;){
header(&quot;location:?ip={$ip}&quot;);
die;
}
if(preg_match(&quot;/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/i&quot;,$ip)) {
//纯真IP数据库路径
$dat=&quot;qqwry.dat&quot;;
//实例qqwry类（pecl qqwry扩展）
$qqwry=new qqwry($dat);
//利用q方法在纯真数据库中查询IP
$getip=$qqwry-&gt;q($ip);
//返回一个数组，[0]表示地区，[1]表示网络运营商等
if ($getip[0]!=&quot;&quot;){
$di=mb_convert_encoding($getip[0], &quot;UTF-8&quot;, &quot;GBK&quot;);
}else{
$di=&quot;暂无数据&quot;;
}
if ($getip[1]!=&quot;&quot;){
$yu=mb_convert_encoding($getip[1], &quot;UTF-8&quot;, &quot;GBK&quot;);
}else{
$yu=&quot;暂无数据&quot;;
}
echo &quot;{\&quot;city\&quot;:\&quot;{$di}\&quot;,\&quot;info\&quot;:\&quot;{$yu}\&quot;}&quot;;
}else{
echo'{&quot;city&quot;:&quot;ip无效&quot;,&quot;info&quot;:&quot;请输入正确的ip地址&quot;}';
}

?&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[qqwry.dat]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/274404]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 02 Apr 2014 03:49:15 -0700]]></pubDate>
        <description><![CDATA[File Size: 8.95 MiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/274404">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[js摇摇手机换背景颜色]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/273354]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 23 Mar 2014 22:41:24 -0700]]></pubDate>
        <description><![CDATA[&lt;script type=&quot;text/javascript&quot;&gt;

var color = new Array('#fff', '#ff0', '#f00', '#000', '#00f', '#0ff');&lt;!--颜色--!&gt;

if(window.DeviceMotionEvent) {

        var speed = 25;

        var x = y = z = lastX = lastY = lastZ = 0;

        window.addEventListener('devicemotion', function(){

                var acceleration =event.accelerationIncludingGravity;

                x = acceleration.x;

                y = acceleration.y;

                if(Math.abs(x-lastX) &gt; speed || Math.abs(y-lastY) &gt; speed) {

                        document.body.style.backgroundColor = color[Math.round(Math.random()*10)%6];

                }

                lastX = x;

                lastY = y;

        }, false);

}

&lt;/script&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[tao.js]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/272624]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 18 Mar 2014 18:22:56 -0700]]></pubDate>
        <description><![CDATA[File Size: 1.49 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/272624">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[百度输入法皮肤.rar]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/270894]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 07 Mar 2014 17:28:47 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.32 MiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/270894">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/270894">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[时间]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/259156]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 12 Jan 2014 19:12:24 -0800]]></pubDate>
        <description><![CDATA[
var t = null;
t = setTimeout(time,1000);
function time()
{
clearTimeout(t);
dt = new Date();
var h=dt.getHours()
var m=dt.getMinutes()
var s=dt.getSeconds()
var tp = document.getElementById("timePlace");
if(h]]></description>
    </item>
        <item>
        <title><![CDATA[[PHP]汉字转拼音代码]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/259150]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sun, 12 Jan 2014 18:42:45 -0800]]></pubDate>
        <description><![CDATA[

hljs.initHighlightingOnLoad();
&lt;?php header('Content-Type: text/html; charset=utf-8'); ?&gt;
&lt;form action="" method=post&gt;
&lt;input type="text" name="name" value=""&gt;
&lt;input type="submit" value="提交"&gt;
&lt;/form&gt;
&lt;?php
if(!empty($_POST['name'])){
$url="http://dict.baidu.com/s?wd=".urlencode($_POST['name']);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,0); //加入重定向处理
$output = curl_exec($ch);
$info = curl_getinfo($ch);
curl_close($ch);
$str=explode("生词本",$output);
$str=explode("帮助",$str[0]);
echo $str[1];
}
?&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[2000.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/258124]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 16:28:45 -0800]]></pubDate>
        <description><![CDATA[File Size: 155.35 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/258124">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[favicon.ico]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/258123]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 16:28:26 -0800]]></pubDate>
        <description><![CDATA[File Size: 4.92 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/258123">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[网页源代码获取]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/258019]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 06:42:16 -0800]]></pubDate>
        <description><![CDATA[ 
//用于创建XMLHttpRequest对象 
function createXmlHttp() { 
//根据window.XMLHttpRequest对象是否存在使用不同的创建方式 
if (window.XMLHttpRequest) { 
xmlHttp = new XMLHttpRequest(); //FireFox、Opera等浏览器支持的创建方式 
} else { 
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");//IE浏览器支持的创建方式 
} 
} 
//直接通过XMLHttpRequest对象获取远程网页源代码 
function getSource() { 
var url = document.getElementById("url").value; //获取目标地址信息 
//地址为空时提示用户输入 
if (url == "") { 
alert("请输入网页地址。"); 
return; 
} 
document.getElementById("source").value = "正在加载……"; //提示正在加载 
createXmlHttp(); //创建XMLHttpRequest对象 
xmlHttp.onreadystatechange = writeSource; //设置回调函数 
xmlHttp.open("GET", url, true); 
xmlHttp.send(null); 
} 
//将远程网页源代码写入页面文字区域 
function writeSource() { 
if (xmlHttp.readyState == 4) { 
document.getElementById("source").value = xmlHttp.responseText; 
} 
} 
 
远程网页源代码读取 
 
地址： 
 
 

]]></description>
    </item>
        <item>
        <title><![CDATA[info.php]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/257968]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 03:58:38 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.38 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/257968">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[迅雷，快车，旋风地址加解密]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/257912]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 02:02:33 -0800]]></pubDate>
        <description><![CDATA[
输入地址：
&nbsp;&nbsp;&nbsp;



]]></description>
    </item>
        <item>
        <title><![CDATA[Thunder_FlashGet.js]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/257910]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 01:57:16 -0800]]></pubDate>
        <description><![CDATA[File Size: 80.84 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/257910">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Html_JS.js]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/257904]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 09 Jan 2014 01:32:31 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.51 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/257904">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[keygen.js]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/257695]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 08 Jan 2014 07:42:59 -0800]]></pubDate>
        <description><![CDATA[File Size: 3.41 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/257695">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[editplus注册码生成]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/257497]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 07 Jan 2014 23:45:07 -0800]]></pubDate>
        <description><![CDATA[EditPlus注册码在线生成，是由demon.tw博客转载过来，非常不错，分享给大家，再次感谢demon.tw博主。大家先随便输入一个用户名，点击后面生成即可看到，与你用户名对应的注册码
用户名:
 
注册码:
]]></description>
    </item>
        <item>
        <title><![CDATA[ps.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/253354]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 25 Dec 2013 07:40:18 -0800]]></pubDate>
        <description><![CDATA[File Size: 228.13 KiBWord Count: 74,262Orignal Name: Net ScanVersion: 1.6.1ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/253354">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[jing_ying.sisx]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/253055]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 24 Dec 2013 04:26:15 -0800]]></pubDate>
        <description><![CDATA[File Size: 0.65 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/253055">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[V987recovery.img]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/237652]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Sat, 09 Nov 2013 05:40:17 -0800]]></pubDate>
        <description><![CDATA[File Size: 5.94 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/237652">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[MTKV249.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/233851]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 31 Oct 2013 04:38:06 -0700]]></pubDate>
        <description><![CDATA[File Size: 33.24 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/233851">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/233851">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[唯美.jpg]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/221104]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Thu, 26 Sep 2013 08:20:05 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.27 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/221104">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[phpmyadmin.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/216433]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 13 Sep 2013 18:47:03 -0700]]></pubDate>
        <description><![CDATA[File Size: 7.55 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/216433">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/216433">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[RARreg.key]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/204566]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 20 Aug 2013 17:26:09 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.5 KiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/204566">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[phppgadmin.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/201307]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 16 Aug 2013 16:21:21 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.81 MiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/201307">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/201307">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[php-fpm.ini]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/201306]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 16 Aug 2013 16:20:09 -0700]]></pubDate>
        <description><![CDATA[File Size: 69.13 KiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/201306">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[nginx.conf]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/201305]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 16 Aug 2013 16:19:45 -0700]]></pubDate>
        <description><![CDATA[File Size: 3.6 KiBWord Count: 74,262Orignal Name: 晶莹Version: 4.30.1Vendor: TTpodID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/201305">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[超频.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198562]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 13 Aug 2013 00:13:54 -0700]]></pubDate>
        <description><![CDATA[File Size: 27.3 KiBWord Count: 74,262Orignal Name: Over ClockVersion: 1.1.0Vendor: Jinx SlaveID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198562">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[一键转屏.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198559]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 13 Aug 2013 00:12:50 -0700]]></pubDate>
        <description><![CDATA[File Size: 32.42 KiBWord Count: 74,262Orignal Name: 一键转屏Version: 1.0.117Vendor: 盛哥囝-OPDAID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198559">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[iPro7源代码.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198538]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 12 Aug 2013 23:52:13 -0700]]></pubDate>
        <description><![CDATA[File Size: 44.74 KiBWord Count: 74,262Orignal Name: 一键转屏Version: 1.0.117Vendor: 盛哥囝-OPDAID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/198538">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198538">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[iPro7修复补丁.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198536]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 12 Aug 2013 23:51:56 -0700]]></pubDate>
        <description><![CDATA[File Size: 8.23 KiBWord Count: 74,262Orignal Name: iPro7修复补丁Version: 3.2.0Vendor: zl@sunID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198536">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[iPro7_3.2_S60_v5v3v2.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198534]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 12 Aug 2013 23:51:42 -0700]]></pubDate>
        <description><![CDATA[File Size: 167.46 KiBWord Count: 74,262Orignal Name: iPro7Version: 3.2.0Vendor: 逆浪′&amp; zl@sunID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198534">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[透明.png]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198340]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 12 Aug 2013 20:32:35 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.88 MiBWord Count: 74,262Orignal Name: iPro7Version: 3.2.0Vendor: 逆浪′&amp; zl@sunID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198340">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[sym.ini]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/198249]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 12 Aug 2013 18:16:43 -0700]]></pubDate>
        <description><![CDATA[File Size: 10.26 KiBWord Count: 74,262Orignal Name: iPro7Version: 3.2.0Vendor: 逆浪′&amp; zl@sunID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/198249">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[Nokia_Filebrowser_CN汉化修正版.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195430]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 20:07:13 -0700]]></pubDate>
        <description><![CDATA[File Size: 76.75 KiBWord Count: 74,262Orignal Name: Nokia File BrowserVersion: 4.5.2Vendor: 真命天子ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195430">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[时间盒子1.06修复版.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195428]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 20:06:59 -0700]]></pubDate>
        <description><![CDATA[File Size: 117.95 KiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195428">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[时间.swf]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195415]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:48:17 -0700]]></pubDate>
        <description><![CDATA[File Size: 97.48 KiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195415">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[百度手机输入法词库包.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195414]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:47:42 -0700]]></pubDate>
        <description><![CDATA[File Size: 1.4 MiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/195414">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195414">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[FontRouter.ini]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195413]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:40:58 -0700]]></pubDate>
        <description><![CDATA[File Size: 6.24 KiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195413">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[深度清理.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195408]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:39:00 -0700]]></pubDate>
        <description><![CDATA[File Size: 56.01 KiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/195408">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195408">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[时间跳动.swf]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195407]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:38:32 -0700]]></pubDate>
        <description><![CDATA[File Size: 249.24 KiBWord Count: 74,262Orignal Name: FreeTimeBox, 時間盒子, 时间盒子Version: 1.0.6Vendor: junnikokukiID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195407">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[X-plore_V1_60.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195406]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:37:49 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.43 MiBWord Count: 74,262Orignal Name: X-ploreVersion: 1.60.1Vendor: Lonely Cat GamesID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195406">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[UC8.9去广告.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/195404]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Fri, 09 Aug 2013 19:37:17 -0700]]></pubDate>
        <description><![CDATA[File Size: 2.18 MiBWord Count: 74,262Orignal Name: UC浏览器Version: 8.9.0Vendor: 流星☆淺稥じID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/195404">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[超级截图.sisx]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/193270]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 07 Aug 2013 04:37:42 -0700]]></pubDate>
        <description><![CDATA[File Size: 80.65 KiBWord Count: 74,262Orignal Name: 超级截图Version: 1.10.0Vendor: Vendor Vendor-ENID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/193270">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[八门神器1.75.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/193269]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Wed, 07 Aug 2013 04:37:24 -0700]]></pubDate>
        <description><![CDATA[File Size: 50.48 KiBWord Count: 74,262Orignal Name: Sorcerer, 八門神器, 八门神器Version: 1.75.0Vendor: luomc Maocai Luo 羅茂才 罗茂才ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/193269">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[FZZY-MyriadApple.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/192243]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 04:45:18 -0700]]></pubDate>
        <description><![CDATA[File Size: 6.08 MiBWord Count: 74,262Orignal Name: Sorcerer, 八門神器, 八门神器Version: 1.75.0Vendor: luomc Maocai Luo 羅茂才 罗茂才ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/192243">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/192243">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[PHP获取Exif]]></title>
		<link><![CDATA[https://lly.wodemo.com/entry/192156]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 03:10:18 -0700]]></pubDate>
        <description><![CDATA[&lt;?php
$exif = exif_read_data('/var/www/html/userfiles/mouse.jpg', 0,true);
echo &quot;EXIF:&lt;hr /&gt;\n&quot;;
foreach ($exif as $key =&gt; $section)
{
foreach ($section as $name =&gt;$val)
{
echo &quot;$key.$name: $val&lt;br /&gt;\n&quot;;
}
}
echo &quot;&lt;hr&gt;&quot;;
echo &quot;Model&quot;.$exif[&quot;IFD0&quot;][&quot;Model&quot;].&quot;&lt;br&gt;&quot;;
?&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[ltmluc9_0.jar]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/192076]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 01:57:05 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.51 MiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/192076">Browse</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/192076">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[PPU.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/192058]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 01:49:43 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.25 MiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/192058">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/192058">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[天空之城.mp3]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/192009]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:40:20 -0700]]></pubDate>
        <description><![CDATA[File Size: 2.5 MiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/192009">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[温馨的爱.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/192000]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:35:47 -0700]]></pubDate>
        <description><![CDATA[File Size: 28.26 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/192000">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[清新小镇.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191998]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:35:33 -0700]]></pubDate>
        <description><![CDATA[File Size: 36.35 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191998">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[小清新.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191996]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:35:16 -0700]]></pubDate>
        <description><![CDATA[File Size: 1.16 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191996">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[吉祥皮肤(4).bds]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191993]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:35:01 -0700]]></pubDate>
        <description><![CDATA[File Size: 195.14 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191993">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[【衣角】听爱.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191991]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:34:23 -0700]]></pubDate>
        <description><![CDATA[File Size: 48.54 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191991">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[仿搜狗.bds]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191965]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:27:15 -0700]]></pubDate>
        <description><![CDATA[File Size: 250.25 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191965">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[爱.bdt]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191961]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:26:19 -0700]]></pubDate>
        <description><![CDATA[File Size: 45.45 KiBWord Count: 74,262Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191961">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[仿搜狗特别版.bds]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191936]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:18:56 -0700]]></pubDate>
        <description><![CDATA[File Size: 185.41 KiBWord Count: 18万9858个Orignal Name: 免流UCVersion: 9.0.0Vendor: HjjugoID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191936">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[JAVA2.1S60V5^3.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191897]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:07:38 -0700]]></pubDate>
        <description><![CDATA[File Size: 4.6 MiBWord Count: 18万9858个Orignal Name: Java Runtime 2 betaVersion: 2.1.18Vendor: NokiaID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191897">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[iPor.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191894]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:06:28 -0700]]></pubDate>
        <description><![CDATA[File Size: 115.31 KiBWord Count: 18万9858个Orignal Name: iPro7Version: 2.0.9Vendor: 逆浪′ID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191894">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[最新PY平台2.9E盘版.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191891]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:05:36 -0700]]></pubDate>
        <description><![CDATA[File Size: 2.37 MiBWord Count: 18万9858个Orignal Name: Python For S60Version: 2.9.0Vendor: 纯E/c盘 by kaiyangxID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191891">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[一键转屏.sis]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191888]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Tue, 06 Aug 2013 00:05:01 -0700]]></pubDate>
        <description><![CDATA[File Size: 32.42 KiBWord Count: 18万9858个Orignal Name: 一键转屏Version: 1.0.117Vendor: 盛哥囝-OPDAID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191888">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[证书.zip]]></title>
		<link><![CDATA[https://lly.wodemo.com/file/191696]]></link>
		<dc:creator><![CDATA[Administ (@lly)]]></dc:creator>
		<pubDate><![CDATA[Mon, 05 Aug 2013 20:55:24 -0700]]></pubDate>
        <description><![CDATA[File Size: 55.95 KiBWord Count: 18万9858个Orignal Name: 一键转屏Version: 1.0.117Vendor: 盛哥囝-OPDAID：com.wwnd.netmapper&nbsp;|&nbsp;<a href="https://lly.wodemo.com/browse/191696">Decompress</a>&nbsp;|&nbsp;<a href="https://lly.wodemo.com/meta/191696">Meta</a>]]></description>
    </item>
    </channel>
</rss>
