期刊文献+
共找到3,363篇文章
< 1 2 169 >
每页显示 20 50 100
基于RASP的云中间件应用安全自适应防护技术研究
1
作者 张喜铭 林克全 +2 位作者 李士杰 代昊琦 梁子键 《信息与电脑》 2026年第2期133-135,共3页
云中间件架构广泛部署于高并发业务场景中,但其内部链路结构复杂、动态行为密集,暴露出传统边界型安全手段难以应对的运行时威胁。文章构建了基于运行时应用自我保护(Runtime Application Self-Protection,RASP)的云中间件应用安全自适... 云中间件架构广泛部署于高并发业务场景中,但其内部链路结构复杂、动态行为密集,暴露出传统边界型安全手段难以应对的运行时威胁。文章构建了基于运行时应用自我保护(Runtime Application Self-Protection,RASP)的云中间件应用安全自适应防护技术,设计了覆盖执行路径注入、语义特征建模、分层判定融合与策略演化的流程。真实环境部署验证结果表明,该方案在识别效率与策略联动性方面表现出良好的适应性,为中间件平台构建主动防御体系提供了关键技术支撑。 展开更多
关键词 RASP 云中间件 运行时防护 行为建模 策略演化
在线阅读 下载PDF
基于行为树编辑器的无人作战可视化任务编排技术研究
2
作者 武晓红 张振华 +3 位作者 李瑞 边疆 王洪涛 张扬捷 《科学技术与工程》 北大核心 2026年第8期3418-3426,共9页
为解决无人作战任务复杂多变、传统任务规划效率低的问题,通过行为树可视化任务编排技术,研究基于模板库动态组合的智能任务规划方法。结果表明:该技术将无人机(unmanned aerial vehicle,UAV)集群任务预规划时间缩短至传统方法的25%;基... 为解决无人作战任务复杂多变、传统任务规划效率低的问题,通过行为树可视化任务编排技术,研究基于模板库动态组合的智能任务规划方法。结果表明:该技术将无人机(unmanned aerial vehicle,UAV)集群任务预规划时间缩短至传统方法的25%;基于数据分发系统(data distribution system,DDS)中间件的指令传输延迟控制在10 ms以内。可见,该方案有效突破了传统静态规划的响应瓶颈,为无人系统智能化协同作战提供了技术支撑。未来可进一步探索与智能决策算法的深度融合及多域协同编排机制。 展开更多
关键词 无人作战系统 行为树 任务规划 可视化编排 数据分发系统(DDS)中间件
在线阅读 下载PDF
Mobile Web Middleware of NFC Context-Awareness Applications
3
作者 Xiang Liu Zhi-Guang Qin Jie Shen 《Journal of Electronic Science and Technology》 CAS 2013年第4期388-392,共5页
With the development of wireless networks and mobile computing, more advanced applications with context-awareness and adaptability to their changing context are needed. However, building context-aware applications is ... With the development of wireless networks and mobile computing, more advanced applications with context-awareness and adaptability to their changing context are needed. However, building context-aware applications is difficult due to the lack of adequate infrastructure support. In this paper, a web middleware architecture for the development of context-awareness applications using near field communication (NFC) is proposed. Based on it, the efficient support for acquiring, interpreting, and accessing context is provided, and the user's quality of experience is improved. Moreover, a mobile web middleware for the testing and full realization of NFC context-awareness applications has been developed together with two application examples. 展开更多
关键词 CONTEXT-AWARENESS mobile phone near field communication web middleware.
在线阅读 下载PDF
基于系统调用隔离的安全容器研究综述
4
作者 章恬 张杰 +1 位作者 刘维杰 刘西蒙 《信息安全研究》 北大核心 2026年第1期2-15,共14页
阐述了基于系统调用隔离增强容器安全性的研究进展.首先概述了容器技术的发展背景及其面临的主要安全挑战,随后深入分析了系统调用隔离在提升容器安全性中的作用,包括限制容器应用程序的系统调用以减少攻击面、使用操作系统中间件和硬... 阐述了基于系统调用隔离增强容器安全性的研究进展.首先概述了容器技术的发展背景及其面临的主要安全挑战,随后深入分析了系统调用隔离在提升容器安全性中的作用,包括限制容器应用程序的系统调用以减少攻击面、使用操作系统中间件和硬件保护机制等技术实现对容器的隔离和保护.通过比较这些技术的实现原理、性能以及它们在隔离性、减少攻击面和数据保护方面的效果,揭示了系统调用隔离技术在提升容器安全性方面的优势和局限. 展开更多
关键词 安全容器 系统调用 隔离 Seccomp BPF 操作系统中间件 硬件保护机制
在线阅读 下载PDF
面向安防信息孤岛的MQTT-REST桥接设计与验证
5
作者 邱克成 《无线互联科技》 2026年第1期67-71,共5页
文章主要针对现代安防系统中设备终端协议和平台协议异构导致的信息孤岛问题,设计了一种基于事件模型的MQTT-REST桥接中间件。该中间件引入了统一事件描述模型,在语义层面实现了跨协议的事件联动,而非简单的协议转发。文章构建了消息路... 文章主要针对现代安防系统中设备终端协议和平台协议异构导致的信息孤岛问题,设计了一种基于事件模型的MQTT-REST桥接中间件。该中间件引入了统一事件描述模型,在语义层面实现了跨协议的事件联动,而非简单的协议转发。文章构建了消息路由和转换机制,明确定义了事件数据的标准化格式与映射规则,还通过搭建模拟测试环境实现了对中间件系统的验证。结果表明,该中间件能够高效实现安防事件的实时传输,在典型负载下,事件端到端的延迟稳定在毫秒级,与传统方案相比,该设计在并发处理能力、系统扩展性方面有明显优势,可以为安防互联提供一种工程实践解决思路。 展开更多
关键词 安防系统 AI赋能 中间件 混合架构
在线阅读 下载PDF
基于商用车中央域控制器的辅助驾驶系统设计
6
作者 孙炜 王全 +2 位作者 程翔宇 文健峰 杨杰君 《客车技术与研究》 2026年第1期26-33,53,共9页
针对商用车分布式辅助驾驶系统存在的算力协同困难与实时控制问题,本文提出一种基于中央域控制器的辅助驾驶系统设计方案。该方案在硬件上采用SoC与MCU双芯协同架构,在软件上运用分层解耦、服务动态加载与功能安全整合等技术。通过这种... 针对商用车分布式辅助驾驶系统存在的算力协同困难与实时控制问题,本文提出一种基于中央域控制器的辅助驾驶系统设计方案。该方案在硬件上采用SoC与MCU双芯协同架构,在软件上运用分层解耦、服务动态加载与功能安全整合等技术。通过这种软硬件协同设计,实现了系统资源的高效利用与通信瓶颈的突破,为解决分布式系统中的资源浪费与实时性约束问题提供了新的技术路径。 展开更多
关键词 商用车 辅助驾驶 中央域控制器 功能安全 中间件
在线阅读 下载PDF
云中间件平台多活架构下的智能灾备调度技术研究
7
作者 林克全 李士杰 +2 位作者 胡定波 刘博 周巧 《信息与电脑》 2026年第1期36-38,共3页
智能灾备调度是实现多活系统高可用与业务连续性的关键支撑技术。文章分析了云中间件多活架构的调度特性,研究了智能灾备调度中的多活元数据同步、故障感知决策与资源动态编排三项核心技术,提出了基于信息链与DIKW(Data-Information-Kno... 智能灾备调度是实现多活系统高可用与业务连续性的关键支撑技术。文章分析了云中间件多活架构的调度特性,研究了智能灾备调度中的多活元数据同步、故障感知决策与资源动态编排三项核心技术,提出了基于信息链与DIKW(Data-Information-Knowledge-Wisdom Hierarchy)链融合机制构建智能灾备感知-决策闭环的新型调度体系,旨在构建低延迟、高精度、自适应的多活容灾调度能力模型,提高灾备系统在异构环境中的调控效率。 展开更多
关键词 云中间件 多活架构 智能灾备调度
在线阅读 下载PDF
电力工程远程运维平台的多协议融合通信中间件设计
8
作者 王福山 王克 崔延霞 《通信电源技术》 2026年第4期41-43,共3页
为解决电力工程远程运维平台中IEC 61850、Modbus及电力线通信(Power Line Communication,PLC)专有协议的异构设备统一接入问题,设计采用分层架构的多协议融合通信中间件,通过协议接入层、数据处理层和应用服务层的协同工作,实现多源数... 为解决电力工程远程运维平台中IEC 61850、Modbus及电力线通信(Power Line Communication,PLC)专有协议的异构设备统一接入问题,设计采用分层架构的多协议融合通信中间件,通过协议接入层、数据处理层和应用服务层的协同工作,实现多源数据格式转换、异构协议适配和实时传输调度。研究结果表明,该中间件有效提高了协议转换成功率和系统吞吐量,降低了传输延迟和网络负载。 展开更多
关键词 多协议融合 通信中间件 电力工程远程运维平台 异构设备
在线阅读 下载PDF
Data Processing Middleware in a High-Powered Neutral Beam Injection Control System 被引量:1
9
作者 盛鹏 胡纯栋 +4 位作者 宋士花 刘智民 赵远哲 张小丹 窦少彬 《Plasma Science and Technology》 SCIE EI CAS CSCD 2013年第6期593-598,共6页
A set of data-processing middleware for a high-powered neutral beam injection(NBI) control system is presented in this paper.The middleware,based on TCP/IP and multi-threading technologies,focuses mainly on data pro... A set of data-processing middleware for a high-powered neutral beam injection(NBI) control system is presented in this paper.The middleware,based on TCP/IP and multi-threading technologies,focuses mainly on data processing and transmission.It separates the data processing and compression from data acquisition and storage.It provides universal transmitting interfaces for different software circumstances,such as WinCC,LabView and other measurement systems. The experimental data acquired on Windows,QNX and Linux platforms are processed by the middleware and sent to the monitoring applications.There are three middleware deployment models:serial processing,parallel processing and alternate serial processing.By using these models,the middleware solves real-time data-processing problems on heterogeneous environmental acquisition hardware with different operating systems and data applications. 展开更多
关键词 neutral beam injection control system middleware MULTITHREADING
在线阅读 下载PDF
Interactive Middleware Services for Heterogeneous Systems 被引量:1
10
作者 Vasanthi Raghupathy Osamah Ibrahim Khalaf +2 位作者 Carlos Andrés Tavera Romero Sudhakar Sengan Dilip Kumar Sharma 《Computer Systems Science & Engineering》 SCIE EI 2022年第6期1241-1253,共13页
Computing has become more invisible, widespread and ubiquitoussince the inception of the Internet of Things (IoT) and Web of Things. Multipledevices that surround us meet user’s requirements everywhere. Multiple Midd... Computing has become more invisible, widespread and ubiquitoussince the inception of the Internet of Things (IoT) and Web of Things. Multipledevices that surround us meet user’s requirements everywhere. Multiple Middleware Framework (MF) designs have come into existence because of the rapiddevelopment of interactive services in Heterogeneous Systems. This resulted inthe delivery of interactive services throughout Heterogeneous Environments(HE). Users are given free navigation between devices in a widespread environment and continuously interact with each other from any chosen device. Numerous interactive devices with recent interactive platforms (for example, SmartPhones, Mobile Phones, Personal Computer (PC) and Personal Digital Assistant(PDA)) are available in the market. For easy access to information and servicesirrespective of the device used for working and even at the drastic change ofthe environment, the execution of applications on a broad spectrum of computingdevices is propelled by the availability of the above-mentioned platforms. Different applications that need interoperability to coordinate and correspond with eachother should be facilitated. Using a standard interface and data format, HE mustlink various devices from various platforms together to communicate with eachother. To aid the interactive services performed by a middleware framework thatoperates on Application Programming Interface (API) over HEs, this issue aims toendorse an Adaptable Service Application Programming Interface (ASAPI). 展开更多
关键词 middleware SERVICES ONTOLOGY INTEROPERABILITY
在线阅读 下载PDF
Middleware technologies for cloud of things: a survey 被引量:1
11
作者 Amirhossein Farahzadi Pooyan Shams +1 位作者 Javad Rezazadeh Reza Farahbakhsh 《Digital Communications and Networks》 SCIE 2018年第3期176-188,共13页
The next wave of communication and applications will rely on new services provided by the Internet of Things which is becoming an important aspect in human and machines future. IoT services are a key solution for prov... The next wave of communication and applications will rely on new services provided by the Internet of Things which is becoming an important aspect in human and machines future. IoT services are a key solution for providing smart environments in homes, buildings, and cities. In the era of massive number of connected things and objects with high growth rate, several challenges have been raised, such as management, aggregation, and storage for big produced data. To address some of these issues, cloud computing emerged to the IoT as Cloud of Things (COT), which provides virtually unlimited cloud services to enhance the large-scale IoT platforms. There are several factors to be considered in the design and implementation of a CoT platform. One of the most important and challenging problems is the heterogeneity of different objects. This problem can be addressed by deploying a suitable "middleware" which sits between things and applications as a reliable platform for communication among things with different interfaces, operating systems, and architectures. The main aim of this paper is to study the middleware technologies for CoT. Toward this end, we first present the main features and characteristics of middlewares. Next, we study different architecture styles and service domains. Then, we present several middlewares that are suitable for CoT-based platforms and finally, a list of current challenges and issues in the design of CoT-based middlewares is discussed. 展开更多
关键词 COT middleware Fog computing Cloud
在线阅读 下载PDF
High Efficiency and Light Mobile Electronic Business System Based on Mobile Agent Middleware 被引量:1
12
作者 张云勇 刘锦德 《Journal of Electronic Science and Technology of China》 2004年第1期43-46,共4页
Mobile Network technology has been being the research focus during the 1990’s. The middleware technology is imported for the sake of running distributed transaction smoothly. In this paper, a mobile agent based middl... Mobile Network technology has been being the research focus during the 1990’s. The middleware technology is imported for the sake of running distributed transaction smoothly. In this paper, a mobile agent based middleware high efficiency mobile electronic business oriented middleware (HEMEBOM) is designed and implemented based on the requirement and background of collaborative electronic business. Its architecture, elements and excellent properties are mainly focused. Then high efficiency mobile electronic business system μMcommerce is built using HEMEBOM. 展开更多
关键词 B2B electronic business middleware mobile agent real-time information push lightweight mobile commerce
在线阅读 下载PDF
电子政务(E-Government)多层体系结构模型中间件(Middleware)的工作机制
13
作者 郭东林 《科技信息》 2008年第24期61-,67,共2页
电子政务的信息网络是一个层次化的(Hierarchical),集成多种技术、各类应用的一体化网络,政务资源网络为政府运作提供了最主要的信息服务和业务协同支撑环境。各级政府除了本身能够互访外,还要为公众提供访问政府网络的手段。中间件(mid... 电子政务的信息网络是一个层次化的(Hierarchical),集成多种技术、各类应用的一体化网络,政务资源网络为政府运作提供了最主要的信息服务和业务协同支撑环境。各级政府除了本身能够互访外,还要为公众提供访问政府网络的手段。中间件(middleware) 展开更多
关键词 中间件 数据库 数据库系统 E-GOVERNMENT middleware 电子政务
在线阅读 下载PDF
Patterns and Frameworks for E&P Middleware—Introduction to Architecture of PetroCOVERY
14
作者 Xiujie Sheng Lianfu Mei 《地学前缘》 EI CAS CSCD 北大核心 2009年第S1期286-286,共1页
This paper presents a domain-specific middleware definition for petroleum exploration and production(E&P)domain on personal view.With detailed introduction of PetroCOVERY architecture,we examine some key features ... This paper presents a domain-specific middleware definition for petroleum exploration and production(E&P)domain on personal view.With detailed introduction of PetroCOVERY architecture,we examine some key features about E&P middleware and evaluate its architecture.E&P middleware should tier different encapsulation layers. 展开更多
关键词 middleware explore and production design pattern application interoperability distributed object computing service oriented
在线阅读 下载PDF
A Middleware for Polyglot Persistence and Data Portability of Big Data PaaS Cloud Applications
15
作者 Kiranbir Kaur Sandeep Sharma Karanjeet Singh Kahlon 《Computers, Materials & Continua》 SCIE EI 2020年第11期1625-1647,共23页
Vendor lock-in can occur at any layer of the cloud stack-Infrastructure,Platform,and Software-as-a-service.This paper covers the vendor lock-in issue at Platform as a Service(PaaS)level where applications can be creat... Vendor lock-in can occur at any layer of the cloud stack-Infrastructure,Platform,and Software-as-a-service.This paper covers the vendor lock-in issue at Platform as a Service(PaaS)level where applications can be created,deployed,and managed without worrying about the underlying infrastructure.These applications and their persisted data on one PaaS provider are not easy to port to another provider.To overcome this issue,we propose a middleware to abstract and make the database services as cloud-agnostic.The middleware supports several SQL and NoSQL data stores that can be hosted and ported among disparate PaaS providers.It facilitates the developers with data portability and data migration among relational and NoSQL-based cloud databases.NoSQL databases are fundamental to endure Big Data applications as they support the handling of an enormous volume of highly variable data while assuring fault tolerance,availability,and scalability.The implementation of the middleware depicts that using it alleviates the efforts of rewriting the application code while changing the backend database system.A working protocol of a migration tool has been developed using this middleware to facilitate the migration of the database(move existing data from a database on one cloud to a new database even on a different cloud).Although the middleware adds some overhead compared to the native code for the cloud services being used,the experimental evaluation on Twitter(a Big Data application)data set,proves this overhead is negligible. 展开更多
关键词 Cloud computing platform as a service middleware polyglot persistence SQL NOSQL data migration tool Twitter data set
在线阅读 下载PDF
A Glance at the Middleware Technology
16
作者 Zhong Cui\|hao Institute of Software, Chinese Academy of Sciences, Beijing 100080, China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期351-354,共4页
After describing the concept of middleware,this paper discusses the position and value of middleware among modern software technologies,summarizes some kinds of common middleware.This paper also gives some proposals f... After describing the concept of middleware,this paper discusses the position and value of middleware among modern software technologies,summarizes some kinds of common middleware.This paper also gives some proposals for developing middleware in China. 展开更多
关键词 middleware software development technology middleware model
在线阅读 下载PDF
Development and Application of WebGIS Middleware in Oil Production Engineering
17
作者 LiUQuan SUNJi-gui LlUJing 《Wuhan University Journal of Natural Sciences》 EI CAS 2004年第5期711-716,共6页
WebGIS is the result of combining the technology of Internet with that of Geographic Information Systems (GIS). This paper aims at some problems in the development of GIS, such as the system of development is instable... WebGIS is the result of combining the technology of Internet with that of Geographic Information Systems (GIS). This paper aims at some problems in the development of GIS, such as the system of development is instable, and presents the method of adopting component technology to accomplish WebGIS middleware which has been successfully applied to the Oil Production Engineering information visible system. It showed in practice that the WebGIS middleware can be casily embedded in the web pages to accomplish GIS application system in a network environment. On the one hand, its application can reduce complexity of system and speed up the pace of development. On the other hand, it is certain to reduce the development costs and improve the maintainability. Key words WebGIS - middleware - oil production engineering CLC number TP 31 Biography: LIU Quan (1969-), male, Ph. D. candidate, research direction: include automated resoning, WebGIS. 展开更多
关键词 WEBGIS middleware oil production engineering
在线阅读 下载PDF
A Framework of Web Data Integrated LBS Middleware
18
作者 MENG Xiaofeng YIN Shaoyi XIAO Zhen 《Wuhan University Journal of Natural Sciences》 CAS 2006年第5期1187-1191,共5页
In this paper, we propose a flexible locationbased service (LBS) middleware framework to make the development and deployment of new location based applications much easier. Considering the World Wide Web as a huge d... In this paper, we propose a flexible locationbased service (LBS) middleware framework to make the development and deployment of new location based applications much easier. Considering the World Wide Web as a huge data source of location relative information, we integrate the common used web data extraction techniques into the middleware framework, exposing a unified web data interface for the upper applications to make them more attractive. Besides, the framework also emphasizes some common LBS issues, including positioning, location modeling, location-dependent query processing, privacy and secure management. 展开更多
关键词 location-based service (LBS) middleware web data extraction
在线阅读 下载PDF
Toward an SCA-OSGi based Middleware for Radio Frequency Identification Applications
19
作者 吴捷 王东 +1 位作者 盛焕烨 J. Siror 《Journal of Shanghai Jiaotong university(Science)》 EI 2010年第2期199-206,共8页
The radio frequency identification (RFID) technology progressing is becoming a increasing interest in several application areas. To accommodate diverse and changing requirements from applications,RFID middleware shoul... The radio frequency identification (RFID) technology progressing is becoming a increasing interest in several application areas. To accommodate diverse and changing requirements from applications,RFID middleware should be reconfigurable. However,current RFID middleware is limited in its ability to support reconfiguration. To solve this problem,we adopt the service-oriented component-based approach in building the middleware. Component-based design enables decomposition of middleware functionality and is easier than the current one to manage and modify the structure of the middleware both statically and dynamically. Applying service-oriented architecture (SOA) can further reduce the coupling between components and external software and ease the integration between middleware and applications. We propose a two-layered service component architecture (SCA) open service gateway initiative (OSGi) component model so as to enable reconfigurability. Based on the proposed component model,we build a standard-based RFID middleware-SCA-OSGi based RFID middleware (SORM) which supports flexible deployment topologies and reconfigurability. The design and implementation details of SORM are illustrated. 展开更多
关键词 radio frequency identification (RFID) middleware service component architecture (SCA) open service gateway initiative (OSGi)
原文传递
Distributed heterogeneous inspecting system and its middleware-based solution
20
作者 黄理灿 吴朝晖 潘云鹤 《Journal of Zhejiang University Science》 EI CSCD 2003年第5期542-548,共7页
There are many cases when an organization needs to monitor the data and operations of its super-vised departments, especially those departments which are not owned by this organization and are managed by their own inf... There are many cases when an organization needs to monitor the data and operations of its super-vised departments, especially those departments which are not owned by this organization and are managed by their own information systems. Distributed Heterogeneous Inspecting System (DHIS) is the system an organization uses to monitor its supervised departments by inspecting their information systems. In DHIS, the inspected systems are generally distributed, heterogeneous, and constructed by different companies. DHIS has three key processes-abstracting core data sets and core operation sets, collecting these sets, and inspecting these collected sets. In this paper, we present the concept and mathematical definition of DHIS, a metadata method for solving the interoperability, a security strategy for data transferring, and a middleware-based solution of DHIS. We also describe an example of the inspecting system at WENZHOU custom. 展开更多
关键词 Distributed computing middleware Heterogeneous syste ms
在线阅读 下载PDF
上一页 1 2 169 下一页 到第
使用帮助 返回顶部