|
S*A 发帖数: 7142 | 2 强烈推荐 router 自己刷 firmware 的。 |
|
|
S*A 发帖数: 7142 | 4 你个大SB, 我不就是指出了你以前说了几个和实际情况不符合的
东西,至于这么耿耿于怀吗?
你都没有明白 LZ 的难处在哪里就乱喷。 我的理解是(LZ 可以指正
我说的对不对),LZ 只有一个电脑(x1)有那个 AFF 接口,所以新的
硬盘如果直接插到x1 就没法从 AFF 硬盘启动,因为必须通过X1的 AFF
往硬盘里面写东西。所以难处不是你的 DOS 做的创建 GPT partition,
是没有 USB 启动的 OS 的话没法往 AFF 硬盘写东西的问题。
所以如果 Windows 在 USB 上面启动有困难,那么用 USB LiveCD
是很合理而且可以走下来的一个选择。当然不会是唯一的选择。
至于你的 DOS 做 GPT,根本不解决 LZ 的问题。
你看我已经尽量忍住不喷你的不精确的地方了,既然你点名了我
就再顺带说一下把。
:啥时候USB能boot了?就是USB live CD也是先写到RAM的
USB 一直都是可以 boot 的。USB Live CD 不需要写到 RAM 再
boot。 写到 RAM 的是启动以后在 readonly filesystem上面
overla... 阅读全帖 |
|
m******t 发帖数: 2416 | 5
Well, the whole point of "them" going away is that they are not doing any job,
right? 8-) |
|
s*******k 发帖数: 20 | 6 Hehe, thrilling solution. Thanks.
Subsequent question would be: Who is gonna take over the job before they get
off radar? upstream or downstream?
often |
|
m******t 发帖数: 2416 | 7
Have you ever noticed that, when companies start laying off people, they often
start with those mid-level managers who basically don't do much more than
delegating?
I'd say the same strategy would serve as a good start point for your
refactoring, too. 8-) |
|
s*******k 发帖数: 20 | 8 Noooo :P, the whole point is that they are not doing much enough job. Say,
some of them carry only one or two method, well, inherited and widely used by
its children classes.
job, |
|
F****n 发帖数: 3271 | 9 The reason is you did not set up a correct layout manager.
First you should not directly add components to a JFrame. Instead you should
add it to JFrame.getContentPane().
Second if you did not set up a LayoutManager JFrame will use its own. In
this case it's one variant of Overlay Manager. add
n2.setBorder(BorderFactory.createLineBorder(Color.red)) to see what your n2
actually occupy. |
|
S*A 发帖数: 7142 | 10 tomato 还在用那个特别老的系统,config 是存在 NVRAM 而不是
flash 里面的,用 2.4 内核的。也就是最近一年 2.6 内核支持
那个 broadcom 47xx wifi 才比较顺利的。以前必须用那个 2.4
的商业 "wl" module.
我是通过 compile 自己的 firmware image 来提供 full feature
python. My router has 8M flash so it can afford it.
这个还真要自己 compile 才行。如果下载的话就装不进去了。
原因是 compile 的话,python package 是经过那个 JFF2 压缩过的。
如果下载的话,是存在overlay filesystem 里面,空间利用率就比
JFF2 小多了,没有压缩。
有 python 写 script 就方便太多了,而且非常 portable。
那个 lua 还不是很会玩,没有 python portable。 |
|