摘要:我的java版本是jdk1.8.0_45,安装了protege后打开总显示:ERROR: Bundle org.protege.common [1] Error starting file:/home/xxx/Protege_4.3/bundles/org.protege.common.jar(or...
阅读全文
摘要:一.web service基本概念Web Service也叫XML Web Service WebService是一种可以接收从Internet或者Intranet上的其它系统中传递过来的请求,轻量级的独立的通讯技术。是:通过SOAP在Web上提供的软件服务,使用WSDL文件进行说明,并通过UDDI进行注册。XML:(Extensible Markup Language)扩展型可标记语言。面向短期的临时数据处理、面向万维网络,是Soap的基础。Soap:(Simple Object Access Protocol)简单对象存取协议。是XML Web Service 的通信协议。当用户通过UDD
阅读全文
摘要:1 . 逻辑关系:与或非AndFilter() Creates a new instance of an AndFilter.AndFilter(NodeFilter[]predicates) Creates an AndFilter that accepts nodes acceptable to all given filters.AndFilter(NodeFilterleft,NodeFilterright) Creates an AndFilter that accepts nodes acceptable to both filters.OrFilter() Creates a n
阅读全文
摘要:1 - java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory 添加包common-logging.jar2 - java.lang.ClassNotFoundException: javax.transaction.Synchronization 添加包jta.jar(hiberante)3 - java.lang.ClassNotFoundException: org.dom4j.DocumentException 添加包dom4j-1.6.1.jar4 - java.lang.ClassNotFoun
阅读全文