一、安装 Nginx官网:http://nginx.org/en/download.html 根据自己的系统复制Nginx的yum; 在etc/yum.repos.d目录下创建Nginx.repo文件并将从网站复制的yum信息复制到文件中 查看镜像:yum list|grep nginx 安装:yu ...
分类:
其他好文 时间:
2019-12-29 23:42:21
阅读次数:
102
一、TestDFSIO 读写性能测试切换到目录: /opt/hadoop/share/hadoop/mapreduce/ 清空数据hadoop jar hadoop-mapreduce-client-jobclient-2.6.4.jar -cleanhadoop fs -ls /benchmark ...
分类:
其他好文 时间:
2019-12-29 23:30:19
阅读次数:
113
树 基本概念 1.最多一个先驱 但可能有多个后继 表示具有层次的分支关系 2.Siblings(兄弟): nodes share the same parent Degree(树的扇出) of a tree: the maximum number of its node. 3.深度为最大层数 第i层 ...
分类:
其他好文 时间:
2019-12-29 22:14:09
阅读次数:
85
``` https://github.com/robertdavidgraham/masscan yum install git gcc make libpcap-dev $ git clone https://github.com/robertdavidgraham/masscan $ cd ma... ...
分类:
其他好文 时间:
2019-12-29 20:32:49
阅读次数:
783
docker-compose.yml version: '3' services: elasticsearch: image: elasticsearch:6.5.4 container_name: elasticsearch hostname: elasticsearch environment: ...
分类:
其他好文 时间:
2019-12-29 18:39:47
阅读次数:
83
noobslab包含了很多macubuntu需要使用的包,是将Ubuntu改造成mac必不可少的仓库 解决办法比较简单,换版本号 xxx @ xxx desktop /usr/share/gnome shell/extensions $ cat /etc/apt/sources.list.d/noo ...
分类:
系统相关 时间:
2019-12-29 18:11:50
阅读次数:
402
编辑/usr/share/application/pycharm.desktop 编辑/usr/share/applications/ides.desktop ...
分类:
系统相关 时间:
2019-12-27 21:58:57
阅读次数:
123
淘口令解析通过程序解析淘口令,无需联盟开发者权限,只需几行代码就可实现自动识别淘口令:defquery_password(sign_server,share_password):data="{\"passwordContent\":\""+share_password+"\"}"v="1.0"api="mtop.taobao.sharepassword.querypassword"call_gw_
分类:
其他好文 时间:
2019-12-27 19:27:00
阅读次数:
1982
使用同版本镜像 7.4.1 1、下载Logstash镜像 2、编辑logstash.yml配置文件logstash.yml配置文件放在宿主机/data/elk/logstash目录下,内容如下: 3、编辑test.conf文件test.conf文件放在宿主机/data/elk/logstash/co ...
分类:
其他好文 时间:
2019-12-26 19:22:50
阅读次数:
264
vue-social-sharing 社交化组件1、安装vue-social-sharing1234567//通过NPM安装npm install --save vue-social-sharing//通过Yarn安装yarn add vue-social-sharing//通过Bower安装bow... ...
分类:
其他好文 时间:
2019-12-25 23:48:34
阅读次数:
175