摘要:
1.由于问卷星系统的升级,利用selenium已经无法实现自动填写问卷. 附(selenium源码): from selenium import webdriver from selenium.webdriver.common.keys import Keys import time import 阅读全文
摘要:
我们运行docker容器的时候,使用了-d参数,把容器在后台运行后。 1.启动docker docker run -d -i -t <imageID> /bin/bash 上述命令执行某些命令回报错Failed to get D-Bus connection: Operation not permi 阅读全文
摘要:
1.1进入命令行 hbase shell 1.2常用命令 命名描述语法 help 查看命令的使用描述 help '命令名' whoami 身份(root、user) whoami version 返回hbase版本信息 version status 返回hbase集群的状态信息 status tab 阅读全文