<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>守望者--AIR技术交流 - 后台技术</title>
    <link>http://www.airmyth.com/forum-66-1.html</link>
    <description>Latest 20 threads of 后台技术</description>
    <copyright>Copyright(C) 守望者--AIR技术交流</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 22 Jul 2026 06:43:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.airmyth.com/static/image/common/logo_88_31.gif</url>
      <title>守望者--AIR技术交流</title>
      <link>http://www.airmyth.com/</link>
    </image>
    <item>
      <title>远程连接RabbitMQ失败</title>
      <link>http://www.airmyth.com/thread-1913-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/rollenholt/p/4098089.html为了避免污染宿主系统环境，于是在虚拟机中搭建了一个linux环境并且按照了rabbitmq-server。然后在远程连接的时候一直连接失败。官网上面给的例子都是在本地使用系统默认的guest用户连接的。没有给出远程连接的 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 20 Oct 2017 02:36:50 +0000</pubDate>
    </item>
    <item>
      <title>RabbitMQ安装教程(Windows/Linux都有)</title>
      <link>http://www.airmyth.com/thread-1912-1-1.html</link>
      <description><![CDATA[来源：http://blog.csdn.net/lu1005287365/article/details/52315786RabbitMQ安装教程简介:RabbitMQ是流行的开源消息队列系统，用erlang语言开发。RabbitMQ是AMQP（高级消息队列协议）的标准实现。如果不熟悉AMQP，直接看RabbitMQ的文档会比较困难。不过它也只有几个关 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 19 Oct 2017 06:47:26 +0000</pubDate>
    </item>
    <item>
      <title>安装RVM失败： public key not found</title>
      <link>http://www.airmyth.com/thread-1911-1-1.html</link>
      <description><![CDATA[来源：http://blog.csdn.net/caspiansea/article/details/47802331错误是这样的：&amp;nbsp;view plain&amp;nbsp;copy&amp;nbsp;print?$&amp;nbsp;curl&amp;nbsp;-L&amp;nbsp;get.rvm.io&amp;nbsp;|&amp;nbsp;bash&amp;nbsp;-s&amp;nbsp;stable&amp;nbsp;--ruby&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;%&amp;nbsp;Total&amp;nbsp;&amp;nbsp;&amp;nbs ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 12 Oct 2017 05:35:34 +0000</pubDate>
    </item>
    <item>
      <title>redis requires Ruby version &gt;= 2.2.2问题</title>
      <link>http://www.airmyth.com/thread-1910-1-1.html</link>
      <description><![CDATA[最近在研究redis的集群，redis官方提供了redis-trib.rb工具，但是在使用之前 需要安装ruby，以及redis和ruby连接：[/backcolor]yum -y install ruby ruby-devel rubygems rpm-build[/backcolor]gem install redis[/backcolor]其中 gem install redis命令执行时 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 12 Oct 2017 05:33:10 +0000</pubDate>
    </item>
    <item>
      <title>centos7安装redis3.2.5集群</title>
      <link>http://www.airmyth.com/thread-1909-1-1.html</link>
      <description><![CDATA[来源：http://www.centoscn.com/centos7安装redis3.2.5集群本文是在虚拟机centos7系统上安装redis3.2.5集群redis集群简介redis集群在启动的时候就自动在多个节点间分好片。同时提供了分片之间的可用性：当一部分redis节点故障或网络中断，集群也能继续工作。但是，当大 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Wed, 11 Oct 2017 08:14:57 +0000</pubDate>
    </item>
    <item>
      <title>全面剖析Redis Cluster原理和应用</title>
      <link>http://www.airmyth.com/thread-1908-1-1.html</link>
      <description><![CDATA[1.Redis Cluster总览1.1 设计原则和初衷在官方文档Cluster Spec中，作者详细介绍了Redis集群为什么要设计成现在的样子。最核心的目标有三个：性能：这是Redis赖以生存的看家本领，增加集群功能后当然不能对性能产生太大影响，所以Redis采取了P2P而非Proxy方式、异步复制 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Wed, 11 Oct 2017 08:04:25 +0000</pubDate>
    </item>
    <item>
      <title>phpStudy开发环境 PHPStorm下XDebug配置</title>
      <link>http://www.airmyth.com/thread-1880-1-1.html</link>
      <description><![CDATA[&amp;nbsp;phpStudy 我用的是php5.5版本 &amp;nbsp;默认XDebug扩展都安装完成了 &amp;nbsp;就不讲怎么安装了 。&amp;nbsp;&amp;nbsp;1.打开php.ini文件修改如下:&amp;nbsp; &amp;nbsp; &amp;nbsp;[XDebug]xdebug.profiler_append = 0xdebug.profiler_enable = 1xdebug.profiler_enable_trigger = 0xdebug ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 03 Nov 2016 08:08:27 +0000</pubDate>
    </item>
    <item>
      <title>微信、陌陌等著名IM软件设计架构详解</title>
      <link>http://www.airmyth.com/thread-1874-1-1.html</link>
      <description><![CDATA[[转载请注明出处，多谢]对微信、陌陌等进行了分析，发出来分享一下（时间有些久了）电量：对于移动设备最大的瓶颈就是电量了。因为用户不可能随时携带电源，充电宝。所以必须考虑到电量问题。那就要检查我们工程是不是有后台运行，心跳包发送时间是不是合理。流量：对于 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Wed, 12 Oct 2016 13:28:53 +0000</pubDate>
    </item>
    <item>
      <title>Servlet 工作原理解析</title>
      <link>http://www.airmyth.com/thread-1867-1-1.html</link>
      <description><![CDATA[从 Servlet 容器说起要介绍 Servlet 必须要先把 Servlet 容器说清楚，Servlet 与 Servlet 容器的关系有点像枪和子弹的关系，枪是为子弹而生，而子弹又让枪有了杀伤力。虽然它们是彼此依存的，但是又相互独立发展，这一切都是为了适应工业化生产的结果。从技术角度来说是 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Wed, 14 Sep 2016 09:26:04 +0000</pubDate>
    </item>
    <item>
      <title>ubuntu 安装redis两种方式 教程</title>
      <link>http://www.airmyth.com/thread-1865-1-1.html</link>
      <description><![CDATA[方式一:下载地址：http://redis.io/download，下载最新文档版本。本教程使用的最新文档版本为 2.8.17，下载并安装：$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz
$ tar xzf redis-2.8.17.tar.gz
$ cd redis-2.8.17
$ makemake完后 redis-2.8.17目录下 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Mon, 12 Sep 2016 09:28:59 +0000</pubDate>
    </item>
    <item>
      <title>Java开源持久层框架</title>
      <link>http://www.airmyth.com/thread-1862-1-1.html</link>
      <description><![CDATA[来源：http://www.open-open.com/18.htm&amp;nbsp;&amp;nbsp;Hibernate&amp;nbsp;Hibernate是一个开放源代码的对象关系映射框架，它对JDBC进行了非常轻量级的对象封装，使得Java程序员可以随心所欲的使用对象编程思维来操纵数据库。 Hibernate可以应用在任何使用JDBC的场合，既可以 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 01 Sep 2016 02:32:33 +0000</pubDate>
    </item>
    <item>
      <title>Dubbo架构设计详解</title>
      <link>http://www.airmyth.com/thread-1861-1-1.html</link>
      <description><![CDATA[来源：http://shiyanjun.cn/archives/325.htmlDubbo是Alibaba开源的分布式服务框架，它最大的特点是按照分层的方式来架构，使用这种方式可以使各个层之间解耦合（或者最大限度地松耦合）。从服务模型的角度来看，Dubbo采用的是一种非常简单的模型，要么是提供方提供服务 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Thu, 01 Sep 2016 01:17:13 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB Plugin 1.0.7</title>
      <link>http://www.airmyth.com/thread-1860-1-1.html</link>
      <description><![CDATA[来源：http://www.cybermkd.com/mongodb-plugin-2/
简介因为自己工作中会需要用到MongoDB，为了在JAVA上用MongoDB用得更舒服，所以开发了这个工具。相较于之前的版本，几乎重写所有代码。要求java8及以上，MongoDB由于3.0后改变较大，最好是3.2或以上。具有以下特性：

 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Tue, 30 Aug 2016 05:39:28 +0000</pubDate>
    </item>
    <item>
      <title>Mongodb启动命令mongod参数说明</title>
      <link>http://www.airmyth.com/thread-1857-1-1.html</link>
      <description><![CDATA[mongod的主要参数有：&amp;nbsp;基本配置----------------------------------------------------------------------------------quiet# 安静输出--port arg# 指定服务端口号，默认端口27017--bind_ip arg# 绑定服务IP，若绑定127.0.0.1，则只能本机访问，不指定默认本地所有 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 09:56:22 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 下使用Mongodb 笔记</title>
      <link>http://www.airmyth.com/thread-1856-1-1.html</link>
      <description><![CDATA[一.安装Mongodb
1.打开命令窗口终端，进入 root
  输入 sudo -i
  然后输入密码

2.检查是否安装Mongodb
输入：mongod



系统提示：
表示此时未安装Mongodb


2.从仓库安装Mongodb


按照上面提示执行：







中间提示  您希望继续执行吗？ [Y/n] Y
直接输入 Y  回车 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 08:59:13 +0000</pubDate>
    </item>
    <item>
      <title>ubuntu下使用VI编辑文件必知的常用命令</title>
      <link>http://www.airmyth.com/thread-1855-1-1.html</link>
      <description><![CDATA[最近在使用ubuntu，已经很少进入windows平台了。在linux下，要编辑文件或者其他的文本文件，哪那么一个ubuntu linux下的强大的文本编辑工具就不得不提了，那就是VI编辑器。下面把VI常用到的命令行贴出来。  


进入vi的命令  


vi filename :打开或新建文件，并将 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 07:23:50 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB大数据处理权威指南（第2版） [The Definitive Guide to Mong...</title>
      <link>http://www.airmyth.com/thread-1854-1-1.html</link>
      <description><![CDATA[本帖最后由 破晓 于 2016-8-26 15:07 编辑 MongoDB大数据处理权威指南（第2版）&amp;nbsp;[The Definitive Guide to MongoDB: A Complete Guide][美]&amp;nbsp;David Hows，Eelco Plugge，Peter Mem&amp;nbsp;著；王肖峰&amp;nbsp;译编辑推荐　　精通MongoDB——流行的“大数据”NoSQL ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 07:04:13 +0000</pubDate>
    </item>
    <item>
      <title>在Ubuntu下进行MongoDB安装步骤</title>
      <link>http://www.airmyth.com/thread-1853-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/alexqdh/archive/2011/11/25/2263626.html一. 在Ubuntu下最傻瓜的步骤（以下都在root用户下进行操作）：1.运行\&quot;apt-get install mongo\&quot;有的是：apt install mongodb-server如果不对可以输入：mongodb系统能够提示：程序“mongod”尚未安装 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 04:39:56 +0000</pubDate>
    </item>
    <item>
      <title>Linux(ubuntu)分区挂载点介绍</title>
      <link>http://www.airmyth.com/thread-1852-1-1.html</link>
      <description><![CDATA[ubuntu分区挂载点介绍，推荐容量仅供参考不是绝对，跟各系统用途以及硬盘空间配额等因素实际调整：以下标注的是一你应该用到的分区类型介绍备注/boot启动分区一般设置100M-200M，boot目录包含了操作系统的内核和在启动系统过程中所要用到的文件。/根分区所有未指定挂载 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 04:22:39 +0000</pubDate>
    </item>
    <item>
      <title>深入浅出Symfony2 - 结合MongoDB开发LBS应用</title>
      <link>http://www.airmyth.com/thread-1851-1-1.html</link>
      <description><![CDATA[来源：http://www.infoq.com/cn/articles/depth-study-of-Symfony2简介随着近几年各类移动终端的迅速普及，基于地理位置的服务（LBS）和相关应用也越来越多，而支撑这些应用的最基础技术之一，就是基于地理位置信息的处理。我所在的项目也正从事相关系统的开发，我们使 ...]]></description>
      <category>后台技术</category>
      <author>破晓</author>
      <pubDate>Fri, 26 Aug 2016 04:20:56 +0000</pubDate>
    </item>
  </channel>
</rss>