
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
解决 ssh 远程报错 Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa, ssh-dss

hive metastore 、hiveserver2 服务启停脚本
shell 脚本一键自动化部署 python3 和 pip3 环境#!/bin/bash#install(){yum -y install python3 python3-pip}conf(){mkdir ~/.piptouch ~/.pip/pip.confsed -i "1 i [global]" ~/.pip/pip.confsed -i "2 i index-url = https://p
notepad++正则表达式批量删除
git pull --rebase报错error: cannot pull with rebase: Your index contains uncommitted changes.error: please commit or stash them.解决方案:修复冲突git stashgit pull --rebasegit stash pop然后就可以提交了提交步骤git statusgit
去某度搜了一些树莓派安装中文输入法的方式,有一哥们写的是安装scim-pinyin操作是sudo apt-get install scim-pinyin结果本小白尝试以后呐,不得行,用不了,所以本小白果断卸载了它(快速卸载)sudo apt-get remove scim-pinyinsudo apt autoremove于是本小白去小破站转了转,某老哥搞得也是fcitx,昨天也有装了,今天继续安
树莓派ping: baidu.com: 域名解析暂时失败root@raspberrypi:~# vi /etc/resolv.confroot@raspberrypi:~#root@raspberrypi:~# cat /etc/resolv.conf# Generated by resolvconfnameserver 114.114.114.114root@raspberrypi:~#好了,现
shell 脚本常用 逻辑判断符 && 与 || 或 ! 非
shell 中常见 数字比较符号 -gt 大于 和 -lt 小于 常用
hive 之 get_json_object函数使用







