avatar
上个orbi review吧# Hardware - 计算机硬件
h*3
1
Explain the data structure and algorithms that you would use to design an in
-memory file system using java.
Assuming the file system supports any kinds of file resources (disk,
physical memory, etc)
class datablock{ byte[SIZE] byteArray; }
class vNode{ ArrayList datablocks;}
class Meta{ int size; Date last_modified; String extra_info;}
class File{
Meta metadata;
ArrayList nodes;
}
class directory{
Meta metadata;
ArrayList content;
}
class fileSystem{
void mount(){};
void unmount(){};
filed createFile(File f);
void closeFile(File f){};
dierectory createdir(directory dir);
}
the whole idea is similar to the solution on the book. I just feel using a
tree might be better.
welcome bricks.
avatar
s*e
2
前一阵刚搬完家,用了2年的asus router开始力不从心了,房子有一小半基本是只有一
格信号
买的wifi温度计也总是掉线
做了点research发现现在流行mesh network
推荐的有orbi和velop
上星期amazon下单弄了套orbiac3000
非常满意,现在没有信号死角,速度那是嗖嗖的
对软件不太满意,parental control不是很user friendly。不过比起我原来的asus好
太多了
avatar
g*y
3
Directory could have sub-directories. You can check out Java implementation
to get ideas.
avatar
t*o
4
发现velop是amazon choice

【在 s**********e 的大作中提到】
: 前一阵刚搬完家,用了2年的asus router开始力不从心了,房子有一小半基本是只有一
: 格信号
: 买的wifi温度计也总是掉线
: 做了点research发现现在流行mesh network
: 推荐的有orbi和velop
: 上星期amazon下单弄了套orbiac3000
: 非常满意,现在没有信号死角,速度那是嗖嗖的
: 对软件不太满意,parental control不是很user friendly。不过比起我原来的asus好
: 太多了

avatar
d*d
5
directory 里面还可能有directory
avatar
t*u
6
orbi是假mesh网络,做不到无缝切换

【在 s**********e 的大作中提到】
: 前一阵刚搬完家,用了2年的asus router开始力不从心了,房子有一小半基本是只有一
: 格信号
: 买的wifi温度计也总是掉线
: 做了点research发现现在流行mesh network
: 推荐的有orbi和velop
: 上星期amazon下单弄了套orbiac3000
: 非常满意,现在没有信号死角,速度那是嗖嗖的
: 对软件不太满意,parental control不是很user friendly。不过比起我原来的asus好
: 太多了

avatar
h*3
7
Here, directory is also a file which includes meta data and data blocks. So
is sub-directory.
Which implementation? tks.

implementation

【在 g**********y 的大作中提到】
: Directory could have sub-directories. You can check out Java implementation
: to get ideas.

avatar
s*e
8
确实,不过residential应该感觉不到差别

【在 t*********u 的大作中提到】
: orbi是假mesh网络,做不到无缝切换
avatar
g*y
9
Java source code.

So

【在 h******3 的大作中提到】
: Here, directory is also a file which includes meta data and data blocks. So
: is sub-directory.
: Which implementation? tks.
:
: implementation

avatar
t*u
10
为啥不买UBNT AMPLIFI

【在 s**********e 的大作中提到】
: 确实,不过residential应该感觉不到差别
avatar
h*3
11
Yes, java implementation code, do you mind sharing the package/class name?
Also, do you happen to find the source code of Double.DoubletoLongBits? this
is a static native method in the source file. No idea where to find it.
BTW, how is your Amazon Onsite interview preparation?

【在 g**********y 的大作中提到】
: Java source code.
:
: So

avatar
g*2
12
wifi信号好,关键是router的位置, 越中部越高, 信号就越好,
其他都是事倍功半, 由于wifi协议的局限,切换router都不流畅,
avatar
x*n
13
请问什么叫in memory啊?

in

【在 h******3 的大作中提到】
: Explain the data structure and algorithms that you would use to design an in
: -memory file system using java.
: Assuming the file system supports any kinds of file resources (disk,
: physical memory, etc)
: class datablock{ byte[SIZE] byteArray; }
: class vNode{ ArrayList datablocks;}
: class Meta{ int size; Date last_modified; String extra_info;}
: class File{
: Meta metadata;
: ArrayList nodes;

avatar
a*o
14
这个是正解,弄到信号只有一格肯定是位置放得不好。


: wifi信号好,关键是router的位置, 越中部越高, 信号就越好,

: 其他都是事倍功半, 由于wifi协议的局限,切换router都不流畅,



【在 g*****2 的大作中提到】
: wifi信号好,关键是router的位置, 越中部越高, 信号就越好,
: 其他都是事倍功半, 由于wifi协议的局限,切换router都不流畅,

avatar
s*e
15
评测不好,速度不行

【在 t*********u 的大作中提到】
: 为啥不买UBNT AMPLIFI
avatar
n*t
16

yes. But as long as it covers everywhere with high speed, who cares it's
mesh or not.

【在 t*********u 的大作中提到】
: orbi是假mesh网络,做不到无缝切换
avatar
a*o
17
只要这个效果的话更好的选择是主royter继续用能hack的好多功能,然后随便弄个
extender就行了,价廉物美。


: yes. But as long as it covers everywhere with high speed, who cares it
's

: mesh or not.



【在 n***t 的大作中提到】
:
: yes. But as long as it covers everywhere with high speed, who cares it's
: mesh or not.

avatar
j*f
18
感觉国内这方面更先进 基本装修都是AC+AP
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。