这个以后肯定用的上的,直接放命令了#!/bin/bashSTR=‘GNU/Linuxisanoperatingsystem‘SUB=‘Linux‘if[["$STR"=~."$SUB".]];thenecho"It‘sthere."fi答案是It‘sthere下面这个是我脚本用到的,用正则表
分类:
系统相关 时间:
2020-11-06 02:40:24
阅读次数:
30
跟光磊学Linux运维-Windows安装Ubuntu服务版跟光磊学Linux运维 Ubuntu简介Ubuntu(乌班图)早期是一个开源的GNU/Linux操作系统,Ubuntu是基于Debian的GNU/Linux,支持x86,amd64(即x64)和pcc架构,由全球专业的开发团队(Canoni... ...
参考; https://www.cnblogs.com/cnsevennight/p/4253167.html https://blog.csdn.net/weixin_43752941/article/details/101394830?utm_medium=distribute.pc_relev ...
一、通过yum安装: yum -y install gcc yum -y install gcc-c++ 二、通过压缩包安装 1.下载gcc压缩包 // 下载地址: http://mirror.hust.edu.cn/gnu/gcc/ // 上传到服务器后解压缩 tar -zxvf gcc-4.9. ...
分类:
系统相关 时间:
2020-10-29 09:51:28
阅读次数:
29
转,原文: https://www.cnblogs.com/qcrao-2018/archive/2019/07/03/11124360.html —————————————————————————————————————————————————————————————————————— 刚开始写这 ...
分类:
其他好文 时间:
2020-10-26 11:48:18
阅读次数:
23
#include <bits/stdc++.h> #include <bits/extc++.h> using namespace std; using namespace __gnu_pbds; typedef pair<int,int> pii; tree<pii,null_type,less< ...
分类:
其他好文 时间:
2020-10-21 20:30:50
阅读次数:
25
跟光磊学Linux运维-Windows安装Ubuntu服务版跟光磊学Linux运维 Ubuntu简介Ubuntu(乌班图)早期是一个开源的GNU/Linux操作系统,Ubuntu是基于Debian的GNU/Linux,支持x86,amd64(即x64)和pcc架构,由全球专业的开发团队(Canoni... ...
Linux发行版介绍#Linux,最早由LinusBenedictTorvalds在1991年开始编写。在这之前,RichardStallman创建了FreeSoftwareFoundation(FSF)组织以及GNU项目,并不断的编写创建GNU程序(此类程序的许可方式均为GPL:GeneralPublicLicense)。在不断的有杰出的程序员和开发者加入到GNU组织中后,便造就了今天我们所看到
分类:
系统相关 时间:
2020-10-14 20:49:48
阅读次数:
56
本文所有内容均在 GNU C++ (64位) 里瞎搞出来,有很多猜测,仅供参考 如何定义 vector/deque/list/forward_list <T, allocator<T> > set <T, less<T>, allocator<T> > map <T, U, less<T>, all ...
分类:
编程语言 时间:
2020-09-17 23:27:20
阅读次数:
41
[root@localhost memzone]# gdb build/app/TestMalloc GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7 Copyright (C) 2013 Free Software Foundation, I ...
分类:
其他好文 时间:
2020-09-17 18:07:18
阅读次数:
33