• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Third-party exchanges:
  • Poloniex 
  • Advertise 
  • Jobs at Steemit 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Home
Online–(0 logged in · 0 anonymous)·24 h–(0 logged in · 0 anonymous)·28 d–(0 logged in · 0 anonymous)
EN▾
LoginSign up

cui5445 (25)

52 followers4 posts3 following0 SP#1,673,789

Joined January 2018 Active 9 years ago

  • cui5445 (25)in #linux • 9 years ago

    centos 7 安装iptables防火墙

    firewalle: 开启6379端口和16379端口 [root@localhost ~]# firewall-cmd --zone=public --add-port=6379/tcp --permanent…
    100%
      10%25%50%75%100%
      $0.00
         1 2
      • cui5445 (25)in #redis • 9 years ago

        redis安装

        因为我这里使用的是centos7 mini版本,需要安装gcc,通过下图显示命令安装gcc(因为redis是由C语言开发而来,所以需要安装gcc编译环境)。…
        100%
          10%25%50%75%100%
          $0.00
             2 0
          • cui5445 (25)in #mysql • 9 years ago

            mysql 常用命令总结

            数据库查看: show databases; 数据库创建: create database 数据库名; 使用数据库: use 数据库名; 创建表: 后面边使用边总结增加吧。…
            100%
              10%25%50%75%100%
              $0.00
                 2 0
              • cui5445 (25)in #mysql • 9 years ago

                MySQL query table field name, field type

                select column_name,column_comment,data_type from information_schema.columns where table_name='tableName' and table_schema='databaseName'
                100%
                  10%25%50%75%100%
                  $0.00
                     1 0