CN115840559A - Dynamically configured heterogeneous interface data conversion method, device, equipment and medium - Google Patents

Dynamically configured heterogeneous interface data conversion method, device, equipment and medium Download PDF

Info

Publication number
CN115840559A
CN115840559A CN202211544165.6A CN202211544165A CN115840559A CN 115840559 A CN115840559 A CN 115840559A CN 202211544165 A CN202211544165 A CN 202211544165A CN 115840559 A CN115840559 A CN 115840559A
Authority
CN
China
Prior art keywords
data
conversion
server
conversion rule
end module
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.)
Pending
Application number
CN202211544165.6A
Other languages
Chinese (zh)
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.)
Ctrip Computer Technology Shanghai Co Ltd
Original Assignee
Ctrip Computer Technology Shanghai 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 Ctrip Computer Technology Shanghai Co Ltd filed Critical Ctrip Computer Technology Shanghai Co Ltd
Priority to CN202211544165.6A priority Critical patent/CN115840559A/en
Publication of CN115840559A publication Critical patent/CN115840559A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a dynamically configured heterogeneous interface data conversion method, a device, equipment and a medium. The heterogeneous interface data conversion method comprises the following steps: acquiring request data provided by a front-end module; converting the request data into the requirement data corresponding to the server interface based on a preset first conversion rule; inputting the required data to a server through a server interface to obtain server return data; and converting the server return data into output data required by the front-end module based on a preset second conversion rule, and outputting the output data to the front-end module. According to the invention, the created data conversion rule is converted into the data provided by the corresponding server interface according to different requests of the front-end module, and the obtained output data is output to the front-end module, so that the switching of the front-end module to the data source is realized, and the development and maintenance cost is reduced; furthermore, the established conversion rule is verified, so that the reliability of data conversion is ensured, and the research and development efficiency is improved.

Description

