<?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>CrazyMc</title>
	<link>https://crazymc.wodemo.net/</link>
        <item>
        <title><![CDATA[随机语录]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/483356]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sat, 16 Jun 2018 12:51:30 +0800]]></pubDate>
        <description><![CDATA[&lt;script src=&quot;https://api.yum6.cn/yan.php?format=js&quot;&gt;&lt;/script&gt;

&lt;script&gt;text()&lt;/script&gt;


刷新试试]]></description>
    </item>
        <item>
        <title><![CDATA[DAL18.rar]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/file/478581]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Mon, 30 Apr 2018 12:34:19 +0800]]></pubDate>
        <description><![CDATA[File Size: 14.98 MiB&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/browse/478581">Decompress</a>&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/meta/478581">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[J2ME_Loader-1.2.8.4.apk]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/file/476180]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sun, 01 Apr 2018 17:50:01 +0800]]></pubDate>
        <description><![CDATA[File Size: 2.22 MiBOrignal Name: J2ME LoaderVersion: 1.2.8.4-openID：ru.playsoftware.j2meloader&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/browse/476180">Browse</a>&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/meta/476180">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[使用MDUI的我的磨 皮肤(?)]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/474700]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Fri, 16 Mar 2018 13:16:47 +0800]]></pubDate>
        <description><![CDATA[##前言
mdiu是国内优秀前端工程师开发出来的一套基于Material Design设计风格样式的响应式前端框架，以此美化wodemo还不错~   
参考了&lt;https://bogeys.top/entry/403718&gt;
      
mdui官网&lt;https://www.mdui.org&gt;   
效果演示&lt;https://0www.wodemo.com&gt;   
演示源码&lt;http://laji.cf/demo&gt;   
##使用
前往&lt;https://s.wodemo.com/admin/site&gt;，将以下代码填入对应框内 
   
若要更好的效果建议自己再稍微改(折腾)一下   
e.g&lt;https://keai.ml/&gt;

   
##代码html
```html
&lt;link rel=&quot;stylesheet&quot; href=&quot;//cdn.bootcss.com/mdui/0.4.0/css/mdui.min.css&quot;&gt;
&lt;script src=&quot;//cdn.bootcss.com/mdui/0.4.0/js/mdui.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js&quot;&gt;&lt;/script&gt;

&lt;div class=&quot;mdui-toolbar mdui-color-theme&quot;&gt;
	&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; mdui-drawer=&quot;{target: '#main-drawer', swipe: true}&quot;&gt;
	&lt;i class=&quot;mdui-icon material-icons&quot;&gt;menu&lt;/i&gt;
	&lt;/span&gt;
	&lt;a href=&quot;./&quot; class=&quot;mdui-typo-headline mdui-hidden-xs&quot;&gt;New Tab&lt;/a&gt;
	&lt;a href=&quot;#&quot; class=&quot;mdui-typo-title&quot;&gt;没有标题&lt;/a&gt;
	&lt;div class=&quot;mdui-toolbar-spacer&quot;&gt;
	&lt;/div&gt;
	&lt;div class=&quot;mdui-textfield mdui-textfield-expandable mdui-float-right&quot;&gt;
		&lt;button class=&quot;mdui-textfield-icon mdui-btn mdui-btn-icon&quot;&gt;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;search&lt;/i&gt;&lt;/button&gt;
		&lt;form action=&quot;/search&quot;&gt;
			&lt;input class=&quot;mdui-textfield-input&quot; type=&quot;text&quot; placeholder=&quot;Search&quot;name=&quot;q&quot; value=&quot;&quot;/&gt;
		&lt;/form&gt;
		&lt;button class=&quot;mdui-textfield-close mdui-btn mdui-btn-icon&quot;&gt;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;close&lt;/i&gt;&lt;/button&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/header&gt;&lt;!-- Toolbar --&gt;
&lt;div class=&quot;mdui-drawer mdui-drawer-close&quot; id=&quot;main-drawer&quot;&gt;
	&lt;div class=&quot;mdui-list&quot; mdui-collapse=&quot;{accordion: true}&quot; style=&quot;margin-bottom: 76px;&quot;&gt;
		&lt;!-- List1 --&gt;
		&lt;div class=&quot;mdui-collapse-item mdui-collapse-item-open&quot;&gt;
			&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
				&lt;i class=&quot;mdui-list-item-icon mdui-icon material-icons mdui-text-color-blue&quot;&gt;near_me&lt;/i&gt;
				&lt;div class=&quot;mdui-list-item-content&quot;&gt;
					分类
				&lt;/div&gt;
				&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon material-icons&quot;&gt;keyboard_arrow_down&lt;/i&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mdui-collapse-item-body mdui-list fenlei&quot;style=&quot;display:block&quot;&gt;			&lt;/div&gt;
		&lt;/div&gt;
		&lt;!-- List2 --&gt;
		&lt;div class=&quot;mdui-collapse-item mdui-collapse-item-close&quot;&gt;
			&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
				&lt;i class=&quot;mdui-list-item-icon mdui-icon material-icons mdui-text-color-deep-orange&quot;&gt;layers&lt;/i&gt;
				&lt;div class=&quot;mdui-list-item-content&quot;&gt;
					列表2号
				&lt;/div&gt;
				&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon material-icons&quot;&gt;keyboard_arrow_down&lt;/i&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
				&lt;a href=&quot;链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;名字&lt;/a&gt;
				&lt;a href=&quot;链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;名字&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;!--head end--&gt;
```
   
JavaScript   
&lt;https://0www.wodemo.com/skin/0www/1521176919/site.js&gt;

```JavaScript
//分类添加到菜单栏
$(&quot;a[href*='/cat/']&quot;).not(&quot;.pagination&gt;span,.pagination&gt;a&quot;).each(function(){
	$(this).attr(&quot;target&quot;,&quot;_blank&quot;);
	$(this).appendTo(&quot;.fenlei&quot;);
});
$(&quot;.fenlei&gt;a&quot;).wrap(&quot;&lt;li class='mdui-list-item mdui-ripple'&gt;&lt;/li&gt;&quot;); setTimeout(&quot;addTip()&quot;,500);//去掉多余链接部分(如In-h)
var nohome=document.getElementById(&quot;whole_body&quot;);
nohome.innerHTML=nohome.innerHTML.replace(/\&lt;span\sid\=\&quot;ln\-h\&quot;\&gt;.+\n.+/,&quot;&quot;);
```

css   
&lt;https://0www.wodemo.com/skin/0www/1521176919/site.css&gt;
```css
a {
	color: #09c;
	text-decoration: none;
}

body {
	text-align: center;
	word-wrap: break-word;
}

.wo-search-form {
	display: none;
}

.pagination a,.pagination span.page_no_link,.wo-entry-prev-next a,.wo-entry-prev-next span {
	display: inline-block;
	margin: 4px 2px;
	padding: 8px 16px;
	border: none;
	border: 2px solid #555555;
	background-color: #4CAF50;
 /* Green */
	background-color: white;
	color: white;
	color: black;
	text-align: center;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
 /* Safari */
	transition-duration: 0.4s;
}

.pagination .page_no_link:hover,.pagination a:hover,.wo-entry-prev-next a:hover {
	background-color: #555555;
	color: white;
}

* {
	box-sizing: border-box;
}

input[type=&quot;submit&quot;] , textarea {
	width: 94%;
}

/* 文件详情 */

.wo-file-main {
	margin-top: 10px;
	padding: 8px;
	border-radius: 5px 5px 0 0;
	background: #F8F8FF;
	word-wrap: break-word;
}

.wo-file-title {
	margin: 0 20px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 1rem;
}

.wo-file-main .wo-file-title+p,.wo-file-main p+p {
	margin: 5px 25px 10px;
	padding: 0px 8px 10px;
	text-align: center;
	font-size: 0.8rem;
}

a.wo-toggle-link {
	color: #1ad;
}

.wo-file-main img {
	border-radius: 10px;
	box-shadow: #999 0 0 10px;
}

.wo-file-description-area {
	display: block;
	font-size: 1rem;
}

.wo-file-description-contents {
	display: block;
	margin-top: 10px;
	vertical-align: text-top;
	text-align: center;
	text-shadow: none;
	font-size: 0.9rem;
}

.wo-file-permissions {
	text-align: left;
}

.wo-file-permissions+p {
	color: #999;
}

.wo-file-screenshot {
	padding: 12px 0;
	background: #ddd;
	text-align: center;
	font-size: 1rem;
}

.wo-file-screenshot p {
	margin: 0 auto;
	width: 90%;
}

.wo-file-screenshot img {
	border-radius: 5px;
	box-shadow: #999 0 0 10px;
}
/* 文件详情 END */

/*撰文页*/
#my-entry-whole {
	margin-top: 10px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background: #ddd;
	text-align: left;
}

#my-entry-title {
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 1rem;
}

#my-entry-time {
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: #eee 1px dotted;
	color: #999;
	text-align: center;
	font-size: 0.8rem;
}

.wo-entry-section.wo-text-text {
	word-wrap: break-word;
}

.wo-entry-section.wo-text-markdown {
	text-align: left;
	word-wrap: break-word;
}

.wo-text-markdown pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.wo-entry-section.wo-text-markdown pre {
	border: none;
}

.wo-entry-section img {
	box-shadow: #a3a3a3 0 0 10px;
}

.wo-entry-section audio {
	margin: 10px;
	width: 60%;
	box-shadow: #a3a3a3 0 0 10px;
}

.wo-entry-section {
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: #eee 1px dotted;
}

.wo-entry-section a {
	color: #1ad;
}

/*撰文页 end*/

/* 文件撰文通用 */.wo-main-body&gt;a[href$=&quot;wodemo.com/&quot;],.wo-main-body&gt;a[href$=&quot;wodemo.net&quot;] {
	color: #1ad;
}

.wo-main-body&gt;a[href^=&quot;#&quot;] {
	color: #925;
}

.wo-main-body&gt;a[href*=&quot;filetalkdelete&quot;] {
	color: #1ad;
}

.wo-main-body&gt;div&gt;a[href*=&quot;compose&quot;],.wo-main-body&gt;div&gt;a[href*=&quot;editfile&quot;] {
	color: #1ad;
}

form[action*=&quot;s.wodemo.com&quot;] + a[href*=&quot;CrazyMc&quot;],form[action*=&quot;s.wodemo.com&quot;] + hr + a[href*=&quot;CrazyMc&quot;] {
	color: #000;
}

form[action^=&quot;https://s.wodemo.&quot;] {
	margin: 10px 0;
	margin-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	background: #FFFFFF;
	line-height: 30px;
}

form[action^=&quot;https://s.wodemo.&quot;] textarea {
	width: 96%;
	height: 100px;
	min-height: 60px;
	border: none;
	border-radius: 3px;
	box-shadow: inset #999 0 0 2px 1px;
	resize: vertical;
}

form[action^=&quot;https://s.wodemo.&quot;] input[type=submit] {
	margin: 10px;
	padding: 10px 5%;
	border: none;
	border-radius: 3px;
	background: #33CCCC;
	color: #FFF;
	font-size: 1rem;
}
```

首页列表单行的模板
```html
 &lt;a href=&quot;{wo.entry.url}&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt; {wo.entry.title} &amp;emsp; &lt;div class=&quot;mdui-list-item-text&quot;&gt;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;&amp;#xe192;&lt;/i&gt;{wo.entry.creation.datestr.ymd}
&amp;nbsp;{wo.file.ext}&lt;/div&gt;&lt;/a&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;
```]]></description>
    </item>
        <item>
        <title><![CDATA[wodemo2010年时的首页]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/471992]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Thu, 15 Feb 2018 13:44:41 +0800]]></pubDate>
        <description><![CDATA[. wodemo.png以下是源代码
```html
&lt;title&gt;我的磨&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,minimum-scale=1.0,maximum-scale=1.0&quot;/&gt;
&lt;meta name=&quot;format-detection&quot; content=&quot;telephone=no&quot;/&gt;
&lt;link rel=&quot;shortcut icon&quot; href=https://wodemo.com/favicon.ico&quot;/&gt;
&lt;link href=http://wodemo.com/statics/css/main.css?2&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;&lt;script type=&quot;text/javascript&quot; src=http://wodemo.com/statics/js/main.js?1&quot;&gt;&lt;/script&gt;&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;whole_body&quot;&gt;

&lt;p&gt;
&lt;a href=https://wodemo.com/reg&quot;&gt;注册&lt;/a&gt;
&lt;a href=https://wodemo.com/login?return_to=%2F&quot;&gt;登录&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
欢迎来到我的磨(wodemo.com)


&lt;/p&gt;
&lt;!--
&lt;p&gt;
wodemo的意思是我的(wode)移动站点(mo)。&lt;br /&gt;如果你是个geek(极客)，也可以认为是wo demo，即&quot;我demo，我怕谁！&quot;
&lt;/p&gt;
--&gt;
&lt;p&gt;
在这里，你可以：
&lt;ul&gt;
&lt;li&gt;拥有一个自己的移动手机网站：http://你的名字.wodemo.com&lt;/li&gt;
&lt;li&gt;这个网站可以直接用手机访问&lt;/li&gt;
&lt;li&gt;在自己的站点上传图片并提供下载&lt;/li&gt;
&lt;li&gt;在自己的站点上传手机铃声并提供下载&lt;/li&gt;
&lt;li&gt;在自己的站点上传手机软件并提供下载&lt;/li&gt;
&lt;li&gt;用手机拍照之后直接通过手机浏览器(UCWeb，Opera)上传到你的网站&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
这一切都是免费的。你可以把自己的站点展示给亲朋好友，让他们用手机访问，直接下载图片，铃声和软件。
&lt;/p&gt;
&lt;p&gt;
&lt;a href=https://wodemo.com/reg&quot;&gt;马上免费注册&lt;/a&gt;
&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
©2010 &lt;a href=http://wodemo.com/&quot;&gt;wodemo.com&lt;/a&gt;
&lt;/div&gt;&lt;!--content body--&gt;
]]></description>
    </item>
        <item>
        <title><![CDATA[免费SSL证书]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/469571]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Fri, 26 Jan 2018 20:11:35 +0800]]></pubDate>
        <description><![CDATA[&lt;h2&gt;一、Let’s Encrypt&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://letsencrypt.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://letsencrypt.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：毫无疑问，Let’s Encrypt 是目前使用范围最为广泛的免费 &lt;a href=&quot;https://www.zhujiboke.com/tag/ssl&quot; class=&quot;tag-tooltip&quot; data-toggle=&quot;tooltip&quot; title=&quot;查看更多关于 SSL 的文章&quot; target=&quot;_blank&quot;&gt;SSL&lt;/a&gt; 证书，而且&lt;a href=&quot;https://letsencrypt.org/2017/12/07/looking-forward-to-2018.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;官方博客宣布&lt;/a&gt;，自 2018 年开始提供通配符 SSL 证书，也就是 wildcard certificates。这对于广大个人站长来说，无疑是个不错的利好消息。唯一的缺憾就是，Let’s Encrypt 发行的证书有效期只有 3 个月，虽然可以通过定时任务来自动续期。&lt;br /&gt;
如何申请？可以通过安装 &lt;a href=&quot;https://lamp.sh/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;LAMP&lt;/a&gt; 后，使用 lamp add 命令来自动创建 SSL 证书。也可以通过以下在线申请网站，手动申请证书。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;在线申请网址1（中文）：&lt;a href=&quot;https://freessl.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://freessl.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;在线申请网址2（英文）：&lt;a href=&quot;https://www.sslforfree.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.sslforfree.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;在线申请网址3（英文）：&lt;a href=&quot;https://gethttpsforfree.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://gethttpsforfree.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;二、TrustAsia&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://www.trustasia.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.trustasia.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：TrustAsia 是国内一家新兴的 SSL 证书提供商，赛门铁克(Symantec)亚太区的白金合作伙伴。随着 Symantec 的 CA 业务被 DigiCert 收购完成，其证书链也从 Symantec 变为 DigiCert。现在也开始提供免费 1 年期的 DV SSL 证书。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;在线申请网址：&lt;a href=&quot;https://freessl.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://freessl.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;三、AlwaysOnSSL&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://alwaysonssl.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://alwaysonssl.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：AlwaysOnSSL 是一个新的免费和自动认证机构。它由 CertCenter 和 Digicert 运行，免费提供 6 个月的 DV SSL 证书。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;在线申请网址：&lt;a href=&quot;https://alwaysonssl.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://alwaysonssl.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;四、Comodo&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://www.comodo.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.comodo.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：在 Let’s Encrypt 没有问世之前，Comodo 的市场占有率是第一位。随着 Let’s Encrypt 的盛行，Comodo 在 DV SSL 市场占有率逐渐下降，但依然是 SSL 的龙头企业。目前 Comodo 也提供免费 90 天的免费 DV SSL 证书。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;在线申请网址1：&lt;a href=&quot;https://secure.instantssl.com/products/SSLIdASignup1a&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://secure.instantssl.com/products/SSLIdASignup1a&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;在线申请网址2：&lt;a href=&quot;https://www.100tb.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.100tb.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;备注：100TB 免费提供 1 年期的 Comodo 证书，前提是需要注册为会员后才能在后台申请。100TB 的规定是，发行的证书只能在他们家的产品上使用，否则会有被吊销的风险。申请时，请自备 CSR(Certificate Signing Request)，这里有 CSR 在线生成工具。参考网址：&lt;a href=&quot;https://www.csr.sh/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.csr.sh/&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;五、Cloudflare&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://www.cloudflare.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.cloudflare.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：Cloudflare 很早就开始提供免费 SSL 证书，前提是你的域名要放在 Cloudflare 解析，注册为 Free Plan 就可以。&lt;/p&gt;
&lt;p&gt;备注：只要域名加入 Cloudflare Free Plan，解析 A 记录的时候，点击 Traffic to this hostname will go through Cloudflare，就可以了。一般情况下，这个免费的 Universal SSL 里会包含一大堆别人的域名（该证书也是 Comodo 发行的）。当然，如果你比较介意这个的话，可以付费购买其 Dedicated SSL Certificate ($5/month) 或 Dedicated SSL Certificate with Custom Hostnames ($10/month)。&lt;/p&gt;
&lt;h2&gt;六、AlphaSSL&lt;/h2&gt;
&lt;p&gt;官方网站：&lt;a href=&quot;https://www.alphassl.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.alphassl.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;点评：其实 AlphaSSL 并不免费提供 SSL 证书，而且价格不菲。但是 AlphaSSL 跟 SingleHop 有合作关系，免费给 SingleHop 的客户发行证书，甚至包括通配符 SSL 证书。有人根据这个规则，开发了个自动发行证书的工具。详见：&lt;a href=&quot;https://github.com/Vittfarne/ASSL&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://github.com/Vittfarne/ASSL&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;也就是说，只要你有了 SingleHop 的服务，就可以使用你的帐号密码以及该工具去当个活雷锋了。但是，不可避免地，这样的活雷锋是当不了多久的。一般其下场会因为滥用被 SingleHop 给关闭账户。&lt;br /&gt;
值得注意的是，如果你申请了这个 SSL 证书，就要有 SSL 证书随时可能被吊销的觉悟。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;详情始末的参考网址：&lt;a href=&quot;https://www.lowendtalk.com/discussion/comment/2306096/#Comment_2306096&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.lowendtalk.com/discussion/comment/2306096/#Comment_2306096&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;在线申请网址：&lt;a href=&quot;https://en.assl.space/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://en.assl.space/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;尾声&lt;/h2&gt;
&lt;p&gt;自从 Let’s encrypt 开始提供免费DV SSL后，SSL 证书市场就已经开始洗牌了。&lt;/p&gt;
&lt;p&gt;值得一提的是 StarCom 原本是一家以色列的证书商，提供免费和收费的 SSL 证书，后被国内公司 360 收购。曾在 CA 市场也有一席之地，StartCom 的问题在于被发现允许对证书的签发日期进行倒填，从而达到规避 SHA1 证书在 2016 年 1 月 1 日之后被浏览器警告的目的。最终于 2017 年 11 月 16 日，StartCom 宣布终止业务，自 2018 年 1 月 1 日起停止颁发新证书，并于 2020 年停止 OCSP 和 CRL 服务。&lt;/p&gt;
&lt;p&gt;沃通（Wosign）也属于类似情况，被 Mozilla 认为 WoSign 最严重的问题是伪造（或者说人为设置）了证书签发日期，相继被 Mozilla 和 Chrome 不信任，最终导致出局。&lt;/p&gt;
&lt;p&gt;最后，随着 https 的广泛被适用，我们也乐于看到越来越多的 CA 开始提供免费的 DV SSL 证书。&lt;/p&gt;
&lt;/article&gt;转自https://teddysun.com/527.html]]></description>
    </item>
        <item>
        <title><![CDATA[ip]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/469188]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Mon, 22 Jan 2018 20:48:28 +0800]]></pubDate>
        <description><![CDATA[


	
	
    IP
	
		body{
			color:#456371;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
		}
		::selection{
			background-color:#456371;
			color:white;
		}
		hr {
			border: none;
			border-top: 1px dashed #e7eff3;
		}
		table{
		    margin: auto;
			border-collapse:collapse;
		    max-width:98%;
		}
		caption{
			caption-side:bottom;
			font-size: x-small;
			font-family: "Comic Sans MS", cursive, sans-serif;
			transform: scale(0.8);
		}
		th.ip{
			font-family: cursive;
			font-size: 2rem;
		}
		tbody,tfoot,td{
			border:1px solid #e7eff3;
		}
		tbody td{
			width:50%;
			padding:1ex 2ex;
		}
		tbody td:nth-child(odd){
			text-align:right;
		}
		tbody td:nth-child(even){
			text-align:left;
		}
		tfoot td{
			text-align:center;
			padding:1ex 2ex;
		}	
		td a{
			text-decoration:none;
			color: #9fb8c3;
			transition:all 0.5s;
		}
		td a:hover{
			color:#456371;
		}		
	



	
	
	
		function handle(data){
			var str = "";
			str += "YOUR IP INFO";
			str += "" + data.ip + "";
			str += "";
			str += "";
			str += 'IP:' + data.ip + '';
			str += 'Hostname:' + data.hostname + '';
			str += 'City:' + data.city + ',' + data.region+ ',' + data.country + '';
			str += 'Latitude/Longitude:' + data.loc + '';
			str += 'Organization:' + data.org + '';
			str += "";
			str += "";
			str += "Powered By ipinfo.io";
			str += "";
			document.querySelector("#show").innerHTML += str;
			console.log(JSON.stringify(data));
		}
	
	
]]></description>
    </item>
        <item>
        <title><![CDATA[Pixiv 日榜 Top50]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/466857]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Wed, 27 Dec 2017 13:15:17 +0800]]></pubDate>
        <description><![CDATA[&lt;iframe src=&quot;https://cloud.mokeyjay.com/pixiv&quot; frameborder=&quot;0&quot;  style=&quot;width:100%; height:450px;&quot;&gt;&lt;/iframe&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[新版QQ代挂平台网站源码.rar]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/file/464732]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Thu, 07 Dec 2017 12:37:27 +0800]]></pubDate>
        <description><![CDATA[File Size: 17.19 MiBOrignal Name: J2ME LoaderVersion: 1.2.8.4-openID：ru.playsoftware.j2meloader&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/browse/464732">Decompress</a>&nbsp;|&nbsp;<a href="https://crazymc.wodemo.net/meta/464732">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[全屏滑稽，代码]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/463398]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sat, 02 Dec 2017 12:43:33 +0800]]></pubDate>
        <description><![CDATA[引用以下代码
效果:http://blacklotus.ga/huaji/

&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,hight=device-hight,minimum-scale=1.0,maximum-scale=1.0,ser-scalable=none&quot;/&gt;
&lt;title&gt;全屏滑稽表情&lt;/title&gt;

&lt;style type=&quot;text/css&quot;&gt;
body { margin: 0; padding: 0; position: relative; background-image: url(http://crazymc.wodemo.com/entry/463398/20171202/58cd278c99a3652e6ec54d4001184f5b/xh.jpg); background-position: center; /*background-repeat: no-repeat;*/ width: 100%; height: 100%; background-size: 100% 100%; }
#jk {
    width: 30%;
    position: fixed;
    right: 10px;
    bottom: 40px;
}


&lt;/style&gt;

&lt;/head&gt;
&lt;body id=&quot;body&quot; onLoad=&quot;init()&quot;&gt;
    
&lt;script type=&quot;text/javascript&quot; src=&quot;http://crazymc.wodemo.com/entry/463398/6ed3574de0c4cc0a64697eb2fe3d5dc5/threecanvas.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://crazymc.wodemo.com/entry/463398/d5a51751fcab5b7deaee067bde730392/snow.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	var SCREEN_WIDTH = window.innerWidth;//
	var SCREEN_HEIGHT = window.innerHeight;
	var container;
	var particle;//粒子

	var camera;
	var scene;
	var renderer;

	var starSnow = 1;

	var particles = []; 

	var particleImage = new Image();
	//THREE.ImageUtils.loadTexture( &quot;https://crazymc.wodemo.com/entry/463398/6691f4a8a050fdb1d33b39ec226b12a9/ParticleSmoke.png&quot; );
	particleImage.src = 'skin/images/ParticleSmoke.png'; 
	

	function init() {
		//alert(&quot;message3&quot;);
		container = document.createElement('div');//container：画布实例;
		document.body.appendChild(container);

		camera = new THREE.PerspectiveCamera( 60, SCREEN_WIDTH / SCREEN_HEIGHT, 1, 10000 );
		camera.position.z = 1000;
		//camera.position.y = 50;

		scene = new THREE.Scene();
		scene.add(camera);
			
		renderer = new THREE.CanvasRenderer();
		renderer.setSize(SCREEN_WIDTH, SCREEN_HEIGHT);
		var material = new THREE.ParticleBasicMaterial( { map: new THREE.Texture(particleImage) } );
			//alert(&quot;message2&quot;);
		for (var i = 0; i &lt; 500; i++) {
			//alert(&quot;message&quot;);
			particle = new Particle3D( material);
			particle.position.x = Math.random() * 2000-1000;
			
			particle.position.z = Math.random() * 2000-1000;
			particle.position.y = Math.random() * 2000-1000;
			//particle.position.y = Math.random() * (1600-particle.position.z)-1000;
			particle.scale.x = particle.scale.y =  1;
			scene.add( particle );
			
			particles.push(particle); 
		}

		container.appendChild( renderer.domElement );


		//document.addEventListener( 'mousemove', onDocumentMouseMove, false );
		document.addEventListener( 'touchstart', onDocumentTouchStart, false );
		document.addEventListener( 'touchmove', onDocumentTouchMove, false );
		document.addEventListener( 'touchend', onDocumentTouchEnd, false );
		
		setInterval( loop, 1000 / 60 );
		
	}

	var touchStartX;
	var touchFlag = 0;//储存当前是否滑动的状态;
	var touchSensitive = 80;//检测滑动的灵敏度;
	//var touchStartY;
	//var touchEndX;
	//var touchEndY;
	function onDocumentTouchStart( event ) {

		if ( event.touches.length == 1 ) {

			//event.preventDefault();//取消默认关联动作;
			touchStartX = 0;
			touchStartX = event.touches[ 0 ].pageX ;
			//touchStartY = event.touches[ 0 ].pageY ;
		}
	}


	function onDocumentTouchMove( event ) {

		if ( event.touches.length == 1 ) {
			//event.preventDefault();
			var direction = event.touches[ 0 ].pageX - touchStartX;
			if (Math.abs(direction) &gt; touchSensitive) {
				if (direction&gt;0) {touchFlag = 1;}
				else if (direction&lt;0) {touchFlag = -1;};
				//changeAndBack(touchFlag);
			}	
		}
	}

	function onDocumentTouchEnd (event) {
		// if ( event.touches.length == 0 ) {
		// 	event.preventDefault();
		// 	touchEndX = event.touches[ 0 ].pageX ;
		// 	touchEndY = event.touches[ 0 ].pageY ;
	
		// }这里存在问题
		var direction = event.changedTouches[ 0 ].pageX - touchStartX;

		changeAndBack(touchFlag);
	}


	function changeAndBack (touchFlag) {
		var speedX = 25*touchFlag;
		touchFlag = 0;
		for (var i = 0; i &lt; particles.length; i++) {
			particles[i].velocity=new THREE.Vector3(speedX,-10,0);
		}
		var timeOut = setTimeout(&quot;;&quot;, 800);
		clearTimeout(timeOut);

		var clearI = setInterval(function () {
			if (touchFlag) {
				clearInterval(clearI);
				return;
			};
			speedX*=0.8;

			if (Math.abs(speedX)&lt;=1.5) {
				speedX=0;
				clearInterval(clearI);
			};
			
			for (var i = 0; i &lt; particles.length; i++) {
				particles[i].velocity=new THREE.Vector3(speedX,-10,0);
			}
		},100);


	}


	function loop() {
		for(var i = 0; i&lt;particles.length; i++){
			var particle = particles[i]; 
			particle.updatePhysics(); 

			with(particle.position)
			{
				if((y&lt;-1000)&amp;&amp;starSnow) {y+=2000;}

				if(x&gt;1000) x-=2000; 
				else if(x&lt;-1000) x+=2000;
				if(z&gt;1000) z-=2000; 
				else if(z&lt;-1000) z+=2000;
			}			
		}

		camera.lookAt(scene.position); 

		renderer.render( scene, camera );
	}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
. snow.js. threecanvas.js. ParticleSmoke.png. xh.jpg. 代码打包.zip]]></description>
    </item>
        <item>
        <title><![CDATA[图片外链]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/459396]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sun, 22 Oct 2017 11:45:30 +0800]]></pubDate>
        <description><![CDATA[

momll-img{max-width:80%;display:block}
#选图{position:absolute;z-index:1;cursor:pointer;opacity:0}
#box,#选图{background:#b485e2;color:#FFF;display:block;height:40px;line-height:30px;text-align:center}


选择或拖拽图像进行上传




选图.onchange=function(){
if(!this.files||!this.files[0])
return alert('选取文件出错！')
    var
    图片文件=this.files[0]
if(图片文件.type.indexOf('image')!=0)
return alert('这不是一个图像或音频！')
    UP(图片文件,function(pid){
        文本.innerHTML=
        图片.src='https://ww2.sinaimg.cn/large/'+pid+ '.jpg'
    },function(){
        alert('上传文件出错了！')
    },function(进度){
        文本.innerHTML=进度*100+'%'
    })
}


var
UP=function(o,success,error,upload,x,file,A){
    if(typeof success=='function')
        file=o;
    else{
        if(!o.file)
            return console.log('并没有传入需要上传的文件')
        if(A=o.success)
            success=A
        if(A=o.upload)
            upload=A
        if(A=o.error)
            error=A
    }
    x=new XMLHttpRequest()
    x.open('POST','https://x.mouto.org/wb/x.php?up&_r='+Math.random(),1)
    if(upload)
        x.upload.onprogress=function(e){
            upload(e.loaded/e.total)
        }
    x.onload=function(r){
        r=JSON.parse(x.responseText)
        if(r.error&&error)
            return error(r.error)
        if(r.pid&&success)
            return success(r.pid)
    }
    x.send(file)
}]]></description>
    </item>
        <item>
        <title><![CDATA[地球]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/459395]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sun, 22 Oct 2017 11:44:29 +0800]]></pubDate>
        <description><![CDATA[&lt;script type=&quot;text/javascript&quot; src=&quot;//rf.revolvermaps.com/0/0/6.js?i=53w1m0xnqwr&amp;amp;m=7&amp;amp;c=e63100&amp;amp;cr1=ffffff&amp;amp;f=arial&amp;amp;l=0&amp;amp;bv=90&amp;amp;lx=-420&amp;amp;ly=420&amp;amp;hi=20&amp;amp;he=7&amp;amp;hc=a8ddff&amp;amp;rs=80&quot; async=&quot;async&quot;&gt;&lt;/script&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[网易mc2017/10/12短信]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/458342]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Thu, 12 Oct 2017 12:07:55 +0800]]></pubDate>
        <description><![CDATA[【网易】亲爱的冒险家，让大家久等了！《我的世界》今日全平台公测正式开启，戳： https://url.163.com/3Up 下载游戏，携好友一起来我的世界，探索世界，创造奇迹。更有惊喜福利等着你哦。回TD退订]]></description>
    </item>
        <item>
        <title><![CDATA[随机密码生成]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/458185]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Tue, 10 Oct 2017 12:06:24 +0800]]></pubDate>
        <description><![CDATA[


        

  数字
  小写字母
  大写字母
  标点符号
  字符不重复
  密码长度
  密码数量


生成密码
var $ = function(s) {
    return document.getElementById(s)
  },
  $includeNumber = $("include_number"),
  $includeLowercaseletters = $("include_lowercaseletters"),
  $includeUppercaseletters = $("include_uppercaseletters"),
  $includePunctuation = $("include_punctuation"),
  $passwordUnique = $("password_unique"),
  $passwordLength = $("password_length"),
  $passwordQuantity = $("password_quantity"),
  $generate = $("generate"),
  $output = $("output");

  function rand(max) {
    return Math.floor(Math.random() * max);
  };

  $generate.onclick = function() {
    var chars = "";

    if ($includeNumber.checked) chars += "0123456789";
    if ($includeLowercaseletters.checked) chars += "abcdefghijklmnopqrstuvwxyz";
    if ($includeUppercaseletters.checked) chars += "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
    if ($includePunctuation.checked) chars += "`~!@#$%^&*()-_=+[{]}\|;:'\",/?";

    var passwords = [],
    passwordUnique = $passwordUnique.checked;
    for (var i = 0,
    l = $passwordQuantity.value; i < l; i++) {
      var _chars = chars.split(""),
      password = "";
      for (var j = 0,
      k = $passwordLength.value; j < k; j++) {
        if (_chars.length < 1) break;
        var index = rand(_chars.length);
        password += _chars[index];
        if (passwordUnique) _chars.splice(index, 1);
      };
      passwords.push(password);
    };
    $output.value = passwords.join("\n");
  };

  $output.onfocus = function() {
    this.select();
  } 
          
      
      

]]></description>
    </item>
        <item>
        <title><![CDATA[一个简单的获取网络附件API]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/458063]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sun, 08 Oct 2017 19:22:14 +0800]]></pubDate>
        <description><![CDATA[&lt;img src=&quot;http://www.youngxj.cn/content/uploadfile/201710/e2151507450652.jpg&quot;&gt;
API地址：http://api.yum6.cn/size.php?url=
        
后跟附件地址即可获取json格式的附件名称，大小，md5
        
json形式：{&quot;name&quot;:&quot;XX.jpg&quot;,&quot;size&quot;:&quot;XX MB&quot;,&quot;md5&quot;:&quot;XXXXXXXXXX&quot;}

转自杨小杰blog]]></description>
    </item>
        <item>
        <title><![CDATA[新的视频解析]]></title>
		<link><![CDATA[https://crazymc.wodemo.net/entry/457980]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@565332016)]]></dc:creator>
		<pubDate><![CDATA[Sat, 07 Oct 2017 22:39:19 +0800]]></pubDate>
        <description><![CDATA[  

复制各大网站VIP视频的地址到下面输入栏中点击立即播放就行了！如果不能播放请在选择接口处更改接口!





    

	  

		



          

万能接口1

万能接口2





万能接口3

万能接口4

万能接口5

万能接口6

腾讯视频接口1

爱奇艺超清接口1

爱奇艺超清接口2

爱奇艺超清接口3

芒果TV超清接口

芒果TV手机接口

优酷超清接口

搜狐视频接口

乐视视频接口

        

       立即播放

	 



















现已支持以下网站视频播放：







爱奇艺视频







优酷视频







乐视TV视频







腾讯视频







土豆视频







搜狐视频







56视频







酷6视频







WASU华数视频







音悦台MV







芒果TV视频







新浪视频







网易视频







6间房视频







酷狗MV视频







爆米花视频







凤凰视频







看看新闻网视频







时光网视频







酷我音乐MV视频







1905电影网视频









//players();

$("#doplayers").bind("click", function() {

    players()

});



function players() {

    var a = $('#url').val();

    if ($('#url').val() == "") {

        alert('请输入视频网站网址！');

        $('#url').focus();

        return (false)

    }

}

var jiekou = ""

function jiexi(){

	var url = document.getElementById("url").value;

	var dizhi=""

     document.getElementById("jiekou").height ="580";



	if(url.indexOf("://")==-1){

		url = "http://"+document.getElementById("url").value;

	}

	

	if(jiekou==""){

		document.getElementById("jiekou").src = "http://000o.cc/jx/ty.php?url=" + url;

	}else{

		document.getElementById("jiekou").src = jiekou + url;

	}

}



function xuanzejiekou(v){

	 var url = document.getElementById("url").value;

	if(url==""){

		alert('请输入视频网站网址！');

	}else{

		jiekou = v.value

	}

}




]]></description>
    </item>
    </channel>
</rss>
