由买买提看人间百态

topics

全部话题 - 话题: 28m
首页 上页 1 2 3 4 5 6 7 (共7页)
l***h
发帖数: 9308
1
来自主题: Hardware版 - 弱HTPC放高码率用啥播放器
原来HTPC机内直接播放10M码率的NBA片子,已经不连贯了,这个是28M码率,基本可以
排出读卡器因素。
l********l
发帖数: 9452
2
来自主题: Hardware版 - 有必要上asus n66u/n65吗
俺用n66u,最大的好处就是不用在二楼加一个router。以前是basement e3000,二楼
54gl。e3000 usb只能3m多,n66u可以12-15m。x220用e3000只能20m出头,n66u能27m-
28m。n66u刷shibby20的番茄,稳如泰山。
btw我把e3000放恶霸卖了60刀,卖家让我帮刷番茄,多给了20刀。
w***y
发帖数: 192
3
来自主题: Hardware版 - 求推荐个台式机的无线网卡
好的,多谢,当时没看到有人回,就买了个powerline adapter
Linksys Homeplug AV2 Powerline Kit (PLEK500)
现在用的还不错,速度感觉比较快,也稳定没掉过线,开空调也没影响,没有测过lan
的速度,用speed test测,跟直接插网线差不多
我用的comcast 25M,一开始用speedtest测试的时候见过28M的速度,后来都是8-10M左
右,不知道为什么,记不清一开始插没插router了
e*i
发帖数: 10288
4
来自主题: Hardware版 - 最近玩了玩 MSS II 的 hacking
那根USB线已经大概是我手头最好的了。是WD外置硬盘原配的,粗,短。 (长线怕
电源供应不好,因为那个硬盘是靠usb供电的)。
我前面提到的读写速度(40M Read, 20M write) 是那个SATA 硬盘的。USB2的估计极
限就是28M/s左右吧。
d********r
发帖数: 199
5
我有一段很简单的code, 功能是read一个InputStream, 然后写到一个OutputStream里
去。
如果这个InputStream是从一个URL打开的,
比如:
InputStream in = new Url("http://someurl").openStream();
基本不会有问题。
但如果是来自一个ftp url, "ftp://someserver/path/filename"
则可能会有问题。
我发现,对某个server的某个大文件(28M左右),
到流已经读完的时候(因为我知道文件有多大),就是read(buffer)该返回-1的时候,
它会被block了,
就是会陷入无限等待,永远也不返回。
我发现只是对某些文件这样。对同一个remote server上同一目录下的其它小文件则没
问题。
该文件可以被Flashget正常下载。
如果我把这个文件放到我local自己建的测试ftp server上(其实也得通过internet,都
是外部地址)
,则也不会有问题。
请问这可能是什么原因,如何应对?
code 如下:
public static l
f**c
发帖数: 791
6
/dev/sda2 12G 4.9G 6.1G 45% /
/dev/sda5 440G 102G 316G 25% /home
/dev/sda1 190M 28M 153M 16% /boot
/dev/sdb1 184G 3.0G 172G 2% /disk1
/dev/sdc1 230G 125G 94G 58% /disk2
tmpfs 4.0G 116K 4.0G 1% /dev/shm
sdb and sdc 是两个IDE盘,今天早上突然从SMART里面读不了硬盘温度了,属性也变成
只读,umount后,不能再mount了。只好重启,发现这两个盘都在recovering journal
。说明昨天夜里这两个盘无缘无故的死掉了。这是为什么呢?对了,两个盘共用一个IDE数据线。
z**r
发帖数: 17771
7
来自主题: Linux版 - 这是怎么回事?
pidgin的memorty总共用了3G多?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND

5486 zher 20 0 379m 133m 28m S 9.9 13.2 124:13.51 firefox

4986 zher 20 0 28964 4276 3204 S 4.3 0.4 56:27.32 pulseaudio

5629 zher 20 0 3051m 61m 24m S 1.7 6.1 18:03.32 pidgin

4635 root 20 0 123m 46m 9548 S 1.3 4.6 18:51.15 Xorg

5127 zher 20 0 7064 1768 1336 S 0.7 0.2 4:32.19 VBoxClient

