Vista系统安装优化备忘

我们的Vista装机手册 (thinkpad)

装vista (切记一定要在BIOS里面把ATA的设置改为AHCI后再装, 否则讯盘安装会有问题)
disable UAC
relocate my document, desktop,temp folder,vitural memory to non-system driver,
关闭所有分区的系统还原
关闭Volume Shadow Copy服务
关闭所有分区的 磁盘清理 计划任务
关闭Windows Search服务 Windows Definder
更改安全中心通知方法(不通知)
打Windows patch(Windows Update)
装IBM System Update 装软件 打patch
Enable ReadyBoost ReadyDrive
优化系统 (待细化) 回收站确认关闭,资源管理器显示扩展名…
Enable Vista Aero,破解主题,换主题
装常用软件
用Upiea免疫流氓插件
选择性删除备份驱动: C:\Windows\System32\DriverStore\FileRepository 大约1G (略过)
删除电视录制实例文件: C:\Users\Public\Recorded TV\Sample Media
Tortoise SVN Setting: Look and Feel -> Icon Overlays -> status cache -> Choose Shell
修改电源属性,盖上盖子不做任何事情
装好launchy后隐藏桌面鼠标

CSS Float 基本概念汇总

The concept of floats is probably one of the most unintuitive concepts in CSS. Floats are often misunderstood and blamed for floating all the context around it, causing readability and usability problems. However, the reason for these problems isn’t the theory itself, but the way the theory is interpreted - by developers and browsers.
Float(浮动)概念也许是CSS中最让人迷惑的一个概念吧。Float经常被错误理解,而且因为将上下文元素全部浮动导致的可读性、可用性问题备受责难。然而,这些问题的根源并不在于理论本身,而是开发人员以及浏览器对理论的解读造成的。
Still, if […]