<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[最族]]></title> 
<description><![CDATA[共筑梦想，拥抱未来！
Build a dream, embrace the future!]]></description>
<link>http://www.mostclan.com/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
	<title>写在2026年新春</title>
	<link>http://www.mostclan.com/post-358.html</link>
	<description><![CDATA[又是一个新年！我是个恋旧的人，小时候最喜欢暑假和寒假，除开假期的自由之外，更喜欢那种快乐将至的悸动。 很久没写文章了，又是一个感叹时光飞逝、追忆往昔的杂记。 这几年新年都有喊早点睡觉、戒烟减肥等励志口号，到如今还是深夜叼着烟，鞭打键盘，挤弄水墨不多的文字。 本文没有什么文体、主体和结构，从小学习不好，作文怎么写也没有听，导致我现在写文章都是随心写，想到什么，感到什么，就写什么。 这几年说来都是不易，一路走来真不简单。 有时候我挺佩服自己的坚强，有时候也会把这场人生当做一场游戏，如果很认真... <a href="http://www.mostclan.com/post-358.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p><p><a href="http://www.mostclan.com/post-170.html">人若忧伤,又何必悲伤</a></p></div>]]></description>
	<pubDate>Sun, 15 Feb 2026 19:00:50 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-358.html</guid>

</item>
<item>
	<title>记这两年</title>
	<link>http://www.mostclan.com/post-357.html</link>
	<description><![CDATA[有两年没更新博文了，主要是一直想写自己的CMS系统来替换掉这个博客。 为什么呢，目前的富文本样式在这个时代显得功能太自由太多样化了，可能自己是程序员的一部分原因，还是更喜欢有规范、易上手、排版美观、结构简单的书写方法，不言而喻，markdown堪当大任。 当然了emlog也有markdown的扩展，不过我的小野心挺多，目前也对造轮子持有兴趣，工作了这么多年（大概8年了）想用自己所学开发一个心目中的好产品，毕竟不懂产品的程序员不是个好艺术家，哈哈哈哈哈。 <a href="http://www.mostclan.com/post-357.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p></div>]]></description>
	<pubDate>Thu, 29 Aug 2024 18:24:49 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-357.html</guid>

</item>
<item>
	<title>宝塔面板命令行切换PHP版本</title>
	<link>http://www.mostclan.com/post-355.html</link>
	<description><![CDATA[ln -sf /www/server/php/70/bin/php /usr/bin/php ln -sf /www/server/php/70/sbin/php-fpm /usr/bin/php-fpm ln -sf /www/server/php/70/bin/phpize /usr/bin/phpize ln -sf /www/server/php/70/bin/pear /usr/bin/pear ln -sf /www/server/php/70/bin/pecl /usr/bin/pecl <a href="http://www.mostclan.com/post-355.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-194.html">linux系统命令make、clean的用法讲解</a></p><p><a href="http://www.mostclan.com/post-192.html">将Centos的yum源更换为国内的阿里云源</a></p><p><a href="http://www.mostclan.com/post-82.html">虚拟机下CentOS 6.5配置IP地址的三种方法</a></p><p><a href="http://www.mostclan.com/post-85.html">Linux文件类型</a></p><p><a href="http://www.mostclan.com/post-191.html">通过关闭 UseDNS和GSSAPIAuthentication选项加速SSH登录</a></p></div>]]></description>
	<pubDate>Sat, 08 Jan 2022 11:24:31 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-355.html</guid>

</item>
<item>
	<title>SSH快捷登录设置</title>
	<link>http://www.mostclan.com/post-354.html</link>
	<description><![CDATA[客户端 1：打开~/.ssh，如果没有则创建文件夹 2：执行ssh-keygen -t rsa   Enter file in which to save the key：输入保存私钥的文件名称(id_rsa_host)   Enter passphrase (empty for no passphrase): (可以不写)   Enter same passphrase again:(可以不写)   此时会生成：id_rsa_host文件... <a href="http://www.mostclan.com/post-354.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-330.html">乐观锁和悲观锁</a></p><p><a href="http://www.mostclan.com/post-333.html">大小端字节序释义</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p><p><a href="http://www.mostclan.com/post-137.html">贪婪匹配和非贪婪匹配</a></p></div>]]></description>
	<pubDate>Fri, 07 Jan 2022 13:33:27 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-354.html</guid>

</item>
<item>
	<title>Selenium WebDriver与RC的差异</title>
	<link>http://www.mostclan.com/post-353.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-353.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-330.html">乐观锁和悲观锁</a></p><p><a href="http://www.mostclan.com/post-333.html">大小端字节序释义</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-354.html">SSH快捷登录设置</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p></div>]]></description>
	<pubDate>Fri, 07 Jan 2022 02:50:46 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-353.html</guid>

</item>
<item>
	<title>scanf为什么有时用取地址符，有时不用取址符：&amp;</title>
	<link>http://www.mostclan.com/post-351.html</link>
	<description><![CDATA[转自：http://zhidao.baidu.com/link?url=mV57KbpCkJtQdcXbjFH6q4pWwR5w1XRKI0cURLLEn_ppTjY2PiNv2ripNxlVYNG2wBTyWOQIaX0hIrA55MA0Da 问： char nama[40]; int a; scanf(%s,name); scanf(%d,&a);     这两个都是取得键盘输入内容，为什么一个用了“&”一个没有用？ 答：     因为a是... <a href="http://www.mostclan.com/post-351.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Sun, 26 Dec 2021 09:48:06 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-351.html</guid>

</item>
<item>
	<title>为什么找程序员男朋友对象，会很香？</title>
	<link>http://www.mostclan.com/post-350.html</link>
	<description><![CDATA[大多数程序员都非常努力工作，通宵加班是家常便饭。 比如，你加班到凌晨2点，太困了，眼睛都睁不开了。 女领导很关心，问你要不要吃宵夜。 结果，你挥挥手说：夜宵没兴趣，能让我睡一觉就好了。 女领导红着脸说：真讨厌。 然后，坐在你身边，并靠你越来越近，让你很紧张，心想：她是不是发现我的代码有bug？ <a href="http://www.mostclan.com/post-350.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p></div>]]></description>
	<pubDate>Wed, 27 Oct 2021 10:07:17 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-350.html</guid>

</item>
<item>
	<title>我的所有追求都是追求过上没有追求的日子</title>
	<link>http://www.mostclan.com/post-349.html</link>
	<description><![CDATA[我的所有追求都是追求没有追求的日子， 将喜欢的留在身边，这便是努力的意义。 <a href="http://www.mostclan.com/post-349.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Fri, 03 Sep 2021 17:18:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-349.html</guid>

</item>
<item>
	<title>她</title>
	<link>http://www.mostclan.com/post-348.html</link>
	<description><![CDATA[最近我太慌张了，感情是我最近最焦虑的事情，我对于恋爱有点直男、恋爱脑，缺少理解。 <a href="http://www.mostclan.com/post-348.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p><p><a href="http://www.mostclan.com/post-170.html">人若忧伤,又何必悲伤</a></p></div>]]></description>
	<pubDate>Sat, 21 Aug 2021 20:04:24 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-348.html</guid>

</item>
<item>
	<title>PHP 数组相加问题</title>
	<link>http://www.mostclan.com/post-345.html</link>
	<description><![CDATA[一直以为两个数组相加，第二个数组会覆盖第一个数组相同键的值，今天碰到了个这个问题记录下 数组相加时，第一个已出现的键值不会受到后面相加的数组影响 另外关于array_merge： 当下标为数值时，array_merge()不会覆盖掉原来的值，当下标为字符时，array_merge()此时会覆盖掉前面相同键名的值 <a href="http://www.mostclan.com/post-345.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Wed, 13 Jan 2021 10:57:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-345.html</guid>

</item>
<item>
	<title>回望工作的那几年</title>
	<link>http://www.mostclan.com/post-344.html</link>
	<description><![CDATA[2020年是飞速的一年，因为疫情原因我丢掉了两年半的工作，加上房租到期和朋友的呼唤而转战杭州，回头想想，对于城市的选择，我一直都很轻率，第一次选择从上海回宁波时，说实话很大原因是对工作压力产生了畏惧；撇开上下级矛盾关系还是工作能力不讲，当初的选择都很“年轻”、莽撞，诚然公司的发展前景、薪资待遇都很不错，但当时的我因为紧张的工作和矛盾而辞职了，解不开的心结下定决心逃离这个房租贵的离谱大城市，之后那是我头一回来上海半年多第一次看到东方明珠塔，领略了大都市的繁忙与繁华，带着不甘和不舍离开了。 回到宁波，工作岗位并不多，投了很多简历，找了许多工作，也面试过许多公司，这些经历真的很宝贵，回想起来当初的我真的很嫩——职场新人，后来我入职了一家待遇可观的公司，第一... <a href="http://www.mostclan.com/post-344.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p><p><a href="http://www.mostclan.com/post-170.html">人若忧伤,又何必悲伤</a></p></div>]]></description>
	<pubDate>Tue, 12 Jan 2021 15:14:17 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-344.html</guid>

</item>
<item>
	<title>PHP利用parse_str创建任意多维数组</title>
	<link>http://www.mostclan.com/post-343.html</link>
	<description><![CDATA[回想到从前的一道面试题，使用字符串 arr[0][1][2][3] 将之转换成PHP数组，今天无意间想到 parse_str 可以用作多维数组的反解析，例如想要创造一个多维数组 arr[0][1][2][3]... 维数不定 通过parse_str，我们再配合使用字符串拼接的方式就能轻松组合任意维度的数组  ?php
$floor = '[0][1][2][sub][0]';
parse_str(arr{$floor}=123, $arr);
print_r($arr['arr']);die; //... <a href="http://www.mostclan.com/post-343.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p><p><a href="http://www.mostclan.com/post-128.html">register_globals的ON和Off配置</a></p></div>]]></description>
	<pubDate>Thu, 24 Dec 2020 15:14:25 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-343.html</guid>

</item>
<item>
	<title>记gbk、utf-8占用字节数</title>
	<link>http://www.mostclan.com/post-342.html</link>
	<description><![CDATA[计一次面试碰到的基础问题，这类问题还真没有个清晰记忆，汗颜-_-|| GBK： 中文、英文、数字均使用双字节来表示 UTF-8： 汉字占3个字节、数字占1个字节、英文字母占1个字节 <a href="http://www.mostclan.com/post-342.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Mon, 10 Aug 2020 09:50:37 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-342.html</guid>

</item>
<item>
	<title>Laravel生成数据表字典文档</title>
	<link>http://www.mostclan.com/post-341.html</link>
	<description><![CDATA[在写文档的时候需要用到数据表字典数据，一个个建立文档比较麻烦，偷个懒写了个脚本，我这里文档使用的是ShowDoc，因为他连得是SQLite数据库，所以使用时注意添加对应的数据库配置。 Route::get('/resolveSql', function () { $res = DB::select('show tables');
//    echo ' pre '; foreach ($res as $v) { $tableName = $v- Tables_in_loan; $sql       =    EOF
SELECT
-- 	t.TABLE_SCHEMA ... <a href="http://www.mostclan.com/post-341.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Tue, 14 Jul 2020 02:21:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-341.html</guid>

</item>
<item>
	<title>PHP 程序员的技术成长规划</title>
	<link>http://www.mostclan.com/post-339.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-339.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Mon, 22 Jun 2020 15:34:04 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-339.html</guid>

</item>
<item>
	<title>php中的后期静态绑定</title>
	<link>http://www.mostclan.com/post-338.html</link>
	<description><![CDATA[使用的保留关键字： static 定义: static:: 不再被解析为定义当前方法所在的类，而是在实际运行时计算的。也可以称之为“静态绑定”，因为它可以用于（但不限于）静态方法的调用。 self与static的区别: self调用的就是本身代码片段这个类，而static调用的是从堆内存中提取出来，访问的是当前实例化的那个类（即static作用于当前调用的类） 示例一(在静态环境下)  ?php class A { public static function who() { echo... <a href="http://www.mostclan.com/post-338.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 03 Apr 2020 08:43:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-338.html</guid>

</item>
<item>
	<title>PHP 控制和反转</title>
	<link>http://www.mostclan.com/post-337.html</link>
	<description><![CDATA[PHP 很多地方也用到了依赖注入（控制反转），觉得有必要和大家简单聊一聊什么是依赖注入以及怎么使用它。 IoC - Inversion of Control 控制反转 DI - Dependency Injection 依赖注入 依赖注入和控制反转说的实际上是同一个东西，它们是一种设计模式，这种设计模式用来减少程序间的耦合 优势（为什么使用 PHP 的控制和反转） 使用依赖注入，最重要的一点好处就是有效的分离了对象和它所需要的外部资源，使得它们松散耦合，有利于功能复用，更重要的是使得程序的整个体系结构变得非常灵活。 ... <a href="http://www.mostclan.com/post-337.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 02 Apr 2020 15:30:54 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-337.html</guid>

</item>
<item>
	<title>PHP中phar包的使用</title>
	<link>http://www.mostclan.com/post-336.html</link>
	<description><![CDATA[PHP5.3之后支持了类似Java的jar包，名为phar。用来将多个PHP文件打包为一个文件。 首先需要修改php.ini配置将phar的readonly关闭，默认是不能写phar包的，include是默认开启的。 phar.readonly =  On 创建一个phar压缩包  ?php $phar = new Phar('swoole.phar'); $phar- buildFromDirectory(__DIR__.'/../', '/\.php$/'); $phar- compressFiles(Phar::GZ); $phar- stopBuffe... <a href="http://www.mostclan.com/post-336.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Wed, 01 Apr 2020 07:57:01 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-336.html</guid>

</item>
<item>
	<title>PHP队列SplQueue</title>
	<link>http://www.mostclan.com/post-335.html</link>
	<description><![CDATA[队列（Queue）
异步并发的服务器里经常使用队列实现生产者消费者模型，解决并发排队问题。PHP的SPL标准库中提供了SplQueue扩展内置的队列数据结构。另外PHP的数组也提供了array_pop和array_shift可以使用数组模拟队列数据结构。 SplQueue 
$queue = new SplQueue;
//入队
$queue- push($data);
//出队
$data = $queue- shift();
//查询队列中的排队数量
$n = count($queue); Array模拟队列 <a href="http://www.mostclan.com/post-335.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sun, 22 Mar 2020 18:53:18 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-335.html</guid>

</item>
<item>
	<title>利用msg_id应对通知业务的去重设计</title>
	<link>http://www.mostclan.com/post-334.html</link>
	<description><![CDATA[情景 <a href="http://www.mostclan.com/post-334.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Wed, 18 Mar 2020 16:47:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-334.html</guid>

</item>
<item>
	<title>大小端字节序释义</title>
	<link>http://www.mostclan.com/post-333.html</link>
	<description><![CDATA[经常把字节序搞懵，这里记录一下： 小端字节序（big endian），又称主机字节序（低位在前，高位在后） 因为计算机电路设计优先从低位开始处理效率高，所以又称主机字节序。 $data = pack('L*', 256); // 生成无符号长整型(32位，小端字节序)数据
for ($i = 0; $i   strlen($data); $i++) { echo bin2hex($data{$i}) . ' ';
}
// 00 01 00 00 大端字节序（little endian），又称网络字节序（高位在前，低... <a href="http://www.mostclan.com/post-333.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-330.html">乐观锁和悲观锁</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-354.html">SSH快捷登录设置</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p><p><a href="http://www.mostclan.com/post-137.html">贪婪匹配和非贪婪匹配</a></p></div>]]></description>
	<pubDate>Tue, 17 Mar 2020 15:33:49 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-333.html</guid>

</item>
<item>
	<title>tp5中使用think-queue</title>
	<link>http://www.mostclan.com/post-332.html</link>
	<description><![CDATA[第一步:买个服务器嘿嘿嘿,装个宝塔玩玩 第二步:下载tp程序 注意tp版本(重要) 第三步:下载think-queue 注意:由于tp6早就出了 默认下载方法并不适用 需要在composer.json添加对应版本 <a href="http://www.mostclan.com/post-332.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p><p><a href="http://www.mostclan.com/post-128.html">register_globals的ON和Off配置</a></p></div>]]></description>
	<pubDate>Thu, 12 Mar 2020 02:59:08 +0000</pubDate>
	<author>Battle</author>
	<guid>http://www.mostclan.com/post-332.html</guid>

</item>
<item>
	<title>Mysql 中 MyISAM 和 InnoDB 的区别</title>
	<link>http://www.mostclan.com/post-331.html</link>
	<description><![CDATA[作者：oscarwin 链接：https://www.zhihu.com/question/20596402/answer/211492971 来源：知乎 著作权归作者所有。商业转载请联系作者获得授权，非商业转载请注明出处。 区别： 1. InnoDB 支持事务，MyISAM 不支持事务。这是 MySQL 将默认存储引擎从 MyISAM 变成 InnoDB 的重要原因之一； 2. InnoDB 支持外键，而 MyISAM 不支持。对一个包含外键的 InnoDB 表转为 MYISAM 会失败； <a href="http://www.mostclan.com/post-331.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-227.html">MySQL修改root密码的4种方法</a></p><p><a href="http://www.mostclan.com/post-201.html">MySQL中varchar的字符存储长度</a></p><p><a href="http://www.mostclan.com/post-126.html">MySQL的Date,DateTime,TimeStamp和Time数据类型</a></p><p><a href="http://www.mostclan.com/post-129.html">union、union all、Intersect、Minus的使用</a></p><p><a href="http://www.mostclan.com/post-57.html">MySQL数据库基础回顾</a></p></div>]]></description>
	<pubDate>Sat, 29 Feb 2020 07:00:20 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-331.html</guid>

</item>
<item>
	<title>乐观锁和悲观锁</title>
	<link>http://www.mostclan.com/post-330.html</link>
	<description><![CDATA[前言 <a href="http://www.mostclan.com/post-330.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-333.html">大小端字节序释义</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-354.html">SSH快捷登录设置</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p><p><a href="http://www.mostclan.com/post-137.html">贪婪匹配和非贪婪匹配</a></p></div>]]></description>
	<pubDate>Fri, 28 Feb 2020 16:25:11 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-330.html</guid>

</item>
<item>
	<title>基于PhantomJS的网站截图服务API设计与开发</title>
	<link>http://www.mostclan.com/post-329.html</link>
	<description><![CDATA[为公司某业务实现“服务端对网站截图”功能，搜罗了很多技术最终采用了PhantomJS无头浏览器技术。 什么是PhantomJS？  PhantomJS是一个基于webkit的javaScript API。它使用QtWebKit作为它核心浏览器的功能，使用webkit来编译解释执行javaScript代码。任何你可以基于在webkit浏览器做的事情，它都能做到。它不仅是个隐性的浏览器，提供了诸如css选择器、支持wen标准、DOM操作、json、HTML5等，同时也提供... <a href="http://www.mostclan.com/post-329.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Fri, 28 Feb 2020 05:40:55 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-329.html</guid>

</item>
<item>
	<title>php使用redis的有序集合zset实现延迟队列</title>
	<link>http://www.mostclan.com/post-325.html</link>
	<description><![CDATA[延迟队列就是个带延迟功能的消息队列，相对于普通队列，它可以在指定时间消费掉消息。 延迟队列的应用场景： 1、新用户注册，10分钟后发送邮件或站内信。 2、用户下单后，30分钟未支付，订单自动作废。 我们通过redis的有序集合zset来实现简单的延迟队列，将消息数据序列化，作为zset的value，把消息处理时间作为score，每次通过zRangeByScore获取一条消息进行处理。  ?php class DelayQueue
{ protected $prefix = 'delay_queue:... <a href="http://www.mostclan.com/post-325.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Tue, 21 May 2019 15:33:29 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-325.html</guid>

</item>
<item>
	<title>PHP简写IF判断容易犯的低级问题</title>
	<link>http://www.mostclan.com/post-324.html</link>
	<description><![CDATA[今天小V在写一个业务的时候，发现条件老是能成立！后来发现是我犯了一个低级错误。 因为我习惯简写表达式，如： $a=-1; if($a){ //... } 发现条件能成立，我还一直以为负数属于false，汗，这是因为非0为true 总结：变量存在且其值为、0、0、NULL、、FALSE、 array()、以及没有任何属性的对象都视为false，反之为true <a href="http://www.mostclan.com/post-324.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-322.html">移动交互大屏项目总结</a></p></div>]]></description>
	<pubDate>Fri, 30 Nov 2018 12:21:36 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-324.html</guid>

</item>
<item>
	<title>记imagepng在lnmp环境中无法输出保存图片问题</title>
	<link>http://www.mostclan.com/post-323.html</link>
	<description><![CDATA[在网上查阅了很多资料说： 去除BOOM头 用ob_clearn();清除缓存 以上几个都没用，后来突然想起是不是没有权限生成文件？！ 然后ssh登录终端，用chown命令修改目录属主就正常了 = = chown -R www:www ./gd <a href="http://www.mostclan.com/post-323.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 23 Nov 2018 03:40:07 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-323.html</guid>

</item>
<item>
	<title>移动交互大屏项目总结</title>
	<link>http://www.mostclan.com/post-322.html</link>
	<description><![CDATA[背景：  某单位想实现党建为主题的移动交互大屏项目，用于深化加强新信息化党建建设。 目标： 展示区域分为8个展示位，由pad控制屏幕移动到某... <a href="http://www.mostclan.com/post-322.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-324.html">PHP简写IF判断容易犯的低级问题</a></p></div>]]></description>
	<pubDate>Wed, 21 Nov 2018 14:13:11 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-322.html</guid>

</item>
<item>
	<title>关于on点击事件在IOS中失效的问题</title>
	<link>http://www.mostclan.com/post-320.html</link>
	<description><![CDATA[这个是关于使用 $(document).on(‘click‘,selector,function) 在移动端ios中使用on点击事件无效的解决办法 1.将selector元素增加样式cursor:pointer（全场最佳解决方案）   style 
.a{width:100px;height:100px;background:red}
.b{width:10px;height:10px;cursor:pointer}
 /sty... <a href="http://www.mostclan.com/post-320.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Sat, 20 Oct 2018 15:46:35 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-320.html</guid>

</item>
<item>
	<title>党的基础知识</title>
	<link>http://www.mostclan.com/post-319.html</link>
	<description><![CDATA[党课：党的基础知识 1．党的性质是什么? 2．党的指导思想是什么? 3．党的宗旨是什么? 4、党的最终目标是什么? 5．党的基本路线是什么? 6．党的思想路线是什么? 7．党的组织路线是什么? 8．党的建设基本要求是什么？ 1．党的性质是什么? 中国共产党是中国工人阶级的先锋队，同时是中国人民和中华民族的先锋队，是中国特色社会主义事业的领导核心，代表中国先进生产力的发展要求，代表中国先进文化的前进方向，代表中国最广大人民的根本利益。党的最高理想和最终目标是实现共产主义。 2．党的指导思想是什么? <a href="http://www.mostclan.com/post-319.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Fri, 12 Oct 2018 13:41:09 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-319.html</guid>

</item>
<item>
	<title>到底什么是前端工程化、模块化、组件化</title>
	<link>http://www.mostclan.com/post-316.html</link>
	<description><![CDATA[引言 提到前端往往很多人的映像就是入门简单,HTML、CSS加一起一个星期基本上就能大概上手,JS难一点但也能很快写一些简单的小效果,在网上随便一搜索各种特效代码随意用,一个新手前端也能在很短的时间里写出炫酷的页面效果,然而入门简单并不意味着前端这碗饭很好吃,做惯了切图、布局、扣特效的前端新同学在向前发展的路上越来越觉得吃力,而没有任何编程思想和软件开发基础很多人对前端工程化、组件化、模块化、MVC这些“高大上”的词汇云里雾里。 本文用最简单的语言介绍一下我对工程化、组件化、模块化的理解,面向的对象是前端新手,所以我用最好理解的方式去说,难免会有很多“幼稚”的表述,请大神们轻喷。 本文重点介绍思想不涉及过多直接的技术,如... <a href="http://www.mostclan.com/post-316.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Tue, 21 Aug 2018 14:39:57 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-316.html</guid>

</item>
<item>
	<title>【原创】PHP纯文本制表</title>
	<link>http://www.mostclan.com/post-315.html</link>
	<description><![CDATA[有个打印机的项目让小V比较头疼：需要打印一个表格，原先是使用ESC/POS指令实现的，但是不同打印机会有兼容性问题，所以小V想自己写一个纯文本的表格，直接打印表格数据以此避免兼容问题，小V昨晚想着想着研究写到两点左右，2333，在此把一些代码分享出来，供广大网友参考！  ?php
/** * PHP纯文本制表 * @author Veris * @blog http://www.mostclan.com * @date 2018.07.20 */ /** * 获取打印字符串长度 * @param  string $str 待计算字符串 * @return integer     长度 */
function get_print... <a href="http://www.mostclan.com/post-315.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 20 Jul 2018 12:44:19 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-315.html</guid>

</item>
<item>
	<title>记一次Session引起的数据操作漏洞</title>
	<link>http://www.mostclan.com/post-314.html</link>
	<description><![CDATA[php的session id生成方法大致如下： PHPSESSIONID = hash_func(客户端IP + 当前时间（秒）+ 当前时间（微妙）+ PHP自带的随机数生产器) 客户端访问服务器时会自动分配一个session id给客户端（用cookie存储），所以不同浏览器访问都能获得一个不同的session id 问题场景如下： 小V在做的一个项目上有代理提现功能，有天发现客户提现异常了！查看了一下最近的提现日志发现最近两次提现有问题。 代理用户在 11:48 时拥有余额2440余，之... <a href="http://www.mostclan.com/post-314.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 13 Jul 2018 13:43:26 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-314.html</guid>

</item>
<item>
	<title>【原创】ThinkPHP事务结束问题</title>
	<link>http://www.mostclan.com/post-313.html</link>
	<description><![CDATA[TP5中对事务控制的代码如下： // 启动事务
Db::startTrans();
try{ Db::table('think_user')- find(1); Db::table('think_user')- delete(1); // 提交事务 Db::commit();    
} catch (\Exception $e) { // 回滚事务 Db::rollback();
} 小V在开展项目过程中，在try里为了判断业务使用了return返回，却没有对事务进行提交和回滚，初期并没有发现问题。 后来业务转移到后台命令行cli模式常驻内存执行，引... <a href="http://www.mostclan.com/post-313.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sun, 01 Jul 2018 13:22:54 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-313.html</guid>

</item>
<item>
	<title>tp5整合GatewayWorker</title>
	<link>http://www.mostclan.com/post-312.html</link>
	<description><![CDATA[1:安装最新的tp5 2:在tp5所在目录,cmd命令输入composer require workerman/gateway-worker- <a href="http://www.mostclan.com/post-312.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 18 May 2018 01:34:45 +0000</pubDate>
	<author>Battle</author>
	<guid>http://www.mostclan.com/post-312.html</guid>

</item>
<item>
	<title>tp5分页修改为ajax分页</title>
	<link>http://www.mostclan.com/post-310.html</link>
	<description><![CDATA[后台代码 $list = LogRecharge::where('member_id', $id)- order('id desc')- paginate(10, false, ['type' =  'Bootstrap', 'var_page' =  'page', 'path' =  'javascript:ajax_recharge_go([PAGE]);']); $data['list'] = $list; $data['page'] = $list- render(); return json($data); 前端写对应ajax方法即可 <a href="http://www.mostclan.com/post-310.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Wed, 18 Apr 2018 05:47:00 +0000</pubDate>
	<author>Battle</author>
	<guid>http://www.mostclan.com/post-310.html</guid>

</item>
<item>
	<title>使用Git生成增量更新包</title>
	<link>http://www.mostclan.com/post-309.html</link>
	<description><![CDATA[1、使用git log命令获取commit日志 2、使用git diff获取两次commit之间的差异文件，并用管道命令导出打包 git diff 7390e 891eca --name-only | xargs tar -czvf update.tar.gz <a href="http://www.mostclan.com/post-309.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-330.html">乐观锁和悲观锁</a></p><p><a href="http://www.mostclan.com/post-333.html">大小端字节序释义</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-354.html">SSH快捷登录设置</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p></div>]]></description>
	<pubDate>Tue, 10 Apr 2018 14:47:49 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-309.html</guid>

</item>
<item>
	<title>Javascript实现在线预览图片方法</title>
	<link>http://www.mostclan.com/post-287.html</link>
	<description><![CDATA[!DOCTYPE html 
 html lang=en 
 head 
 meta charset=UTF-8 
 title 前端js在线预览 /title 
 /head 
 body 
 img src= alt= style=width:80px;height:100px  input type=file class=files 
 script typet=text/javascript src=http://libs.baidu.com/jquery/1.9.1/jquery.min.js&gt... <a href="http://www.mostclan.com/post-287.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Fri, 30 Mar 2018 08:29:05 +0000</pubDate>
	<author>Battle</author>
	<guid>http://www.mostclan.com/post-287.html</guid>

</item>
<item>
	<title>Love life and love yourself</title>
	<link>http://www.mostclan.com/post-286.html</link>
	<description><![CDATA[人生短暂,哪怕长寿也不过百年,而年过百年以后,身体机能也就逐渐下降了,再减去长大成人的日子,一个人满打满算也就30年的时光能够以最理智最强的体魄去为自己拼搏. 正所谓:三十而立,四十不惑,五十知天命 我们在成长的时候也是不断的学习了解,也许现在的我们更加早熟,大脑接收新知识的速度更快,但知识的更新速度,社会的残酷现实,人与人之间的相处原则,这些却又足够我们学习一辈子.可有人是否就会疑惑,既然我花一辈子也学不完,那学习是否还存在意义.如此说法,学习的地位就被大幅度降低了.那么我们该如何面对学习这个话题呢? ... <a href="http://www.mostclan.com/post-286.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p></div>]]></description>
	<pubDate>Fri, 30 Mar 2018 08:10:27 +0000</pubDate>
	<author>Battle</author>
	<guid>http://www.mostclan.com/post-286.html</guid>

</item>
<item>
	<title>申请Let's Encrypt通配符HTTPS证书</title>
	<link>http://www.mostclan.com/post-285.html</link>
	<description><![CDATA[Let's Encrypt 发布的 ACME v2 现已正式支持通配符证书，接下来将为大家介绍怎样申请，Let's go. 注 本教程是在centos 7下操作的，其他Linux系统大同小异。 1.获取certbot-auto
# 下载
wget https://dl.eff.org/certbot-auto # 设为可执行权限
chmod a+x certbot-auto
2.开始申请证书
# 注xxx.com请根据自己的域名自行更改
./certbot-auto --server https://acme-v02.api.letsencrypt.org/directory -... <a href="http://www.mostclan.com/post-285.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-194.html">linux系统命令make、clean的用法讲解</a></p><p><a href="http://www.mostclan.com/post-192.html">将Centos的yum源更换为国内的阿里云源</a></p><p><a href="http://www.mostclan.com/post-82.html">虚拟机下CentOS 6.5配置IP地址的三种方法</a></p><p><a href="http://www.mostclan.com/post-85.html">Linux文件类型</a></p><p><a href="http://www.mostclan.com/post-191.html">通过关闭 UseDNS和GSSAPIAuthentication选项加速SSH登录</a></p></div>]]></description>
	<pubDate>Wed, 14 Mar 2018 14:57:54 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-285.html</guid>

</item>
<item>
	<title>有些事，一转身就是一辈子 Некоторые дела, оказываются на всю жизнь</title>
	<link>http://www.mostclan.com/post-284.html</link>
	<description><![CDATA[有些事，一转身就是一辈子. Некоторые дела, оказываются на всю жизнь. 有些人一直没机会见，等有机会见了，却又犹豫了，相见不如不见。 Некоторых людей нелегко встретиться, когда есть возможность но подумав, встретиться лучше не встречаться. 有些事一直没机会做，等有机会了，却不想再做了。 Некоторые дела нелегко сделать.. но когда есть возможность, уже не х... <a href="http://www.mostclan.com/post-284.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p></div>]]></description>
	<pubDate>Thu, 22 Feb 2018 01:59:07 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-284.html</guid>

</item>
<item>
	<title>喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</title>
	<link>http://www.mostclan.com/post-283.html</link>
	<description><![CDATA[Люди могут забыть, что вы им говорили, но они никогда не забудут, что они с вами чувствовали. 大家可能会忘记你所说的话，但他们永远不会忘记和你在一起的感觉！ <a href="http://www.mostclan.com/post-283.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p><p><a href="http://www.mostclan.com/post-280.html">与她的初次相遇 Встречайте ее в первый раз</a></p></div>]]></description>
	<pubDate>Sun, 11 Feb 2018 13:53:12 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-283.html</guid>

</item>
<item>
	<title>做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</title>
	<link>http://www.mostclan.com/post-282.html</link>
	<description><![CDATA[В разговоре с другими умейте слушать, умейте пошутить,но редко и вовремя. Во всем соблюдайте меру, не будьте навязчивы даже со своими дружескими чувствами. Не мучайтесь своими недостатками,если они у вас есть. Будьте просты и снисходительны к своим недостаткам. Не страдайте от них. Хуже нет ,когда в человеке развивается озлоблен... <a href="http://www.mostclan.com/post-282.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p><p><a href="http://www.mostclan.com/post-280.html">与她的初次相遇 Встречайте ее в первый раз</a></p></div>]]></description>
	<pubDate>Fri, 09 Feb 2018 09:16:17 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-282.html</guid>

</item>
<item>
	<title>【原创】时限业务到期检测方法</title>
	<link>http://www.mostclan.com/post-281.html</link>
	<description><![CDATA[网站业务中常常会有某些服务到期检测（如会员套餐到期检测）： 1、简单到期检测，2018/2/8 21:16（当前时间）是否大于2018/2/8 20:00（截止时间）  2、观测时段到期检测，2018/2/8 21:16（当前时间）+3天（观测时段）是否大于2018/2/12 20:00（截止时间） <a href="http://www.mostclan.com/post-281.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 08 Feb 2018 13:13:15 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-281.html</guid>

</item>
<item>
	<title>与她的初次相遇 Встречайте ее в первый раз</title>
	<link>http://www.mostclan.com/post-280.html</link>
	<description><![CDATA[我们生活在一个五彩斑斓的世界，在这个世界里不光有着美丽的风景，同样也有着不同个性、不同气质、不同人格魅力的人。在漫漫的人生旅途中，你会相识、相遇很多的人，不同的人身上有着不同的品质及魅力，欣赏、喜欢和爱便成了我们最难把握的尺度。 мы живём в этом разноцветном мире, в этом мире содержатся не только невероятные... <a href="http://www.mostclan.com/post-280.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p></div>]]></description>
	<pubDate>Wed, 07 Feb 2018 12:09:13 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-280.html</guid>

</item>
<item>
	<title>我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</title>
	<link>http://www.mostclan.com/post-279.html</link>
	<description><![CDATA[Я хочу сказать каждому человеку в этом мире, что мы имеем всего одну жизнь.
我想对在这个世界每一个年轻的人说，我们的生命只有一次。
В течении этой жизни у нас есть шанс создавать прекрасные вещи. У нас также есть шанс делать полезные дела для других людей и общества в целом.
在这有限的生命里我们有机会去创造卓越, 我们也有机会为别人和社会做一些有益的事情。
Нужно найти положительные способы для мо... <a href="http://www.mostclan.com/post-279.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-257.html">内心真正成熟的人，都很注意3件事</a></p><p><a href="http://www.mostclan.com/post-280.html">与她的初次相遇 Встречайте ее в первый раз</a></p></div>]]></description>
	<pubDate>Mon, 05 Feb 2018 09:48:12 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-279.html</guid>

</item>
<item>
	<title>随写</title>
	<link>http://www.mostclan.com/post-278.html</link>
	<description><![CDATA[我有想过我要做什么，我想要得到许多的金钱，我也想要走进文学的世界，与众人对话，我希望我的名字我的书被众人所知，被一部分人欣赏。我想要叙说我这个人和这个世界。我想要站在我想站的人面前。 我不要在我死了以后，没人知道我的存在，好似这个世界上，我从来没有来过一样，我要努力的留下自己的印记。 我要死了以后，别人还能拿着我的名号赚钱，收取利益。    有时候费尽心思的努力会别别人嘲笑，辱骂，这是人性的通病，我认为那项努力如存在... <a href="http://www.mostclan.com/post-278.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:28:28 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-278.html</guid>

</item>
<item>
	<title>随写</title>
	<link>http://www.mostclan.com/post-277.html</link>
	<description><![CDATA[我们的青春无处安放，在这个手足无措的年纪里，我们尽是遇到让我们无可奈何的事情。我们被伤的彻底却还得拿起那伤投身于未来，想来也觉得心疼，为何我们非得受伤害不可，近来的朋友同学以及自身都受到了或多或少的心灵方面的伤害，每个人都做出了不同的选择，虽然有些选择可能会让我们错过一些美好的东西，但在前进的路上，终归是要一个人的。 我们是绝不会后悔的，因为这就是成长，因为我们是为了自己最重要的人或事物，是为了守护好它们。人世的世故与人情最是复杂，试想，又有谁是能与这张大网彻底分离的呢？我们好比网上的昆虫，早已是这个世界的俘虏。 也许未来会拥有许多物质，会知道一些算是真理有丧失人性的道理。但逃不脱的终归逃不脱。 <a href="http://www.mostclan.com/post-277.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:28:09 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-277.html</guid>

</item>
<item>
	<title>人世很长，人生很短，我在中间，应该休息</title>
	<link>http://www.mostclan.com/post-276.html</link>
	<description><![CDATA[少年们用友情筑起了一座岁月的城，每个转角都有回忆，一帧一帧，根深蒂固，永不磨灭。然而有一天，曾经的亲密无间有了隔阂，他们渐行渐远，前行道路上只留下单薄的身影，少年心中的嫉妒如同罪恶沼地中盛放的红莲，肆意蔓延，所以明知好友已站在悬崖边，少年还是伸手推了一把，却又看到对方跌落的瞬间泪流满面。  世界很小，兜转一圈又相遇，于是他们心照不宣的清算遗忘的恩怨。谁的始谁的终点  ，谁的因谁的果已然分辨不清，岁月模糊了是非的界限。  ... <a href="http://www.mostclan.com/post-276.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:27:40 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-276.html</guid>

</item>
<item>
	<title>随写</title>
	<link>http://www.mostclan.com/post-275.html</link>
	<description><![CDATA[世界上能令我开心的事非常少，可那些伤感的事物对我却有着常人无法理解的引力。 即使两颗星的运行轨迹从一开始就背离，也无法忽视轨迹相交是的那段距离。 曾有一半自己使自己迷了路。 我们在流光里零落忧伤，又在流光里沉淀了坚强。 睡美人的故事，无论何种版本，最后公主都会被王子吻醒。 就让我们继续与生命的慷慨与繁华相爱，即使岁月以刻薄与荒芜相欺。 <a href="http://www.mostclan.com/post-275.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:27:12 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-275.html</guid>

</item>
<item>
	<title>深情若是一桩悲剧，必以死来句读</title>
	<link>http://www.mostclan.com/post-274.html</link>
	<description><![CDATA[那时候年轻，什么都 没有，可是有勇气。年少的时光，如青春一阕酸甜的歌谣，放任我们倚坐在天台的栏杆上。幸福只有那么一点点，捧在手心，舍不得遗忘。  我怕时间过得越久，我越没有勇气。但仔细这么一想，这句话实在不符合我的个性，太矫情。  每一天，都在看天气预报时想你，对着空气问候你，安慰自己无论多漫长的分离，至少还能和你经历相同的晴雨。  这一次，我不会再失约。信我，无论发生任何事，无论在何种情况下，信我。 ... <a href="http://www.mostclan.com/post-274.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:26:34 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-274.html</guid>

</item>
<item>
	<title>另一个世界</title>
	<link>http://www.mostclan.com/post-273.html</link>
	<description><![CDATA[夜晚。 回家的路上。 我看着眼前的商铺的灯光和来往车辆的灯光，忽然觉得掉进了另一个世界。 我慢慢地眯起双眼打量，很美。俨然像一条星河，有着神明般的光辉。我想起了千与千寻中那妖异的场景。充满童话而不失冒险。 我觉得时间静止在那一刻，那一刻流动的不再是人或是车流，而是光在流动，流光溢彩。 <a href="http://www.mostclan.com/post-273.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:26:18 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-273.html</guid>

</item>
<item>
	<title>短篇</title>
	<link>http://www.mostclan.com/post-272.html</link>
	<description><![CDATA[曾心血来潮，问：“你爱我什么？”他答的未假思索，道：“你的钱。” 　旁人听了，大约会误以为她是富可敌国无所事事的大小姐，而他是游手好闲专吃软饭的小白脸。遗憾的很，其实她那点可怜的薪水还不够他和狐朋狗友打四圈麻将。他之所以这么说，纯粹是报复。 　昔日他问：“你喜欢我什么？” 　她答得掷地有声：“钱。” ! 　呜呼！算他道行高，当时波澜不惊不动声色。实际上一直耿耿于怀，逮住机会便以其人之道而治其人之身。　其实男人很虚荣，甜言蜜语最好说喜欢你的才华，喜欢你的气质，喜欢你的沧桑感，喜欢你的优秀，喜欢你的高雅，反正，最最听不得的大约就是喜欢你的钱。 . 　她是俗人，钱是爱的，而且是非同小可的爱。朋友曾笑过，说她数钞票时表情最认真可爱。大约是真的，劳心劳力一个月，... <a href="http://www.mostclan.com/post-272.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:25:46 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-272.html</guid>

</item>
<item>
	<title>老大的小说语录</title>
	<link>http://www.mostclan.com/post-271.html</link>
	<description><![CDATA[1.原来那只狐狸，一直没能等到它要等的姑娘。 2.那时候我想过，与其一辈子见不到她，不如把她留在我身边，多一天也好，哪怕万劫不复，后患无穷，我也这么干了。 3.下雪了，不知道秦桑会不会冷，这是他最后一点残存的意识。  4.这块糖给你吃，我叫易连恺。 5.她不爱我，所以我永远也不会让她知道。 6.只怪这华丽夜空太美太温柔，让人在一瞬间，想要拿一生当承诺。 7.秦桑还等待着易连恺，她到底会不会知道，镇寒关楼上那纵身一跃，自己已经永远等不到那个人。 8.可怜无定河边骨，犹是春闺梦里人。 <a href="http://www.mostclan.com/post-271.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:25:11 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-271.html</guid>

</item>
<item>
	<title>亦舒</title>
	<link>http://www.mostclan.com/post-270.html</link>
	<description><![CDATA[一个人走不开，不过因为他不想走开；一个人失约，乃因他不想赴约，一切借口均属废话，都是用以掩饰不愿牺牲  人的天性便是这般凉薄，只要拿更好的来换，一定舍得  女人是世上最奇怪的生物之一，年轻的时候，清纯柔和美丽如春日滟滟之湖水，然后就开始变，渐渐老练、沧桑、憔悴、狡猾、固执、霸道，相由心生，再标致的少女到了中年，也多数成为另外一个人。 不过女人到底是女人，日子久了就任由感情泛滥萌芽，至今日造成伤心的局面。女人都痴心妄想，总... <a href="http://www.mostclan.com/post-270.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:24:55 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-270.html</guid>

</item>
<item>
	<title>无论</title>
	<link>http://www.mostclan.com/post-269.html</link>
	<description><![CDATA[无论怎么样，一个人借故堕落总是不值得原谅的，越是没有人爱，越要爱自己 <a href="http://www.mostclan.com/post-269.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:24:19 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-269.html</guid>

</item>
<item>
	<title>渐</title>
	<link>http://www.mostclan.com/post-268.html</link>
	<description><![CDATA[使人生圆滑进行的微妙的要素，莫如“渐”；造物主骗人的手段，也莫如“渐”。 在不知不觉之中，天真烂漫的孩子“渐渐”变成野心勃勃的青年；慷慨豪侠的青年 “渐渐”变成冷酷的成人；血气旺盛的成人“渐渐”变成顽固的老头子。因为其变 更是渐进的，一年一年地、一月一月地、一日一日地、一时一时地、一分一分地、 一秒一秒地渐进，犹如从斜度极缓的长远的山坡上走下来，使人不察其递降的痕迹， 不见其各阶段的境界，而似乎觉得常在同样的地位，恒久不变，又无时不有生的意 趣与价值，于是人生就被确实肯定，而圆滑进行了。假使人生的进行不象山陂而象 <a href="http://www.mostclan.com/post-268.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p><p><a href="http://www.mostclan.com/post-271.html">老大的小说语录</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:23:39 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-268.html</guid>

</item>
<item>
	<title>席慕容的诗</title>
	<link>http://www.mostclan.com/post-267.html</link>
	<description><![CDATA[好多年没有见面的朋友，再见面时，觉得他们都有一点不同了。  有人有了一双悲伤的眼睛，有人有了冷酷的嘴角，有人是一脸的喜悦，有人却一脸  风霜；好象十几年没能与我的朋友们共度的沧桑，都隐隐约约地写在他们的脸上了。 <a href="http://www.mostclan.com/post-267.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:23:06 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-267.html</guid>

</item>
<item>
	<title>诗词</title>
	<link>http://www.mostclan.com/post-266.html</link>
	<description><![CDATA[红酒与嬉戏纠缠的阁楼里 <a href="http://www.mostclan.com/post-266.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:22:24 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-266.html</guid>

</item>
<item>
	<title>林渊博</title>
	<link>http://www.mostclan.com/post-265.html</link>
	<description><![CDATA[秋风瑟瑟，梧桐上泛黄的叶子打着转儿，轻轻的飘落在地上，落在心事人的脚跟边，悄无声息。 <a href="http://www.mostclan.com/post-265.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:22:00 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-265.html</guid>

</item>
<item>
	<title>爱情</title>
	<link>http://www.mostclan.com/post-264.html</link>
	<description><![CDATA[在愛情裡，我們長大，我們也老去。我們牽掛，我們思念，我們卻明白了有多少牽掛，也就有多少牽絆。我們學會了愛，我們卻也看透了愛。我們變聰明了，卻也因為聰明而看穿了謊言。 喜歡一個人，可以毫無理由。即使彼此的生活沒有交集，心裡還是會惦記著他，好想知道他每時每刻都在做什麼，好想去了解他，想知道關於他的一切一切，想知道他有沒有想起我。但是，慢慢地，慢慢地，這份感覺會被時間稀釋掉，不再那麼想他了。畢竟，自己心中很清楚，在現實裡和他幾乎是沒有任何的可能。 她說： 我希望來生做一隻鯨魚，自個兒頂著一個噴泉，去到哪裡都帶著，想要什麼時候許願都可以。 他說，要是她來生做一隻鯨魚，自個兒頂著一個噴泉到處去，那... <a href="http://www.mostclan.com/post-264.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:18:37 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-264.html</guid>

</item>
<item>
	<title>转换</title>
	<link>http://www.mostclan.com/post-263.html</link>
	<description><![CDATA[窗外的雨掉进窗里 窗里的雨落入窗外 手握变焦镜头颤抖 你停留在我的眼里 <a href="http://www.mostclan.com/post-263.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p><p><a href="http://www.mostclan.com/post-271.html">老大的小说语录</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:17:22 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-263.html</guid>

</item>
<item>
	<title>意味不明</title>
	<link>http://www.mostclan.com/post-262.html</link>
	<description><![CDATA[是个人生总该有个情绪，就像染坊有着艳丽灰暗，杂七杂八的颜色，又譬如是像覆盖在湖泊中厚厚的粘腻还附着着各种微生物的水草，在水流的冲动下，纠结杂乱的缠绕在一块。每至此时，我都会身处这样的感官视觉中：犹如我在游泳时不小心被那些令人厌恶的水草紧紧地抓住，双手双脚四处乱蹬，整个人浮着，没有找落点，脖子就像被一头纤细而坚韧的头发扼住自己的喉咙，很可怕，很让人崩溃。这是水草就是水鬼，拉着我想让我与他们作伴，把我变成养分，成为他们的... <a href="http://www.mostclan.com/post-262.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:16:43 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-262.html</guid>

</item>
<item>
	<title>命运就是一个圈套</title>
	<link>http://www.mostclan.com/post-261.html</link>
	<description><![CDATA[命运就是一个圈套，我们傻傻的往死里跳。爱情没有规律，心动即是情动，即使是一剂毒药，我们也会饮鸩止渴，甘之如饴。 <a href="http://www.mostclan.com/post-261.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p><p><a href="http://www.mostclan.com/post-271.html">老大的小说语录</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:16:06 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-261.html</guid>

</item>
<item>
	<title>放养的少年</title>
	<link>http://www.mostclan.com/post-260.html</link>
	<description><![CDATA[人生之中，散养是一种慵懒的姿态，我们曾经是否被这种方式收养过，又是否因此受到伤害。每一个人都在身上种下了一个茧，我们被它紧紧地包裹，束缚。虽是这般，但我们有时却把它视命为保护伞，无法将它割舍。 <a href="http://www.mostclan.com/post-260.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-259.html">荒城</a></p><p><a href="http://www.mostclan.com/post-271.html">老大的小说语录</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:15:03 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-260.html</guid>

</item>
<item>
	<title>荒城</title>
	<link>http://www.mostclan.com/post-259.html</link>
	<description><![CDATA[这场野蛮的战争到底要到什么时候才会消失，人们什么时候才不会无情的掠夺抢杀。每一个生存的地方都有规则，荒城的规则就是没有规则，只需按照自己的意志愿来做就行了，我们一但到达那里，我们就必须适应这种生存模式。 <a href="http://www.mostclan.com/post-259.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-263.html">转换</a></p><p><a href="http://www.mostclan.com/post-268.html">渐</a></p><p><a href="http://www.mostclan.com/post-261.html">命运就是一个圈套</a></p><p><a href="http://www.mostclan.com/post-260.html">放养的少年</a></p><p><a href="http://www.mostclan.com/post-271.html">老大的小说语录</a></p></div>]]></description>
	<pubDate>Fri, 26 Jan 2018 04:13:19 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-259.html</guid>

</item>
<item>
	<title>会学习的人都是有捷径的</title>
	<link>http://www.mostclan.com/post-258.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-258.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-208.html">所谓的拖延症，不过是“撒旦五分钟”</a></p><p><a href="http://www.mostclan.com/post-179.html">19个字让你说服力翻倍</a></p><p><a href="http://www.mostclan.com/post-228.html">迅雷创始人程浩：做商业，不思考不行，过度思考也不行</a></p><p><a href="http://www.mostclan.com/post-229.html">不定目标之事，难成破局之人</a></p></div>]]></description>
	<pubDate>Thu, 11 Jan 2018 14:36:21 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-258.html</guid>

</item>
<item>
	<title>内心真正成熟的人，都很注意3件事</title>
	<link>http://www.mostclan.com/post-257.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-257.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-172.html">你的孤独，虽败犹荣</a></p><p><a href="http://www.mostclan.com/post-282.html">做快乐之人，不做可笑之人 Быть веселым ,но не быть смешным</a></p><p><a href="http://www.mostclan.com/post-283.html">喜欢和你在一起的感觉 Мне нравится чувство быть с тобой</a></p><p><a href="http://www.mostclan.com/post-279.html">我们正年轻，让我们一起改变！Мы молодые, давайте вместе изменимся!</a></p><p><a href="http://www.mostclan.com/post-280.html">与她的初次相遇 Встречайте ее в первый раз</a></p></div>]]></description>
	<pubDate>Thu, 11 Jan 2018 14:08:05 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-257.html</guid>

</item>
<item>
	<title>【原创视频】PHP怎么做好项目开发</title>
	<link>http://www.mostclan.com/post-254.html</link>
	<description><![CDATA[小V新录制的“PHP怎么做好项目开发”的教程视频，以此记录我现阶段遇到的问题和心得。 非常感谢大家的关注！有什么技术问题可以回... <a href="http://www.mostclan.com/post-254.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-133.html">【原创视频】零基础免费搭建网站</a></p><p><a href="http://www.mostclan.com/post-22.html">【视频资源】百家讲坛《百家姓》1/2/3部</a></p><p><a href="http://www.mostclan.com/post-45.html">【怀旧经典】金山打字游戏</a></p><p><a href="http://www.mostclan.com/post-32.html">【远程控制】Teamviewer</a></p><p><a href="http://www.mostclan.com/post-28.html">【前端利器】Sublime Text Build 3071 [Win/Mac/Linux][x64/x86]</a></p></div>]]></description>
	<pubDate>Fri, 22 Dec 2017 16:25:35 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-254.html</guid>

</item>
<item>
	<title>mysql的binlog日志限制大小和期限设置</title>
	<link>http://www.mostclan.com/post-253.html</link>
	<description><![CDATA[查看当前日志保存天数： show variables like '%expire_logs_days%';  这个默认是0，也就是logs不过期，可通过设置全局的参数，使他临时生效： set global expire_logs_days=7;  设置了只保留7天BINLOG, 下次重启mysql这个参数默认会失败，所以需在my.cnf中设置 expire_logs_days = 7 max_binlog_size = 100M 如果二进制日志写入的内容超... <a href="http://www.mostclan.com/post-253.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-331.html">Mysql 中 MyISAM 和 InnoDB 的区别</a></p><p><a href="http://www.mostclan.com/post-227.html">MySQL修改root密码的4种方法</a></p><p><a href="http://www.mostclan.com/post-201.html">MySQL中varchar的字符存储长度</a></p><p><a href="http://www.mostclan.com/post-126.html">MySQL的Date,DateTime,TimeStamp和Time数据类型</a></p><p><a href="http://www.mostclan.com/post-129.html">union、union all、Intersect、Minus的使用</a></p></div>]]></description>
	<pubDate>Sat, 09 Dec 2017 12:27:11 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-253.html</guid>

</item>
<item>
	<title>GIT免除pull/push时输入账号密码</title>
	<link>http://www.mostclan.com/post-252.html</link>
	<description><![CDATA[linux下  1. 在~/下， touch创建文件 .git-credentials, 用vim编辑此文件，输入： https://{username}:{password}@github.com 注意去掉{} 2. 在终端下执行 git config --global credential.helper store 3. 可以看到~/.gitconfig文件，会多了一项： [credential] helper = store <a href="http://www.mostclan.com/post-252.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-330.html">乐观锁和悲观锁</a></p><p><a href="http://www.mostclan.com/post-333.html">大小端字节序释义</a></p><p><a href="http://www.mostclan.com/post-203.html">【转发推荐必看】浅谈CSRF攻击方式</a></p><p><a href="http://www.mostclan.com/post-354.html">SSH快捷登录设置</a></p><p><a href="http://www.mostclan.com/post-162.html">HTTP Header 详解</a></p></div>]]></description>
	<pubDate>Tue, 05 Dec 2017 11:37:26 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-252.html</guid>

</item>
<item>
	<title>【原创】js实现页面重定向，增强移动端跳转体验（可自定上一页地址）</title>
	<link>http://www.mostclan.com/post-250.html</link>
	<description><![CDATA[（单页面应用可忽略） 我们知道js有个方法可以使用window.location.href=xxx..进行页面跳转，做移动前端的小伙伴肯定知道，这个方法虽然简单，但是也有很多问题： 示例情景： 某移动web项目需要实现在【列表页】点击【发布帖子】按钮进入【帖子发布页】，编辑完内容后按发帖按钮，这里有两种请求方法  1、直接post表单提交（页面会跳转到处理发布的页面） <a href="http://www.mostclan.com/post-250.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Fri, 24 Nov 2017 04:12:11 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-250.html</guid>

</item>
<item>
	<title>【原创】PHP支付宝异步回调数据签名验证算法</title>
	<link>http://www.mostclan.com/post-249.html</link>
	<description><![CDATA[小V今天在做支付宝回调验签时碰到了不少问题： 1、openssl_get_publickey函数返回false（这里必须传支付宝的应用公钥，且格式正确，格式见后文代码）。 2、openssl_verify函数返回false，这里需要清除你的秘钥类型是什么（RSA/RSA2）。 贴函数代码： /** * 支付宝当面付异步回调数据验签 * @param  array $params                待验证数据 * @param  string $alipay_public_key    支付宝应用公钥 * @param  string $sign_type          ... <a href="http://www.mostclan.com/post-249.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Tue, 14 Nov 2017 12:07:05 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-249.html</guid>

</item>
<item>
	<title>【原创】记一次AJAX请求TP5接口解析JSON失败问题</title>
	<link>http://www.mostclan.com/post-248.html</link>
	<description><![CDATA[小V在写API接口时发生了个问题：使用jquery的ajax请求地址返回如下字符串，导致无法被dataType=json解析为json格式 {\code\:0,\msg\:\创建预支付码成功！\,\data\:\weixin:\\\/\\\/wxpay\\\/bizpayurl?pr=JuQfNMM\,\timestamp\:1510588707} 起初以为是ajax问题，搜索了相关的文章，有几个针对不解析json格式的原因： 1、JQuery版本问题，JQuery1.4对json的格式有着严格的要求，所有的键值都要用双引号标起来，说明文档 <a href="http://www.mostclan.com/post-248.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Mon, 13 Nov 2017 15:57:01 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-248.html</guid>

</item>
<item>
	<title>PHP设置HTTP缓存头</title>
	<link>http://www.mostclan.com/post-247.html</link>
	<description><![CDATA[对于PHP输出的内容，如果不是需要经常变动的内容（例如伪静态的一些页面，PHP输出JS或者CSS），使用PHP合理设置HTTP响应头添加缓存设置，让浏览器尽可能缓存下内容，在刷新和再次访问同样内容时，便不需要再次请求浏览器，从而能够大幅减少服务器的响应次数，同时浏览器呈现页面也会加快了，这是非常有用的一个技巧。 1、输出Cache-Control头： header('Cache-Control:max-age=120'); 这个的输出是表明让浏览器缓存120秒。这个指令很有用，但是局限性在于，刷新这个页面时还是会重新请求，所以你会感觉这个头好像没什么作用，但是对于一些输出的JS、CSS内容时是有... <a href="http://www.mostclan.com/post-247.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sun, 05 Nov 2017 07:32:06 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-247.html</guid>

</item>
<item>
	<title>PHP自动捕捉页面500错误示例</title>
	<link>http://www.mostclan.com/post-246.html</link>
	<description><![CDATA[在程序调试时如果在本地我们出现500错误可以直接打开php.ini的错误来看到哪里错了,但在服务器中我们是不能这样做的,这样很容易让人感觉网站不正规的同时也可能给其它人看到你网站WEB路径及相关安全数据了,那要如何处理500错误呢,下面我们一看一个方法。 通常程序发生致命错误的时候页面空白,想获取错误信息也不难！主要是利用两个函数：error_get_last() 获取最后一次发生错误信息:结构如下： Array  (  [type] =  8  [message] =  Undefined variable: http://www.mostclan.com  [file] =  C... <a href="http://www.mostclan.com/post-246.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 03 Nov 2017 14:17:18 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-246.html</guid>

</item>
<item>
	<title>【整理】PHP邮件发送常见问题合集</title>
	<link>http://www.mostclan.com/post-245.html</link>
	<description><![CDATA[【被禁用了相关发信函数的解决方案1】  发送邮件出现“不能连接SMTP服务器.”（Error: Could not connect to SMTP host）的原因是fsockopen()被禁用。 由于国内大多数服务器禁用了mail()函数导致wordpress不能发送邮件，而SMTP 插件则是通过PHPmailer连接远程SMTP服务器来发送邮件，如果服务器禁用了fsockopen()函数就会出现上述错误。 下面给出解决方法： 用pfsockopen()函数直接替换掉 fsockopen() 如果pfsockopen函数被禁用的话，换其他可以操作Socket函数来代替, 如stream_socket... <a href="http://www.mostclan.com/post-245.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 26 Oct 2017 07:13:34 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-245.html</guid>

</item>
<item>
	<title>【原创】微信公众号业务域名泛域名绑定</title>
	<link>http://www.mostclan.com/post-244.html</link>
	<description><![CDATA[设置业务域名后，在微信内访问该域名下页面时，不会被重新排版。用户在该域名上进行输入时，不出现下图所示的安全提示。 注意事项： 1、可填写三个域名或路径（例：wx.qq.com或wx.qq.com/mp），需使用字母、数字及“-”的组合，不支持IP地址、端口号及短链域名。 2、填写的域名须通过ICP备案的验证。 3、将文件MP_verify_KU6TmoeAR0MvrJer.t... <a href="http://www.mostclan.com/post-244.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-169.html">微信开发之支付篇</a></p><p><a href="http://www.mostclan.com/post-207.html">记一次路由引起的接收消息失败问题</a></p><p><a href="http://www.mostclan.com/post-166.html">微信开发之基础篇(一)</a></p><p><a href="http://www.mostclan.com/post-165.html">微信开发之基础篇(二)</a></p></div>]]></description>
	<pubDate>Fri, 22 Sep 2017 02:53:07 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-244.html</guid>

</item>
<item>
	<title>我的家乡：宁海·西店</title>
	<link>http://www.mostclan.com/post-243.html</link>
	<description><![CDATA[西店镇位于中国东南沿海，浙江宁波市南部，象山港西岸，宁海县北大门，系宁波南部三县的交通要塞。
陆地面积102.3平方公里，海域26.7平方公里，建成区面积接近10平方公里。辖22个行政村（48个自然村），常住人口近10万，其中外来人口约4.5万。
中国最大的手电筒生产基地，现有1200余家手电相关企业，占据中国手电产量70%。
中国千强镇，全国重点镇，全国发展改革试点小城镇。
浙江省百强镇，中心镇以及浙江第二批小城市培育试点镇。
宁波市二十强镇，宁波市八大卫星城镇之一。
宁海县第一工业大镇和第一经济强镇。
著名的牡蛎之乡，鸭蛋之乡，香鱼之乡，全国特色小镇，中国手电筒镇。 <a href="http://www.mostclan.com/post-243.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p></div>]]></description>
	<pubDate>Fri, 15 Sep 2017 03:05:28 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-243.html</guid>

</item>
<item>
	<title>移动站应该尝试百度MIP的五个原因</title>
	<link>http://www.mostclan.com/post-242.html</link>
	<description><![CDATA[MIP是什么？MIP是百度在2016年提出的移动网页加速器项目。 MIP能做什么？MIP能帮助站长和网站开发者快速搭建移动端页面。 MIP怎么加速？MIP从前端渲染和页面网络传输两方面进行优化，杜绝页面渲染中的阻塞问题，提升页面展现速度。 移动站应该用MIP吗？ 这里有五个原因，告诉你MIP的好处： 一． 加速移动端页面，一切的基础 为减少DNS解析，MIP-Cache将静态文件以相对路径储存在百度CDN中； 为减少网络传输耗时，MIP-JS 控制静态资源的按需加载，MIP-Cache系统优先从CDN读取文件； 为减少浏览器渲染重绘耗时... <a href="http://www.mostclan.com/post-242.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-183.html">什么是移动Sitemap协议,如何提交移动Sitemap协议</a></p></div>]]></description>
	<pubDate>Tue, 12 Sep 2017 02:42:44 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-242.html</guid>

</item>
<item>
	<title>JS知识点：sort()方法的用法，参数以及排序原理</title>
	<link>http://www.mostclan.com/post-241.html</link>
	<description><![CDATA[sort() 方法用于对数组的元素进行排序,并返回数组。默认排序顺序是根据字符串Unicode码点。
语法：arrayObject.sort(sortby)；参数sortby可选。规定排序顺序。必须是函数。
注：如果调用该方法时没有使用参数，将按字母顺序对数组中的元素进行排序，说得更精确点，是按照字符编码的顺序进行排序。要实现这一点，首先应把数组的元素都转换成字符串（如有必要），以便进行比较。 如果想按照其他标准进行排序，就需要提供比较函数，该函数要比较两个值，然后返回一个用于说明这两个值的相对顺序的数字。比较函数应该具有两个参数 a 和 b，其返回值如下：
若 a 小于 b，在排序... <a href="http://www.mostclan.com/post-241.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-163.html">手机端常用的报错信息提示</a></p><p><a href="http://www.mostclan.com/post-80.html">屏幕高度笔记</a></p><p><a href="http://www.mostclan.com/post-145.html">解决jquery zclip插件点击无效的问题</a></p><p><a href="http://www.mostclan.com/post-210.html">jQuery 获取当前节点的html包含当前节点的方法</a></p><p><a href="http://www.mostclan.com/post-98.html">返回前一页的两种方法的区别与好处</a></p></div>]]></description>
	<pubDate>Sat, 09 Sep 2017 04:17:51 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-241.html</guid>

</item>
<item>
	<title>PHP身份证校验码计算方法</title>
	<link>http://www.mostclan.com/post-240.html</link>
	<description><![CDATA[做项目的时候需要对拿到的数据进行“清洗”，比如剔除一些不可能存在的身份证号码。查阅了网上的身份证号码验证算法，自己也总结一下。 (一)18身份证号码的结构
公民身份号码是特征组合码，由十七位数字本体码和一位校验码组成。 排列顺序从左至右依次为：六位数字地址码，八位数字出生日期码，三位数字顺序码和一位校验码。
1、地址码
表示编码对象常住户口所在县(市、旗、区)的行政区域划分代码，按GB/T2260的规定执行。
2、出生日期码
表示编码对象出生的年、月、日，按GB/T7408的规定执行，年、月、日代码之间不用分隔符。 <a href="http://www.mostclan.com/post-240.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sat, 09 Sep 2017 02:51:44 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-240.html</guid>

</item>
<item>
	<title>【原创】ThinkPHP5模块和控制器隐藏问题</title>
	<link>http://www.mostclan.com/post-239.html</link>
	<description><![CDATA[由于默认是采用多模块的支持，所以多个模块的情况下必须在URL地址中标识当前模块，如果只有一个模块的话，可以进行模块绑定，方法是应用的入口文件中添加如下代码： // 绑定当前访问到index模块 define('BIND_MODULE','index'); 绑定后，我们的URL访问地址则变成： http://serverName/index.php/控制器/操作/[参数名/参数值...]  访问的模块是index模块。 如果你的应用比较简单，模块和控制器都只有一个，那么可以在应用公共文件中绑定模块和控制器，如下... <a href="http://www.mostclan.com/post-239.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Fri, 01 Sep 2017 10:21:59 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-239.html</guid>

</item>
<item>
	<title>ThinkPHP5.0.10-3.2.3缓存函数设计缺陷可导致Getshell</title>
	<link>http://www.mostclan.com/post-238.html</link>
	<description><![CDATA[0x00 框架运行环境 <a href="http://www.mostclan.com/post-238.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Mon, 14 Aug 2017 05:32:29 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-238.html</guid>

</item>
<item>
	<title>有些距离永远无法逾越</title>
	<link>http://www.mostclan.com/post-237.html</link>
	<description><![CDATA[想你，却不能告诉你；我知道，我们不能在一起； 我知道，我不能告诉你；我想你，夜是那样的静， 静得让我能听到心碎的声音。 终于明白，有些距离永远无法逾越。 明知道孤独总是无所不在的。于是，偷偷的远远的望着你， “世界上最远的距离，不是生与死，不是天各一方， 而是我就在你面前，你却不知道我爱你。” 我不知道，我真的不知道，一个人一生能爱几次？ 望着你，我可以不说话，可以不流泪。&nbs... <a href="http://www.mostclan.com/post-237.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-358.html">写在2026年新春</a></p><p><a href="http://www.mostclan.com/post-348.html">她</a></p><p><a href="http://www.mostclan.com/post-344.html">回望工作的那几年</a></p><p><a href="http://www.mostclan.com/post-187.html">我还是那个我，你却不是那个你了。​</a></p><p><a href="http://www.mostclan.com/post-84.html">记一次数据库结构设计</a></p></div>]]></description>
	<pubDate>Mon, 07 Aug 2017 14:43:09 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-237.html</guid>

</item>
<item>
	<title>【原创】GitHub OAuth第三方登录认证获取用户信息错误403</title>
	<link>http://www.mostclan.com/post-236.html</link>
	<description><![CDATA[GitHub的OAuth认证流程可参考文档OAuth documentation  access_token的获取如下： <a href="http://www.mostclan.com/post-236.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sat, 29 Jul 2017 12:46:52 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-236.html</guid>

</item>
<item>
	<title>APACHE支持.htaccess以及 No input file specified解决方案</title>
	<link>http://www.mostclan.com/post-235.html</link>
	<description><![CDATA[你的Apache安装文件夹conf里找到httpd.conf文件 索LoadModule rewrite_module modules/mod_rewrite.so 如果前面有注释符号#，请去掉。 搜索Options FollowSymLinks，然后将它下面的AllowOverride None 修改为AllowOverride All； 【1】 没想到遇见了 No input file specified  因为项目用了URL route ，估摸着可能是rewrite的问题。 记录一下解决方案。 1.检查doc_root 是否设置此值... <a href="http://www.mostclan.com/post-235.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-213.html">.htaccess Internal Server Error while enabling Gzip</a></p><p><a href="http://www.mostclan.com/post-225.html">WAMP 403 Forbidden禁止访问</a></p></div>]]></description>
	<pubDate>Wed, 26 Jul 2017 16:47:00 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-235.html</guid>

</item>
<item>
	<title>json_encode注意</title>
	<link>http://www.mostclan.com/post-234.html</link>
	<description><![CDATA[PHP5.2或以上的版本把json_encode作为内置函数来用，但只支持utf-8编码的字符，否则中文就会出现乱码或者空值。解决办法如下： 1.保证在使用JSON处理的时候字符是以UTF8编码的。具体我们可以把数据库编码和页面编码都改为UTF8。如果喜欢用gbk编码的话，可以在进行JSON处理前，把字符转为UTF8形式。在PHP中有如下方法：  ?php    $data=JSON中文;    $newData=iconv(GB2312,UTF-8//IGNORE,$data);    echo $newData;  //ignore的意思是忽略转换时的错... <a href="http://www.mostclan.com/post-234.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Tue, 25 Jul 2017 15:20:43 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-234.html</guid>

</item>
<item>
	<title>记一次面试题（用PHP写一个检测重复文件的脚本）</title>
	<link>http://www.mostclan.com/post-233.html</link>
	<description><![CDATA[大概的题目意思是利用PHP写一个脚本，调用如： php.exe shell.php ./tmp ./dir/123 返回结果如： 123.php 222.php ------------ 22.abc 3.xml ------------ 我的代码：  ?php unset($argv[0]); foreach ($argv as $v) { $arr=[]; $path=__dir__.'/'.$v.'/'; if(is_dir($v)){ $f=scandir... <a href="http://www.mostclan.com/post-233.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Sat, 22 Jul 2017 10:23:19 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-233.html</guid>

</item>
<item>
	<title>记两题笔试题</title>
	<link>http://www.mostclan.com/post-232.html</link>
	<description><![CDATA[?php /** *  1、我们的程序运行过程中每分钟会采集一个整数的数据指标。 * 	持续采集n分钟就得到一个有n个元素的整数数组a[n]。 * 	现在我们需要一个简单的算法，检测采集到的数据指标中，是否有异常。 * 	异常的检测标准是：如果在连续m分钟内的指标的平均值大于w，则说明有异常。 * 	输入：数组a[n], 正整数m, 整数w * 	返回：有异常返回 1，没有异常返回 0 * 	例如：对于a={1, 5, 1, 3, 2}, m=2, w=2, 返回:1 * 	附加说明：不同的实现方式执行效率不一样，如果能找到一个很高效的算法就更好了。 ... <a href="http://www.mostclan.com/post-232.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 20 Jul 2017 03:52:27 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-232.html</guid>

</item>
<item>
	<title>让Json更懂中文(JSON_UNESCAPED_UNICODE)</title>
	<link>http://www.mostclan.com/post-231.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-231.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Wed, 05 Jul 2017 15:35:54 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-231.html</guid>

</item>
<item>
	<title>不懂用户，怎么混江湖</title>
	<link>http://www.mostclan.com/post-230.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-230.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-206.html">为什么简单重复的工作更有前途？</a></p><p><a href="http://www.mostclan.com/post-171.html">【产品灵感】找孙悟空：心理学博士称有人20分钟没找到</a></p><p><a href="http://www.mostclan.com/post-215.html">2平米空间，投资2万，6个月回本！迷你KTV唱出百亿市场，连雷军都投了</a></p></div>]]></description>
	<pubDate>Tue, 04 Jul 2017 12:01:31 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-230.html</guid>

</item>
<item>
	<title>不定目标之事，难成破局之人</title>
	<link>http://www.mostclan.com/post-229.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-229.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-208.html">所谓的拖延症，不过是“撒旦五分钟”</a></p><p><a href="http://www.mostclan.com/post-258.html">会学习的人都是有捷径的</a></p><p><a href="http://www.mostclan.com/post-179.html">19个字让你说服力翻倍</a></p><p><a href="http://www.mostclan.com/post-228.html">迅雷创始人程浩：做商业，不思考不行，过度思考也不行</a></p></div>]]></description>
	<pubDate>Tue, 27 Jun 2017 11:13:53 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-229.html</guid>

</item>
<item>
	<title>迅雷创始人程浩：做商业，不思考不行，过度思考也不行</title>
	<link>http://www.mostclan.com/post-228.html</link>
	<description><![CDATA[ <a href="http://www.mostclan.com/post-228.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-208.html">所谓的拖延症，不过是“撒旦五分钟”</a></p><p><a href="http://www.mostclan.com/post-258.html">会学习的人都是有捷径的</a></p><p><a href="http://www.mostclan.com/post-179.html">19个字让你说服力翻倍</a></p><p><a href="http://www.mostclan.com/post-229.html">不定目标之事，难成破局之人</a></p></div>]]></description>
	<pubDate>Sat, 24 Jun 2017 02:18:08 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-228.html</guid>

</item>
<item>
	<title>MySQL修改root密码的4种方法</title>
	<link>http://www.mostclan.com/post-227.html</link>
	<description><![CDATA[方法1： 用SET PASSWORD命令 首先登录MySQL。 格式：mysql  set password for 用户名@localhost = password('新密码'); 例子：mysql  set password for root@localhost = password('123'); 方法2：用mysqladmin 格式：mysqladmin -u用户名 -p旧密码 password 新密码 例子：mysqladmin -uroot -p123... <a href="http://www.mostclan.com/post-227.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-331.html">Mysql 中 MyISAM 和 InnoDB 的区别</a></p><p><a href="http://www.mostclan.com/post-201.html">MySQL中varchar的字符存储长度</a></p><p><a href="http://www.mostclan.com/post-126.html">MySQL的Date,DateTime,TimeStamp和Time数据类型</a></p><p><a href="http://www.mostclan.com/post-129.html">union、union all、Intersect、Minus的使用</a></p><p><a href="http://www.mostclan.com/post-57.html">MySQL数据库基础回顾</a></p></div>]]></description>
	<pubDate>Sat, 17 Jun 2017 08:41:06 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-227.html</guid>

</item>
<item>
	<title>Redis中密码设置</title>
	<link>http://www.mostclan.com/post-226.html</link>
	<description><![CDATA[redis没有实现访问控制这个功能，但是它提供了一个轻量级的认证方式，可以编辑redis.conf配置来启用认证。 1、初始化Redis密码： 在配置文件中有个参数： requirepass 这个就是配置redis访问密码的参数； 比如 requirepass test123； （Ps:需重启Redis才能生效） redis的查询速度是非常快的，外部用户一秒内可以尝试多大150K个密码；所以密码要尽量长（对于DBA 没有必要必须记住密码）； 2、不重启Redis设置密码： 在配置文件中配置requirepass的密码（当redis重启时... <a href="http://www.mostclan.com/post-226.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-124.html">Redis五种数据类型介绍</a></p></div>]]></description>
	<pubDate>Tue, 13 Jun 2017 16:06:53 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-226.html</guid>

</item>
<item>
	<title>WAMP 403 Forbidden禁止访问</title>
	<link>http://www.mostclan.com/post-225.html</link>
	<description><![CDATA[修改httpd.conf文件 #   onlineoffline tag - don't remove Require local TO #   onlineoffline tag - don't remove Require all granted 参考：http://stackoverflow.com/questions/28560452/403-forbidden-wamp-server-2-5 ------------------------... <a href="http://www.mostclan.com/post-225.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-213.html">.htaccess Internal Server Error while enabling Gzip</a></p><p><a href="http://www.mostclan.com/post-235.html">APACHE支持.htaccess以及 No input file specified解决方案</a></p></div>]]></description>
	<pubDate>Fri, 09 Jun 2017 08:21:33 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-225.html</guid>

</item>
<item>
	<title>PHP中CURL的CURLOPT_POSTFIELDS参数使用细节</title>
	<link>http://www.mostclan.com/post-224.html</link>
	<description><![CDATA[CURL确实是一个不错的好工具，不仅在PHP中还是其他的操作系统中，都是一个非常好用的。但是如果你有些参数没有用好的话，那可能会得不到自己理想中的结果。 在通常情况下，我们使用 CURL 来提交 POST 数据的时候，我们已经习惯了这样的写法： curl_setopt( $ch, CURLOPT_POSTFIELDS,$post_data); 但是这样的写法在有时候并不会很好用，可能会得到服务器返回的 500 错误。但是我们尝试在使用 Socket 方式向服务器提交数据的时候，我们会得到非常正确的结果。 例如我们在服务器上面存在一个如下的 PHP 文件： <a href="http://www.mostclan.com/post-224.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 08 Jun 2017 08:32:33 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-224.html</guid>

</item>
<item>
	<title>php curl乱码问题</title>
	<link>http://www.mostclan.com/post-223.html</link>
	<description><![CDATA[小V刚刚碰到个乱码问题，初期以为是编码问题，就设置了header和charset发现都没用，最后排查是gzip压缩了 'Accept-Encoding: gzip, deflate' <a href="http://www.mostclan.com/post-223.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="http://www.mostclan.com/post-332.html">tp5中使用think-queue</a></p><p><a href="http://www.mostclan.com/post-214.html">百万级PHP网站架构工具箱</a></p><p><a href="http://www.mostclan.com/post-204.html">【原创】ThinkPHP5.0.7缓存空数组的BUG</a></p><p><a href="http://www.mostclan.com/post-343.html">PHP利用parse_str创建任意多维数组</a></p><p><a href="http://www.mostclan.com/post-176.html">php数组合并array_merge与+的区别</a></p></div>]]></description>
	<pubDate>Thu, 08 Jun 2017 08:28:14 +0000</pubDate>
	<author>Veris</author>
	<guid>http://www.mostclan.com/post-223.html</guid>

</item></channel>
</rss>