20
S*A
发帖数: 7142
8
我的机器没有Wei 的好,
但是相对结果还是可以看出来的。
原来的测试程序是严格顺序向后找, 虽然看上去
跳了 40 byte, 但是仍然小于 64 byte 的cache line
size. 但是从访问内存的次序来看是严格增加的。
这个是 cache 最爽的状态。
我改变了输入的次序,变成随机定票段,从输入数组
里面进来,其他的不变。构造输入数组的时间是刨去的。
程序里面 USE_RAND = 1 vs 0
仅仅变的是订票的次序,结果呢?
速度差了整整 4 倍。从 28M 暴减少到7M.当然实际订票
更接近与随机分布。谁排好了一个接一个定。
这就是为什么我会担心 IO 是瓶颈的问题。外部进来的数据,
全部都是 cache miss。这些纯计算的模拟还不能很好的代表真实
的负载情况。
程序如下:
比较快的机器建议增加 ITER 大小,使得总共运行时间超过几十秒。
#include
#include
#include
#define SEGMENTS 10000000
#define INPUTS 1000... 阅读全帖
o***n
发帖数: 921
9
来自主题: Windows版 - Video转换一问
这个super好似很牛的样子!
不过为啥我转换的video都比原始格式大了很多呢?
比方说有个rmvb,29M,转成MP4后有70M。
还有一个flv,7M,转成MP4后有28M。
是MP4格式就应该比较大么?
T******g
发帖数: 21328
10
来自主题: CellularPlan版 - (解决了)我的FP LTE卡怎么用不了data
h2o最快28ms
m*******e
发帖数: 6358
11
来自主题: _Inter版 - Maicon demands Inter raise
Douglas Maicon is off the market, but now feels “Inter ought to show their
recognition for a real champion.”
The Brazilian had been on the verge of a €28m move to Real Madrid, but
this week President Massimo Moratti declared he was no longer for sale.
“I have just spoken to the player,” confessed agent Antonio Caliendo.
“He said to me: ‘After five Scudetti, Moratti has noticed he has a real
champion under his own roof.’
“I think Inter ought to show a little recognition to a player like Mai
f****n
发帖数: 4615
12
来自主题: _Patriots版 - Wilfork 40M
28M 是 guaranteed的, 18M是 sign bonus。
也就是他即使一场比赛不打, 他的工资也一分不少的全拿了?
B******y
发帖数: 2255
13
来自主题: _Stockcafeteria版 - 看好苹果下个ER
关注苹果有一段时间了,苹果上个ER MISS 我觉得有些是出于为新CEO顺利交接班的考
虑,JOBS时日不多,新CEO上任没有漂亮的业绩怎么能稳定人心,所以有些利润会有意
留给新CEO,比如IPHONE 4S的发布时间。这种做法GOOGLE也用过。没有JOBS的苹果可能
不再是苹果,但是JOBS留下的现有产品和准产品,还有团队大概还能支撑个两年。已经
有数据显示销售非常好,下个ER会BEAT,而且可能大大的BEAT。
Morgan Stanley becomes the latest firm to predict Q4 will see very strong
iPhone (AAPL) sales (I, II), after completing a U.S. consumer survey. The
firm claims the survey data implies Q4 U.S. iPhone shipments of 11M-12M
units, and global shipments of 31M-36M units, above a Street consensu... 阅读全帖
B******y
发帖数: 2255
14
来自主题: _Stockcafeteria版 - 看好苹果下个ER
关注苹果有一段时间了,苹果上个ER MISS 我觉得有些是出于为新CEO顺利交接班的考
虑,JOBS时日不多,新CEO上任没有漂亮的业绩怎么能稳定人心,所以有些利润会有意
留给新CEO,比如IPHONE 4S的发布时间。这种做法GOOGLE也用过。没有JOBS的苹果可能
不再是苹果,但是JOBS留下的现有产品和准产品,还有团队大概还能支撑个两年。已经
有数据显示销售非常好,下个ER会BEAT,而且可能大大的BEAT。
Morgan Stanley becomes the latest firm to predict Q4 will see very strong
iPhone (AAPL) sales (I, II), after completing a U.S. consumer survey. The
firm claims the survey data implies Q4 U.S. iPhone shipments of 11M-12M
units, and global shipments of 31M-36M units, above a Street consensu... 阅读全帖
s**d
发帖数: 325
15
来自主题: _pennystock版 - YRCW最近会有戏吗?
他们都是3月31买进的

14日。
一个机构的new holding就大于28M, 这怎么解释?
y*****l
发帖数: 5997
16
来自主题: _pennystock版 - 明天 ANX是升还是降
好像射天狼也是ANX专家,如果FDA能过的话,潜力巨大。
http://seekingalpha.com/article/267816-adventrx-poised-for-run-
Adventrx Pharmaceuticals (ANX) is a specialty pharma company developing two
novel formulations of anti-cancer drugs that are designed to result in less
side effects in addition to a compound in late-stage clinical development
for the treatment of a blood disorder known as sickle cell anemia.
On 3/10/11, ANX reported its 4Q10 and full-year 2010 financial results,
including:
As of 3/1/11, had 23.7 mill... 阅读全帖
a****g
发帖数: 8131
17
来自主题: _pennystock版 - aapl
Morgan Stanley becomes the latest firm to predict Q4 will see very strong
iPhone (AAPL) sales (I, II), after completing a U.S. consumer survey. The
firm claims the survey data implies Q4 U.S. iPhone shipments of 11M-12M
units, and global shipments of 31M-36M units, above a Street consensus of
28M. Strong 2012 iPhone (190M units) and iPad (81M units) sales are also
implied.
首页 上页 1 2 3 4 5 6 7 (共7页)