💎串串💎
💎串串💎
全部文章
分类
=====语言=====(1)
c(1)
java(12)
Java学习·(8)
linux基础(8)
linux运维(3)
Redis(1)
SpringBoot(6)
web前端(3)
大数据基础(20)
开发工具(1)
数据库(7)
未归档(51)
生活(1)
算法(9)
网络(4)
软件设计师-软考(5)
软件设计师考试(7)
面经(5)
高并发(7)
归档
标签
去牛客网
登录
/
注册
郝大侠
瓜娃子程序员
全部文章
(共160篇)
操作系统-面经
知乎 https://zhuanlan.zhihu.com/p/23755202 简书 https://www.jianshu.com/p/d254b138de03 虚拟内存实现 https://blog.csdn.net/u014590757/article/details/80452618
2019-03-30
1
1200
转面经
https://blog.csdn.net/u014590757/article/category/7680505
2019-03-30
0
380
hdfs-javaAPI
1.新建普通java项目 2.导入hadoop包 导包步骤 3.导入两个核心配置文件 注意hdfs-site.xml文件中配置权限信息,否则一会容易发生权限不够,拒绝写入。 4.编写从hdfs读取数据和上传数据 public static void main(String[] args) ...
2019-03-20
0
437
hadoop集群单点故障排除方案
sbin/hadoop-daemon.sh start namenode sbin/hadoop-daemon.sh start datanode sbin/yarn-daemon.sh start resourcemanager sbin/yarn-daemon.sh start nodem...
2019-03-18
0
466
hive安装及踩坑
1.解压安装Hive 2.安装并配置mysql`` 参考这篇文章 https://blog.csdn.net/jmkmlm123456/article/details/84583263 在mysql下创建hadoop用户,root不允许外连。 3.配置 Hive 进入 hive 安装目录...
2019-03-18
0
395
虚拟机linux分区满了,如何进行扩容
https://blog.csdn.net/valage/article/details/73332147
2019-03-18
0
387
617. Merge Two Binary Trees
Input: Tree 1 Tree 2 1 2 / \ ...
2019-03-09
0
491
110. Balanced Binary Tree
Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as: a binary tree in which the d...
2019-03-09
0
417
104. Maximum Depth of Binary Tree
一棵树要么是空树,要么有两个指针,每个指针指向一棵树。树是一种递归结构,很多树的问题可以使用递归来处理。 Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum dept...
2019-03-09
0
512
215. Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Example...
2019-03-08
0
643
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页