昨天,今天,明天,每天的每天,你是否都多懂得一点点...

星期四, 十月 29, 2009

5800 sd 卡空了

昨天装了几个游戏,特别是装了个开心听的音乐软件,软件是不错,会自动下载歌词,还可以下载歌曲,应该和酷狗是一类的。就是太占资源了,打开后,手机卡得要命。也不懂怎么玩的,后来SD卡里啥也没有了,空空一片。。。。晕。。。。

不知道是什么原因,很可能是我从大容量储存切换到PC套件模式的时候没有从电脑上先弹出。 

我第一个反应是,手机认为我还是在大容量储存模式,所以我没办法使用储存卡的东西。 于是我便关机,重启。。。问题一样, 这时候,我才想到可能是SD卡出问题了。接上电脑,果然,里面白白一片呀。啥也没有。 

再关机,把卡拨出,再插上。。。一样,只不过手机自动生成了一些必要的文件夹。

没办法,估计是传说中的分区表坏了,正好在DOSPY看到一款诺顿磁盘医生,我想它应该可以修复分区表。就下载来用了下,哇,用完后分区表没有回来,而是出现了一个FOUND.000文件夹。这个好像和CHKDSK的作用相当。。。

于是又试了DISKGENIUS, 没有办法找到原来的分区表。找来找去都是现在的样子。 想找找有什么文件索引恢复工具,发现好像对硬盘还是不太了解。。。最后不了了之。只好格了。。。当然,在这之前,我已经用PowerDataRecovery 恢复了大部分文件。但是软件还是要重新装过。。。累呀。。。只有一个搜狗输入法还在,默认安在C盘的。

刚才装了handyshell, 装的时候说已存在,覆盖安装。 装好后,不需要输入序列号。。。

然后,发现MAIL FOR EXCHANGE和自带的同步的设定都还在。

继续装。。。还有好多东西要装。。。GARMIN,字典,计算器,秒表。。。

--
Feng

星期三, 十月 14, 2009

Dom class attribute

class is not really a attribute, that's why we cannot get it by using GetAttribute() method. 

The only reason of using class is applying css to a dom object. How about style attribute and id attribute?

Id should be a real attribute although it can be used to apply css. It's a identify of a dom object. we can use GetElementByID to get a dom object. 

We can use style= to specify css for dom objects. style may not be a real attribute either. 

All by guessing :)

--
Feng

IE class attribute

For IE dom, to get the value of class attribute, the correct way is:

objTag.className

But not objTag.class

This is different from objTagA.href. 

IE also supports GetAttribute method. But this method has difference between different version of IE. (versions below IE7 are not supported.)

--
Feng

其它博客地址

此博客的同步博客地址: http://fengnz.wordpress.com
这里进入我的MSN SPACE.