install

  • Linux系统centos7安装Python3和Postman

    https://blog.csdn.net/lwlhqyh/article/details/81505685 1、Postman的安装: 1. 到官网下载:https://www.…

    智能运维 2022年7月19日
  • linux

        安装docker yum -y install docker 启动docker systemctl start docker 查看docker服务状态 systemctl …

    智能运维 2022年7月19日
  • thinkbook-archlinux install

    thinkbook-archlinux 安装流程 GURB + GPT 启动方式. 先在 bios 中关闭 source boot. 安装第一步 下载镜像 (下载地址)[https…

    智能运维 2022年7月19日
  • python准备工作

    pip包管理 你可以通过以下命令来判断是否已安装: pip –version # Python2.x 版本命令 pip3 –version # Python3.x 版本命令 p…

    python 2022年7月17日
  • 编译树莓派Linux内核

    1、建议边看视频边跟着教程走 https://www.bilibili.com/video/av91990721?zw 2、准备工作 下载官方提供的交叉编译工具链 git clon…

    智能运维 2022年7月17日
  • windows安装npm教程(nodejs)

    1、在使用之前,先类掌握3个东西,明白它们是用来干什么的: npm:  nodejs 下的包管理器。 webpack: 它主要用途是通过CommonJS 的语法把所有浏览器端需要发…

    智能运维 2022年7月17日
  • 基于CentOS7 一键编译 redis 5安装脚本

    #!/bin/bash # 编译安装Redis source /etc/init.d/functions #Redis版本 Redis_version=redis-5.0.9 su…

    数据库 2022年7月16日
  • docker中源码安装tvm

    TVM安装 docker安装 可自行到https://tvm.apache.org/docs/install/docker.html 官网下载安装 源码安装 环境:系统: ubun…

    python 2022年7月15日
  • 机器学习入门实战-Python

    原文链接:https://www.pyimagesearch.com/2019/01/14/machine-learning-in-python/作者:Adrian Rosebro…

    python 2022年7月12日
  • 1、Java入门

    ubuntu安装Java sudo apt update sudo apt upgrade sudo apt install libc6-x32 libc6-i386 sudo a…

    Java 2022年7月11日