用Eclipse的”synchronize”比较图片文件 
不知道这个是不是真的可行,因为没有任何文档来说明这个功能。 但是既然
有人写出来了,倒是可以参考一下:通过Eclipse中CVS的synchronize功能,比较本地和服务器上的图片文件(见下图)

Eclipse显示出图片更新了,需要上传,而且做了比较
这个功能不常用,但是对于那些用Eclipse开发web程序,或者管理网站的,还是有帮助的。
用Eclipse的”synchronize”比较图片文件 不知道这个是不是真的可行,因为没有任何文档来说明这个功能。 但是既然
有人写出来了,倒是可以参考一下:通过Eclipse中CVS的synchronize功能,比较本地和服务器上的图片文件(见下图)

Eclipse显示出图片更新了,需要上传,而且做了比较
这个功能不常用,但是对于那些用Eclipse开发web程序,或者管理网站的,还是有帮助的。


让Eclipse使用Windows XP的skin 在Windows XP下使用Eclipse,你会发现,Eclipse的UI(比如对话框中的按钮,toolbar上的按钮等)比较象Windows 2000而不是XP。

Eclipse上SWT的FAQ解释了这个问题,而且给出了解决方案:

同样的道理,如果你的SWT程序没有使用XP的skin的话,也可以使用类似的办法,不过,要把javaw.exe.manifest拷贝为java.exe.manifest才可以。
摘自于一份Eclipse Wiki。 由于重装了系统,发现了这个问题,所以google了一下,找到这个办法。
Eclipse Plugin:Ant Explorer yWorks的Ant Explorer是一个可以图形化Ant脚本,并且执行Ant Task的Eclipse插件。
安装
使用Eclipse的Update Manager来安装是最方便的: “Help” - “Software Updates” - “Find and Install.” - “New Remote Site” 中输入 URL “http://www.yworks.com/eclipse/update” .
使用
在Package Explorer中,为Ant脚本(通常是build.xml文件)打开 yWorks Ant Explorer

如果Ant脚本更新了,Ant Explorer会自动更新可视化的视图的。

Top 5 Principles of Enterprise Architecture 上周在Colorado,Martin Fowler 和 Bruce Eckel 邀请了一些“大腕”级的人物,如Rod Johnson,Floyd Marinescu等,开了一个“座谈会”(现场的一些照片在这里)。 其中讨论到:“企业级架构最关键的原则问题是什么”。 这些“大腕”一共总结出来40条,然后投票得出了最关键的5条 (Top 5 Principles of Enterprise Architecture):
- Use a layered architecture.
- Build Automated Regression Tests, which was tied with:
- Manage your application as you would a software product. eg: frequent and numbered releases, same rigor as a product.
- Use the smallest team you possibly can tied with:
- Attack the domain problem first (or - work on your domain model before other parts of the app).
与之对应的Top Bottom 5则是(从后往前):
- Use Model Driven Architecture.
- Determine all your requirements upfront.
and a three way tie between: (最后3个并列)- Use EJBs.
- Prefer web based UI’s.
- Prefer open source projects.
Floyd Marinescu关于这次“研讨会”更详细的blog。
Eclipse icons 如果你在开发Eclipse的plug-in或者RCP程序,你一定在为找到一些好的图标(icons)而犯愁。 也许你只是想找到一些icons而已,那么就到Eclipse里面找吧。 CodeHaus上的blogger,bwalding把大多数的Eclipse icon都收集起来了,你可以直接去下载,或者按照他blog中的方式,连接到Eclipse的CVS服务器上,定期的去抓取出来。 bwalding提供的shell脚本如下:
#!/bin/sh
CVSROOT=:pserver:anonymous@dev.eclipse.org:/home/eclipse
export CVSROOT
mkdir -p eclipse
cd eclipse
cvs -q co org.eclipse.debug.ui/icons
cvs -q co org.eclipse.pde.ui/icons
cvs -q co org.eclipse.jdt.ui/icons
cvs -q co org.eclipse.vcm.ui/icons
cvs -q co org.eclipse.team.ui/icons
cvs -q co org.eclipse.ant.ui/icons
cvs -q co org.eclipse.help.ui/icons
cvs -q co org.eclipse.ui/icons
cvs -q co org.eclipse.ui.views/icons
cvs -q co org.eclipse.ui.console/icons
cd ..
rm -f ~/public_html/eclipse-icons.zip
find eclipse -name “*.gif“ -print | zip ~/public_html/eclipse-icons.zip -@或者,可以先到bwalding的blog上,看看所有的Eclipse icon是什么样的。
Copyright的问题呢?Eclipse是源代码开发的,而且使用的Eclipse License,类似于比较松散的Apache/BSD的方式,所以,应该没有问题的。
Stack Trace in Eclipse 很多的Java程序员(特别是开发Web程序的时候),通常在log文件中(比如log4j文件)查看Stack Traces的信息,然后在Eclipse中找到相关的class,再定位到Stack Trace提示的特定的代码行上。
Eclipse提供了一个非常聪明,也非常简单的方式协助从log文件中查看Stack Trace:

好了,Eclipse给每一个带有行后的Java Class文件加上了超级链接,用鼠标点击,就可以打开相应的类文件了。

完美的解决方案。 摘自Vasanth Dharmaraj的blog。
现在Gtalk的讨论仍然热火朝天,发现也还不少。有人总结了小窍门,包括粗斜体改变字体大小等;有人发现了怎么用Gtalk播音乐给朋友们听。 汇总几个在这里:


3. 要想加粗某些字,在字的前后加上星号:*bold*
4. 要使用斜体,在字的前后加上下划线: _intalic_
5. GTalk的谈话窗口是想Outlook的sidebar一样可以折叠并且堆叠的,适用Ctrl+Tab可以在不同的窗口间切换;
6. 在你自定义的消息框中(主窗口的上部,鼠标点一下,会变成输入框来输入)输入你的主页或者blog的地址,GTalk会把它转为URL显示给你的好友看;
7. 发些建议给Google吧,也许GTalk就会提供你想要的东西了;
Google正在招聘视频工程师,也许很快GTalk就会变成GVideo了。 GTalk真的有趣。
不过碰到一个问题,Talk以后的信息,如何保存到本地呢?
Get free blog up and running in minutes with Blogsome | Theme designs available here