请登录

  • 博客
  • Ugoodu
  • 工具
  • 分享
  • 盖楼
  • 打卡
  • 随笔
  • 标签
  • 登录
  • 注册
  • Linux:解决yum镜像中没有wget,rpm方式安装wget命令

    一、场景 1、wget命令找不到 2、yum安装wget失败 yum -y install wget 二、安装步骤 1、下载 (1)下载地址:http://www.rpmfind.net/linux/rpm2html/search.php?...
    • 小豆丁
    • 博客
    • 1年前
    • 166
    • 0
  • linux解压缩操作常用命令:tar、zip、gzip

    1、tar 压缩、解压目录 (1)基本语法: tar -参数 文件名.tar.gz 目录地址 (2)常用: 压缩 tar -zcvf test.tar.gz /test #创建压缩文件, 解压 tar -zxvf test.tar.gz -C ...
    • 小豆丁
    • 博客
    • 1年前
    • 229
    • 0
  • mongodb报错误:ERROR: child process failed, exited with error number 51 修复

    about to fork child process, waiting until server is ready for connections. forked process: 12233 ERROR: child process fail...
    • 小豆丁
    • 博客
    • 1年前
    • 459
    • 0
  • python版本切换

    [root@python ~]# python -V Python 3.7.2 [root@python ~]# python2 -V Python 2.7.5 [root@python ~]# vim /usr/bin/yum-config-m...
    • 小豆丁
    • 博客
    • 1年前
    • 284
    • 0
  • windows对于python环境安装(待整理)

    1、首先得学会看别人的技术贴:https://blog.csdn.net/qq_38188725/article/details/80623710 2、然后才能个更好的转化为自己的技术:脑子装好 (1)开发工具IDEA安装(我这里兼顾就JAVA开...
    • 小豆丁
    • 博客
    • 1年前
    • 222
    • 0
  • 分布式CAP理论理解(待整理)

    1、分布式的理解: 2、简单概述CAP理论:指一个分布式系统中,最多只能同时满足一致性(Consistency)、可用性(Availability)、分区容错性(Partition tolerance)这三项中的两项。 3、待整理
    • 小豆丁
    • 博客
    • 1年前
    • 202
    • 0
  • ssl证书的解决方案(泛域名、域名通配符),自动配置,手动配置

    1、certbot相关地址 (1)certbot的官方网站为:https://certbot.eff.org (2)选择Centos版教程:https://certbot.eff.org/lets-encrypt/centosrhel7-ngin...
    • 小豆丁
    • 博客
    • 1年前
    • 272
    • 0
  • maven下载安装及配置(win10)

    maven 官方下载地址: https://archive.apache.org/dist/maven/maven-3/ https://archive.apache.org/dist/maven/binaries/ 1、下载地址:http://...
    • 小豆丁
    • 博客
    • 1年前
    • 211
    • 0
  • vue安装node-sass

    1、版本对应 NodeJSMinimum node-SaaS versionnode module node 144.14+83 node 134.13+79 node 124.12+72 node 114.10+67 node 104....
    • 小豆丁
    • 博客
    • 1年前
    • 288
    • 0
  • File类中file.mkdir()和file.mkdirs()与file.createNewFile()

    1、file.mkdir() 如果你想在已经存在的文件夹下建立新的文件夹,就可以用此方法。此方法不能在不存在的文件夹下建立新的文件夹。 2、file.mkdirs() 如果你想根据File里的路径名建立文件夹(当你不知道此文件夹是否存在,也不知道...
    • 小豆丁
    • 博客
    • 1年前
    • 250
    • 0
  • 1
  • ...
  • 3
  • 4
  • 5
  • ...
  • 9

热门文章

  • 1. Axure rp9 下载安装激活(亲测有效)
  • 2. linux命令大全
  • 3. 广告投放请看这里
  • 4. linux环境配置之防火墙操作--firewalld(Centos)
  • 5. linux环境配置之shell命令脚本的全局生效
  • 6. linux:python2升级为python3,需要修改的环境变量

最新发布

  • 1. 活着
  • 2. 命由我作,福自己求
  • 3. 爱恨随意
  • 4. Linux历史命令的记录
  • 5. jmeter生成压测报告:cmd命令
  • 6. 经纬度两点之间距离

最新评论

  • 关于维他奶的《通告:有关因为同事于事件中身故》,瞬间舆论爆炸:维他奶真毒奶!大家后续会选择豆本豆替代么?
  • 2020-05-19 23:00
mblog Copyright © Ugoodu 粤ICP备20018147号
Powered by lwj