摘要:
链接:尚硅谷-宋红康版 阅读全文
摘要:
拉取 启动 docker run -p 8888:8888 -v /root/docker/hue/conf:/usr/share/hue/desktop/conf --name hue --add-host hadoop0:192.168.2.6 -d gethue/hue:latest 阅读全文
摘要:
一 下载 链接:https://pan.baidu.com/s/1gKxzGWvnoCpXPoe8zzfLnQ 提取码:5lyf 二 安装 https://www.jb51.net/softs/598714.html/ 三 配置 主题 字体 背景图 字符编码 键盘布局 参考:https://www. 阅读全文
摘要:
一、下载(华为云) https://mirrors.huaweicloud.com/elasticsearch/https://mirrors.huaweicloud.com/kibana/7.6.2/ 二、安装 新增用户:es groupadd es user add es -g es -p es 阅读全文
摘要:
1、https://www.cnblogs.com/april-chen/p/10414857.html 2、 阅读全文
摘要:
一 安装 yum -y install dockersystemctl enable docker 二 配置国内镜像 https://www.cnblogs.com/reasonzzy/p/11127359.html 三 启动docker systemctl start docker 阅读全文
摘要:
今天重温Kafka命令, 使用KafkaTool连接Broker,需要修改主机名,发现host修改时,提示以下错误: C:\Windows\System32\drivers\etc\hosts.txt你没有权限打开该文件,请向文件的所有 以前能修改,现在不能修改了,打开文件的安全属性,发现多了一项U 阅读全文
摘要:
参考:链接 阅读全文
摘要:
一 安装 pip install --upgrade jupyterthemes 二 设置主题 #查看主题列表 jt -l #设置主题并打开工具栏 jt -t chesterish -T 三 设置列宽,自动换行 jt -t gruvboxl -f fira -fs 13 -cellw 90% -of 阅读全文
摘要:
一 更换为绝对路径的写法func1("C:\\Users\\renyc") 二 显式声明字符串不用转义(加r)func1(r"C:\Users\renyc") 三 使用Linux的路径/func1("C:/Users/renyc") 阅读全文