<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nemo&#39;s Neverland</title>
    <link>https://sosonemo.me/</link>
    <description>Recent content on Nemo&#39;s Neverland</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 29 Nov 2020 22:56:09 +0800</lastBuildDate><atom:link href="https://sosonemo.me/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>context源码解析</title>
      <link>https://sosonemo.me/posts/go/context-sourcecode-analysis/</link>
      <pubDate>Sun, 29 Nov 2020 22:56:09 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/go/context-sourcecode-analysis/</guid>
      <description>为什么会有这个包？ 我们知道goroutine之间是相互独立的，没有父子关系，一个goroutine无法主动关闭另一个goroutine，只能</description>
    </item>
    
    <item>
      <title>go-redis 连接池的实现源码解析</title>
      <link>https://sosonemo.me/posts/go/connection-pool-in-go-redis/</link>
      <pubDate>Tue, 18 Aug 2020 21:43:54 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/go/connection-pool-in-go-redis/</guid>
      <description>前言 在fpm模式下，php中不存在连接池这种东西，顶多是用pconnect的方法使连接保留在fpm进程内，达到复用连接的目的。但如果是go这</description>
    </item>
    
    <item>
      <title>get_headers的一个小坑</title>
      <link>https://sosonemo.me/posts/php/get_headers-pitfalls/</link>
      <pubDate>Sat, 15 Aug 2020 21:22:36 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/php/get_headers-pitfalls/</guid>
      <description>前言 之前工作中有个需求，判断CDN上某个文件是否存在。很显然，用一个HTTP的HEAD请求就可以搞定。 在本地启动一个nginx服务，服务目录</description>
    </item>
    
    <item>
      <title>Redis Cluster 入门实践</title>
      <link>https://sosonemo.me/posts/redis/redis-cluster-introduction/</link>
      <pubDate>Fri, 14 Aug 2020 22:32:29 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/redis/redis-cluster-introduction/</guid>
      <description>前言 最初，我们使用单点redis就可以愉快地玩耍，直到有一天这个单点挂掉导致整个服务不可用，我们意识到要用主从节点。在日常使用中，至少会使用</description>
    </item>
    
    <item>
      <title>(译文)用go语言处理每分钟1百万次请求</title>
      <link>https://sosonemo.me/posts/go/handling-one-million-requests-with-golang/</link>
      <pubDate>Tue, 16 Jun 2020 22:02:11 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/go/handling-one-million-requests-with-golang/</guid>
      <description>(本文编译自这篇文章，略去一些与技术无关的介绍文字) 面临的问题 我们正在构建一个匿名数据统计系统，希望能够处理来自数百万个终端的POST请求。</description>
    </item>
    
    <item>
      <title>SPI协议简介</title>
      <link>https://sosonemo.me/posts/electronics/spi-protocol-introduction/</link>
      <pubDate>Thu, 26 Dec 2019 21:41:04 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/electronics/spi-protocol-introduction/</guid>
      <description>一. 引言 只要你使用过树莓派、arduino或者单片机之类的东西，一定少不了和各种传感器打交道。两个设备之间通信，就会涉及到协议的问题。所谓协</description>
    </item>
    
    <item>
      <title>从wordpress迁移到hugo</title>
      <link>https://sosonemo.me/posts/essay/from-wordpress-to-hugo/</link>
      <pubDate>Thu, 19 Dec 2019 22:08:22 +0800</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/from-wordpress-to-hugo/</guid>
      <description>一. 为什么用hugo 2012年就建立了自己的博客，可是回望过去，并没有写过多少有用的东西。最近又想鼓捣一下树莓派和arduino，顺便写写学</description>
    </item>
    
    <item>
      <title>PHP-Parser 学习笔记</title>
      <link>https://sosonemo.me/posts/php/php-parser-introduction/</link>
      <pubDate>Sun, 13 Jan 2019 13:12:54 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/php-parser-introduction/</guid>
      <description>缘起 最近工作上接到一个任务，要把项目代码的控制器中所有没有判断过权限的public方法找出来。我们的控制器里有一个统一的checkAllow</description>
    </item>
    
    <item>
      <title>阿里云搭建strongswan VPN 国内外分流中转到shadowsocks</title>
      <link>https://sosonemo.me/posts/linux/strongswan-to-shadowsocks/</link>
      <pubDate>Tue, 26 Apr 2016 06:12:50 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/strongswan-to-shadowsocks/</guid>
      <description>前言：前段时间新出现了几个支持IKEv2的VPN，试用了一下，感受速度嗖嗖的，不过流量贵贵的。作为一个有尊严的技术人员，怎能甘心就这样把钱轻</description>
    </item>
    
    <item>
      <title>Algorithms Part I week 1: Analysis of Algorithms</title>
      <link>https://sosonemo.me/posts/algorithm/algorithms-part-i-week-1-analysis-of-algorithms/</link>
      <pubDate>Sat, 28 Mar 2015 09:11:07 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/algorithm/algorithms-part-i-week-1-analysis-of-algorithms/</guid>
      <description>Why to analyze? To solve a single problem, there may be many different algorithms. Should we just randomly pick up one or use the best one? Of course, we want the best one. But how can we assert that this one is better than that one? Even though we have the best one, is it really the best one in the world? Can there be a better undiscovered algorithm?
