首页
小石头
取消

Tag

git tag https://blog.csdn.net/lovedingd/article/details/127568704 git ls-remote –tags origin git tag //显示默认列表 git tag -l git tag -n //显示tag列表,并显示描述信息 git ls-remote –tags origin //查看远程所有tag git c...

Git删除文件

删除本地分支 $ git branch -d checkout 一个标签 git checkout v5。2。2 将 checkout 的标签的分支保存到本地分支中 git switch -c local

Git修改默认编辑器

编辑 ~/.git/config 文件 [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true     editor = vim [remote “origin”] url = https://github.com/Og192/Cpp fetch = +re...

Git_branch

用现有的代码创建本地branch git branch local——branchbranch git remote add git@github.com:quzhengpeng/quzhengpeng.github.io.git git remote show origin https://cloud.tencent.com/developer/news/576613 git ...

Ubuntu安装vnc

https://www.cnblogs.com/milton/p/16730512.html 下载 sudo apt install tigervnc-standalone-server 设置密码 启动服务 vncserver 查看vnc服务 vncserver -list vncserver -localhost n...

hive加密解密

https://blog.csdn.net/qq_41545431/article/details/105326085 hash SELECT hash('Hive'); -------------------------------------------------- 2249616 crc32 crc32(STRING|BINARY a) SELECT crc32('Hi...

Clickhouse安装指南

Hive_shufflexiangjie

DFGHJKL https://blog.csdn.net/lzb348110175/article/details/117731224 https://blog.csdn.net/lzb348110175/article/details/117820695

Flink面试题汇总

https://zhuanlan.zhihu.com/p/266638799

Ubuntu开机自启动脚本

创建快捷方式 进入到目录 /etc/init.d 创建以 desktop 为后缀的文件 例:idea 快捷方式 #! /bin/sh ### BEGIN INIT INFO # Provides: qzpd # Required-Start: $syslog $time $remote_fs # Required-St...