CN112148349B - Cross-platform instruction and system for configuring unified interface - Google Patents

Cross-platform instruction and system for configuring unified interface Download PDF

Info

Publication number
CN112148349B
CN112148349B CN202010635794.4A CN202010635794A CN112148349B CN 112148349 B CN112148349 B CN 112148349B CN 202010635794 A CN202010635794 A CN 202010635794A CN 112148349 B CN112148349 B CN 112148349B
Authority
CN
China
Prior art keywords
instruction
configuration
management component
cross
platform
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.)
Active
Application number
CN202010635794.4A
Other languages
Chinese (zh)
Other versions
CN112148349A (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.)
Shanghai Financial Futures Information Technology Co ltd
Original Assignee
Shanghai Financial Futures Information Technology 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 Shanghai Financial Futures Information Technology Co ltd filed Critical Shanghai Financial Futures Information Technology Co ltd
Priority to CN202010635794.4A priority Critical patent/CN112148349B/en
Publication of CN112148349A publication Critical patent/CN112148349A/en
Application granted granted Critical
Publication of CN112148349B publication Critical patent/CN112148349B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention discloses a system for cross-platform instruction and configuration of unified interfaces, which is directly compiled and operated under multiple platforms of linux and windows samples, provides the unified interfaces for the instruction and the configuration, simplifies development flow and improves development efficiency. The technical proposal is as follows: the system comprises: the cross-platform instruction management component is used for processing instructions when the software is operated and controlling the software to operate according to the needs through the instructions; the cross-platform configuration file management component is used for reading the configuration file when the software is started and managing the running behavior of the software according to the configuration information in the configuration file; the unified command and configuration management component is used for abstracting a configuration model according to the command and configuration information of the software, realizing unified management of the configuration information in the network according to the configuration model aiming at the distributed system, and providing a unified command and configuration analysis interface for simultaneously processing the command and the configuration information.

Description

