摘要:
from lxml import etree #https://mirrors.aliyun.com/pypi/simple/ python仓库 wb_data = """ <div> <ul> <li class="item-0"><a href="link1.html">first item</ 阅读全文
posted @ 2022-04-09 21:56
森林深处有一道光
阅读(40)
评论(0)
推荐(0)
摘要:
安装jdk 一、开启网络,ifconfig指令查看ip 二、修改主机名 hostnamectl set-hostname hadoop 三、查看防火墙状态并打开防火墙 1.firewall-cmd --state查看防火墙状态 2.systemctl start iptables.service打开 阅读全文
posted @ 2022-04-09 21:06
森林深处有一道光
阅读(67)
评论(0)
推荐(0)
摘要:
创建存储过程的外壳 delimiter $ create procedure test(userId int) begin end $ delimiter ; 存储过程if(begin 和 end $之间) 1、声明变量username declare username varchar(32) de 阅读全文
posted @ 2022-04-09 20:41
森林深处有一道光
阅读(41)
评论(0)
推荐(0)