Content Preview: rss
347 days ago
Dec 8, 9:00 am - noon In the morning, Dr. H brought his "chainsaw" into the room. Right at 9:00 am, he started to "slaughter" everyone in the room. Nobody managed to leave the room early before noon. If you leave early, you die. If you cheat, you die. Only fighting until the last second and without even having skimmed through half of the questions, you might survive.
575 days ago
597 days ago
If you were Chinese and you were a Linux fan, please add your plan and "finger" yourself like the attached image...
635 days ago
上330, 我才知道: 1. 在unix下,一个文件可以有两个不同的名字。( ln command ) 2. 在unix里,不用借助第三方我可以知道当前其它用户的IP地址。( who command ) 3. 在unix里,我可以查出当前其它用户现实世界中的真实名字。( finger command ) 4. 在unix下,不用messenger也可以向当前其它用户收发信息。( write, wall commands ) 5. 在unix下,我也可以打dir; 但dos下,不可以用ls。( alias command ) 6. 在unix下,我可以知道当前其它用户在做什么。( ps command ) 7. unix的terminal背景可让你随意设置。 hey, Gates!! 我们的unix早就有透明terminal了,你是不是应该在退休前为你的dos再装修一番啊?
735 days ago
趁supervisor最近没有新任务给我,就利用这几天阅读完4章Java资料。它们分别是Recursion, Exception Handling, Java Socket, 和 Binary I/O Recursion和C++的大同小异,都是围绕那几个不朽的问题做例子(n! , Fibonacci , Hanoi) 对Exception Handling 印象最深算是ArrayIndexOutofBound Exception,因为写数据结构时不小心会遇到,有点的收获的就是finally statement Socket 对我来说是新概念。概括地说就是Stream / Datagram Socket问题,TCP / UDP 问题,输油管 / 运油车 问题. 关于Binary I/O,在这本Java秘笈中提到了几种读写心法。但最感兴趣是BufferedInput/OutputStream和writebyte,在机上将copy例子中语句修改了一下,Java竟也可以实现类型为.jpg, .rmvb, 和 .mp3 的文件复制,且复制的文件可正常打开。不过,别高兴得太早,在netbeans上调试,Java还未那么神通广大到识别中文文件名并将其复制。由于写方式的不同,与C++对比,怀念的同时,脑子也不禁浮现对刷写文件阅读的充要条件问题。 读得越多就会越怀念C++ 的特性,但毕竟时代无时无刻在变,就让自己继续中毒。



