SpriteWood everybody is one single tree Archive for January, 2008

repair IE browser

Sunday, January 27th, 2008

在运行里面输入以下内容
regsvr32 Shdocvw.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
regsvr32 browseui.dll
其实也就是重新注册动态链接库文件有时候还挺管用

Tags:

Posted in computer | No Comments »>

selection style

Sunday, January 20th, 2008

::-moz-selection{
background:#6374AB;
color:#fff;
}
::selection {
background:#6374AB;
color:#fff;
}
code::-moz-selection {
background: #333333;
}
code::selection {
background: #333333;
}
以前看到别人的站点内,鼠标选中的文字背景色与win默认的样式不同,觉得挺有意思,但一直没去仔细研究。今天在网上闲逛的时候看到了这个,but Supported by Mozilla and Safari.在次记录一下
恩,上周末的加班导致感冒在家躺了2天,鼻子塞得跟北京交通的早晚高峰一样,难受至极啊。
预备开始啃javascritp

Tags:

Posted in web | No Comments »>

feel so sorrow

Sunday, January 13th, 2008

这几天有开始情绪低迷了,不愿意跟别人交流,手机停了就扔一边,不想说话就闭嘴,饿了不吃饭渴了不喝水,头发越来越长怎么也不想剪。走路只看脚尖,耳朵里一直塞着耳机。肤浅者如我便认为生活不过如此耳耳,坚持使用疲惫牌安眠药经常睁着眼睛到天亮在上班的时候趴桌子上睡觉,跟同事开玩笑却让别人一本正经的告诉我不要太过火了。想学习的东西太多却一直没有开始,不知道明天是否能如想象般美好,我该拿什么来交换?

Posted in 流水帐 | No Comments »>

change the ubuntu bg color

Thursday, January 3rd, 2008

改掉ubuntu开机的那一抹黄
sudo gedit /etc/gdm/PreSession/Default
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR=”#dab082″
fi
把土黄#dab082改成#3B5B88一抹蓝

Tags:

Posted in linux | No Comments »> >
  • Categories

  • Recent Posts

  • Recent Comments

  • SpriteWood is proudly powered by WordPress
    Entries (RSS) and Comments (RSS).