hbase2.1.9 centos7 完全分布式 搭建随记 这里是当初在三个ECS节点上搭建hadoop+zookeeper+hbase+solr的主要步骤,文章内容未经过润色,请参考的同学搭配其他博客一同使用,并记得根据实际情况调整相关参数 1. 指定位置解压 2. vi /etc/profile ...
分类:
其他好文 时间:
2020-07-04 19:08:39
阅读次数:
90
#mongo shell ./mongo show dbs use bus opid – 操作的opid,有需要的话,可以通过 db.killOp(opid) 杀死操作 #查看数据库当前正在执行的操作 db.currentOp() #查看该数据下的慢请求日志 use bus db.system.pr ...
分类:
其他好文 时间:
2020-07-04 15:06:27
阅读次数:
59
CDN概念 CDN全称叫做“Content Delivery Network”,中文叫内容分发网络。 实际上CDN这个概念是在1996年由美国麻省理工学院的一个研究小组为改善互联网的服务质量而提出的。那么它到底是怎么改善互联网服务质量的呢? 原理分析 我们知道,当我们使用域名访问某一个网站时,实际上 ...
分类:
其他好文 时间:
2020-07-04 14:59:22
阅读次数:
508
在golang官网下载源文件,解压,并添加到PATH。 ~ # tar -C /usr/local/ -xzvf go1.14.4.linux-amd64.tar.gz ~ # echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile ~ ...
分类:
其他好文 时间:
2020-07-03 23:38:40
阅读次数:
115
Can I see my edit suggestions? By going on your own profile, under All actions tab, you can view it all: Revisions, Reviews, Suggestion, etc as shown ...
分类:
其他好文 时间:
2020-07-01 15:53:02
阅读次数:
56
windowsTerminal windowsTerminal 配置 bash or git-bash 打开你的windowsTerminal 在最上方你会看到一个下拉三角,点击,并且再次点击setting,会有一个选择以某种方式打开,选择你熟悉的某种方式打开,搜索或查找到 profiles ,下面 ...
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:
其他好文 时间:
2020-07-01 13:03:53
阅读次数:
97
history 命令语法格式 history [-e] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] 选项 说明 -c 表示清空历史命令 -d,offset 删除历史中指定的第offset 个命令 n ...
分类:
系统相关 时间:
2020-07-01 12:52:43
阅读次数:
56
1.定义bash环境的用户配置文件是(2分) D - A. bash & .bashrc - B. bashrc & .bash_conf - C. bashrc & bash_profile - D. .bashrc & .bash_profile 2.使用下面的哪条命令可以为文件建立一个软连接( ...
分类:
系统相关 时间:
2020-06-30 12:38:04
阅读次数:
183
一、创建项目 二、更改设置(setting等) 三、编码 1 # -*- coding: utf-8 -*- 2 import scrapy 3 4 5 class RenrenSpider(scrapy.Spider): 6 name = 'renren' 7 allowed_domains = ...
分类:
其他好文 时间:
2020-06-28 18:41:04
阅读次数:
62