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



  • 相关阅读:
    虚函数******
    C++ 中的运算符重载********
    继承
    静态成员和成员函数
    类指针
    内联函数
    k8基础架构
    cobbler自动装机
    ens33-eth0
    PXE-自动装机配置
  • 原文地址:https://www.cnblogs.com/lexus/p/1691672.html
Copyright © 2011-2022 走看看