240 发简信
IP属地:黑龙江
  • 阿里云Ubuntu服务器安装Zookeeper

    安装前需要先安装 JDK 安装JDK 安装 Zookeeper 官网地址http://zookeeper.apache.org/index.ht...

  • 阿里云Ubuntu服务器安装JDK

    安装 JDK 官网地址https://www.oracle.com/java/technologies/javase-jdk13-downloa...

  • 阿里云Ubuntu服务器安装Git

    安装 gitsudo apt-get install git 配置 gitgit config --global user.name "xxx"...

  • 阿里云Ubuntu服务器搭建Gitlab

    安装 Gitlab 更新服务器上的包索引sudo apt-get update 安装依赖sudo apt-get install -y curl...

  • 阿里云Ubuntu服务器安装Redis

    安装 Redis 更新服务器上的包索引sudo apt-get update 安装默认包sudo apt-get install redis-s...

  • 阿里云Ubuntu服务器安装MySQL

    安装 MySQL 更新服务器上的包索引sudo apt-get update 安装默认包sudo apt-get install mysql-s...

  • C++11 实现 Twitter Snowflake

    SnowflakeIdWorker c++11 Twitter Snowflake c++11实现版本 代码位置 SnowFlake 算法生成的...

  • 安装git

    安装 git 安装 gitsudo apt-get install git 配置gitgit config --global user.name...

  • git 技巧

    git clone 时直接提交用户名和密码git clone https://用户名:密码@地址 当用户名中包含 @ 字符时, 使用 %40 ...