6月4日

购雪糕3支,蒙牛的,¥4.5

 

购肉夹馍1份,¥2

 

至出入境管理处帮爸妈领取更新完了的护照,然后至建行帮妈妈领取¥295。

 

之后至电子城寻游戏,无收获。

 

在电子城动手玩m8,功能性基本满意,但是看图软件的放大功能非常囧,同理感觉多点触空的感觉也还很不流畅。总之我认为购置m8计划应该暂时搁置。

 

解决vista下 photoshop cs4 画笔延迟问题 / solve the brush lagging problem in photoshop cs4 in vista

http://kb2.adobe.com/cps/404/kb404898.html

 

Introduction to the GPU

Photoshop CS4 leverages the graphics display card's GPU, instead of the
computer's main processor (the CPU) to speed its screen redraw. For
Photoshop to access the GPU, your display card must contain a GPU that
supports OpenGL and has enough RAM to support Photoshop functions--at
least 128 MB of RAM--and a display driver that supports OpenGL 2.0 and
Shader Model 3.0.

 

 

VC++ 的MFC 和ATL 及COM 是什么?

article copied from http://blog.csdn.net/yanghao58686763/archive/2008/03/17/2192578.aspx

VC++ 的MFC 和ATL 及COM 是什么?
一、什么是MFC

learning prolog

how to create a div above a frameset?

http://www.htmlforums.com/archive/index.php/t-22523.html

so far this is the only way i have found, damn troublesome >_<||

DOM METHOD: setInterval

http://www.w3schools.com/htmldom/met_win_setinterval.asp

HTML DOM setInterval() Method



Window Object Reference Complete Window Object Reference

Definition and Usage

The setInterval() method calls a function / evaluates an expression at specified
intervals (in milliseconds).

继续,关于用javascript修改DOM 元素的css

根据w3c的网站

http://www.w3schools.com/htmldom/prop_classname.asp

设定某个元素的css class应该写成这样子

document.getElementById('xxx').className=[class];

 

经测试能够在FF以及IE上运行通过

 

感谢AV同学的提点

About the setAttribute method doesnt work in IE

when you use setAttribut method to set onclick attribute for an object in javascript, the function will work properly in firefox but may not work in IE.

 

here is some suggestion and solution from internet: 

 

http://bbs.blueidea.com/viewthread.php?tid=2290521

IE下setAttribute设置元素的对象、集合和事件属性都只当成普通属性,起不到原有的作用,但可以直接进行赋值操作

Syndicate content