CN114443032A - Form processing method, device, terminal and storage medium based on JSON schema - Google Patents
Form processing method, device, terminal and storage medium based on JSON schema Download PDFInfo
- Publication number
- CN114443032A CN114443032A CN202210104054.7A CN202210104054A CN114443032A CN 114443032 A CN114443032 A CN 114443032A CN 202210104054 A CN202210104054 A CN 202210104054A CN 114443032 A CN114443032 A CN 114443032A
- Authority
- CN
- China
- Prior art keywords
- standardized
- data
- form data
- processing
- json schema
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/174—Form filling; Merging
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Human Computer Interaction (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a form processing method, a form processing device, a form processing terminal and a form processing storage medium based on JSON schema, wherein the method comprises the following steps: acquiring a prototype form, and carrying out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form; analyzing the standardized form according to the type information in the standardized form, enabling the analysis result to accord with a JSON schema data structure, and dynamically rendering the analysis result to generate a dynamic form; and responding to the form data input request, receiving form data input in the dynamic form, processing the form data according to the form data input request, generating a form data processing result and returning the form data processing result. The invention improves the flexibility of the form information input process by using the standardized protocol rule, reduces the test pressure by using the characteristic of universal codes in the method, and is convenient for operation and maintenance personnel to carry out quick test and iteration. Meanwhile, the method reduces the error probability of the form and ensures the multi-end uniformity.
Description
Technical Field
The invention belongs to a form processing scheme, in particular to a form processing method, a form processing device, a form processing terminal and a form processing storage medium based on JSON schema, and relates to the technical field of data processing.
Background
Form information entry is a common operation in the process of program development. In the prior art, most form information entry systems or programs are fixed or need to be read and configured as required, and the whole operation flow is very traditional and cumbersome.
In particular, if a plurality of forms to be input with information exist in a single program, although the forms look approximately the same, the forms may be independent from each other, lack of linkage, need multiple judgments, and the like. Especially for programmers, the existing operation mode means that a large amount of repeated codes exist in a system, the language of the whole system is not concise, and the existing mobile terminal lacks an effective operation processing mechanism and has no uniform rule, so that the portability of the codes is low, and the test pressure on the system and testers is increased.
In summary, if a brand-new form processing scheme with better flexibility and capable of effectively reducing errors can be provided, so that a scheme application party only needs to pay attention to the entered information data, the efficiency level of data processing is certainly and greatly improved, and the subsequent smooth development of various services is ensured.
Disclosure of Invention
In view of the foregoing defects in the prior art, an object of the present invention is to provide a form processing method, apparatus, terminal and storage medium based on JSON schema, which are as follows.
A form processing method based on JSON schema comprises the following steps:
acquiring a prototype form, and carrying out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form;
analyzing the standardized form according to the type information in the standardized form, enabling an analysis result to accord with a JSON schema data structure, and dynamically rendering the analysis result to generate a dynamic form;
and responding to a form data entry request, receiving form data entered in the dynamic form, processing the form data according to the form data entry request, generating a form data processing result and returning the form data processing result.
Preferably, the obtaining a prototype form, performing standardized configuration on the prototype form according to a standardized rule, and forming a corresponding standardized form includes:
the method comprises the steps of obtaining a prototype form from a mobile terminal, carrying out standardized configuration on the prototype form according to standardized rules to form a corresponding standardized form, wherein the standardized rules at least comprise whether data can be edited, whether the data is necessary to be filled, data popup frame description and a data structure protocol, wherein the data structure protocol is a JSON schema data structure protocol.
Preferably, the analyzing the standardized form according to the type information in the standardized form, wherein an analysis result conforms to a JSON schema data structure, and dynamically rendering the analysis result to generate a dynamic form includes:
analyzing the standardized form according to the type information in the standardized form, wherein the type information at least comprises a selection frame, a time selection frame, a single selection, a multiple selection and a picture/video uploading, the standardized form is disassembled according to the data structure protocol in the analyzing process, an analyzing result is formed after recombination and combination, the analyzing result is dynamically rendered, and a dynamic form is generated and sent to the mobile terminal.
Preferably, the responding to the form data entry request, receiving form data entered in the dynamic form, processing the form data according to the form data entry request, generating a form data processing result, and returning the form data processing result, includes:
responding to a form data entry request from the mobile terminal, wherein the form data entry request at least comprises a form data receiving rule and a form data processing rule;
acquiring the typed form data from the dynamic form according to the form data receiving rule in the form data entry request;
and processing the form data according to the form data processing rule in the form data entry request, generating a form data processing result and returning the form data processing result to the mobile terminal.
A JSON schema-based form processing device comprises:
the standardized form generation module is configured to obtain a prototype form, and carry out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form;
the dynamic form rendering module is configured to analyze the standardized form according to the type information in the standardized form, an analysis result conforms to a JSON schema data structure, and dynamically render the analysis result to generate a dynamic form;
and the form data processing module is configured to respond to a form data entry request, receive form data entered in the dynamic form, process the form data according to the form data entry request, generate a form data processing result and return the form data processing result.
Preferably, the standardized form generating module includes:
the standardized form generation unit is configured to acquire a prototype form from a mobile terminal, perform standardized configuration on the prototype form according to standardized rules, and form a corresponding standardized form, wherein the standardized rules at least include whether data can be edited, whether the data is necessary to be filled, a data popup box description and a data structure protocol, and the data structure protocol is a JSON schema data structure protocol.
Preferably, the dynamic form rendering module includes:
and the dynamic form rendering unit is configured to analyze the standardized form according to type information in the standardized form, wherein the type information at least comprises a selection frame, a time selection frame, a single selection, a multiple selection and a picture/video uploading, the standardized form is disassembled according to the data structure protocol in the analysis process, an analysis result is formed after recombination and combination, the analysis result is dynamically rendered, and the dynamic form is generated and sent to the mobile terminal.
Preferably, the form data processing module includes:
the entry request response unit is configured to respond to a form data entry request from the mobile terminal, and the form data entry request at least comprises a form data receiving rule and a form data processing rule;
the form data acquisition unit is configured to acquire the typed form data from the dynamic form according to the form data receiving rule in the form data entry request;
and the form data processing unit is configured to process the form data according to the form data processing rule in the form data entry request, generate a form data processing result and return the form data processing result to the mobile terminal.
A terminal comprising a memory, a processor and a computer program stored in the memory and operable on the processor, the processor when executing the computer program implementing the steps in the JSON schema based form processing method as described above.
A computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps in the JSON schema-based form processing method as described above.
The advantages of the invention are mainly embodied in the following aspects:
according to the form processing method based on the JSON schema, provided by the invention, through the standardized protocol rule, the flexibility of the form information input process is greatly improved, the excessive repetition of the compiling language is avoided, and the system resource is saved. The universal characteristic of the codes in the compiling process further reduces the testing pressure, and is convenient for operation and maintenance personnel to carry out low-cost quick iteration.
Meanwhile, the function realization process of the method adopts a flutter rendering means, so that the mobile terminal linkage process is completed based on a flutter _ js processing mechanism, the error probability of the form is greatly reduced, and the generated form can be adaptively packaged and compiled into various forms such as Android, iOS, web and the like, thereby ensuring the uniformity among multiple terminals.
Corresponding to the method, the form processing device, the terminal and the storage medium based on the JSON schema are suitable for most form information input operations at the present stage, take various mobile terminal system platforms into consideration, fully meet the requirement of form information processing, and enhance the overall practicability of hardware. Moreover, the invention has higher adaptability and compatibility of the hardware part and can be really applied to the real scene.
In addition, the invention also provides reference for other schemes related to the form data entry technology, and can be used for expanding and deeply researching on the basis of the scheme, so that the scheme has very wide application prospect as a whole.
The following detailed description of the embodiments of the present invention is provided in connection with the accompanying drawings for the purpose of facilitating understanding and understanding of the technical solutions of the present invention.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
fig. 1 is a flowchart illustrating an implementation of a form processing method based on JSON schema according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a form processing method based on JSON schema according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The invention discloses a form processing method, a form processing device, a form processing terminal and a form processing storage medium based on JSON schema.
On one hand, the overall flow of the form processing method based on the JSON schema is shown in fig. 1, and the method includes the following steps.
S1, obtaining a prototype form, and carrying out standardized configuration on the prototype form according to standardized rules to form a corresponding standardized form. This step can be further embodied as the following flow.
And acquiring a prototype form from a mobile terminal, and carrying out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form. The normalization rules include at least: whether the data can be edited, whether the data is necessary to be filled, data bullet frame description, data structure protocol and the like; the data structure protocol is a JSON schema data structure protocol.
And S2, analyzing the standardized form according to the type information in the standardized form, enabling the analysis result to conform to a JSON schema data structure, and dynamically rendering the analysis result to generate a dynamic form. This step can be further embodied as the following flow.
Analyzing the standardized form according to type information in the standardized form, wherein the type information at least comprises: a selection frame (Select Widget), a time selection frame (Date Picker Widget), a single selection (Unfold Radio Widget) and multiple selection (Unfold CheckBox Widget) picture/video Upload (Upload Widget), etc. In the analysis process, the standardized form needs to be disassembled according to the data structure protocol, an analysis result is formed after recombination and combination, the analysis result is dynamically rendered, and a dynamic form is generated and sent to the mobile terminal.
And S3, responding to the form data entry request, receiving form data entered in the dynamic form, processing the form data according to the form data entry request, generating a form data processing result and returning the form data processing result. This step can be further embodied as the following flow.
S31, responding to a form data entry request from the mobile terminal, wherein the form data entry request at least comprises a form data receiving rule and a form data processing rule;
s32, acquiring keyed form data from the dynamic form according to the form data receiving rule in the form data entry request;
and S33, processing the form data according to the form data processing rule in the form data entry request, generating a form data processing result and returning the form data processing result to the mobile terminal.
In summary, the form processing method based on the JSON schema provided by the invention greatly improves the flexibility of the form information entry process through the standardized protocol rules, avoids excessive repetition of the compiled language, and saves system resources. The universal characteristic of the codes in the compiling process further reduces the testing pressure, and is convenient for operation and maintenance personnel to carry out low-cost quick iteration.
Meanwhile, the function realization process of the method adopts a flutter rendering means, so that the mobile terminal linkage process is completed based on a flutter _ js processing mechanism, the error probability of the form is greatly reduced, and the generated form can be adaptively packaged and compiled into various forms such as Android, iOS, web and the like, thereby ensuring the uniformity among multiple terminals.
On the other hand, a form processing apparatus of JSON schema, the overall structure of which is shown in fig. 2, includes:
the standardized form generation module is configured to obtain a prototype form, and carry out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form;
the dynamic form rendering module is configured to analyze the standardized form according to the type information in the standardized form, an analysis result conforms to a JSON schema data structure, and dynamically render the analysis result to generate a dynamic form;
and the form data processing module is configured to respond to a form data entry request, receive form data entered in the dynamic form, process the form data according to the form data entry request, generate a form data processing result and return the form data processing result.
In one possible implementation, the standardized form generation module includes:
the standardized form generation unit is configured to acquire a prototype form from a mobile terminal, perform standardized configuration on the prototype form according to standardized rules, and form a corresponding standardized form, wherein the standardized rules at least include whether data can be edited, whether the data is necessary to be filled, a data popup box description and a data structure protocol, and the data structure protocol is a JSON schema data structure protocol.
In one possible implementation, the dynamic form rendering module includes:
and the dynamic form rendering unit is configured to analyze the standardized form according to type information in the standardized form, wherein the type information at least comprises a selection frame, a time selection frame, a single selection, a multiple selection and a picture/video uploading, the standardized form is disassembled according to the data structure protocol in the analysis process, an analysis result is formed after recombination and combination, the analysis result is dynamically rendered, and the dynamic form is generated and sent to the mobile terminal.
In one possible implementation manner, the form data processing module includes:
the entry request response unit is configured to respond to a form data entry request from the mobile terminal, and the form data entry request at least comprises a form data receiving rule and a form data processing rule;
the form data acquisition unit is configured to acquire the typed form data from the dynamic form according to the form data receiving rule in the form data entry request;
and the form data processing unit is configured to process the form data according to the form data processing rule in the form data entry request, generate a form data processing result and return the form data processing result to the mobile terminal.
In yet another aspect, the present invention also relates to a terminal, the structure of which is shown in fig. 3, and which includes a memory, a processor and a computer program stored in the memory and running on the processor, and the processor executes the computer program to implement the steps in the JSON schema-based form processing method as described in the foregoing, for example, the steps S1 to S3 shown in fig. 1. Alternatively, the processor, when executing the computer program, implements the functions of each module/unit in the above-described device embodiments, for example, the functions of each module/unit shown in fig. 2.
In yet another aspect, the present invention also relates to a computer readable storage medium storing a computer program which, when executed by a processor, implements the steps in the JSON schema-based form processing method as described in the foregoing.
The readable storage medium may be a computer storage medium or a communication medium. Communication media includes any medium that facilitates transfer of a computer program from one place to another. Computer storage media may be any available media that can be accessed by a general purpose or special purpose computer. For example, a readable storage medium is coupled to the processor such that the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Additionally, the ASIC may reside in user equipment. Of course, the processor and the readable storage medium may also reside as discrete components in a communication device. The readable storage medium may be a read-only memory (ROM), a random-access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Corresponding to the content of the method, the form processing device, the terminal and the storage medium based on the JSON schema are suitable for most form information input operations at the present stage, take various mobile terminal system platforms into consideration, fully meet the requirement of form information processing, and enhance the overall practicability of hardware. Moreover, the invention has higher adaptability and compatibility of the hardware part, and can be really applied to the real scene.
In addition, the invention also provides reference for other schemes related to the form data entry technology, and can be used for expanding and deeply researching on the basis of the scheme, so that the scheme has very wide application prospect as a whole.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
Finally, it should be understood that although the present description refers to embodiments, not every embodiment contains only a single technical solution, and such description is for clarity only, and those skilled in the art should integrate the description, and the technical solutions in the embodiments can be appropriately combined to form other embodiments understood by those skilled in the art.
Claims (10)
1. A form processing method based on JSON schema is characterized by comprising the following steps:
acquiring a prototype form, and carrying out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form;
analyzing the standardized form according to the type information in the standardized form, wherein the analysis result conforms to a JSON schema data structure, and dynamically rendering the analysis result to generate a dynamic form;
and responding to a form data entry request, receiving form data entered in the dynamic form, processing the form data according to the form data entry request, generating a form data processing result and returning the form data processing result.
2. The JSON schema-based form processing method according to claim 1, wherein the obtaining a prototype form, performing standardized configuration on the prototype form according to a standardized rule, and forming a corresponding standardized form, includes:
the method comprises the steps of obtaining a prototype form from a mobile terminal, carrying out standardized configuration on the prototype form according to standardized rules to form a corresponding standardized form, wherein the standardized rules at least comprise whether data can be edited, whether the data is necessary to be filled, data popup frame description and a data structure protocol, wherein the data structure protocol is a JSON schema data structure protocol.
3. The JSON schema-based form processing method according to claim 2, wherein the parsing the standardized form according to the type information in the standardized form, the parsing result conforming to a JSON schema data structure, and dynamically rendering the parsing result to generate a dynamic form includes:
analyzing the standardized form according to the type information in the standardized form, wherein the type information at least comprises a selection frame, a time selection frame, a single selection, a multiple selection and a picture/video uploading, the standardized form is disassembled according to the data structure protocol in the analyzing process, an analyzing result is formed after recombination and combination, the analyzing result is dynamically rendered, and a dynamic form is generated and sent to the mobile terminal.
4. The JSON schema-based form processing method according to claim 3, wherein the receiving form data entered in the dynamic form in response to a form data entry request, processing the form data according to the form data entry request, generating a form data processing result, and returning the form data processing result, comprises:
responding to a form data entry request from the mobile terminal, wherein the form data entry request at least comprises a form data receiving rule and a form data processing rule;
acquiring form data input from the dynamic form according to the form data receiving rule in the form data input request;
and processing the form data according to the form data processing rule in the form data entry request, generating a form data processing result and returning the form data processing result to the mobile terminal.
5. A JSON schema-based form processing device is characterized by comprising:
the standardized form generation module is configured to obtain a prototype form, and carry out standardized configuration on the prototype form according to a standardized rule to form a corresponding standardized form;
the dynamic form rendering module is configured to analyze the standardized form according to the type information in the standardized form, an analysis result conforms to a JSON schema data structure, and dynamically render the analysis result to generate a dynamic form;
and the form data processing module is configured to respond to a form data entry request, receive form data entered in the dynamic form, process the form data according to the form data entry request, generate a form data processing result and return the form data processing result.
6. The JSON schema based form processing method according to claim 5, wherein the standardized form generating module comprises:
the standardized form generation unit is configured to acquire a prototype form from a mobile terminal, perform standardized configuration on the prototype form according to standardized rules, and form a corresponding standardized form, wherein the standardized rules at least include whether data can be edited, whether the data is necessary to be filled, a data popup box description and a data structure protocol, and the data structure protocol is a JSON schema data structure protocol.
7. The JSON schema-based form processing method according to claim 6, wherein the dynamic form rendering module comprises:
and the dynamic form rendering unit is configured to analyze the standardized form according to type information in the standardized form, wherein the type information at least comprises a selection frame, a time selection frame, a single selection, a multiple selection and a picture/video uploading, the standardized form is disassembled according to the data structure protocol in the analysis process, an analysis result is formed after recombination and combination, the analysis result is dynamically rendered, and the dynamic form is generated and sent to the mobile terminal.
8. The JSON schema-based form processing method according to claim 7, wherein the form data processing module includes:
the entry request response unit is configured to respond to a form data entry request from the mobile terminal, and the form data entry request at least comprises a form data receiving rule and a form data processing rule;
the form data acquisition unit is configured to acquire the input form data from the dynamic form according to the form data receiving rule in the form data entry request;
and the form data processing unit is configured to process the form data according to the form data processing rule in the form data entry request, generate a form data processing result and return the form data processing result to the mobile terminal.
9. A terminal comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps in the JSON schema based form processing method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of the JSON schema-based form processing method according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210104054.7A CN114443032A (en) | 2022-01-27 | 2022-01-27 | Form processing method, device, terminal and storage medium based on JSON schema |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210104054.7A CN114443032A (en) | 2022-01-27 | 2022-01-27 | Form processing method, device, terminal and storage medium based on JSON schema |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114443032A true CN114443032A (en) | 2022-05-06 |
Family
ID=81369293
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210104054.7A Pending CN114443032A (en) | 2022-01-27 | 2022-01-27 | Form processing method, device, terminal and storage medium based on JSON schema |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114443032A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117892703A (en) * | 2024-03-15 | 2024-04-16 | 青岛诺亚信息技术有限公司 | Implementation method and system for automatic association input function of physical and chemical forms |
-
2022
- 2022-01-27 CN CN202210104054.7A patent/CN114443032A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117892703A (en) * | 2024-03-15 | 2024-04-16 | 青岛诺亚信息技术有限公司 | Implementation method and system for automatic association input function of physical and chemical forms |
CN117892703B (en) * | 2024-03-15 | 2024-06-28 | 青岛诺亚信息技术有限公司 | Implementation method and system for automatic association input function of physical and chemical forms |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111083225B (en) | Data processing method and device in Internet of things platform and Internet of things platform | |
CN111597110B (en) | Page test method and device, electronic equipment and storage medium | |
CN112732572A (en) | Service testing method, device and system, storage medium and electronic device | |
CN105791178A (en) | Message assembly method and device | |
CN113746842A (en) | Message sending method based on Protobuf protocol dynamic analysis | |
CN113434396A (en) | Interface test method, device, equipment, storage medium and program product | |
CN114443032A (en) | Form processing method, device, terminal and storage medium based on JSON schema | |
CN116204438A (en) | Test case generation method, automatic test method and related device | |
CN111046245A (en) | Multi-source heterogeneous data source fusion calculation method, system, equipment and storage medium | |
CN113434147B (en) | Method and device for analyzing message based on ProtoBuf protocol | |
CN112883088B (en) | Data processing method, device, equipment and storage medium | |
CN107038022B (en) | Deserialization method and deserialization device | |
CN115934537A (en) | Interface test tool generation method, device, equipment, medium and product | |
CN113467761B (en) | Interface test template generation method based on Java reflection principle | |
CN113742408B (en) | Protobuf protocol dynamic analysis-based data interaction method | |
CN116127217A (en) | Method and device for dynamically displaying real-time data of electric power, front end and storage medium | |
CN115543324A (en) | Method, device, equipment and medium for generating interactive interface | |
CN112597036B (en) | Universal baffle plate testing method and device | |
CN112256564B (en) | Application program running method and device and electronic equipment | |
CN114116074A (en) | High-performance data serialization and deserialization system | |
CN114036178A (en) | Service interface generation method, device, computer and readable storage medium | |
CN113760707A (en) | Interface testing method, device, equipment and computer readable storage medium | |
CN114296674B (en) | Screen adaptation method, device, computer equipment and storage medium | |
CN114385384B (en) | Application programming interface calling method and related equipment | |
CN112312148B (en) | Business function starting method and device, electronic equipment and storage medium |
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 |