Cross-platform instruction and system for configuring unified interface
Technical Field
The invention relates to a technology for unified command management and interface configuration, in particular to a management system capable of unifying the command and interface configuration across platforms, which can be applied to the field of financial software.
Background
Financial transaction software typically includes a plurality of independent modules, each of which is required to process control side instructions and configuration information simultaneously. The control side command includes long command, short command and other forms, and the configuration information is usually in the form of file with format xml, ini, txt and other forms. Because of the platform dependence of the C and C++ programs, different processing modes are often needed for the instructions and the configuration files under different operating systems, and if the interfaces provided by the processing components cannot be unified, the software development cost is greatly increased.
Disclosure of Invention
The following presents a simplified summary of one or more aspects in order to provide a basic understanding of such aspects. This summary is not an extensive overview of all contemplated aspects, and is intended to neither identify key or critical elements of all aspects nor delineate the scope of any or all aspects. Its sole purpose is to present some concepts of one or more aspects in a simplified form as a prelude to the more detailed description that is presented later.
The invention aims to solve the problems, and provides a system for cross-platform instruction and configuration unified interface, which can be directly compiled and operated under multiple platforms such as linux and windows, provides the unified interface for the instruction and the configuration, greatly simplifies the development flow of related processing and improves the development efficiency of financial software.
The technical scheme of the invention is as follows: the invention discloses a system for cross-platform command and configuration unified interface, which comprises a cross-platform command management component, a cross-platform configuration file management component and a unified command and configuration management component, wherein the unified command and configuration management component respectively establishes a data connection relationship with the cross-platform command management component and the cross-platform configuration file management component, and the system comprises a cross-platform command management component, a cross-platform configuration file management component and a unified command and configuration management component, wherein:
the cross-platform instruction management component is used for processing instructions when the software is operated and controlling the software to operate according to the needs through the instructions;
the cross-platform configuration file management component is used for reading the configuration file when the software is started and managing the running behavior of the software according to the configuration information in the configuration file;
the unified command and configuration management component is used for abstracting a configuration model according to the command and configuration information of the software, realizing unified management of the configuration information in the network according to the configuration model aiming at the distributed system, and providing a unified command and configuration analysis interface for simultaneously processing the command and the configuration information.
According to an embodiment of the system for cross-platform instruction and configuration of unified interfaces of the present invention, the cross-platform instruction management component processing instructions further comprises processing multiple types of instructions based on an instruction information structure and a unified instruction management interface, the instruction information structure being maintained by the instruction management interface; the instruction information structure comprises three parameters which respectively indicate whether the marked instruction needs parameters, instruction names and custom function objects, wherein the custom function objects are used for carrying out specific operations when the corresponding instruction is read; the cross-platform instruction management component maintains instruction information through a map container with short instructions as keys for the container and instruction information structures as values for the container.
According to one embodiment of the system for cross-platform instruction and configuration of unified interfaces, the unified instruction management interface is divided into an instruction registration interface and an instruction analysis interface, wherein the instruction registration interface provides configuration of instruction names and control of parameters in an instruction information structure, and simultaneously specifies callback functions when corresponding instructions are read; the instruction registration interface comprises four parameters, namely a short instruction, a long instruction, a parameter mark and a callback function object.
According to one embodiment of the system for cross-platform instruction and configuration of unified interface, the instruction analysis interface is used for realizing automatic analysis of standard instructions of a C program, and a callback function of corresponding parameters is automatically called during analysis, and information of the callback function is from an instruction information structure stored by a previous instruction registration interface; the instruction analysis interface comprises two parameters, namely the number of the parameters and the parameter value.
According to one embodiment of the system for cross-platform instruction and configuration of unified interfaces, in the configuration file read by the cross-platform configuration file management component, each element forming configuration information forms a tree structure and comprises a front declaration, a root node and a child node of an XML file corresponding to the configuration file, and each node has a corresponding node value, a node attribute, an attribute value, a child node and a brother node; the XML file has various parsing modes including tree structure parsing and sequence parsing for different scenes.
According to an embodiment of the system for cross-platform instruction and configuration of unified interfaces of the present invention, the cross-platform profile management component is configured to implement tree-structure parsing of XML files by building a document object model that can be read, modified, and saved.
According to an embodiment of the system for cross-platform command and configuration of unified interface of the present invention, the unified command and configuration management component implements unified management of configuration information in a network based on a configuration model for a distributed system, further comprising:
the unified command and configuration management component abstracts network addresses used for communication among the modules of the distributed system into topics, each topic corresponds to one network address, and the network addresses used for communication among the modules are designated for the corresponding modules by configuring the topics.
According to one embodiment of the system for cross-platform command and configuration of unified interfaces of the present invention, the unified command and configuration management component sets the following interfaces:
the callback function interface based on the module theme is used for configuring a unified callback function, wherein the parameter of the callback function is a corresponding theme number, the configured callback function is stored in a new unified instruction and configuration management component in a local variable form, and each module in the distributed system is automatically called when reading configuration so as to complete initialization work for the theme;
a default configuration file interface for setting a public configuration file and a module configuration file in the distributed system;
the instruction configuration interface is used for realizing unified packaging of each instruction configuration interface of the cross-platform instruction management component, and a callback function for storing an instruction value is automatically registered in the instruction configuration interface, so that corresponding instructions of the callback function are directly obtained through the interface provided by the cross-platform instruction management component;
the instruction analysis interface is used for realizing unified encapsulation of the instruction analysis interfaces of the cross-platform instruction management component;
the system comprises a theme network address interface, a configuration management component and a configuration management component, wherein the theme network address interface is used for storing network configuration information in the unified command and configuration management component, so that unified acquisition of network configuration of each module is realized;
and the command parameter value acquisition interface is used for realizing the storage of command information in the unified command and configuration management assembly and acquiring a corresponding command value according to the command name.
Compared with the prior art, the invention has the following beneficial effects: the system comprises a cross-platform instruction management component, a cross-platform configuration file management component and a unified instruction and configuration management component, wherein the cross-platform instruction management component realizes unified instruction registration, analysis and callback functions and has the characteristics of cross-platform, unified interface, light weight, high efficiency, low development cost and the like; the cross-platform configuration file management component adopts a document object model to process configuration information, provides a plurality of cross-platform configuration management interfaces, and has the characteristics of light weight, easy integration, high efficiency and the like; the unified command and configuration management component aims at the characteristics of the distributed transaction software, so that unified management of network configuration information is realized, and the processing flow of each module is simplified.
Drawings
The above features and advantages of the present invention will be better understood after reading the detailed description of embodiments of the present disclosure in conjunction with the following drawings. In the drawings, the components are not necessarily to scale and components having similar related features or characteristics may have the same or similar reference numerals.
FIG. 1 illustrates a schematic diagram of one embodiment of a system for cross-platform instruction and configuration of a unified interface of the present invention.
Detailed Description
The invention is described in detail below with reference to the drawings and the specific embodiments. It is noted that the aspects described below in connection with the drawings and the specific embodiments are merely exemplary and should not be construed as limiting the scope of the invention in any way.
FIG. 1 illustrates the principles of one embodiment of a system of cross-platform instructions and configuration unified interfaces of the present invention. Referring to fig. 1, the system of the present embodiment includes: the system comprises a cross-platform instruction management component, a cross-platform configuration file management component and a unified instruction and configuration management component. The unified command and configuration management component respectively establishes a data connection relationship with the cross-platform command management component and the cross-platform configuration file management component.
The cross-platform instruction management component is used for processing instructions when the financial software is operated, and controlling the operation of the financial software according to the needs through the instructions.
Typical forms of these instructions are as follows:
it can be seen that the instructions are divided into short instructions, which are only one character, and long instructions, which can specify parameter values as desired. Because of different instruction forms, short instructions and long instructions often have different processing modes, and the software development cost is increased.
The cross-platform instruction management component of the present embodiment provides a unified way to handle various types of instructions, including instruction information structures and unified instruction management interfaces.
The instruction information structure is as follows:
required_arg
opt_str
func
the unified command management interface is as follows:
register_opt(opt_char,opt_str,required_arg,func)
parse(argc,argv)
the cross-platform instruction management component provides a unified data structure that holds instruction information as described above. Where required_arg marks whether the instruction needs a parameter, opt_str indicates the instruction name of the instruction, and func is a custom function object for performing a specific operation when the corresponding instruction is read. The cross-platform instruction management component maintains the instruction information through the map container, short instructions as keys of the container, and instruction information structures as values of the container. The instruction information structure is maintained through an instruction management interface.
The unified command management interface provided by the cross-platform command management component of the embodiment is divided into two unified interfaces, and two command forms are supported simultaneously. The method comprises the following steps:
(1) Instruction registration interface: the configuration of the instruction name and the control of each parameter in the instruction information structure are provided, and a callback function when the corresponding instruction is read can be specified. The instruction registration interface comprises four parameters, namely a short instruction, a long instruction, a parameter mark and a callback function object. The instruction registration interface is effectively a registration process of the instruction information structure.
(2) Instruction parsing interface: and the automatic analysis of the standard instruction of the C program is realized, a callback function of the corresponding parameter is automatically called during analysis, and the callback function and other information come from an instruction information structure stored by the previous instruction registration interface. The instruction analysis interface comprises two parameters, namely the number of the parameters and the parameter value in sequence, and the parameters are consistent with the parameters of the standard main function.
As can be seen from the above, the cross-platform instruction management component of the embodiment realizes unified management of different types of instructions, and registers the self-defined callback function to process corresponding business operations, so that the cross-platform instruction management component has the characteristics of unified cross-platform interface, light weight, high efficiency, low development cost and the like, and simplifies the development flow of related functions by performing unified processing on each module of financial software.
The cross-platform configuration file management component is used for reading the configuration file when the financial software is started, and managing the running behavior of the financial software according to the configuration information in the configuration file. The most common configuration file format is the xml format, which has high readability and tree hierarchy structure, and is widely used for structured storage and transmission of information.
The form of the configuration file is exemplified as follows:
from the above examples, in a typical form of the configuration file, the elements that make up the configuration information form a tree structure, including the pre-declaration, the root node, and the child nodes of the XML file, each node may have a corresponding node value, node attribute, attribute value, child node, and sibling node. For different scenes, XML files have various parsing modes, including modes of establishing tree structure parsing, sequential parsing and the like.
For the data volume of the financial software configuration file, the cross-platform configuration file management component in the system of the embodiment supports two operating systems of windows and linux at the same time, and the configuration file is divided into a public configuration file and a module configuration file in the distributed system. The tree structure analysis of the XML file is realized by establishing a document object model (Document Object Model, DOM) which can be read, modified and saved in the cross-platform configuration file management component, the cross-platform configuration file management component does not depend on a standard library (STL) of C++, and the cross-platform configuration file management component has the characteristics of small memory occupation and high speed.
The unified command and configuration management component is used for abstracting a configuration model according to the command and configuration information of the financial software, realizing unified management of the configuration information in the network according to the configuration model according to the distributed system, and providing a unified command and configuration analysis interface to process the command and the configuration information simultaneously. In addition to the functionality of the original instructions and configuration components, the unified management component provides other interfaces for module configuration.
The common configuration (such as communication network address) of each module is stored in a common configuration file service_config.xml, and the unique configuration of each module is stored in a module configuration file exe_config.xml under the specified destination of each module. In the common configuration file service_config.xml, in addition to the general configuration items of each module, the unified command and configuration management component of the embodiment abstracts the network address used for communication between modules of the distributed system into "topics", each topic corresponds to one network address, and by configuring the topics, the network address used for communication between modules can be specified for each module. In addition, the unified command and configuration management component also uniformly analyzes the starting parameters designated by each module.
The unified command and configuration management component specifically includes the following interfaces:
(1) Setting a callback function interface based on a module theme: the interface is a new interface provided by a unified instruction and configuration management component aiming at the distributed system, and is used for configuring a unified callback function, wherein parameters of the callback function are corresponding subject numbers. The callback function of the configuration is stored in a new unified instruction and configuration management component in the form of local variables, and each module reads the configuration and automatically calls the configuration to complete initialization work for the theme.
(2) Setting a default profile interface: the interface is a new interface provided by a unified instruction and configuration management component aiming at the distributed system and is used for setting public configuration files and module configuration files.
(3) Instruction configuration interface: the interface comes from a cross-platform instruction management component, and unified packaging of each instruction configuration interface of the cross-platform instruction management component is realized. In addition, the callback function for storing the instruction value is automatically registered in the instruction configuration interface, and the corresponding instruction of the callback function can be directly obtained through an instruction parameter value obtaining interface (6) provided by the unified instruction and configuration management component.
(4) Instruction parsing interface: the interface comes from the cross-platform instruction management component, and unified packaging of the cross-platform instruction management component instruction analysis interface is realized.
(5) Acquiring a topic network address interface: the interface is a new interface provided by the unified command and configuration management component aiming at the distributed system, and the network configuration information is stored in the unified command and configuration management component, so that unified acquisition of network configuration of each module is realized. The interface parameter is the topic number of the module, and the return value is the network address corresponding to the topic. If the configuration item of the server_config.xml configuration file is < topic topic_id= "1" addr= "tcp://127.0.0.1:26130"/>, the address "tcp://127.0.0.1:26130" of the subject can be obtained through get_topic_addr (1), and the process does not need to analyze the xml file separately.
(6) Acquiring an instruction parameter value interface: the interface is a new interface provided by the unified command and configuration management component aiming at the distributed system, the storage of command information is realized inside the unified command and configuration management component, and corresponding command values are obtained according to command names.
While, for purposes of simplicity of explanation, the methodologies are shown and described as a series of acts, it is to be understood and appreciated that the methodologies are not limited by the order of acts, as some acts may, in accordance with one or more embodiments, occur in different orders and/or concurrently with other acts from that shown and described herein or not shown and described herein, as would be understood and appreciated by those skilled in the art.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the embodiments disclosed herein may be implemented or performed with a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary embodiments, the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software as a computer program product, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. Any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a web site, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk (disk) and disc (disk) as used herein include Compact Disc (CD), laser disc, optical disc, digital Versatile Disc (DVD), floppy disk and blu-ray disc where disks (disk) usually reproduce data magnetically, while discs (disk) reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The previous description of the disclosure is provided to enable any person skilled in the art to make or use the disclosure. Various modifications to the disclosure will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other variations without departing from the spirit or scope of the disclosure. Thus, the disclosure is not intended to be limited to the examples and designs described herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