We must analyze algorithms to:</description>
    </item>
    
    <item>
      <title>Algorithms Part I week 1: union-find</title>
      <link>https://sosonemo.me/posts/algorithm/algorithms-part-i-week-1-union-find/</link>
      <pubDate>Fri, 20 Mar 2015 10:52:36 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/algorithm/algorithms-part-i-week-1-union-find/</guid>
      <description>Theses days, I took a MOOC course named Algorithms instructed by Robert Sedgewick and Kevin Wayne from Princton University. To solidify my understanding of the course and for future reference, I&amp;rsquo;m going to write some notes on the subject. And from this post on, I decide to write technical articles in English, which is a good way to improve my written English skill.
Basic steps There are some steps we can follow to develop a usable algorithm.</description>
    </item>
    
    <item>
      <title>理解 laravel 的Facade</title>
      <link>https://sosonemo.me/posts/php/understanding-laravel-facade/</link>
      <pubDate>Thu, 08 Jan 2015 11:28:41 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/understanding-laravel-facade/</guid>
      <description>接触Laravel一段时间，对它的一些操作的原理比较感兴趣，比如Cache::get(&#39;a&#39;,&#39;b&#39;)。 这短短的一条语句背后，Laravel</description>
    </item>
    
    <item>
      <title>laravel route 重定向的一个小坑</title>
      <link>https://sosonemo.me/posts/php/laravel-route-pitfall/</link>
      <pubDate>Fri, 05 Dec 2014 04:20:59 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/laravel-route-pitfall/</guid>
      <description>今天做项目发现一个奇怪的现象，我的路由配置里有如下配置： 1 2 3 4 5 6 7 8 &amp;lt;?php Route::group(array(&amp;#39;prefix&amp;#39;=&amp;gt;&amp;#39;admin&amp;#39;,&amp;#39;before&amp;#39;=&amp;gt;&amp;#39;adminauth&amp;#39;),function(){ // 管理员登录 Route::get(&amp;#39;/&amp;#39;,function(){ return Redirect::to(&amp;#39;admin/login&amp;#39;); }); Route::get(&amp;#39;login&amp;#39;,&amp;#39;UserController@adminLogin&amp;#39;); }; 目的是无论用户输入admin，还是adm</description>
    </item>
    
    <item>
      <title>网站转 https 遇到的几个坑</title>
      <link>https://sosonemo.me/posts/wordpress/pitfalls-to-https/</link>
      <pubDate>Wed, 29 Oct 2014 09:43:01 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/wordpress/pitfalls-to-https/</guid>
      <description>心血来潮想把网站转成https的，原本以为很简单，没想到过程当中还有不少需要注意的地方，特此记录一下。 1. ssl证书申请 这个最简单了，我申请的</description>
    </item>
    
    <item>
      <title>搭建 vpn</title>
      <link>https://sosonemo.me/posts/linux/setup-vpn/</link>
      <pubDate>Thu, 24 Jul 2014 10:13:22 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/setup-vpn/</guid>
      <description>今天入手了linode，网站环境搭建好后，开始弄vpn。本文参考了一下这篇文章，并结合之前的经验。 1. 安装PPP，PPTP 1 2 # yum install -y ppp # rpm -ivh</description>
    </item>
    
    <item>
      <title>fedora20 rime安装成功</title>
      <link>https://sosonemo.me/posts/linux/fedora20-rime/</link>
      <pubDate>Thu, 13 Mar 2014 13:52:37 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/fedora20-rime/</guid>
      <description>实在是无法抑制心中的喜悦啊！ 这段时间又突发奇想想折腾linux了。之前有朋友说fedora下rime输入法比较好装，于是前两天装了fedor</description>
    </item>
    
    <item>
      <title>php socket 编程文章推荐</title>
      <link>https://sosonemo.me/posts/php/php-socket-articles/</link>
      <pubDate>Tue, 29 Jan 2013 03:07:57 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/php-socket-articles/</guid>
      <description>一直想做一个在线聊天的程序，不免搜集一些资料。对于实时通信，目前流传广泛并且已经成熟的技术是ajax长轮询（具体介绍请百度，不是本文主要内容</description>
    </item>
    
    <item>
      <title>bind?live?delegate?还是on？–jquery事件绑定方法研究</title>
      <link>https://sosonemo.me/posts/js/bind-live-delegate-or-on.html/</link>
      <pubDate>Wed, 09 Jan 2013 13:47:03 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/js/bind-live-delegate-or-on.html/</guid>
      <description>最近写项目页面用了不少jquery的东西，过程当中对jquery的事件绑定方法有些疑惑，经过学习各种资料，现在终于明白不少。恰巧有同学和我有</description>
    </item>
    
    <item>
      <title>阿里云centos6.2lamp源码安装手记</title>
      <link>https://sosonemo.me/posts/php/centos6.2-lamp.html/</link>
      <pubDate>Sun, 30 Dec 2012 08:30:06 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/centos6.2-lamp.html/</guid>
      <description>前些日子，获得一枚阿里云的优惠券，于是弄了台低配服务器，装centos6.2安全加固版。本来想用yum方式搭建lamp环境，结果装完php页</description>
    </item>
    
    <item>
      <title>js中获取鼠标点击位置和按键值</title>
      <link>https://sosonemo.me/posts/js/js-get-mouse-position/</link>
      <pubDate>Tue, 30 Oct 2012 11:42:38 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/js/js-get-mouse-position/</guid>
      <description>看一下下面这段代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;script type=&amp;#34;text/javascript&amp;#34; charset=&amp;#34;utf-8&amp;#34;&amp;gt; function mousemove() { document.myForm.screenx.value=event.clientX; document.myForm.screeny.value=event.clientY; } &amp;lt;/script&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;form action=&amp;#34;test_submit&amp;#34; method=&amp;#34;get&amp;#34; name=&amp;#34;myForm&amp;#34;&amp;gt; &amp;lt;img src=&amp;#34;./aaa.png&amp;#34; onmousemove=&amp;#34;mousemove()&amp;#34;/&amp;gt; &amp;lt;input type=&amp;#34;text&amp;#34; name=&amp;#34;screenx&amp;#34; value=&amp;#34;change when mousemove&amp;#34;/&amp;gt; &amp;lt;input type=&amp;#34;text&amp;#34; name=&amp;#34;screeny&amp;#34; value=&amp;#34;change when mousemove&amp;#34;/&amp;gt; &amp;lt;/form&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; 这段代码在ie</description>
    </item>
    
    <item>
      <title>opensuse12.2下rime输入法的安装</title>
      <link>https://sosonemo.me/posts/linux/opensuse12_2-rime/</link>
      <pubDate>Sat, 13 Oct 2012 02:14:53 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/opensuse12_2-rime/</guid>
      <description>搞定系统问题后，我首先想做的就是安装rime输入法，这个在centos下让我头大的玩意。 rime依赖如下库： cmake boost &amp;gt;= 1.46 glog (new dependency for librime&amp;gt;=0.9.3) gtest (optional, recommended for developers) ibus 1.4</description>
    </item>
    
    <item>
      <title>opensuse12.2下软件源的设定</title>
      <link>https://sosonemo.me/posts/linux/opensuse12.2-mirror/</link>
      <pubDate>Sat, 13 Oct 2012 01:30:01 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/opensuse12.2-mirror/</guid>
      <description>装好opensuse，搞定显卡驱动后，难免要装一些软件，但是悲剧的事情发生了，官方的软件仓库在德国，国内访问的速度巨慢，所以很有必要添加国内</description>
    </item>
    
    <item>
      <title>解决opensuse12.2花屏问题</title>
      <link>https://sosonemo.me/posts/linux/opensuse12.2-screen-issue.html/</link>
      <pubDate>Sat, 13 Oct 2012 01:09:36 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/opensuse12.2-screen-issue.html/</guid>
      <description>在感觉到centos无法作为日常桌面使用的操作系统后，我开始寻找一款适合桌面使用的linux发行版，我找到了opensuse。但是问题又出现</description>
    </item>
    
    <item>
      <title>centos6.2下ibus-rime输入法的安装手记（尚未成功）</title>
      <link>https://sosonemo.me/posts/linux/centos-ibus-rime/</link>
      <pubDate>Sat, 29 Sep 2012 11:18:37 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/centos-ibus-rime/</guid>
      <description>（这篇文章是边操作边写的，我还不知道最后是否能够成功安装） 早先就听说过rime输入法的大名，之前忘了是在centos下还是ubuntu下使用</description>
    </item>
    
    <item>
      <title>linux下的挂载命令使用</title>
      <link>https://sosonemo.me/posts/linux/linux-mount-command.html/</link>
      <pubDate>Fri, 28 Sep 2012 15:39:38 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/linux-mount-command.html/</guid>
      <description>装完centos后，首先要做的是增加一些默认没有安装的软件包，这就涉及到了更新源的问题。我上课的地方没有网，所以自然想到了将光盘做为更新源的</description>
    </item>
    
    <item>
      <title>centos下virtualbox安装，驱动问题</title>
      <link>https://sosonemo.me/posts/linux/centos-in-virtualbox.html/</link>
      <pubDate>Fri, 28 Sep 2012 14:56:54 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/centos-in-virtualbox.html/</guid>
      <description>我学习php的时候，老师讲课需要用到windows下的一个教学软件，所以学习期间我无法使用linux，于是我就将之前安装的ubuntu删了。</description>
    </item>
    
    <item>
      <title>神器vim之snipmate插件-快速插入</title>
      <link>https://sosonemo.me/posts/php/vim-snipmate.html/</link>
      <pubDate>Sat, 15 Sep 2012 10:10:28 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/vim-snipmate.html/</guid>
      <description>早以前就听说过vim的大名，说它是编程人员的神器，但是试用过几次之后，实在没发现它有什么神奇的地方，就删了。 开始学php之后，老师要求大家使</description>
    </item>
    
    <item>
      <title>深度音乐播放器</title>
      <link>https://sosonemo.me/posts/linux/deepin-music-player/</link>
      <pubDate>Fri, 27 Jul 2012 12:17:02 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/deepin-music-player/</guid>
      <description>linux的娱乐功能一直是阻碍人们向它进发的主要因素之一，音乐但是娱乐之一。 其实我对于音乐播放器的要求很简单，能放歌＋有歌词＋界面友好就可以</description>
    </item>
    
    <item>
      <title>从centos经历fedora，转投ubuntu</title>
      <link>https://sosonemo.me/posts/linux/centos-to-fedora-to-ubuntu/</link>
      <pubDate>Fri, 27 Jul 2012 10:54:55 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/centos-to-fedora-to-ubuntu/</guid>
      <description>之前安装了centos6.2，但是升级或全新安装6.3的时候鼠标总有毛病，也解决不了，所以只能停在6.2。 centos我也用了几天了，它给我</description>
    </item>
    
    <item>
      <title>悲剧的一天－－安装6.3minimal及鼠标问题</title>
      <link>https://sosonemo.me/posts/linux/centos-minimal-and-mouse-issue.html/</link>
      <pubDate>Tue, 24 Jul 2012 16:00:19 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/centos-minimal-and-mouse-issue.html/</guid>
      <description>centos6.3发布了，我装的还是6.2。昨天终于手贱升级了，结果鼠标不好使了，每次点击指针都会跑到左上角。网上搜索无果，只好重装系统。 但</description>
    </item>
    
    <item>
      <title>lamp环境配置</title>
      <link>https://sosonemo.me/posts/php/lamp/</link>
      <pubDate>Tue, 24 Jul 2012 01:28:41 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/lamp/</guid>
      <description>使用centos的最初目的就是搭建lamp平台开始php之旅，所以在解决了前面一些问题之后，我开始研究lamp的建设。 lamp中的l自不用说</description>
    </item>
    
    <item>
      <title>ntfs支持及libreoffice安装</title>
      <link>https://sosonemo.me/posts/linux/ntfs-and-libreoffice.html/</link>
      <pubDate>Tue, 24 Jul 2012 01:25:05 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/ntfs-and-libreoffice.html/</guid>
      <description>今天在电脑上工作了很久，但是只做了两件事： 增加centos对ntfs支持； 安装libreoffice并解决它带来的问题。 今天上午登录博客的时</description>
    </item>
    
    <item>
      <title>网站终于能访问了！</title>
      <link>https://sosonemo.me/posts/essay/online-again/</link>
      <pubDate>Tue, 24 Jul 2012 01:22:10 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/online-again/</guid>
      <description>前天godaddy的解析出了点问题，我就将域名解析放到了dnspod下面。结果等啊等啊，两天过去了，还是访问不了。 我晕啊，刚才打开ndspo</description>
    </item>
    
    <item>
      <title>win7下centos硬盘安装及显卡驱动问题</title>
      <link>https://sosonemo.me/posts/linux/win-centos-dual-systems/</link>
      <pubDate>Sat, 21 Jul 2012 10:32:57 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/linux/win-centos-dual-systems/</guid>
      <description>早就下好了centos6.2的镜像文件，昨天用virtualbox装好，但是太卡了，今天便下定决心装双系统了。 centos的硬盘安装主要参考</description>
    </item>
    
    <item>
      <title>Crayon Syntax Highlighter浅尝</title>
      <link>https://sosonemo.me/posts/wordpress/crayon-syntax-highlighter/</link>
      <pubDate>Thu, 21 Jun 2012 12:44:15 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/wordpress/crayon-syntax-highlighter/</guid>
      <description>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 &amp;lt;?php if($_FILES[&amp;#39;userfile&amp;#39;][&amp;#39;error&amp;#39;]) { echo &amp;#34;Problem:&amp;#34;; switch ($_FILES[&amp;#39;userfile&amp;#39;][&amp;#39;error&amp;#39;]) { case 1:echo &amp;#34;File exceeded upload_max_filesize&amp;#34;;break; case 2:echo &amp;#34;File exceeded max_file_size&amp;#34;;break; case 3:echo &amp;#34;File only partially uploaded&amp;#34;;break; case 4:echo &amp;#34;No file uploaded&amp;#34;;break;</description>
    </item>
    
    <item>
      <title>文件上传之坑爹的mime类型</title>
      <link>https://sosonemo.me/posts/php/dumb-mime/</link>
      <pubDate>Thu, 21 Jun 2012 12:29:08 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/dumb-mime/</guid>
      <description>从我第一眼看到mime类型开始，就觉得这货是一个完全没用的东西，今天的学习经历更让我加深了这一观点。 《php和mysql web开发》书上有一</description>
    </item>
    
    <item>
      <title>发现新大陆—goagent！</title>
      <link>https://sosonemo.me/posts/essay/found-goagent/</link>
      <pubDate>Thu, 14 Jun 2012 14:51:32 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/found-goagent/</guid>
      <description>其实对于很多来说，这已经不是新鲜事了，即使是我买空间时搜索关于ssh翻墙的信息的时候也有所耳闻，只不过当时我没有太关注。今天在网上逛的时间，</description>
    </item>
    
    <item>
      <title>苍天啊，大地啊，代理不能用啊</title>
      <link>https://sosonemo.me/posts/essay/proxy-fails/</link>
      <pubDate>Thu, 31 May 2012 01:20:06 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/proxy-fails/</guid>
      <description>百度又百度，谷歌再谷歌，尝试又尝试，发现hawkhost的ssh不能用来代理啊，而且官方论坛上有人提问，客服也明确说了： SSH does not allow http forwarding anymore? Correct. this has</description>
    </item>
    
    <item>
      <title>博客搬新家了</title>
      <link>https://sosonemo.me/posts/essay/new-host/</link>
      <pubDate>Wed, 30 May 2012 12:49:24 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/new-host/</guid>
      <description>之前什么都不懂，在淘宝上贪便宜买了个空间，贵倒是不贵，但就是速度有点慢。这两天疯狂百度，找合适的主机空间，最终发现了hawkhost的主机。</description>
    </item>
    
    <item>
      <title>php字符串的组成方式</title>
      <link>https://sosonemo.me/posts/php/how-string-works/</link>
      <pubDate>Wed, 23 May 2012 01:34:15 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/how-string-works/</guid>
      <description>在读《php指南白菜版》的时候，文中提到，字符串本身也是一个隐式数组。并给出了以下代码： 1 2 &amp;lt;?php echo &amp;#39;Hello, World!&amp;#39;; 1 2 3 4 &amp;lt;?php $data[&amp;#39;first&amp;#39;]=&amp;#39;Hello&amp;#39;; $data[&amp;#39;first&amp;#39;][&amp;#39;second&amp;#39;]=&amp;#39;world&amp;#39;; echo $data[&amp;#39;first&amp;#39;]; 看到结果的时候我很吃惊</description>
    </item>
    
    <item>
      <title>搭建WAMP平台</title>
      <link>https://sosonemo.me/posts/php/wamp/</link>
      <pubDate>Mon, 21 May 2012 14:48:36 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/wamp/</guid>
      <description>1.下载最新的apache2.2.22，安装 2.下载最新php5.4.3文件，解压到c:/php5 3.重命名并修改php.ini，exten</description>
    </item>
    
    <item>
      <title>重新开始php学习</title>
      <link>https://sosonemo.me/posts/php/restart-php-learning/</link>
      <pubDate>Mon, 21 May 2012 13:46:07 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/php/restart-php-learning/</guid>
      <description>虽然和一些天才相比，我到了这个年龄还毫无建树，显得我很平庸，但是我不能就此放纵自己，不再有做出一番业绩的热情。我还年轻，应该保持高涨的学习热</description>
    </item>
    
    <item>
      <title>wordpress首页摘要问题</title>
      <link>https://sosonemo.me/posts/wordpress/wordpress-excerpt-issue/</link>
      <pubDate>Tue, 17 Jan 2012 10:15:19 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/wordpress/wordpress-excerpt-issue/</guid>
      <description>兴奋地搭建完wp之后，首先感觉到的问题不是界面的简朴之类的，而是默认没有摘要功能，首页文章全部以全文显示，这可真是要命。 于是本人只好开始了百</description>
    </item>
    
    <item>
      <title>最初的几张画</title>
      <link>https://sosonemo.me/posts/essay/first-paintings/</link>
      <pubDate>Tue, 17 Jan 2012 08:31:47 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/first-paintings/</guid>
      <description>我心中一直有作导演拍电影的想法，然而上了大学之后，我才突然回过神来，我似乎离电影越来越远了，于是我只好另辟蹊径——做动画。虽说现在动画都是用</description>
    </item>
    
    <item>
      <title>写下开博第一篇！</title>
      <link>https://sosonemo.me/posts/essay/first-post/</link>
      <pubDate>Tue, 17 Jan 2012 06:41:48 +0000</pubDate>
      
      <guid>https://sosonemo.me/posts/essay/first-post/</guid>
      <description>终于，有了自己的独立博客 终于，在这个独立博客里写下了第一篇文章 以前一直想着拥有一个自己的独立博客，没有广告，没有喧嚣，只是用来吐露自己心声的</description>
    </item>
    
  </channel>
</rss>
