码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Hadoop的伪分布式安装和部署的流程
1、准备工作 下载一些用到的命令 yum install -y vim yum install -y lrzsz yum install net-tools 目录约定 /opt #工作目录 /opt/install #安装包 /opt/softwar #软件包 /opt/other #其它 /opt ...
分类:其他好文   时间:2020-02-20 20:05:35    阅读次数:90
[Javascript] Wait for Multiple JavaScript Promises to Settle with Promise.allSettled()
The Promise.allSettled() method accepts an array (or any other iterable) of promises as a parameter. It returns a Promise object that is fulfilled wit ...
分类:编程语言   时间:2020-02-20 18:45:55    阅读次数:87
Hadoop的伪分布式安装和部署流程
在opt目录创建install software test other四个目录 /opt/installed #安装包/opt/software #软件包/opt/other #其他/opt/test #测试 1.上传hadoop yum install lrzsz //安装lrzsz用于上传 cd ...
分类:其他好文   时间:2020-02-20 17:02:30    阅读次数:92
第十四文件系统访问列表facl
文件系统访问列表: 如果有俩用户tom、jerry,其中一个用户(jerry)想要访问另外一个用户(tom)的文件需要怎么办呢? tom:tom, tom基本组jerry: other:r-- 之前学过chown 是更改属组,属组不过一般用户是不能进行更改的所以,引出“facl” FACL:全称:F ...
分类:其他好文   时间:2020-02-20 12:59:49    阅读次数:71
[LeetCode] 934. Shortest Bridge 最短的桥梁
In a given 2D binary array , there are two islands. (An island is a 4 directionally connected group of s not connected to any other 1s.) Now, we may c ...
分类:其他好文   时间:2020-02-19 23:40:26    阅读次数:85
nginx 配置
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:其他好文   时间:2020-02-19 14:48:42    阅读次数:65
win10中hosts文件的神秘位置
想看看hosts在哪,居然一顿折腾没找到,C:\WINDOWS\system32\drivers\etc下面根本就没有,也没隐藏。 后来在一个神秘位置找到了,好奇怪: C:\Windows\WinSxS\amd64_microsoft-windows-w..ucture-other-minwin_3 ...
分类:Windows程序   时间:2020-02-18 18:41:33    阅读次数:90
韦东山嵌入式Linux视频教程_3期项目实战之ALSA声卡_从零编写之参数设置(基于优龙FS2410开发板,UDA1341声卡)
一、实验环境1.1 虚拟机环境 a) Vmware版本:Vmware Workstation 12.5.7 b) Ubuntu版本:9.10 c) 内核版本:2.6.31.14 d) toolchain版本:arm-linux-gcc 4.3.21.2 开发板 优龙FS2410开发板,UDA1341 ...
分类:系统相关   时间:2020-02-18 18:26:01    阅读次数:121
微服务 继承与构成:如何选择
通过优锐课的java架构学习中,了解了关于比较两种联系类的基本方法,然后练习在Java继承中调试ClassCastExceptions继承和组合是开发人员用来在类和对象之间建立关系的两种编程技术。继承是从另一类继承一个类,而composition将一个类定义为其部分的总和。通过继承创建的类和对象紧密耦合,因为在继承关系中更改父类或超类可能会破坏你的代码。通过合成创建的类和对象是松散耦合的,这意味着
分类:其他好文   时间:2020-02-18 16:45:29    阅读次数:87
SpringCloud踩坑
今天在使用 SpringCloud 时遇到了一个问题,感觉有不少小伙伴会遇到,所以记录下来 版本说明 情景复现 在 pom.xml 中加入如下依赖 启动项目后报错 The following method did not exist: org.springframework.boot.actuate ...
分类:编程语言   时间:2020-02-18 16:44:11    阅读次数:437
5856条   上一页 1 ... 37 38 39 40 41 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!