月归档:三月 2009

Tibco General Interface 与 Firefox All-in-One Gestures 冲突

firefox中,我安装了很多插件,其中鼠标手势 All-in-One Gestures 是我的最爱之一。 现在工作中需要用 Tibco General Interface 这个IDE来做开发,而且主要运行在Firefox中,但是GI和鼠标手势 All-in-One有冲突,启用鼠标手势 All-in-One,GI中鼠标右键失效。 于是想到,可以用两个不同的Firefox环境,来解决这个问题,一个干净的Firefox,只用来运行GI,另一个用来上网 只要使用不同 profile 文件就可以。 1、运行cmd,进入Firefox 安装目录,执行 firefox -P 2、创建一个新的 profile,命名 “Tibco”,参考:http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows 3、创建两个Firefox的快捷方式 默认上网的Firefox, “”D:\Program Files\Mozilla Firefox\firefox.exe” -P default 运行GI的Firefox, “D:\Program Files\Mozilla Firefox\firefox.exe” -no-remote -P tibco 注意:一个启用了 -no-remote 参数,另一个没有。 -no-remote … 继续阅读

发表在 程序 | 留下评论

Dell 640m Base System Device Error

最近由于公司要求,换了英文的XP系统,原来的dell 640m一些驱动不能用了,驱动安装完成后,还是有一些设备,出现黄色的警告标志:Base System Device 后来安装了读卡器驱动: ftp.us.dell.com/chipset/R141246.exe,这个问题解决了。 ======================Inspiron 640M====================== Inspiron 640m For WinXP 系统公用程序(中文版): ftp.us.dell.com/utility/R120806.exe 系统公用程序(英文版): ftp.us.dell.com/utility/R120775.exe 芯片组 Intel 945GM: ftp.us.dell.com/chipset/R114079.exe 视频驱动 Intel 945GM: ftp.us.dell.com/video/R135765.exe 读卡器: ftp.us.dell.com/chipset/R141246.exe 以太网卡 Broadcom 440x:  ftp.us.dell.com/network/R113310.exe 无线网卡 1390/1490:  ftp.us.dell.com/network/R151517.exe 无线网卡 3945/4965:  ftp.us.dell.com/network/R151972.exe 蓝牙350: ftp.us.dell.com/network/R117967.exe 蓝牙355: ftp.us.dell.com/network/R127314.exe 音频 9200: ftp.us.dell.com/audio/R122161.exe … 继续阅读

发表在 服务器&PC | 留下评论

greasemonkey 去掉 gmail 广告

本来一直用 greasemonkey上的一个去除gmail广告的插件,挺好的。 今天突然发现gmail的内部html代码结构变化了,插件不能用了。 而且有消息说,gmail 封杀 greasemonkey,如果使用这个,将会被封账户,不过不知道消息是否可靠。 在原来代码的基础上,稍微改动一下,即可去掉gmail广告 安装地址:http://userscripts.org/scripts/show/43495 // ==UserScript== // @name          GMail Without Ads and Hidden Spam count! // @version       1.05 // @description   Html structure change because of gmail,GMail without ads, simple as it! // @author       MDK … 继续阅读

发表在 程序 | 6 条评论