默认配置文件 要获取的默认配置文件 文件存放在Hadoop的jar包中的位置 自定义配置文件[etc/hadoop]中 [core-default.xml] hadoop-common-2.10.0.jar/core-default.xml [core-site.xml] [hdfs-default ...
分类:
其他好文 时间:
2020-06-22 12:33:23
阅读次数:
48
1.x MapReduce:计算+调度 HDFS:数据存储 Common:辅助工具 2.x MapReduce:计算 Yarn:资源调度 HDFS:数据存储 Common:辅助工具 ...
分类:
其他好文 时间:
2020-06-21 23:45:14
阅读次数:
83
前言 记一次配置webpack jqeury中的案例。 正文 选取自己需要安装的jquery版本号 dependencies:{ //此处的jquery版本根据npm后的版本来看,会有安装版本的提示 "jquery":"^3.3.1" } webpack 中的配置 plugins: [ new we ...
分类:
Web程序 时间:
2020-06-21 12:16:00
阅读次数:
97
tone mapping operator就是这样一个映射曲线 输入0-正无穷 输出0-1 (上图例子 aces 曲线 可以处理负值 输出也是 0-2.2 光谱轨迹 第三张是真实世界的光谱轨迹 srg 和aces都 大约 是它的子集 tonemap就是做hdr相关转换的 在游戏最后做tonemap可 ...
分类:
移动开发 时间:
2020-06-21 12:11:32
阅读次数:
70
在数据量大的时候,需要使用文件参数化。 excel文件是其中一种。 安装xlrd读取excel文件。(这里是在pycharm安装) 发现选择豆瓣安装失败,阿里云安装成功。 准备excel文件,放在test_data目录下 在common目录下定义函数 import xlrd def get_exce ...
分类:
其他好文 时间:
2020-06-21 12:08:00
阅读次数:
98
Perfect Squares (M) 题目 Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. Exa ...
分类:
其他好文 时间:
2020-06-21 09:19:56
阅读次数:
46
http://localhost:8080/swagger-ui.html 弹出: 解决方法:除了SwaggerConfig 上要加@EnableSwagger2 ,启动类上也要加 重启再次访问如下 ...
分类:
Web程序 时间:
2020-06-20 23:48:41
阅读次数:
71
题目:You Are the One 网址:http://acm.hdu.edu.cn/showproblem.php?pid=4283 Problem Description The TV shows such as You Are the One has been very popular. I ...
分类:
其他好文 时间:
2020-06-20 23:47:01
阅读次数:
57
一、DHCP服务的概念、原理、作用等在网络初级篇中有记录,不在赘述。 二、Centos中的DHCP。 1、相关信息 软件名称:dhcp(软件包)、dhcp-common(命令包) 服务名称:dhcpd(服务名)、dhcrelay(中继服务名) 端口号:UDP 67 (接收客户端的dhcp请求)、UD ...
分类:
系统相关 时间:
2020-06-20 13:28:55
阅读次数:
138
很奇怪今天MySQL8突然出现一些莫明的错误,比如我昨天在用的帐户,今天操作时报如下错误: 1227 - Access denied; you need (at least one of) the SYSTEM_USER privilege(s) for this operation 具有root权 ...
分类:
数据库 时间:
2020-06-19 20:40:03
阅读次数:
133