很傻 太天真
str-length command str-length command
字符串长度$ str="123.?+ abc" $ echo "$str" | wc -L 10 $ str="123.?+ abc" $ echo "$str" | awk -F "" '{print NF}' 10 $ str="1
1999-01-01
mount command mount command
mountsudo mkdir /bak sudo fdisk -l sudo mount /dev/xvdf1 /bak
1999-01-01
apt-get command apt-get command
apt-getapt-get [选项] 命令 选项-h 本帮助文件。 -q 输出到日志 - 无进展指示 -qq 不输出信息,错误除外 -d 仅下载 - 不安装或解压归档文件 -s 不实际安装。模拟执行命令 -y 假定对所有的询问选是,不提
1999-01-01
Linux command Linux command
cpu 信息#查看物理 CPU 个数 cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l #查看每个物理 CPU 中 core 的个数(即核数)` cat /proc/
1999-01-01
fastjson SerializerFeature fastjson SerializerFeature
QuoteFieldNames 输出 key 时是否使用双引号,默认为 true UseSingleQuotes 使用单引号而不是双引号,默认为 false WriteMapNullValue 是否输出值为 null
1999-01-01
date format date format
字母 日期或时间元素 表示 示例 G Era 标志符 Text AD y 年 Year 1996; 96 M 年中的月份 Month July; Jul;07 w 年中的周数 Number 27 W 月份中的周数
1999-01-01
gitlab runner gitlab runner
Gitlab runner restartsudo gitlab-ci-multi-runner restart
1999-01-01
gitlab command gitlab command
GitlabInstallhttps://about.gitlab.com/install/ Gitlab 默认路径#配置路径 /etc/gitlab/gitlab.rb #备份路径 /var/opt/gitlab/backups Git
1999-01-01