背景描述: 最近在进行安全扫描的时候,说hadoop存在漏洞,Hadoop 未授权访问【原理扫描】,然后就参考官方文档及一些资料,在测试环境中进行了开启,中间就遇到了很多的坑,或者说自己没有想明白的问题,在此记录下吧,这个问题搞了2天。 环境描述: hadoop版本:2.6.2 操作步骤: 1.想要 ...
分类:
其他好文 时间:
2019-08-15 19:14:01
阅读次数:
93
本文不再更新,可能存在内容过时的情况,实时更新请移步原文地址: "Java中移动文件或目录的方法盘点" ; 注意:使用时,文件流需关闭,否则提示占用。 本文不再更新,可能存在内容过时的情况,实时更新请移步原文地址: "Java中移动文件或目录的方法盘点" ; ...
分类:
移动开发 时间:
2019-08-14 14:38:42
阅读次数:
148
https://docs.microsoft.com/en-us/dotnet/standard/net-standard Choosing between .NET Core and .NET Framework for server apps:https://docs.microsoft.com ...
分类:
Web程序 时间:
2019-08-09 23:28:31
阅读次数:
133
1.new实例根目录的数据,其他组件可以随时访问,但是不推荐 2.通过computed方法访问new实例根目录的数据 main.js // The Vue build version to load with the `import` command// (runtime-only or stand ...
分类:
其他好文 时间:
2019-08-09 01:03:33
阅读次数:
115
Tired of doing the same job? Get your hands on HPE2-T34 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:
其他好文 时间:
2019-08-07 20:44:01
阅读次数:
117
Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign have been placing their electoral poste ...
分类:
其他好文 时间:
2019-08-07 19:25:30
阅读次数:
99
Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign have been placing their electoral poste ...
分类:
其他好文 时间:
2019-08-06 10:40:19
阅读次数:
77
面向对象初识 1.函数式编程 对 面向过程编程的两个特点 减少代码的重复性 增强代码的可读性 2.面向对象编程 对 面向过程编程 2.1 什么是面向对象 ? 面向对象的程序设计的核心是对象(上帝式思维),要理解对象为何物,必须把自己当成上帝,上帝眼里世间存在的万物皆为对象,不存在的也可以创造出来。 ...
分类:
其他好文 时间:
2019-08-02 22:56:49
阅读次数:
225
问题 在feign传输date类型的数据时,在调用方时间正确,而被调用方获取时时间会相差14个小时。 原因 Feign客户端在进行通信时,会将Date类型对象转为String类型,如果这个时间是北京时间2019年2月19日20点30分,因为中国的时区叫做CTS,所以转化后的String为“Tue F ...
分类:
其他好文 时间:
2019-08-02 11:05:58
阅读次数:
208
题目 Write a program that takes as input a rooted tree and a list of pairs of vertices. For each pair (u,v) the program determines the closest common an ...
分类:
其他好文 时间:
2019-08-02 10:45:01
阅读次数:
77