1. The system is characterized by comprising a cross-platform instruction management component, a cross-platform configuration file management component and a unified instruction and configuration management component, wherein the unified instruction and configuration management component respectively establishes a data connection relationship with the cross-platform instruction management component and the cross-platform configuration file management component, and the system comprises a cross-platform instruction management component, a cross-platform configuration file management component, a unified instruction and configuration management component, a cross-platform configuration file management component and a cross-platform configuration file management component, wherein the cross-platform configuration file management component is a cross-platform interface, the cross-platform interface is a cross-platform interface, and the cross-platform interface is a cross:
the cross-platform instruction management component is used for processing instructions when the software is operated and controlling the software to operate according to the needs through the instructions;
the cross-platform configuration file management component is used for reading the configuration file when the software is started and managing the running behavior of the software according to the configuration information in the configuration file;
the unified command and configuration management component is used for abstracting a configuration model according to the command and configuration information of the software, realizing unified management of the configuration information in the network according to the configuration model aiming at the distributed system, and providing a unified command and configuration analysis interface for simultaneously processing the command and the configuration information;
the cross-platform instruction management component processes the instructions further comprises processing various types of instructions based on an instruction information structure and a unified instruction management interface, wherein the instruction information structure is maintained through the instruction management interface; the instruction information structure comprises three parameters which respectively indicate whether the marked instruction needs parameters, instruction names and custom function objects, wherein the custom function objects are used for carrying out specific operations when the corresponding instruction is read; the cross-platform instruction management component maintains instruction information through a map container, wherein a short instruction is used as a key of the container, and an instruction information structure is used as a value of the container;
in the configuration file read by the cross-platform configuration file management component, each element composing the configuration information composes a tree structure, and the tree structure comprises a front declaration, a root node and a child node of an XML file corresponding to the configuration file, wherein each node has a corresponding node value, node attribute, attribute value, child node and brother node; the XML file has various analysis modes including tree structure analysis and sequence analysis aiming at different scenes, wherein the cross-platform configuration file management component is configured to realize the tree structure analysis of the XML file by establishing a document object model which can be read, modified and stored;
the unified command and configuration management component sets the following interfaces:
the callback function interface based on the module theme is used for configuring a unified callback function, wherein the parameter of the callback function is a corresponding theme number, the configured callback function is stored in a new unified instruction and configuration management component in a local variable form, and each module in the distributed system is automatically called when reading configuration so as to complete initialization work for the theme;
a default configuration file interface for setting a public configuration file and a module configuration file in the distributed system;
the instruction configuration interface is used for realizing unified packaging of each instruction configuration interface of the cross-platform instruction management component, and a callback function for storing an instruction value is automatically registered in the instruction configuration interface, so that corresponding instructions of the callback function are directly obtained through the interface provided by the cross-platform instruction management component;
the instruction analysis interface is used for realizing unified encapsulation of the instruction analysis interfaces of the cross-platform instruction management component;
the system comprises a theme network address interface, a configuration management component and a configuration management component, wherein the theme network address interface is used for storing network configuration information in the unified command and configuration management component, so that unified acquisition of network configuration of each module is realized;
the interface for acquiring the instruction parameter value is used for realizing the storage of instruction information in the unified instruction and configuration management assembly and acquiring a corresponding instruction value according to the instruction name;
the unified command and configuration management component realizes unified management of configuration information in the network based on a configuration model aiming at the distributed system, and the unified command and configuration management component further comprises:
the unified command and configuration management component abstracts network addresses used for communication among the modules of the distributed system into topics, each topic corresponds to one network address, and the network addresses used for communication among the modules are designated for the corresponding modules by configuring the topics.
2. The system for cross-platform instruction and configuration unified interface according to claim 1, wherein the unified instruction management interface is divided into an instruction registration interface and an instruction parsing interface, wherein the instruction registration interface provides configuration of instruction names and control of parameters in an instruction information structure, and simultaneously specifies callback functions when corresponding instructions are read; the instruction registration interface comprises four parameters, namely a short instruction, a long instruction, a parameter mark and a callback function object.
3. The system of cross-platform instruction and configuration unified interface according to claim 2, wherein the instruction parsing interface is used for implementing automatic parsing of standard instructions of the C program, and automatically calling callback functions of corresponding parameters during parsing, and information of the callback functions comes from an instruction information structure stored in the previous instruction registration interface; the instruction analysis interface comprises two parameters, namely the number of the parameters and the parameter value.
4. The system for cross-platform command and configuration unified interface according to claim 3, wherein the cross-platform configuration file management component is configured to implement tree-structure parsing of XML files by building a document object model that can be read, modified, and saved.
CN202010635794.4A 2020-07-03 2020-07-03 Cross-platform instruction and system for configuring unified interface Active CN112148349B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010635794.4A CN112148349B (en) 2020-07-03 2020-07-03 Cross-platform instruction and system for configuring unified interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010635794.4A CN112148349B (en) 2020-07-03 2020-07-03 Cross-platform instruction and system for configuring unified interface

