zoukankan      html  css  js  c++  java
  • redis安装

    ubuntu server
    安装openssh server
    sudo apt-get install build-essential
    wget <a title="Use CTRL + click or middle-click to open in a new tab" href="javascript:void(0);">http://redis.googlecode.com/files/redis-1.02.tar.gz</a>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: Verdana;"><pre class="codeblock python python python" name="code" style="padding: 5px; color: rgb(0, 100, 0);">$ tar xvzf redis-1.02.tar.gz $ cd redis-1.02 $ make



  • 相关阅读:
    网络编程的基础
    day31作业
    异常处理其他内容
    异常处理的使用
    常见的异常种类
    ansible条件使用--实践
    Ansible的循环
    Ansible的条件语句
    ansibleplaybook的使用
    ansible官方文档翻译之变量
  • 原文地址:https://www.cnblogs.com/lexus/p/1691672.html
Copyright © 2011-2022 走看看