CN114866598A - Module dynamic expansion and authorization system based on micro-service architecture and USB interface - Google Patents

Module dynamic expansion and authorization system based on micro-service architecture and USB interface Download PDF

Info

Publication number
CN114866598A
CN114866598A CN202210466953.1A CN202210466953A CN114866598A CN 114866598 A CN114866598 A CN 114866598A CN 202210466953 A CN202210466953 A CN 202210466953A CN 114866598 A CN114866598 A CN 114866598A
Authority
CN
China
Prior art keywords
module
micro
usb interface
service architecture
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210466953.1A
Other languages
Chinese (zh)
Other versions
CN114866598B (en
Inventor
王国才
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ANHUI BAOHULU INFORMATION TECHNOLOGY GROUP CO LTD
Original Assignee
ANHUI BAOHULU INFORMATION TECHNOLOGY GROUP CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ANHUI BAOHULU INFORMATION TECHNOLOGY GROUP CO LTD filed Critical ANHUI BAOHULU INFORMATION TECHNOLOGY GROUP CO LTD
Priority to CN202210466953.1A priority Critical patent/CN114866598B/en
Publication of CN114866598A publication Critical patent/CN114866598A/en
Application granted granted Critical
Publication of CN114866598B publication Critical patent/CN114866598B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4063Device-to-bus coupling
    • G06F13/4068Electrical coupling
    • G06F13/4081Live connection to bus, e.g. hot-plugging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/105Multiple levels of security
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2213/00Indexing scheme relating to interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F2213/0042Universal serial bus [USB]

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a module dynamic expansion and authorization system based on a micro-service architecture and a USB interface, which comprises: the server is used for running containers and carriers of the application system; the main application system of the micro-service architecture is used for being deployed on the server; the module A is used for storing the relevant service, the relevant code and the database of the module A and storing an extended function module of an application system; the module B is used for storing relevant services, relevant codes and a database of the module B and storing an extended function module of an application system; and the extended function module is used for accessing the server through a USB interface of the server, registering in a main application system of the micro-service architecture and adding data of a new module. Realizing the infinite expansion of system functions; the expansion mode of hot plug does not need to stop service; more importantly, no redundant code exceeding the authorization of a manufacturer exists under the whole framework, so that the embezzlement of intellectual property rights is avoided.

Description

Module dynamic expansion and authorization system based on micro-service architecture and USB interface
Technical Field
The invention relates to the field of module expansion, in particular to a module dynamic expansion and authorization system based on a micro-service architecture and a USB interface.
Background
Roughly speaking, the system is divided into a hardware system (such as a PC and the peripheral equipment thereof) and a software system (such as an OA system, a Taobao shopping platform and the like). The requirement of function expansion of the systems generally exists, and corresponding solutions are provided.
Application system integration technique-microservice architecture:
microservice is a software development technology, a variant of the Service Oriented Architecture (SOA) architectural style, which advocates dividing a single application into a set of small services that are coordinated and coordinated to provide ultimate value to the user. Each service runs in its own independent process, and the services communicate with each other by adopting a lightweight communication mechanism (usually, HTTP-based RESTful API). Each service is built around a specific business and can be deployed independently to a production environment, a production-like environment, and the like.
Microservices are an architectural approach for building applications. Microservices are loosely coupled, distributed architecture frameworks, so that a change by one team does not corrupt the entire application. The benefit of using microservices is that development teams can quickly build new components of an application to meet changing business needs.
Microservices can communicate with each other and the communication is usually stateless, so that applications built in this way are more fault tolerant and less dependent on a single ESB. Since the micro-service can communicate through the Application Programming Interface (API) independent of the language, the development team can also select the required tools by himself, and the micro-service architecture principle is specifically shown in fig. 2.
Hardware integration technology-USB interface technology:
universal Serial Bus (USB) is a Serial Bus standard and a technical specification of input/output interfaces, and is widely used in information communication products such as personal computers and mobile devices, and is extended to other related fields such as camera equipment, digital televisions (set top boxes), game machines, and the like. The latest generation is USB4, the transmission speed is 40Gbit/s, the three-stage voltage is 5V/12V/20V, the maximum power supply is 100W, and the novel Type C interface allows positive and negative blind plugging. The USB interface type is shown in detail in fig. 3.
In the prior art, a traditional B/S architecture application system is based on the overall compiling and publishing principle. When module extension is required, the codes of the newly added function modules (e.g., module E) and the codes of the original system need to be compiled integrally, a compiling relationship between the codes is established, and then the codes are issued to a Web application service container (e.g., Tomcat), and a system extension scheme based on the integral compiling and issuing principle is specifically shown in fig. 4.
The disadvantages of this solution are:
(1) a strong coupling relation is usually established between the new module and the original module;
(2) the new function is on-line, and the program package is usually required to be replaced by halt.
(3) Under the scheme, based on the authorization of the module, the possibility exists that the intellectual property right is damaged due to malicious cracking.
The application system based on the bus and the micro-service architecture establishes service logic between the system and the service through the bus or the service registration center, has good expandability, and only needs to issue the independent application system or the service to the application server and register the independent application system or the service to the bus or the service registration center without stopping the service. The system expansion scheme based on the bus and the service registry is specifically shown in fig. 5.
The disadvantages of this solution are:
the framework is thick and heavy, is mainly applied to a distributed system, and is not suitable for a single application system. In some scenarios, it is desirable to have a single server capable of achieving good scalability. Thus, a better solution is needed.
An effective solution to the problems in the related art has not been proposed yet.
Disclosure of Invention
Aiming at the problems in the related art, the invention provides a module dynamic expansion and authorization system based on a micro-service architecture and a USB interface, so as to overcome the technical problems in the prior related art.
Therefore, the invention adopts the following specific technical scheme:
the module dynamic expansion and authorization system based on the micro-service architecture and the USB interface comprises a server, a main application system of the micro-service architecture, a module A, a module B and an expansion function module;
the server is used for an operation container and a carrier of the application system;
the main application system of the micro-service architecture is used for being deployed on a server, dividing a single application program into a group of small services, coordinating and cooperating the services with each other, and providing final value for a user;
the module A is used for storing relevant services, relevant codes and a database of the module A and storing an extended function module of an application system;
the module B is used for storing relevant services, relevant codes and a database of the module B and storing an extended function module of an application system;
and the extended function module is used for accessing the server through a USB interface of the server, registering in a main application system of the micro-service architecture and adding data of a new module.
Furthermore, a USB interface is arranged in the server, and the USB interface expands a plurality of functions.
Furthermore, when the USB interface expands a plurality of functions, the USB interface is connected with a mobile hard disk, a mouse, an optical drive and a camera.
Furthermore, when the extended function module is accessed to the server through the USB interface of the server, the operating system of the server identifies the extended function module and wakes up the service registration center of the main application system of the micro-service architecture;
the service registration center requires the extended function module to return the registration parameters through the USB protocol;
after receiving the registration parameters returned by the extended function module, the service registration center confirms whether the authorization rules of the main application system of the micro service architecture are met;
if yes, the function module is registered, and if not, the registration request is rejected.
Further, the registration parameter includes a registration code.
Further, the authorization rule is an identification rule.
Further, the authorization rule includes a registration code, a password, and a protocol.
Further, for the service with successful registration, the main application system of the micro-service architecture automatically adds the data of the extended function module to the resource management function of the function list and the menu list.
Further, after the USB interface is pulled out from the extended function module, the main application system of the micro service architecture automatically disables its related functions.
Furthermore, when the server expands the function, the USB Hub is adopted for infinite expansion.
The invention has the beneficial effects that: according to the invention, through comprehensive application of the micro-service architecture and the USB interface technology, infinite expansion of system functions can be realized theoretically; the expansion mode of hot plug does not need to stop service; more importantly, no redundant code exceeding the authorization of a manufacturer exists under the whole framework, so that the embezzlement of intellectual property rights is avoided. The invention realizes the hot-plug type flexible expansion of the application function of the single server, thereby realizing the organic combination of the cost control and the flexible expansion of the value-added function of the software product.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a technical schematic diagram of a module dynamic expansion and authorization system based on a micro-service architecture and a USB interface according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a microservice architecture;
FIG. 3 is a USB interface type diagram;
FIG. 4 is a schematic diagram of a system expansion scheme based on the overall compiling and publishing principle;
fig. 5 is a schematic diagram of an expansion scheme of a bus-based service registry system.
Detailed Description
For further explanation of the various embodiments, the drawings which form a part of the disclosure and which are incorporated in and constitute a part of this specification, illustrate embodiments and, together with the description, serve to explain the principles of operation of the embodiments, and to enable others of ordinary skill in the art to understand the various embodiments and advantages of the invention, and, by reference to these figures, reference is made to the accompanying drawings, which are not to scale and wherein like reference numerals generally refer to like elements.
According to the embodiment of the invention, a module dynamic expansion and authorization system based on a micro-service architecture and a USB interface is provided. The invention aims to fully utilize the flexible expansion performance of the USB interface technology and realize the hot-plug type flexible expansion of the application function of a single server, thereby realizing the organic combination of the cost control and the flexible expansion of the value-added function of a software product.
Referring to the drawings and the detailed description, the present invention will be further described, as shown in fig. 1, according to an embodiment of the present invention, a module dynamic expansion and authorization system based on a micro service architecture and a USB interface, the system includes a server, a main application system of the micro service architecture, a module a, a module B, and an expansion function module;
the server is used for an operation container and a carrier of the application system;
the server is provided with a USB interface, and the USB interface expands a plurality of functions.
When the USB interface expands a plurality of functions, the USB interface is connected with a mobile hard disk, a mouse, an optical drive, a camera and the like.
The main application system of the micro-service architecture is used for being deployed on a server, dividing a single application program into a group of small services, coordinating and cooperating the services with each other, and providing final value for a user;
the module A is used for storing resources such as relevant services, relevant codes, databases and the like of the module A and storing an extended function module of an application system;
the module B is used for storing resources such as relevant services, relevant codes, databases and the like of the module B and storing an extended function module of an application system;
the extended function module (on a USB disk or other mobile storage media, the extended function module of the storage application system) is used to access a server (such as a USB disk of the module a and a USB disk of the module B) through a USB interface of the server, and register in the main application system of the micro service architecture, and add data of a new module.
When the extended function module is accessed to the server through the USB interface of the server, the operating system of the server identifies the extended function module and wakes up a service registration center of a main application system of the micro-service architecture;
the service registration center requires the extended function module to return the registration parameters through the USB protocol;
after receiving the registration parameters returned by the extended function module, the service registration center confirms whether the authorization rules of the main application system of the micro service architecture are met;
if yes, the function module is registered, and if not, the registration request is rejected.
The registration parameter includes a registration code.
The authorization rule is an identity recognition rule. The authorization rule comprises a registration code, a password and a protocol, and can be specifically designed according to actual conditions.
For the service with successful registration, the main application system of the micro-service architecture automatically adds the data of the extended function module (new module) to the resource management functions of a function list, a menu list and the like.
After the USB interface is pulled out from the extended function module, the main application system of the micro service architecture automatically disables the related functions.
When the server expands the function, a USB Hub (a device which can expand one USB interface into a plurality of interfaces and can simultaneously use the interfaces) is adopted for infinite expansion.
The invention comprises a USB interface-based information system function module dynamic expansion technology, a micro-service technology based on the application of the USB interface-based information system function module dynamic expansion technology, and a micro-service architecture and USB interface-based information system function module dynamic authorization technology.
In summary, the present invention can theoretically realize infinite expansion of system functions through comprehensive application of the micro-service architecture and the USB interface technology; the expansion mode of hot plug does not need to stop service; more importantly, no redundant code exceeding the authorization of a manufacturer exists under the whole framework, so that the embezzlement of intellectual property rights is avoided. The invention realizes the hot-plug type flexible expansion of the application function of the single server, thereby realizing the organic combination of the cost control and the flexible expansion of the value-added function of the software product.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. The module dynamic expansion and authorization system based on the micro-service architecture and the USB interface is characterized by comprising a server, a main application system of the micro-service architecture, a module A, a module B and an expansion function module;
the server is used for an operation container and a carrier of the application system;
the main application system of the micro-service architecture is used for being deployed on a server, dividing a single application program into a group of small services, coordinating and cooperating the services with each other, and providing final value for a user;
the module A is used for storing relevant services, relevant codes and a database of the module A and storing an extended function module of an application system;
the module B is used for storing relevant services, relevant codes and a database of the module B and storing an extended function module of an application system;
and the extended function module is used for accessing the server through a USB interface of the server, registering in a main application system of the micro-service architecture and adding data of a new module.
2. The micro-service architecture and USB interface based module dynamic expansion and authorization system according to claim 1, wherein a USB interface is provided in the server, and the USB interface expands several functions.
3. The micro-service architecture and USB interface based module dynamic expansion and authorization system of claim 2, wherein when the USB interface expands several functions, the USB interface connects to a mobile hard disk, a mouse, an optical drive, and a camera.
4. The module dynamic expansion and authorization system based on micro-service architecture and USB interface of claim 1, wherein when the extended function module accesses the server through the USB interface of the server, the operating system of the server identifies the extended function module and wakes up the service registry of the main application system of the micro-service architecture;
the service registration center requires the extended function module to return the registration parameters through the USB protocol;
after receiving the registration parameters returned by the extended function module, the service registration center confirms whether the authorization rules of the main application system of the micro service architecture are met;
if yes, the function module is registered, and if not, the registration request is rejected.
5. The micro-service architecture and USB interface based module dynamic expansion and authorization system according to claim 4, wherein the registration parameters include a registration code.
6. The micro-service architecture and USB interface based module dynamic expansion and authorization system of claim 4, wherein the authorization rule is an identity recognition rule.
7. The micro-services architecture and USB interface based module dynamic expansion, authorization system of claim 6, wherein the authorization rules include registration codes, passwords, protocols.
8. The micro-service architecture and USB interface based module dynamic expansion and authorization system according to claim 4, wherein for the successfully registered service, the main application system of the micro-service architecture automatically adds the data of the expanded function module to the resource management function of the function list and the menu list.
9. The micro-service architecture and USB interface based module dynamic expansion and authorization system according to claim 4, wherein after the USB interface is unplugged from the extended function module, the main application system of the micro-service architecture automatically disables its related functions.
10. The micro-service architecture and USB interface based module dynamic expansion and authorization system according to claim 1, wherein the server expands functions infinitely using USB Hub.
CN202210466953.1A 2022-04-29 2022-04-29 Module dynamic expansion and authorization system based on micro-service architecture and USB interface Active CN114866598B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210466953.1A CN114866598B (en) 2022-04-29 2022-04-29 Module dynamic expansion and authorization system based on micro-service architecture and USB interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210466953.1A CN114866598B (en) 2022-04-29 2022-04-29 Module dynamic expansion and authorization system based on micro-service architecture and USB interface

Publications (2)

Publication Number Publication Date
CN114866598A true CN114866598A (en) 2022-08-05
CN114866598B CN114866598B (en) 2023-09-19

Family

ID=82636387

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210466953.1A Active CN114866598B (en) 2022-04-29 2022-04-29 Module dynamic expansion and authorization system based on micro-service architecture and USB interface

Country Status (1)

Country Link
CN (1) CN114866598B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN203535699U (en) * 2013-11-05 2014-04-09 上海三旗通信科技股份有限公司 Car recorder capable of supporting LTE/WIFI wireless access
CN106850832A (en) * 2017-03-01 2017-06-13 郑州云海信息技术有限公司 A kind of cloud management system based on micro services framework
CN106991035A (en) * 2017-04-06 2017-07-28 北京计算机技术及应用研究所 A kind of Host Supervision System based on micro services framework
CN107102847A (en) * 2016-02-23 2017-08-29 中国水电工程顾问集团有限公司 Software development methodology, apparatus and system based on micro services
CN107438101A (en) * 2017-07-26 2017-12-05 北京中电普华信息技术有限公司 A kind of service extension method and device of monomer-type application
US20180088925A1 (en) * 2016-09-27 2018-03-29 Ca, Inc. Microservices version state visualization
US20190102717A1 (en) * 2017-09-29 2019-04-04 At&T Intellectual Property I, L.P. Microservice auto-scaling for achieving service level agreements
US10637952B1 (en) * 2018-12-19 2020-04-28 Sap Se Transition architecture from monolithic systems to microservice-based systems
US20210011688A1 (en) * 2019-07-11 2021-01-14 International Business Machines Corporation Automatic discovery of microservices from monolithic applications
CN212479456U (en) * 2020-06-02 2021-02-05 上海孪影科技有限公司 Intelligent yaw controller based on real-time data of fan
CN112464123A (en) * 2020-12-02 2021-03-09 汕头大学 Water quality monitoring data visualization system and method based on micro-service
US20210127306A1 (en) * 2019-10-29 2021-04-29 At&T Intellectual Property I, L.P. Microservices coordinator for 5g or other next generation network
CN112905210A (en) * 2021-03-24 2021-06-04 青岛聚看云科技有限公司 Server and gray scale publishing method
CN113127343A (en) * 2021-03-30 2021-07-16 广东电网有限责任公司 Power grid code test analysis system based on micro-service architecture
US20210334194A1 (en) * 2020-04-22 2021-10-28 International Business Machines Corporation Generation of microservices from a monolithic application based on runtime traces
CN113572665A (en) * 2020-04-26 2021-10-29 华为技术有限公司 Method for determining control target, mobile device and gateway
CN113904917A (en) * 2021-11-22 2022-01-07 南京满星数据科技有限公司 Meteorological data service platform based on micro-service architecture
CN113918345A (en) * 2021-10-29 2022-01-11 深圳壹账通智能科技有限公司 Capacity calculation method and device for configuration hardware, computer equipment and medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN203535699U (en) * 2013-11-05 2014-04-09 上海三旗通信科技股份有限公司 Car recorder capable of supporting LTE/WIFI wireless access
CN107102847A (en) * 2016-02-23 2017-08-29 中国水电工程顾问集团有限公司 Software development methodology, apparatus and system based on micro services
US20180088925A1 (en) * 2016-09-27 2018-03-29 Ca, Inc. Microservices version state visualization
CN106850832A (en) * 2017-03-01 2017-06-13 郑州云海信息技术有限公司 A kind of cloud management system based on micro services framework
CN106991035A (en) * 2017-04-06 2017-07-28 北京计算机技术及应用研究所 A kind of Host Supervision System based on micro services framework
CN107438101A (en) * 2017-07-26 2017-12-05 北京中电普华信息技术有限公司 A kind of service extension method and device of monomer-type application
US20190102717A1 (en) * 2017-09-29 2019-04-04 At&T Intellectual Property I, L.P. Microservice auto-scaling for achieving service level agreements
US10637952B1 (en) * 2018-12-19 2020-04-28 Sap Se Transition architecture from monolithic systems to microservice-based systems
US20210011688A1 (en) * 2019-07-11 2021-01-14 International Business Machines Corporation Automatic discovery of microservices from monolithic applications
US20210127306A1 (en) * 2019-10-29 2021-04-29 At&T Intellectual Property I, L.P. Microservices coordinator for 5g or other next generation network
US20210334194A1 (en) * 2020-04-22 2021-10-28 International Business Machines Corporation Generation of microservices from a monolithic application based on runtime traces
CN113572665A (en) * 2020-04-26 2021-10-29 华为技术有限公司 Method for determining control target, mobile device and gateway
CN212479456U (en) * 2020-06-02 2021-02-05 上海孪影科技有限公司 Intelligent yaw controller based on real-time data of fan
CN112464123A (en) * 2020-12-02 2021-03-09 汕头大学 Water quality monitoring data visualization system and method based on micro-service
CN112905210A (en) * 2021-03-24 2021-06-04 青岛聚看云科技有限公司 Server and gray scale publishing method
CN113127343A (en) * 2021-03-30 2021-07-16 广东电网有限责任公司 Power grid code test analysis system based on micro-service architecture
CN113918345A (en) * 2021-10-29 2022-01-11 深圳壹账通智能科技有限公司 Capacity calculation method and device for configuration hardware, computer equipment and medium
CN113904917A (en) * 2021-11-22 2022-01-07 南京满星数据科技有限公司 Meteorological data service platform based on micro-service architecture

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
张晶;黄小锋;: "一种基于微服务的应用框架", 计算机系统应用, no. 09 *
罗超;: "在持续大热中迎来建设高潮――2018中国智能交通工程市场盘点", 中国公共安全, no. 04 *
黄启营;: "铁路保价运输管理系统升级研究", 铁道货运, no. 07 *

Also Published As

Publication number Publication date
CN114866598B (en) 2023-09-19

Similar Documents

Publication Publication Date Title
EP1750401B1 (en) USB 1.1 over a high speed link
JP2011525007A (en) Method for initializing server clusters, data media and corresponding server clusters and generating management database operation requests
CN102420873B (en) Compound network brand new cloud application platform
CN104579792A (en) Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
CN100583043C (en) System and method for providing shared web modules
CN102857537A (en) Remote call method, device and system
CN105656947A (en) Method, device and system for interaction between transaction middleware and third-party system
US20080114799A1 (en) System and Method for Utilizing XML Documents to Transfer Programmatic Requests in a Service Oriented Architecture
CN101548263B (en) Method and system for modeling options for opaque management data for a user and/or an owner
CN111985906A (en) Remote office system, method, device and storage medium
US20060005204A1 (en) Dynamic software integration architecture
CN101771724A (en) Heterogeneous distributed information integration method, device and system
Cavalieri et al. Enabling OPC UA and oneM2M interworking
CN111970162B (en) Heterogeneous GIS platform service central control system under super-integration framework
CN114866598A (en) Module dynamic expansion and authorization system based on micro-service architecture and USB interface
CN108182057A (en) A kind of Software Architecture Design system based on extension and plug-in unit mode
WO2018063558A1 (en) Modifying access to a service based on configuration data
CN107479870A (en) A kind of third party's class libraries call method, device, mobile terminal and storage medium
CN113711570B (en) Method and system for enabling a computing device to communicate with a cloud network
CN113886731A (en) Method for routing page jump based on iOS platform and application
CN111562968B (en) Method, device, equipment and medium for realizing management of ICS (Internet connection sharing) to Kata container
CN103098025A (en) Software-loading processing method, apparatus and network system
CN106503577A (en) A kind of System right management method, device and corresponding equipment
CN102780770B (en) Model-driven type deployment method of ERP (Enterprise Resource Planning) build platform
KR101911359B1 (en) Bluetooth low energy apapter and data exchange system employing the same

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant