Thursday, March 29, 2007

now I am working for Cisco.

truncate
[5trQNkeit]
v.
截去(园锥等的)尖端, 修剪(树等), 把...截短
adj.
截短的, (羽, 叶)平截的, 平头的
 
I have a dream.
 

Elliot Liu

Monday, March 19, 2007

Google Flash Talk for browser,Very cool

Google近期发布了基于flash的talk client。可以自由的放在网页上。
呵呵,还是比较cool的。
我已经把它添加到我的blog里了。
 
 

Elliot Liu

Tuesday, March 06, 2007

查看本机MSN,ICQ等密码

I found a useful tool which can view the password of local msn,icq.
More detail is here : http://www.nirsoft.net/utils/mspass.html
 
~Elliot
 
 
 

Wednesday, February 28, 2007

咨询了一下:系统不稳定,不稳定还让客户用?

不稳定还不改?
让我再试,我试了好几天了?怎么系统都那么忙?
nnd。
除了人工服务的小姐声音挺清晰,其他简直是。。。。。。
据说 工行有很大的研发中心,光浙江工行的研发部就是整幢楼的?
我考,整幢楼的人都tmd在做什么呢?
在开会
开什么会呢?
学习
学习什么呢?
CMM,系统分析
什么系统?
收钱系统
怎么分析?
拷贝
,wow,都已经cmm 10级了,uml都用的不够了,cpu都tmd 20000多个了,怎么一启动就死循环了啊?
哦,内存太小了,1000g的内存怎么还不够啊?
系统怎么老是100%啊?
哦,知道了,硬盘太小,log存不下了。
我考,100000000000T的硬盘了,
奇怪了,怎么还100%?
知道了,操作系统不好。微软的太差了,用sun的吧,装不来啊,怎么办?
用ubuntu,光盘就能跑,这个不错。wow
奇怪,系统怎么启动不了呢,完了,网上银行不能用了。
想了一下。。。。。。
简单:提示用户稍后再试!!!
哈哈
算了,还是装微软的吧,好装。呵呵。
oh,
发工资了,
明天再装吧
用什么网上银行,给我排队去?

Elliot Liu

工商银行的 网上银行 很滥

 
刚刚用了下工商银行的 网上银行。
mmd:
服务器通讯错误。
只能查询点余额之类的。
转帐系统和死了一样。
 

Elliot Liu

Saturday, February 10, 2007

水仙花开了

水仙花开了,明天上照。
《你是苹果我是梨》,sure?
呵呵,wish Vincent back soon.
haha.My tissot watch,I like.do you ?
 

Elliot Liu

Vista issues for SetCurrentDirectory

Overwork is terrible.
But if you fix the issue which is very hard,that will be very excited.
 
The issue is occured on Microsoft new OS "Windows Vista".
if you use LoadLibrary to load one dll and want to change the current path.
please refer to the below:
and

The search path can be altered using the SetDllDirectory function. This solution is recommended instead of using SetCurrentDirectory or hard-coding the full path to the DLL.

Client Requires Windows Vista or Windows XP SP1.
Server Requires Windows Server "Longhorn" or Windows Server 2003.
Header

Declared in Winbase.h; include Windows.h.

Library

Use Kernel32.lib.

DLL Requires Kernel32.dll.
Unicode

Implemented as SetDllDirectoryW (Unicode) and SetDllDirectoryA (ANSI).

 

Elliot Liu