`
alexgreenbar
  • 浏览: 85026 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论
文章列表
http://www.eclipse.org/buckminster/index.php Buckminster is a pretty new project of Eclipse, its target is make software assembly and deployment very easily than before. It's not another build system like Maven or Ant, but an useful complementary for them. It's not limit to only use in Eclipse, inst ...
生成Thread Dump在不同的操作系统中做起来也不同。在Windows中,是在JVM运行的控制台窗口中按下Ctrl-Break。对基于Linux和Unix的系统,则用kill命令将SIGQUIT发送到JVM。这可以通过命令kill – 3 完成,这里的pid是JVM的进程ID
A useful guide for TDD.
http://www.michaelhyatt.com/fromwhereisit/2007/11/how-to-shave-te.html Almost everyone I know is working more time than they would like. That’s why a book like The 4-Hour Work Week by Timothy Ferriss has been such a big bestseller. This is a great book, but the promise is a little over the top. I do ...
chick : 小妞 potato potato : 发音 pertayto pertato : 挑三捡四 hot girl : 辣妹
I use code(DB2 JDBC 4 type driver): Connection conn = ...; Statement stat = conn.prepareCall(query); state.execute(); ... resultSet.getMetaData(); and I get exception like: com.ibm.db2.jcc.b.SqlException: [ibm][db2][jcc][10335][10366] Invalid operation: Connection is closed. at com.ibm.d ...
http://www.infoq.com/cn/articles/stop-aberrant-train
Subversion support protocol like: - For anonymous: http, svn - For committer: https, svn+ssh But as default, if you compile subversion client from source code, it only enable http, svn and svn+ssh but https, which often used by open source project such all projects of www.apache.org, actually enable ...
Today I want to reinstall my subversion client in my Linux box to enable SSL support, so I go to www.tigris.org and download subversion again, but unfortunately I download a zip file, then I fall into a well, the configure script complain can't create makefile correctly for me, after spending 2 hours ...
Here's a simple program but reveal thread synchronization mechanism: - only one thread can enter critical region at a fix time - two thread enter critical region one by one, and loop - the time won't affect thread synchronization - two thread work together like pass ball package com.demo.thread; ...
http://www.ibm.com/developerworks/cn/opensource/os-cn-eclipse-multithrd/index.html
I've practiced XP for about four years, and I believe it's a excellent methodology for developing robust software, but recently I doubt what I got from XP, it become even worse when I read "Code Complete 2nd Edtion"(CC2E) those days - XP said unit testing is very very very important, so we ...
On Saturday this week, I will have joined IONA for four years. Even somebody will think it's a long time to stay in one software company, but it's so short compare with my foreign comrades' I'm very happy to have chance that I can work with some of the brilliant engineers in the world, I must admit ...
If you have several years development experience in Eclipse plugin, then you will know that a good model is the key for a successful UI, even UI stuff is important, but the king is model behind it. As a important model driven development implementation, EMF become more important than before, you can ...
Our Ireland GUI team has taken over Beijing's task, it's the first time since I joined, I felt so embarass! In a word, we lost Beijing team kudos. It's not to say that we can't do it well, but whatever, it's a pity!
Global site tag (gtag.js) - Google Analytics