Publications (2)

Publication Number Publication Date
CN112148349A CN112148349A (en) 2020-12-29
CN112148349B true CN112148349B (en) 2024-03-15

Family

ID=73888378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010635794.4A Active CN112148349B (en) 2020-07-03 2020-07-03 Cross-platform instruction and system for configuring unified interface

Country Status (1)

Country Link
CN (1) CN112148349B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101221499A (en) * 2006-11-29 2008-07-16 Sap股份公司 Method and apparatus for configuring application software
CN101387957A (en) * 2008-09-12 2009-03-18 成都市华为赛门铁克科技有限公司 Multi-path software implementing apparatus and method
CN101572624A (en) * 2009-01-04 2009-11-04 四川川大智胜软件股份有限公司 Cross-platform cross-method SNMP extension MIB realization method
CN102710441A (en) * 2012-05-31 2012-10-03 朱峻茂 Uniform-interface-based multi-platform information acquisition method and information acquisition system
CN103457761B (en) * 2013-07-17 2017-02-08 国家电网公司 Cross-platform command line configuration interface implementation method
CN106484452A (en) * 2015-08-31 2017-03-08 大唐移动通信设备有限公司 A kind of unified configuring management method of software platform and device
CN109032576A (en) * 2018-06-26 2018-12-18 珠海宏桥高科技有限公司 A kind of cross-platform generation method and device based on configuration
CN109308224A (en) * 2017-07-27 2019-02-05 阿里巴巴集团控股有限公司 The method, apparatus and system of cross-platform data communication, cross-platform data processing
CN109743205A (en) * 2018-12-29 2019-05-10 浪潮电子信息产业股份有限公司 A kind of cloud platform OS network management, device and server
CN109814878A (en) * 2018-12-20 2019-05-28 中国电子科技集团公司第十五研究所 Cross-platform cross commercialization is from the complicated huge information system mixed deployment system of primary climate
CN110502467A (en) * 2019-07-25 2019-11-26 江苏诺蓝翌新能源科技有限公司 A kind of general acquisition interface software systems based on serial ports modbus communication protocol

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657932B2 (en) * 2004-07-14 2010-02-02 Microsoft Corporation Extendible security token management architecture and secure message handling methods
US10795947B2 (en) * 2016-05-17 2020-10-06 Google Llc Unified message search

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101221499A (en) * 2006-11-29 2008-07-16 Sap股份公司 Method and apparatus for configuring application software
CN101387957A (en) * 2008-09-12 2009-03-18 成都市华为赛门铁克科技有限公司 Multi-path software implementing apparatus and method
CN101572624A (en) * 2009-01-04 2009-11-04 四川川大智胜软件股份有限公司 Cross-platform cross-method SNMP extension MIB realization method
CN102710441A (en) * 2012-05-31 2012-10-03 朱峻茂 Uniform-interface-based multi-platform information acquisition method and information acquisition system
CN103457761B (en) * 2013-07-17 2017-02-08 国家电网公司 Cross-platform command line configuration interface implementation method
CN106484452A (en) * 2015-08-31 2017-03-08 大唐移动通信设备有限公司 A kind of unified configuring management method of software platform and device
CN109308224A (en) * 2017-07-27 2019-02-05 阿里巴巴集团控股有限公司 The method, apparatus and system of cross-platform data communication, cross-platform data processing
CN109032576A (en) * 2018-06-26 2018-12-18 珠海宏桥高科技有限公司 A kind of cross-platform generation method and device based on configuration
CN109814878A (en) * 2018-12-20 2019-05-28 中国电子科技集团公司第十五研究所 Cross-platform cross commercialization is from the complicated huge information system mixed deployment system of primary climate
CN109743205A (en) * 2018-12-29 2019-05-10 浪潮电子信息产业股份有限公司 A kind of cloud platform OS network management, device and server
CN110502467A (en) * 2019-07-25 2019-11-26 江苏诺蓝翌新能源科技有限公司 A kind of general acquisition interface software systems based on serial ports modbus communication protocol

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Taxonomy of Cross-Platform Mobile Applications Development Approaches;Wafaa S. El-Kassas et al.;ScienceDirect;第8卷(第2期);全文 *
高性能电力大数据服务器软件系统设计与关键算法研究;丰超;《中国优秀硕士学位论文全文数据库信息科技辑》(第08期);全文 *

