1. urllib https://docs.python.org/zh-cn/3/library/urllib.request.html#module-urllib.request 2. BeautifulSoup https://www.crummy.com/software/Beautiful ...
分类:
其他好文 时间:
2020-07-21 01:10:58
阅读次数:
71
1.集群规划 在 hadoop102、hadoop103 和 hadoop104 三个节点上部署 Zookeeper。 2.解压安装 (1)解压 Zookeeper 安装包到/opt/module/目录下 [atguigu@hadoop102 software]$ tar -zxvf zookeep ...
分类:
其他好文 时间:
2020-07-21 01:06:25
阅读次数:
87
安装erlang 【执行】sudo apt-get install erlang-nox验证【执行】erl 安装rabbitmq【可选】sudo apt-get update【可选】sudo apt-get upgrade【执行】sudo apt-get install rabbitmq-serve ...
分类:
系统相关 时间:
2020-07-20 22:49:01
阅读次数:
104
PaperRead - Fast Software for Box Intersections Zomorodian, Afra, Edelsbrunner,等. Fast Software for Box Intersections.[J]. International Journal of Co ...
分类:
其他好文 时间:
2020-07-20 15:40:31
阅读次数:
66
问题:Ubuntu执行命令时,不sudo提示权限不足,sudo提示找不到该命令 补充描述:尝试将命令所在路径添加到/etc/profile中(所有用户环境变量),结果sudo -i切换到root用户后,可以执行该命令,普通用户sudo还是找不到该命令。 解决办法: 首先,修改/etc/sudoers ...
分类:
系统相关 时间:
2020-07-19 23:33:29
阅读次数:
100
来源于天问之路知识星球的每日安全推送。 ASAN检测不到的bugs 文章链接: https://nandynarwhals.org/bugs-asan-doesnt-detect/ 这篇文章是关于三个能够绕过ASAN检测的bugs,之前我没有接触过ASAN,借此了解一下。 在gcc/g++下使用AS ...
分类:
其他好文 时间:
2020-07-19 23:27:19
阅读次数:
81
docker安装步骤: 1.先卸载已装的旧版本的docker: apt-get remove docker docker-engine docker.io containerd runc 如果没有权限的话加sudo,为了方便,后面都默认给权限sudo sudo apt-get remove dock ...
分类:
系统相关 时间:
2020-07-19 23:15:22
阅读次数:
90
先打开文件,把原来的源注释掉 vi /etc/apt/sources.list 然后在尾部加上 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main ...
分类:
系统相关 时间:
2020-07-19 23:10:26
阅读次数:
119
1. 安装说明 Windows 10 2004 及以上版本才开始支持WSL2 ,之前的版本只能使用 WSL1,两者的差距还是比较大的,比如说WSL2 可以安装 Docker,而 WSL1 不可以,WSL2 的性能比 WSL1 的性能要强很多,建议升级系统使用 WSL2 2. 开启 WSL 开启方式有 ...
jdk的安装 上传jdk的安装包到linux中 解压、更名 [root@qianfeng01 software]# tar -zxvf jdk-8u221-linux-x64.tar.gz -C /usr/local/ [root@qianfeng01 software]# cd /usr/loca ...
分类:
其他好文 时间:
2020-07-19 17:54:49
阅读次数:
72