2010年5月9日

CDT homepage

摘要: http://www.eclipse.org/cdt/downloads.php 阅读全文

posted @ 2010-05-09 09:17 齐天大猫 阅读(131) 评论(0) 推荐(0)

2010年5月8日

my vbs learning points (1)

摘要: 1. InputBox的“取消”按钮不会返回一个空串,而是返回NULL值。(1) MsgBox(WSH 2.0+,2.0-会out of memory)会把这一NULL值转换成空串。(2) 点击“取消”,脚本并不会停止,因此,最佳做法是对点击“取消”做判断:[代码]2. 检测信息类型isEmpty()isDate()DateD... 阅读全文

posted @ 2010-05-08 15:47 齐天大猫 阅读(160) 评论(0) 推荐(0)

2010年5月5日

ubuntu9.04下安装Eclipse3.5

摘要: 1. 下载eclipse-SDK-3.5-linux-gtk.tar.gz到 ~/Softwarehttp://www.eclipse.org/downloads/2. 解压安装cd ~/Softwaresudo tar -zxvf eclipse-SDK-3.5-linux-gtk.tar.gz -C /usr/localsudo chown 755 -R /usr/local/eclipse3... 阅读全文

posted @ 2010-05-05 17:38 齐天大猫 阅读(369) 评论(0) 推荐(0)

eclipse安装CDT和中文语言包

摘要: 下载eclipse:http://www.eclipse.org通过Software Update安装CDT:http://www.eclipse.org/cdt/downloads.phphttp://download.eclipse.org/tools/cdt/releases/galileo安装语言包:http://www.eclipse.org/babel/http://www.eclip... 阅读全文

posted @ 2010-05-05 17:37 齐天大猫 阅读(732) 评论(0) 推荐(0)

XMarks不能同步书签

摘要: XMarks被河蟹了。sudo gedit /etc/hosts加入以下IP及域名#Xmarks64.147.188.86 www.xmarks.com64.147.188.92 api.xmarks.com64.147.188.89 login.xmarks.com64.147.188.87 sync.xmarks.com64.147.188.86 static.xmarks.com64.147... 阅读全文

posted @ 2010-05-05 17:35 齐天大猫 阅读(496) 评论(0) 推荐(0)

ubuntu下安装smplayer

摘要: smplayer官网:http://smplayer.sourceforge.net/downloads.php?tr_lang=zhlanuchpad:smplayer:https://launchpad.net/~rvm/+archive/smplayermplayer:https://launchpad.net/~rvm/+archive/mplayer以ubuntu9.04为例:添加源:s... 阅读全文

posted @ 2010-05-05 17:34 齐天大猫 阅读(664) 评论(0) 推荐(0)

ubuntu下google音乐页面中文乱码,或者flash中中文乱码解决

摘要: 输入:$ cd /etc/fonts/conf.d/备份:$ sudo cp 49-sansserif.conf 49-sansserif.conf.backup编辑:$ sudo gedit ./49-sansserif.conf修改edit节点,将<string>sans-serif</string>改为 <string>sans</string>... 阅读全文

posted @ 2010-05-05 17:33 齐天大猫 阅读(253) 评论(0) 推荐(0)

ubuntu9.04下解决scim输入法与opera的冲突

摘要: 安装scim-qtimm:$sudo apt-get install scim-qtimm编辑/usr/bin/opera:$sudo gedit /usr/bin/opera 在第二行添加export QT_IM_MODULE=SCIM保存后,重启opera(保险起见重启X-window),OK! 阅读全文

posted @ 2010-05-05 17:32 齐天大猫 阅读(184) 评论(0) 推荐(0)

ubuntu9.04安装配置java6

摘要: 1.Java的安装 sudo apt-get install sun-java6-jdk 提示:打开终端,执行以下命令,或使用Adept/新立得软件管理器,在其中分别搜索"sun-java6-jre"和"sun-java6-jdk"并标记安装。 sudo apt-get install sun-java6-jre 如果空间富裕,建议安装一个JDK。安装过程中需要你回答是否同意使用协议(终端中红蓝色... 阅读全文

posted @ 2010-05-05 17:31 齐天大猫 阅读(244) 评论(0) 推荐(0)

ubuntu 9.04更新源

摘要: archive.ubuntu.com更新服务器(欧洲,此为官方源,电信网通用户使用):deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiversedeb http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted univers... 阅读全文

posted @ 2010-05-05 17:30 齐天大猫 阅读(506) 评论(0) 推荐(0)

导航