电子科技大学Ubuntu源

昨天在网上闲逛的时候发现的,正好我重装好Ubuntu后还没有更新,便使用了这个源试试,速度很不错,有80Kb/s以上,对于我这的破网速来说已经是很快的了。
服务器地址 http://ubuntu.dormforce.net/
附Ubuntu 8.10 Intrepid Ibex源地址

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main restricted universe multiverse

-EOF-

CSS预定义的颜色名称

css21-predefined-color-names
CSS2.1中预定了17个颜色名词,他们如下:

aqua(浅蓝绿色), black(黑色), blue(蓝色), fuchsia(紫红色), gray(灰色), green(绿色), lime(鲜绿色), maroon(栗色), navy(藏青色), olive(橄榄色), orange(橙色), purple(紫色), red(红色), silver(银色), teal(凫色), white(白色), and yellow(黄色).

需要注意的地方是在CSS3中,预定义颜色名称为16个,没有了orange(橙色)。
-EOF-

xHTML中的inline与block呈现标签

在xHTML中以Inline呈现的常用标签有(共25个):

a, abbr, acronym, bdo, br, button, cite, code, del, dfn, em, img, input, ins, kbd, label, map, object, q, samp, select, span, strong, textarea, and var elements.

在xHTML中以Block呈现的常用标签有(共18个):

address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, noscript, ol, p, pre, script, table, and ul elements.

-EOF-

MS Word分屏功能

不知你是否会遇到像我这样的问题,有时候同一个word文件的里的两部分内容需要对比着看,但是这些内容不是在同一页上,这时候就需要强大的word来帮忙了,只需要按Ctrl+Alt+S就可以调出一个深灰的横线在鼠标上,然后我们上线移动到一个自己觉得分屏合适的位置,单击鼠标左键,此时就可以将屏幕分成上线两部分,这两部分的移动是相互独立的。如果要取消这个状态,再按一次Ctrl+Alt+S,它会立即按照你的意愿消失。可惜,貌似这个功能Excel里面没有,偶也是很需要的。
-EOF-