上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: 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)
摘要: Reference:http://www.eclipse.org/swt/http://www.functionx.com/win32/Lesson01.htmhttp://www.win32developer.com/tutorial/windows/windows_tutorial_2.shtmhttp://download.ourdev.cn/bbs_upload782111/files_35/ourdev_606687D1GBNL.pdfhttp://msdn.microsoft.com/en-us/library/windows/desktop/ff381399%28v=vs.85% 阅读全文
posted @ 2013-09-09 15:03 iDragon 阅读(938) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-09-09 14:16 iDragon 阅读(127) 评论(0) 推荐(0)
摘要: SENNA is a software distributed under a non-commercial license, which outputs a host of Natural Language Processing (NLP) predictions: part-of-speech (POS) tags, chunking (CHK), name entity recognition (NER), semantic role labeling (SRL) and syntactic parsing (PSG).SENNA is fast because it uses a s. 阅读全文
posted @ 2013-09-06 13:29 iDragon 阅读(634) 评论(0) 推荐(0)
摘要: First of all, we take a look at classEclipseStarter 1 /******************************************************************************* 2 * Copyright (c) 2003, 2012 IBM Corporation and others. 3 * All rights reserved. This program and the accompanying materials 4 * are made available under... 阅读全文
posted @ 2013-09-06 11:23 iDragon 阅读(1336) 评论(0) 推荐(0)
摘要: OSGi Framework looks like OS,Bundle looks like program,OS can create a process to run program with its main function,OSGi can start a Bundle with its Activator,A process of OS has its features,A bundle of OSGi has its state and features.A process of OS can service for or communicate with other progr 阅读全文
posted @ 2013-09-06 09:06 iDragon 阅读(1194) 评论(1) 推荐(0)
摘要: Framework based on service's register-publish-find-extend-use(Android service desgin)http://phoenixtoday.blogbus.com/logs/16550157.htmlhttp://www.ibm.com/developerworks/cn/education/opensource/os-eclipse-osgi/index.html初探OSGi 的全文 - [J2EE]2008-03-07版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://www.blogb 阅读全文
posted @ 2013-09-06 08:17 iDragon 阅读(884) 评论(1) 推荐(0)
摘要: Develop and register service,lookup and use service!Android Design on service'spublish-find-bind model.What is OSGi(Open Service Gateway Initiative)?:http://www.osgi.org/Technology/WhatIsOSGihttp://dz.prosyst.com/pdoc/mBS_R5_SDK_7.3.0_beta/getting_started/introduction.html One simple example: Se 阅读全文
posted @ 2013-09-04 11:44 iDragon 阅读(1202) 评论(0) 推荐(1)
摘要: net.sf.yari.eclipse.EclipseInspectorViewPartThrough the outline of EclipseInspectorViewPart, we can get known how the above "Eclipse Inspector" view is created and what is happening when clicking some buttons or view opening or refreshing or setting memento, etc.plugin.xml i... 阅读全文
posted @ 2013-09-03 15:37 iDragon 阅读(363) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页