G#F#W的发展历程(Z)
Apr 9th
转自枫之羽
谷歌时不时被墙一下
now on
Facebook 被墙
2009 年 07 月 07 日
社交网站 facebook.com 被墙
Bing 等微软服务被墙
2009 年 06 月 02 日
微软的 Bing.com 上线后一天即被 G#F#W 屏蔽
同时微软的 Live.com 及 Hotmail.com 都已被墙
Read the rest of this entry »
《这个杀手不太冷》片尾曲
Apr 3rd
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
Sting-《Shape Of My Heart》(这个杀手不太冷)主题歌
He deals the cards as a meditation
And those he plays never suspect
He doesn’t play for the money he wins
He doesn’t play for the respect
He deals the cards to find the answer
The sacred geometry of chance
The hidden law of probable outcome
The numbers lead a dance
I know that the spades are the swords of a soldier
I know that the clubs are weapons of war
I know that diamonds mean money for this art
But that’s not the shape of my heart
He may play the jack of diamonds
He may lay the queen of spades
He may conceal a king in his hand
While the memory of it fades
I know that the spades are the swords of a soldier
I know that the clubs are weapons of war
I know that diamonds mean money for this art
But that’s not the shape of my heart
That’s not the shape, the shape of my heart
And if I told you that I loved you
You’d maybe think there’s something wrong
I’m not a man of too many faces
The mask I wear is one
Those who speak know nothing
And find out to their cost
Like those who curse their luck in too many places
And those who smile are lost
I know that the spades are the swords of a soldier
I know that the clubs are weapons of war
I know that diamonds mean money for this art
But that’s not the shape of my heart
That’s not the shape of my heart
心的形状
他 玩牌的样子似在冥想
从未有人怀疑他的智商
他并非要赢得金钱
也不是为了人们的敬赏
他只想找到一个答案
那 神秘的几何概率
那无法预料的结果
各种法则在数字下隐藏
我知道黑桃代表卫兵的剑
我知道梅花是战争的炮枪
我 知道钻石象征着财富
但是我的红心,我的心它没有形状
他可以打出钻石王子
他可以打出黑桃皇后
他可以隐藏手 中那张国王
而那些回忆,逐渐的逐渐的消亡
我知道黑桃代表卫兵的剑
我知道梅花是战争的炮枪
我知道 钻石象征着财富
但是那并非我心的形状
并非我心的形状
如果我告诉你我爱你
你也许会觉得不适应吧
我 并非多重性格的男子
我所有的只是这一副面具
妄言的人无知
他们为此付出了代价
好像那些反复诅咒自己命运的人
他 们脸上失去了阳光
我知道黑桃代表卫兵的剑
我知道梅花是战争的炮枪
我知道钻石象征着财富
但是那并非我心的 形状
并非我心的形状
Eclipse启动参数大全
Mar 20th
http://www.cn-java.com/www1/bbs/viewthread.php?tid=14813
Eclipse 运行命令行参数大全
包括英文版本和中文版本两种的说明, 特别需要值得一提的是那个 -nl 参数, 可以指定程序启动时所使用的语言. 例如:
eclipse -nl en_US
将启动英文语言, 这个特性在安装了国际化语言包以后特别有用, 可以方便的切换各个语言的版本. 注意 IBM WSAD v5.1 也支持这个功能.
运行 Eclipse
将 Eclipse 驱动程序安装(解压缩)到某个目录(例如,c:\eclipse)中之后,通过运行顶级安装目录中的 Eclipse 可执行文件来启动”工作台”。在 Windows 系统上,该可执行文件称为 eclipse.exe,而在 Linux 系统上称为 eclipse。注意:下列讨论描述 Windows 系统上的设置。Linux 上的设置是相似的。
如果您没有另行指定,则平台将缺省工作区目录创建为可执行文件的兄弟目录(例如 c:\eclipse\workspace)。此工作区目录用作项目的缺省内容区,还用于保存任何必需的元数据。要进行共享安装或多工作区安装,应明确指出工作区的位置而不是使用缺省值。有两种控制工作区位置的方法:使用当前工作目录或使用 -data 命令行自变量。
将工作区位置设置为在当前工作目录内
在此方案中,工作区位置将是当前工作目录中称为 workspace 的目录。
实现此目的最容易的方法可能是使用下列步骤来创建快捷方式:
导航到 Windows 资源管理器中的 eclipse.exe 并使用右键拖动来创建 eclipse.exe 的快捷方式。
编辑快捷方式的属性,以使启动位置:字段标识工作区位置的父目录(例如,c:\users\robert)。
关闭属性对话框并双击快捷方式(如果提供的目录为 c:\users\robert,则工作区位置将为 c:\users\robert\workspace)。
当然,您也可以使用命令提示符(通过将目录切换为工作区父目录然后运行 eclipse.exe)来获得同样的效果。
使用 -data 设置工作区的特定位置
要使用 -data 命令行自变量,只要将 -data your_workspace_location(例如,-data c:\users\robert\myworkspace)添加至快捷方式属性中的目标字段或显式地将它包括在命令行上。
使用 -vm 设置 java VM
建议显式指定在运行 Eclipse 时要使用哪个 Java VM。使用 -vm 命令行自变量(例如,-vm c:\jre\bin\javaw.exe)可以实现此目的。如果不使用 -vm,则 Eclipse 将使用在 O/S 路径上找到的一个 Java VM。当安装其它产品时,它们可更改您的路径,导致在下一次启动 Eclipse 时使用另一 Java VM。
Read the rest of this entry »