PS3的代理设置

Zeon 发表于 2008-08-02 21:27:24

很有效

ps3.ppig.cn端口8080

使得GT5升级变成了可能,其他下载速度也明显变快。Very good。
关键词(Tag): 代理 ps3
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

加油!加油!加不到!

Zeon 发表于 2008-08-01 09:55:39

早上想要开车来,但是先要去加油,结果看了三个加油站都没有油。只能把车开回去坐地铁上班去。

很受挫折感,妈妈的。


要回到二十年前,我肯定致力于能源事业!

使用自来水的发动机!


真那样的话,中东恐怕就是另外一番风景了。
关键词(Tag): 日记 开车
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

机场故事

Zeon 发表于 2008-08-01 09:51:49

机场,似乎是Heathrow。首先第一件事情是想要把机票钱付掉,先买票后登机!总觉得钱不够,拿出皮夹子,数了几千块人民币,其中居然还有俄罗斯的货币,还有两张五十的英镑,还有美元。。。乱七八糟加起来,居然够了!我对服务员说,自作聪明地,说可以用信用卡!得到的回答是不行,很遗憾,不行。。。靠!

中午开的飞机,得赶上去了。不知怎么的,有一个 试运行 的概念,无论如何还有一个多小时,究竟是不是来得及呢?冲吧!

T3!一路上找路牌,这个可不能搞错了。但最后似乎还是搞错了。还好不远,再过去。。。我就知道自己过敏了,其实赶飞机,不用这么紧张呢。。。
关键词(Tag): 飞机 梦记 航班
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

蓝光刻录出现

Zeon 发表于 2008-07-31 10:59:31

蓝光刻录机已经出现,LG,2000块

一张空白25G蓝光刻录盘,90块

科技发展,科技发展
关键词(Tag): 电脑 蓝光 刻录
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

住在马路边上

Zeon 发表于 2008-07-31 10:09:35

不是很恶劣的环境,甚至有点温馨。不是大马路,只是一条街。还是算半封闭的,如果需要可以变成私人空间。

又有点像老家,外婆家,地感觉。

又像在度假,休息,安静的感觉。

串一下门,尽管周围的人也不认识。
关键词(Tag): 梦记
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

快快快

Zeon 发表于 2008-07-30 09:18:01

早上九时这么醒来的,风吹得猛,脑海里却只是迅速的感觉

如果迅速就可以多睡一会儿

倒霉的逻辑
关键词(Tag): 梦记
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

好大的风好大的风

Zeon 发表于 2008-07-29 16:38:35

其实也不是那么凉快,仍旧闷热

至少那炎热的气息好点了,吹得凉飕飕,请继续吧!

想一下台风那里的人们就比较惨了

夏天,典型的夏天
关键词(Tag): 台风 天气
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

停车之苦

Zeon 发表于 2008-07-29 09:37:56

开车之后,停车果然成为了最大的难题。尤其是在典型上海滩的租界内要停一辆车比登天还难, 而且走错了路再退出来不仅难而且很有可能违章。

正如身在伦敦时候想过的:哪一天,上海街头也会和伦敦一样,马路上停满了车,而我们则在狭窄的空袭中穿行。


不是开玩笑
关键词(Tag): 上海 开车 停车
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

D700,19500

Zeon 发表于 2008-07-28 11:41:50

这次真的很快,居然已经可以买了

不过想一下,买了就SB了

其实附加投入多的吓人,比如所有DX镜头就成了半废品,又比如电池手柄还是要重新买。要命的快装板也要重新买!


关键词(Tag): 摄影 相机 d700
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

烧菜

Zeon 发表于 2008-07-27 09:26:37

教室,特殊的教室。在里面上课,或者走来走去。

又有点像公交汽车。

回到家和M一起烧菜做饭。我要烧一个鸡翅膀,但又像是汤,不,羊肉,放上孜然和Rosemary。

不,还是汤,没完没了地搅拌。
关键词(Tag): 梦记
收藏: QQ书签 del.icio.us 订阅: Google 抓虾

[摘录]WindowsXP时钟秒针四快一慢的{真正}原因

Zeon 发表于 2008-07-26 09:57:57

Why the clock under Windows 2K/XP/2K3 show “four quick seconds and one slow second”?

If you click the clock at the right-bottom corner of Windows, it will open a small animated clock, which has seconds showed on it. But if you watch it carefully for a few moment, you will notice that every four seconds are the same length, but the fifth one is much longer than that. What happened?

The reason is quite interesting. As we know, in Windows C++ coding, we use WM_TIMER to set the time trigger for many events. The resolution of WM_TIMER is at about 50ms, which cannot be used under time-critical real time processing. But for a clock, it is enough. In the code of clock application, the following code is used to set the Timer(You can also get these pieces of code from VC98 CDROM Samples, if you still have it, I doubt):

SetTimer (hWnd, TimerID, OPEN_TLEN, 0L);

OPEN_TLEN is the length of the timer, it is a constant. So when we look at clock.h, you will get the number, which is 450.

What does this 450 mean? This means, every 450ms the timer will be triggered, it will detect time changes and redraw the clock.

So, we can draw a small table to make it clear, the first row is the number of trigger, the second row is the time:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
450 900 1350 1800 2250 2700 3150 3600 4050 4500 4950 5400 5850 6300 6750 7200 7650 8100 8550 9000 9450 9900

You will notice that within the first second, the timer gets triggered twice, and it will be updated at the 3rd trigger. The same situation is for 2nd, 3rd and 4th second. But within the fifth second, which is marked as red, the timer gets triggered for three times, and the clock will be updated at 4th trigger.

So this is why the fifth second update is much longer than the other four.

Why this have to be 450? Well, I’m not a developer nor a program manager, I don’t know their decision. But I guess this is a consideration about performance and resources. After all, how many people will use that clock as an accurate timer?

BTW – the clock application under Vista/2K8 is completely rewritten, so you may not have that problem. But if you watch it for a minute, you will still notice a quite “quick” second. :)

 

http://blogs.msdn.com/opal/archive/2008/05/27/why-the-clock-under-windows-2k-xp-2k3-show-four-quick-seconds-and-one-slow-second.aspx

关键词(Tag): 技术 程序 windows
收藏: QQ书签 del.icio.us 订阅: Google 抓虾