Dynamically configured heterogeneous interface data conversion method, device, equipment and medium
Technical Field
The invention relates to the technical field of data conversion, in particular to a dynamically configured heterogeneous interface data conversion method, device, equipment and medium.
Background
With the development of the front end, the front end page exhibits extremely strong diversity, but among the diversity, many commonalities can be extracted. In order to improve the efficiency of front-end development, the front-end project can be modularized according to the commonality of the current business in the page display and the page function to form a plurality of front-end modules which are different in type and can be used independently, and the front-end modules acquire data through an interface provided by a server.
The existing method for obtaining data through a server providing interface is to write a data source into a front-end module to form a binding relationship between the front-end module and the server. If different data sources need to be accessed, the code logic of the original front-end module needs to be changed, the logic of a new calling interface is added, and a new front-end module is formed to acquire data, so that the development and maintenance cost is high, the logic is complex, the operation is complicated, and a plurality of different data sources cannot be accessed.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a dynamically configured heterogeneous interface data conversion method, device, equipment and medium for overcoming the defects of high development and maintenance cost, complex logic, complex operation and incapability of accessing a plurality of different data sources in the prior art.
The invention solves the technical problems through the following technical scheme:
in a first aspect, the present invention provides a dynamically configured heterogeneous interface data conversion method, where the heterogeneous interface data conversion method includes:
acquiring request data provided by a front-end module;
converting the request data into required data corresponding to a server interface based on a preset first conversion rule;
inputting the required data into the server through the server interface to obtain server return data;
and converting the server return data into output data required by the front-end module based on a preset second conversion rule, and outputting the output data to the front-end module.
Preferably, the first conversion rule is used to record a first mapping relationship between the request data and the request data, and the second conversion rule is used to record a second mapping relationship between the server return data and the output data, where the formats of the first conversion rule and the second conversion rule are JSON format.
Preferably, the first mapping relationship and the second mapping relationship are characterized by character strings, and mapping relationships between different data types are supported by setting operators and operators.
Preferably, the setting of the operators and operators to support mapping relationships between different types includes at least one of: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements.
Preferably, the heterogeneous interface data conversion method further includes performing a verification operation on the input data structure and the output data structure, and the first conversion rule and the second conversion rule before the request data provided by the front-end module is acquired.
Preferably, the verification operation includes at least one of: and determining whether the conversion paths in the first conversion rule and the second conversion rule are legally reachable or determining whether the use mode of operators in the mapping relation is in compliance.
Preferably, the converting the request data into the requirement data corresponding to the server interface based on the preset first conversion rule includes: and converting the request data into the corresponding different requirement data based on different server interfaces.
In a second aspect, the present invention provides a dynamically configured heterogeneous interface data conversion apparatus, including:
the data acquisition module is used for acquiring request data provided by the front-end module;
the first conversion module is used for converting the request data into required data corresponding to a server interface based on a preset first conversion rule;
the interface transmission module is used for inputting the required data into the server through the server interface to obtain server return data;
and the second conversion module is used for converting the data returned by the server into output data required by the front-end module based on a preset second conversion rule and outputting the output data to the front-end module.
In a third aspect, the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the dynamically configured heterogeneous interface data conversion method of the present invention when executing the computer program.
In a fourth aspect, the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the dynamically configured heterogeneous interface data transformation method of the present invention.
The positive progress effects of the invention are as follows: according to the invention, the heterogeneous interface is set, different data sources are accessed, and the data provided by the corresponding server interface is converted according to different requests of the front-end module based on the created data conversion rule, so that the returned data is output to the front-end module, the switching of the front-end module to the data sources is realized, and the development and maintenance cost is reduced; furthermore, the established conversion rule is verified, so that the reliability of data conversion is ensured, the access of a plurality of data sources is realized, and the research and development efficiency is improved.
Drawings
Fig. 1 is a schematic flowchart of a data conversion method for a dynamically configured heterogeneous interface according to embodiment 1 of the present invention.
Fig. 2 is an application diagram of a dynamically configured heterogeneous interface data conversion method according to embodiment 1 of the present invention.
Fig. 3 is a schematic structural diagram of a dynamically configured heterogeneous interface data conversion device according to embodiment 2 of the present invention.
Fig. 4 is a schematic structural diagram of an electronic device provided in embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
The present embodiment provides a data conversion method for a dynamically configured heterogeneous interface, as shown in fig. 1, the data conversion method for a heterogeneous interface includes the following steps:
s1, request data provided by a front-end module are obtained.
In this embodiment, before implementing the heterogeneous data conversion method, an input data structure and an output data structure need to be determined, specifically, a parameter data structure that can be provided by a front-end module is defined as the input data structure of the method of this embodiment, and a parameter data structure that is required by the front-end module is defined as the output data structure, which refer to the input data structure and the output data structure in fig. 2.
And S2, converting the request data into the request data corresponding to the server interface based on a preset first conversion rule.
In this embodiment, the first conversion rule (i.e. the customized rule in fig. 2) is used to record a first mapping relationship between the request data and the requirement data; the format of the first conversion rule is a JSON format, the JSON format is a lightweight data exchange format, the data expressed in the JavaScript object is stored and converted into character strings by adopting a text format completely independent of a programming language, the reading and the writing are easy, the machine analysis and the generation are easy, and the network transmission efficiency is effectively improved.
As an alternative embodiment, the mapping relationship of each node recorded in the first conversion rule is characterized by a character string, and operators are set to support the mapping relationship between different data types. Setting operators and operators at least comprise one of the following: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements. Specifically, for example, setting a specific character string represents a root node (e.g., "< root >"), setting a character as a sub-path identifier (e.g., "), setting mapping manners of arrays, including but not limited to mapping to an element in an array and mapping between arrays (e.g.," [0] "," [1] "," [ i ] "), setting operators between elements, including but not limited to concatenation of character strings, difference and sum of numbers, and the like (e.g.," < +? "," < - > "," <' + >). It should be noted that the present invention is by way of example only and is not limited to the specific embodiment.
Specifically, the Request data provided by the front-end module is matched with the corresponding server, and then the acquired Request data provided by the front-end module is converted into the Request data of the corresponding server interface according to the first mapping relation recorded in the first conversion rule, that is, as shown in fig. 2, the Request data is converted into the Request data of the corresponding service interface by matching different service interfaces according to different Request data of the front-end module by using the Request conversion method based on the customized rule.
In this embodiment, before the conversion is performed based on the first conversion rule, a verification operation needs to be performed on the first conversion rule, where the verification operation includes, but is not limited to: determining whether all conversion paths involved in the first conversion rule are legally reachable or determining whether the usage pattern of operators in the first mapping relation is compliant, see check module in fig. 2.
And S3, inputting the required data into the server through the server interface to obtain server return data.
In this embodiment, the request data corresponding to the server interface obtained by conversion based on the first conversion rule is transmitted to the server through the corresponding server interface, so as to obtain the corresponding return data of the server. That is, referring to fig. 2, the data is output to the corresponding service interface through the interface access path and transmitted to the server, so as to obtain the return data.
As an optional embodiment, the server interface may make corresponding changes based on different request data provided by the front-end module, that is, the heterogeneous interface data conversion method provided by this embodiment may switch different servers according to different request data provided by the front-end module, so as to obtain different server return data.
And S4, converting the data returned by the server into output data required by the front-end module based on a preset second conversion rule, and outputting the output data to the front-end module.
In this embodiment, the second conversion rule (i.e. the customized rule in fig. 2) is used to record a second mapping relationship between the server return data and the output data; the format of the second conversion rule is a JSON format.
As an optional embodiment, the mapping relationship of each node recorded in the second conversion rule is characterized by a character string, and operators are set to support mapping relationships between different data types. Setting operators and operators at least comprise one of the following: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements.
Specifically, the return data of the server is converted into the output data required by the front-end module based on the second mapping relationship recorded in the second conversion rule, and the obtained output data is output to the front-end module, that is, referring to fig. 2, the return data of the server is converted into the output data required by the front-end module by using a Response conversion method based on the custom rule.
In this embodiment, before performing the conversion based on the second conversion rule, a verification operation needs to be performed on the second conversion rule, where the verification operation includes, but is not limited to: determining whether all conversion paths involved in the second conversion rule are legally reachable or determining whether the usage pattern of operators in the second mapping relationship is compliant, see the check module in fig. 2.
The embodiment discloses a dynamically configured heterogeneous interface data conversion method, which is characterized in that the heterogeneous interface data conversion method matches corresponding server interfaces according to different request data provided by a front-end module based on two created data conversion rules, converts the request data into data provided by the corresponding server interfaces, and then obtains return data and outputs the return data to the front-end module, thereby realizing the switching of the front-end module to data sources and reducing the development and maintenance cost; furthermore, the established conversion rule is verified, so that the reliability of data conversion is ensured, the access of a plurality of data sources is realized, and the research and development efficiency is improved.
Example 2
The present embodiment provides a dynamically configured heterogeneous interface data conversion apparatus, as shown in fig. 3, the heterogeneous interface data conversion apparatus includes a data obtaining module 11, a first conversion module 12, an interface transmission module 13, and a second conversion module 14.
And the data acquisition module 11 is configured to acquire the request data provided by the front-end module.
In this embodiment, the data obtaining module 11 needs to determine an input data structure and an output data structure first, and specifically, defines a parameter data structure that can be provided by the front-end module as the input data structure of the heterogeneous interface data conversion apparatus provided in this embodiment, and defines a parameter data structure that is required by the front-end module as the output data structure of the heterogeneous interface data conversion apparatus.
And the first conversion module 12 is configured to convert the request data into the requirement data corresponding to the server interface based on a preset first conversion rule.
In this embodiment, the first conversion module 12 matches the corresponding server based on the request data provided by the front-end module, and then converts the obtained request data provided by the front-end module into the request data corresponding to the server interface according to the first mapping relationship recorded in the first conversion rule.
As an alternative embodiment, the first conversion rule is used to record a first mapping relationship between the request data and the requirement data; the format of the first conversion rule is a JSON format, the JSON format is a lightweight data exchange format, the data expressed in the JavaScript object is stored and converted into character strings by adopting a text format completely independent of a programming language, the character strings are easy to read and write by people, the machine analysis and generation are easy to realize, and the network transmission efficiency is effectively improved.
As an optional embodiment, the mapping relationship of each node recorded in the first conversion rule is characterized by a character string, and operators are set to support the mapping relationship between different data types. Setting operators and operators at least comprise one of the following: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements. Specifically, for example, setting a specific character string represents a root node (e.g., "< root >"), setting a character as a sub-path identifier (e.g., "), setting mapping manners of arrays, including but not limited to mapping to an element in an array and mapping between arrays (e.g.," [0] "," [1] "," [ i ] "), setting operators between elements, including but not limited to concatenation of character strings, difference and sum of numbers, and the like (e.g.," < +? "," < - > "," <' + >). It should be noted that the examples are merely illustrative and not particularly restrictive.
In this embodiment, the first conversion module 12 needs to perform a verification operation on the first conversion rule before performing the conversion based on the first conversion rule, where the verification operation includes, but is not limited to: determining whether all conversion paths involved in the first conversion rule are legally reachable or determining whether the manner of use of operators in the first mapping is compliant.
And the interface transmission module 13 is configured to input the required data to the server through the server interface to obtain server return data.
In this embodiment, the interface transmission module 13 transmits the request data corresponding to the server interface obtained through conversion based on the first conversion rule to the server through the corresponding server interface, so as to obtain the corresponding return data of the server.
As an alternative embodiment, the server interface may make corresponding changes based on different request data provided by the front-end module, that is, different servers may be switched according to different request data provided by the front-end module, so as to obtain different server return data.
And the second conversion module 14 is configured to convert the server return data into output data required by the front-end module based on a preset second conversion rule, and output the output data to the front-end module.
In this embodiment, the second conversion module 14 converts the return data of the server into the output data required by the front-end module based on the second mapping relationship recorded in the second conversion rule, and outputs the obtained output data to the front-end module.
As an optional embodiment, the second conversion rule is used to record a second mapping relationship between the server return data and the output data; the format of the second conversion rule is a JSON format.
As an optional embodiment, the mapping relationship of each node recorded in the second conversion rule is characterized by a character string, and operators are set to support mapping relationships between different data types. Setting operators and operators at least comprise one of the following: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements.
In this embodiment, the second conversion module 14 needs to perform a verification operation on the second conversion rule before performing the conversion based on the second conversion rule, where the verification operation includes, but is not limited to: determining whether all conversion paths involved in the second conversion rule are legally reachable or determining whether the manner of use of operators in the second mapping is compliant.
The embodiment discloses a dynamically configured heterogeneous interface data conversion device, which provides a heterogeneous interface data conversion method based on embodiment 1, and realizes that different request data provided by a front-end module are matched with corresponding server interfaces, and the request data is converted into data provided by the corresponding server interfaces, so that returned data is output to the front-end module, the switching of the front-end module to a data source is realized, the development and maintenance cost is reduced, and the research and development efficiency is improved.
Example 3
This embodiment provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the dynamically configured heterogeneous interface data conversion method of embodiment 1 is implemented.
The electronic device 30 shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
The electronic device 30 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 connecting the various system components (including the memory 32 and the processor 31).
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM) 321 and cache memory 322, and may further include Read Only Memory (ROM) 323.
Memory 32 may also include a program tool 325 having a set (at least one) of program modules 324, such program modules 324 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 31 executes various functional applications and data processing, such as the dynamically configured heterogeneous interface data conversion method according to embodiment 1 of the present invention, by executing the computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34. Such communication may be through input/output (I/O) interfaces 35. Also, the model-generating device 30 may also communicate with one or more networks through a network adapter 36. As shown in FIG. 4, network adapter 36 communicates with the other modules of model-generating device 30 via bus 33. It should be appreciated that although not labeled in FIG. 4, other hardware and/or software modules may be used in conjunction with the model-generated device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
The present embodiment provides a computer-readable storage medium on which a computer program is stored, which, when executed by a processor, implements the dynamically configured heterogeneous interface data conversion method of embodiment 1 described above.
More specific examples that may be employed by the readable storage medium include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In an alternative embodiment, the present invention can also be implemented in the form of a program product, which includes program codes, and when the program product runs on a terminal device, the program codes are used for making the terminal device execute a heterogeneous interface data conversion method for implementing dynamic configuration in embodiment 1 above.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. A data conversion method for a dynamically configured heterogeneous interface is characterized by comprising the following steps:
acquiring request data provided by a front-end module;
converting the request data into required data corresponding to a server interface based on a preset first conversion rule;
inputting the required data into the server through the server interface to obtain server return data;
and converting the server return data into output data required by the front-end module based on a preset second conversion rule, and outputting the output data to the front-end module.
2. The dynamically configured heterogeneous interface data conversion method according to claim 1, wherein the first conversion rule is used for recording a first mapping relationship between the request data and the request data, and the second conversion rule is used for recording a second mapping relationship between the server return data and the output data, and the first conversion rule and the second conversion rule are in JSON format.
3. The method as claimed in claim 2, wherein the first mapping relationship and the second mapping relationship are characterized by a character string, and the mapping relationship between different data types is supported by setting operators and operators.
4. The method of claim 3, wherein setting operators and operators to support mapping relationships between different types comprises at least one of: setting a specific character string representing a root node, setting characters representing sub-path identifications, setting a mapping mode of an array and setting operators among elements.
5. The dynamically configurable heterogeneous interface data conversion method of claim 1, further comprising performing a check operation on an input data structure and an output data structure and the first conversion rule and the second conversion rule before the obtaining of the request data provided by the front-end module.
6. The dynamically configurable heterogeneous interface data transformation method of claim 5, wherein the check operation comprises at least one of: and determining whether the conversion paths in the first conversion rule and the second conversion rule are legally reachable or determining whether the use modes of operators in the two mapping relations are in compliance.
7. The dynamically configurable heterogeneous interface data conversion method according to claim 1, wherein the converting the request data into the request data corresponding to the server interface based on the preset first conversion rule comprises: and converting the request data into the corresponding different requirement data based on different server interfaces.
8. A dynamically configured heterogeneous interface data conversion apparatus, comprising:
the data acquisition module is used for acquiring request data provided by the front-end module;
the first conversion module is used for converting the request data into required data corresponding to a server interface based on a preset first conversion rule;
the interface transmission module is used for inputting the required data to the server through the server interface to obtain server return data;
and the second conversion module is used for converting the server return data into output data required by the front-end module based on a preset second conversion rule and outputting the output data to the front-end module.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the dynamically configurable heterogeneous interface data transformation method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the dynamically configurable heterogeneous interface data conversion method according to any one of claims 1 to 7.
CN202211544165.6A 2022-11-29 2022-11-29 Dynamically configured heterogeneous interface data conversion method, device, equipment and medium Pending CN115840559A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211544165.6A CN115840559A (en) 2022-11-29 2022-11-29 Dynamically configured heterogeneous interface data conversion method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211544165.6A CN115840559A (en) 2022-11-29 2022-11-29 Dynamically configured heterogeneous interface data conversion method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN115840559A true CN115840559A (en) 2023-03-24

Family

ID=85577959

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211544165.6A Pending CN115840559A (en) 2022-11-29 2022-11-29 Dynamically configured heterogeneous interface data conversion method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN115840559A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116996493A (en) * 2023-09-27 2023-11-03 国网北京市电力公司 Method, system, equipment and medium for requesting operation interface of artificial intelligent platform

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116996493A (en) * 2023-09-27 2023-11-03 国网北京市电力公司 Method, system, equipment and medium for requesting operation interface of artificial intelligent platform
CN116996493B (en) * 2023-09-27 2024-01-23 国网北京市电力公司 Method, system, equipment and medium for requesting operation interface of artificial intelligent platform

Similar Documents

Publication Publication Date Title
US11238099B2 (en) Method and device for obtaining answer, and computer device
CN108519967A (en) Chart method for visualizing, device, terminal and storage medium
CN109495392B (en) Message conversion processing method and device, electronic equipment and storage medium
CN110362372A (en) Page translation method, device, medium and electronic equipment
CN106997393A (en) Data query method, device, server and storage medium
CN113835693B (en) Code generation method, device, electronic equipment and storage medium
CN103092602A (en) Software development kit and terminal apparatus
CN110941547B (en) Automatic test case library management method, device, medium and electronic equipment
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN115840559A (en) Dynamically configured heterogeneous interface data conversion method, device, equipment and medium
CN101770388A (en) Method and device for obtaining chip code information
CN114489622A (en) Js application, electronic device, and storage medium
CN113590593A (en) Method and device for generating data table information, storage medium and electronic device
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
US11182272B2 (en) Application state monitoring
CN111158661A (en) System interface docking method, device, medium and electronic equipment
CN112256564B (en) Application program running method and device and electronic equipment
CN114047999A (en) Page configuration method, system, electronic equipment and storage medium
CN112131222A (en) Storage method, device, medium and electronic equipment for message reading state data
CN111262727A (en) Service capacity expansion method, device, equipment and storage medium
CN112907345B (en) Identification code-based ticket settlement method, identification code-based ticket settlement system, identification code-based ticket settlement equipment and medium
CN102193955B (en) Method and device for generating Facelets page
CN113900895B (en) Information processing method, information processing apparatus, storage medium, and electronic device
CN112035425B (en) Log storage method and device and computer system
CN111126015B (en) Report form compiling method and equipment

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