- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我知道他们在 2 月宣布它将在明年过渡到社区开发的模型......但现在,我在他们的网站上根本找不到它,更不用说 4.5 版了原定于本月发布。
我即将开始一个主要项目的 GUI 部分,虽然我考虑过使用 Qt Jambi,但我对是否要对显然已被放弃的产品产生主要依赖性犹豫不决。有谁知道这件事的真实情况吗?我应该放弃并使用 Swing 吗?
最佳答案
有一个mailing list for Jambi似乎仍然活跃。您可以在 archives 中查看有关此主题的一些最新帖子。 .一位 trolltech 员工似乎对 Jambi 的 future 做出了回应,但实际上并没有比他们的新闻稿说得更多。
Tue Mar 10 14:37:29 CET 2009:
We are hoping that a community of contributors will develop for thecoming year, and will try to help make that happen. After that year hasgone by, neither of us will be able to spend time on this project atwork. But if there is a thriving community at that point, I wouldn'texpect either of us to disappear completely either :-)
We have spent some time on thisproject, and we definitely wish to seeit succeed out in the wild. But, asyou say, we cannot commit to anythingbeyond what we have spare time for.
A year is a long time in terms ofspare time, so right now I'll only saythat I hope there's still interest ina year, and I hope I get the chanceto help out. :-)
-- Eskil
他们在另一篇帖子中提到他们仍然期待很快发布。最新代码可以查here .
关于java - Qt Jambi 死了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/706114/
我有类似下面的代码: ... id: myComponent signal updateState() property variant modelList: [] Repeater { mo
我正在处理一些我无法展示的私有(private)代码,但我已经制作了一些示例代码来描述我的问题: 主.c: #include #include #include #include typede
这个问题在这里已经有了答案: 关闭10 年前。 Possible Duplicate: what are the differences in die() and exit() in PHP? 我想
在编写 Perl 模块时,在模块内部使用 croak/die 是一个好习惯吗? 毕竟,如果调用者不使用 eval block ,模块可能会使调用它的程序崩溃。 在这些情况下,最佳做法是什么? 最佳答案
我有一些搜索线程正在存储结果。我知道当线程启动时,JVM native 代码会代理在操作系统上创建新 native 线程的请求。这需要 JVM 之外的一些内存。当线程终止并且我保留对它的引用并将其用作
我刚刚花了很多时间调试一个我追溯到 wantarray() 的问题。 .我已将其提炼为这个测试用例。 (忽略 $! 在这种情况下不会有任何有用信息的事实)。我想知道为什么wantarray在第二个示例
我看到一些代码是这样做的: if(something){ echo 'exit from program'; die; } ...more code 和其他只使用 die 的人: if
我正在尝试将此表格用于: 如果任何 $_POST 变量等于任何其他 $_POST 变量抛出错误。 如果只有几个,那不是问题,但我有大约 20 个左右所以如果我想这样做,我将不得不像这样 但这
每次我运行: hadoop dfsadmin -report 我得到以下输出: Configured Capacity: 0 (0 KB) Present Capacity: 0 (0 KB) DFS
我是一名优秀的程序员,十分优秀!