摘要:
http://www.qnx.com/products/evaluation/ 阅读全文
posted @ 2013-09-11 19:15
iDragon
阅读(334)
评论(0)
推荐(0)
摘要:
Bundle 1 package org.osgi.framework; 2 public interface Bundle extends Comparable { 3 int UNINSTALLED = 0x00000001; 4 int INSTALLED = 0x00000002; 5 int RESOLVED = 0x00000004; 6 int STARTING = 0x00000008; 7 ... 阅读全文
posted @ 2013-09-11 09:54
iDragon
阅读(559)
评论(0)
推荐(0)