Git使用规范 一、commit <type>(scope): <subject> Header <BLANK LINE> <body> Body <BALNK LINE> <footer> Footer commit message包含Header、Body、Footer三个部分,其中Header是必须
SVN 介绍: 代码版本管理工具 能记住本版修改的情况 查看所有的修改记录 恢复到任何历史版本 恢复已经删除的文件 svn与git相比的优势: 使用简单、上手快
Git 一、git基本使用 1、commit [root@node01 project]# git add 1.txt [root@node01 project]# git commit -m "create new 1.txt" [master (root-commit) 3e8ce87] create new 1.txt 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 1.txt 2、diff文件 [root@node01 project]# git diff 1.txt diff --git a/1.txt b/1.txt index e69de29..21d56a0 100644 --- a/1.txt
SQLite SQLite是一种开源,零配置,独立的,独立的,事务关系数据库引擎,旨在嵌入到应用程序中。 一、安装sqlite SQLite以其零配置而闻名
钉钉机器人 一、shell脚本 1、基于关键字或者 ip 版 发送txt格式消息 info='hello' logFile='/var/log/dingbot.log' #发送消息 sendMsg() { token='1e18ffe069052b56f5a0f8fe9b6c058373e7df7ef4xxxxxxxxxxxxxxx' result=$(curl -s "https://oapi.dingtalk.com/robot/send?access_token=$token" \ -H 'Content-Type: application/json' \ -d "{'msgtype': 'text','text': {'content': 'msg:\n$*'}}") [ $(echo $result | grep "errmsg.*ok") ] && echo 'send succees!' echo "$(date
服务器中有关常用端口的信息在/etc/services文件中记录 [root@localhost ~]# vim /etc/services 协议 端口 说明 FTP 21 FTP服务上传和下载文件。 SSH 22 远程连接Linux弹性