FireTray Updated
Mozilla April 30th, 2007
嗯, FireTray 更新到 0.1.1 了. 虽然功能上没有什么大的变化, 重要的是, 把 callback 搞定了~
下一步就是写一些通用的 pop-up menu 的接口啦~
顺便弄了个主页: http://firetray.xiaoduo.info
明天就是 5.1 了, 7 天长假~~ Oh, yeah~
但是… sb 学校竟然把 29号 的补考延期到 4 号, 我就太阳了… 我的出游计划啊….
PS: 每次考试前几天, 特喜欢写代码, 而且特有状态…
Tags: firetray
无聊之余写的一个小扩展, windowz 下有 MinimizeToTray, 那么就写个 Linux 版本的好了.
目前只实现了最小化到系统托盘的功能, 下一步是打算做成一个通用的 System Tray 扩展, 然后可以方便的扩展其它的功能, 不仅仅局限于最大化最小化之类的. 不过, 这些都得等周末补考完大学物理再说了…
安装:FireTray 0.1
项目地址: http://code.google.com/p/firetray/
Tags: firetray
Restoring Vista boot loader..
Windows April 1st, 2007
刚才一哥们 Vista + Ubuntu 引导失败后, 无法恢复 Vista 的引导。
Google 了下, Bonez 兄的帖子给了个用 Vista 自带的 cmd 恢复 Vista 引导的方法.
虽然近期内是不会装 Vista 的(买不起), 不过还是记录下来, 说不定以后会用到的.
To fix my PC I booted from the vista DVD, and then chose ‘command prompt’ and typed:
bootrec /fixmbr
bootrec /fixboot
Which basically writes the Vista boot loader back into the boot sector of the disk…
PS: MbrFix 这个工具似乎也不错, 可以用来恢复 Windows NT/2000/XP/Vista/PE 的引导.