Also Published As

Publication number Publication date
CN112148349A (en) 2020-12-29

Similar Documents

Publication Publication Date Title
US6836890B1 (en) Methods and systems for message translation and parsing of data structures in a distributed component architecture
US7721304B2 (en) Method and apparatus providing programmable network intelligence
US8291310B2 (en) Delta-saving in XML-based documents
CN105760534B (en) Data structure, hadoop cluster, server and its application method of customized serializability
KR100977352B1 (en) System and method for supporting non-native xml in native xml of a word-processor document
US20060224613A1 (en) Method and system for an administrative apparatus for creating a business rule set for dynamic transform and load
JP5072845B2 (en) Programmability for XML data store for documents
CN111177043B (en) Method, system, device and medium for accelerating reading of field replaceable unit information
CN107329765B (en) Program file processing method and device
CN111881102A (en) Method, device and readable medium for collecting audit logs based on AOP (automatic optical plane protocol) section
US20210374151A1 (en) Automatically determining flags for a command-line interface in a distributed computing environment
WO2023103339A1 (en) Data conversion method and device
US7958154B2 (en) Apparatus, system, and method for command manager support for pluggable data formats
CN115994141A (en) Tree-shaped coding method and system
WO2021051624A1 (en) Data acquisition method and apparatus, and electronic device and storage medium
CN113918158A (en) Method, device and computer readable medium for automatic serialization of dictionary into service value
CN112148349B (en) Cross-platform instruction and system for configuring unified interface
CN116150107A (en) Log processing method and device, electronic equipment and computer readable storage medium
US20070236369A1 (en) Configurable importers and resource writers
CN110399386A (en) A kind of SQL UPDATE method and control system based on Presto
CN116028062A (en) Target code generation method, NPU instruction display method and device
US20090164197A1 (en) Method for transforming overlapping paths in a logical model to their physical equivalent based on transformation rules and limited traceability
CN115203211A (en) Unique hash sequence number generation method and system
CN115658788A (en) Real-time data query method and system for Internet of things
CN111310114B (en) Self-analysis self-defined column calculation method and system

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