CN113495765A - Business data filling method and device, storage medium and electronic device - Google Patents

Business data filling method and device, storage medium and electronic device Download PDF

Info

Publication number
CN113495765A
CN113495765A CN202111041175.3A CN202111041175A CN113495765A CN 113495765 A CN113495765 A CN 113495765A CN 202111041175 A CN202111041175 A CN 202111041175A CN 113495765 A CN113495765 A CN 113495765A
Authority
CN
China
Prior art keywords
enumeration
target
service
description information
service data
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
CN202111041175.3A
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.)
Shenzhen Yilai Intelligent Co ltd
Qingdao Yilai Intelligent Technology Co Ltd
Original Assignee
Shenzhen Yilai Intelligent Co ltd
Qingdao Yilai Intelligent 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 Shenzhen Yilai Intelligent Co ltd, Qingdao Yilai Intelligent Technology Co Ltd filed Critical Shenzhen Yilai Intelligent Co ltd
Priority to CN202111041175.3A priority Critical patent/CN113495765A/en
Publication of CN113495765A publication Critical patent/CN113495765A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • G06F16/24549Run-time optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for filling service data, a storage medium and an electronic device, wherein the method comprises the following steps: determining a service type corresponding to a service request under the condition of receiving the service request sent by a target client; sending a business request to a target business module corresponding to a business type, and receiving business data sent by the target business module in response to the business request, wherein the business data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to enumeration description information and a field where an enumeration value is located; analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; and filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.

Description

Business data filling method and device, storage medium and electronic device
Technical Field
The present invention relates to the field of communications, and in particular, to a method and an apparatus for filling service data, a storage medium, and an electronic apparatus.
Background
In a general business system, many enumerations are used, and these enumerations include enumerated values and enumerated descriptions, and many business logics and objects in the system process internal logics based on these enumerated values, and when being presented to a user, the enumerated values need to be mapped to the enumerated descriptions.
In the related art, usually, the enumeration information is maintained in a database table by a code table or directly maintained in a code and encapsulated by an enumeration type, and when the enumeration information is returned to a UI (client), the system searches for enumeration description data corresponding to enumeration values in the database or a memory one by one in a business logic, assigns values, and then transmits the values to the UI (client) system. However, the use of the above method has the following disadvantages: if the enumeration value is too much, the efficiency of searching one by one is low, the system development efficiency is influenced, and the operations which are irrelevant to the services are processed in the service codes, so that the service codes are too fat and high in coupling degree, and errors are easy to occur.
Aiming at the problems that the processing efficiency of enumeration description corresponding to an enumeration value in service data is low, complexity and error are prone and the like in the related technology, an effective solution is not provided.
Disclosure of Invention
Embodiments of the present invention provide a method and an apparatus for filling service data, a storage medium, and an electronic apparatus, so as to at least solve the problems in the related art, such as low processing efficiency, complexity, and easy error, of enumeration description corresponding to an enumeration value in service data.
According to an embodiment of the present invention, a method for filling service data is provided, including: under the condition of receiving a service request sent by a target client, determining a service type corresponding to the service request; sending the service request to a target service module corresponding to the service type, and receiving service data sent by the target service module in response to the service request, wherein the service data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located; analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; and filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.
In an exemplary embodiment, receiving the service data sent by the target service module in response to the service request includes: and receiving service data which is sent by the target service module and also carries a predefined cut plane interception annotation, wherein the cut plane interception annotation is used for indicating that the target service module needs to intercept so as to fill the target enumeration description information into the service data.
In an exemplary embodiment, obtaining target enumeration description information corresponding to a field where the enumeration type and the enumeration value are located includes: acquiring a mapping relation between an enumeration value and enumeration description information from the target service module; and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relation.
In an exemplary embodiment, before obtaining the mapping relationship between the enumeration value and the enumeration description information from the target service module, the method further includes: determining the execution times of the service request; under the condition that the execution times indicate that the current service request is executed for the first time, directly acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, and storing the mapping relation; and under the condition that the execution times indicate that the current service request is not executed for the first time, acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, determining the difference content between the mapping relation and the stored mapping relation, and updating the stored mapping relation according to the difference content.
In an exemplary embodiment, obtaining the target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relationship includes: determining a target enumeration type corresponding to the enumeration value according to a preset rule, wherein the preset rule is used for indicating the association relationship between the enumeration value and the enumeration type to which the enumeration value belongs; under the condition that the target enumeration type meets the filling requirement, querying in the mapping relation by using the enumeration value to obtain enumeration value description information corresponding to the enumeration value; and determining the enumeration value description information as target enumeration description information corresponding to the enumeration type and the field where the enumeration value is located.
In an exemplary embodiment, after receiving the service data which is sent by the target service module and also carries a predefined cut plane interception annotation, the method further includes: determining a section type to be intercepted, wherein the section type is used for indicating the type of section interception annotation needing to be intercepted in the service data determined according to the requirement of the target object; and decomposing the service data according to the section type to obtain the intercepted metadata, and determining an enumeration type and an enumeration value carried by the metadata.
In an exemplary embodiment, decomposing the service data according to the tangent plane type to obtain metadata after interception processing, and determining an enumeration type and an enumeration value carried by the metadata includes: loading metadata corresponding to the service data, and extracting meta information corresponding to field names in the metadata, wherein the loading is used for indicating that an analysis object of the metadata is dynamically created in the running process, and calling the attribute of the analysis object; and determining the enumeration type and the enumeration value on the business data of the pre-defined good tangent plane interception annotation according to the loaded loading result.
In an exemplary embodiment, the filling the target enumeration description information into the business data, and sending the business data filled with the target enumeration description information to the target client includes: performing perfection judgment on the service metadata, wherein the perfection judgment is used for indicating whether each enumeration value in the service data has corresponding target enumeration description information; and sending the service data filled with the target enumeration description information to the target client under the condition that the perfection judgment indicates that each enumeration value in the service data has corresponding target enumeration description information.
According to another embodiment of the present invention, there is also provided a service data padding system, including: the determining module is used for determining the service type corresponding to the service request under the condition of receiving the service request sent by the target client; the receiving module is used for sending the service request to a target service module corresponding to the service type and receiving service data sent by the target service module in response to the service request, wherein the service data carries predefined attribute interception notes, and the attribute interception notes are used for indicating enumeration types corresponding to the enumeration description information and fields where enumeration values are located; the acquisition module is used for analyzing fields where the enumeration types and the enumeration values are located from the attribute interception notes in the service data and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; and the sending module is used for filling the target enumeration description information into the service data and sending the service data filled with the target enumeration description information to the target client.
In an exemplary embodiment, the receiving module is further configured to receive service data which is sent by the target service module and also carries a predefined cut plane interception annotation, where the cut plane interception annotation is used to indicate that the target service module needs to intercept, so as to fill the target enumeration description information into the service data.
In an exemplary embodiment, the obtaining module is further configured to obtain a mapping relationship between an enumeration value and enumeration description information from the target service module; and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relation.
In an exemplary embodiment, the obtaining module further includes: a determining unit, configured to determine the number of times of executing the service request; under the condition that the execution times indicate that the current service request is executed for the first time, directly acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, and storing the mapping relation; and under the condition that the execution times indicate that the current service request is not executed for the first time, acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, determining the difference content between the mapping relation and the stored mapping relation, and updating the stored mapping relation according to the difference content.
In an exemplary embodiment, the obtaining module is further configured to determine a target enumeration type corresponding to the enumeration value according to a preset rule, where the preset rule is used to indicate an association relationship between the enumeration value and an enumeration type to which the enumeration value belongs; under the condition that the target enumeration type meets the filling requirement, querying in the mapping relation by using the enumeration value to obtain enumeration value description information corresponding to the enumeration value; and determining the enumeration value description information as target enumeration description information corresponding to the enumeration type and the field where the enumeration value is located.
In an exemplary embodiment, the receiving module is configured to determine a type of a tangent plane to be intercepted, where the type of the tangent plane is used to indicate a type of a tangent plane interception annotation that needs to be intercepted in business data determined according to a requirement of a target object; and decomposing the service data according to the section type to obtain the intercepted metadata, and determining an enumeration type and an enumeration value carried by the metadata.
In an exemplary embodiment, the receiving module is configured to load metadata corresponding to the service data, and extract meta information corresponding to a field name in the metadata, where the loading is used to instruct that an analysis object of the metadata is dynamically created in a running process, and invoke an attribute of the analysis object; and determining the enumeration type and the enumeration value on the business data of the pre-defined good tangent plane interception annotation according to the loaded loading result.
In an exemplary embodiment, the sending module is further configured to perform a perfection judgment on the service metadata, where the perfection judgment is used to indicate whether each enumerated value in the service data has corresponding target enumeration description information; and sending the service data filled with the target enumeration description information to the target client under the condition that the perfection judgment indicates that each enumeration value in the service data has corresponding target enumeration description information.
According to another aspect of the embodiments of the present invention, there is also provided a computer-readable storage medium, in which a computer program is stored, where the computer program is configured to execute the above-mentioned service data filling method when running.
According to another aspect of the embodiments of the present invention, there is also provided an electronic apparatus, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the above filling method for service data through the computer program.
In the embodiment of the invention, under the condition of receiving a service request sent by a target client, determining the service type corresponding to the service request; sending a business request to a target business module corresponding to a business type, and receiving business data sent by the target business module in response to the business request, wherein the business data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to enumeration description information and a field where an enumeration value is located; analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; filling the target enumeration description information into the service data, sending the service data filled with the target enumeration description information to the target client, namely determining the service data to be processed according to a service request sent by the target client, further acquiring an enumeration type and an enumeration value in the corresponding service data, finding enumeration description information matched with the enumeration type and the enumeration value, filling the enumeration description information to the positions corresponding to the enumeration type and the enumeration value, and sending the filled service data to the target client for displaying. By adopting the technical scheme, the problems of low processing efficiency, complexity, high possibility of error and the like of enumeration description corresponding to the enumerated value in the service data in the related technology are solved, and the complexity and the coupling of the corresponding code of the service data can be reduced and the enumerated value searching and filling efficiency can be improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a block diagram of a hardware structure of a computer terminal of a method for filling service data according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for filling service data according to an embodiment of the present invention;
fig. 3 is an interaction diagram of a service data padding method according to an alternative embodiment of the present invention;
FIG. 4 is an interaction diagram of a system enumeration description data auto-processing method according to an alternative embodiment of the present invention;
fig. 5 is a block diagram illustrating a structure of a service data stuffing apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The method provided by the embodiment of the application can be executed in a computer terminal or a similar operation device. Taking the example of running on a computer terminal, fig. 1 is a hardware structure block diagram of a computer terminal of a method for filling service data according to an embodiment of the present invention. As shown in fig. 1, the computer terminal may include one or more (only one shown in fig. 1) processors 102 (the processors 102 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA) and a memory 104 for storing data, and in an exemplary embodiment, may also include a transmission device 106 for communication functions and an input-output device 108. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration and is not intended to limit the structure of the computer terminal. For example, the computer terminal may also include more or fewer components than shown in FIG. 1, or have a different configuration with equivalent functionality to that shown in FIG. 1 or with more functionality than that shown in FIG. 1.
The memory 104 may be used to store computer programs, for example, software programs and modules of application software, such as computer programs corresponding to the service data filling method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer programs stored in the memory 104, so as to implement the above-mentioned method. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to a computer terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a method for filling service data is provided, which is applied to the computer terminal, and fig. 2 is a flowchart of a method for filling service data according to an embodiment of the present invention, where the flowchart includes the following steps:
step S202, under the condition of receiving a service request sent by a target client, determining a service type corresponding to the service request;
step S204, sending the service request to a target service module corresponding to the service type, and receiving service data sent by the target service module in response to the service request, wherein the service data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located;
step S206, resolving fields where the enumeration type and the enumeration value are located from the attribute interception notes in the service data, and acquiring target enumeration description information corresponding to the fields where the enumeration type and the enumeration value are located;
step S208, filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.
Through the steps, under the condition of receiving the service request sent by the target client, determining the service type corresponding to the service request; sending a business request to a target business module corresponding to a business type, and receiving business data sent by the target business module in response to the business request, wherein the business data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to enumeration description information and a field where an enumeration value is located; analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; filling the target enumeration description information into the service data, sending the service data filled with the target enumeration description information to the target client, namely determining the service data to be processed according to a service request sent by the target client, further acquiring an enumeration type and an enumeration value in the corresponding service data, finding enumeration description information matched with the enumeration type and the enumeration value, filling the enumeration description information to the positions corresponding to the enumeration type and the enumeration value, and sending the filled service data to the target client for displaying. By adopting the technical scheme, the problems of low processing efficiency, complexity, high possibility of error and the like of enumeration description corresponding to the enumerated value in the service data in the related technology are solved, and the complexity and the coupling of the corresponding code of the service data can be reduced and the enumerated value searching and filling efficiency can be improved.
It should be noted that the attribute interception annotation is for facilitating interception by the enumeration automatic processing module, and is a annotation which is present in the service data and used for labeling an enumeration value and an enumeration type, and further determines, by the enumeration automatic processing module, target enumeration description information corresponding to the enumeration value in the annotation according to a corresponding relationship between the enumeration value preset in the module and the enumeration description information, and fills the target enumeration description information in fields of the service data labeling enumeration value and the enumeration type.
In an exemplary embodiment, receiving the service data sent by the target service module in response to the service request includes: and receiving service data which is sent by the target service module and also carries a predefined cut plane interception annotation, wherein the cut plane interception annotation is used for indicating that the target service module needs to intercept so as to fill the target enumeration description information into the service data.
In an exemplary embodiment, obtaining target enumeration description information corresponding to a field where the enumeration type and the enumeration value are located includes: acquiring a mapping relation between an enumeration value and enumeration description information from the target service module; and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relation.
That is to say, in order to improve the processing efficiency of the enumeration automatic processing module for the enumeration value, the target mapping data for filling the corresponding field corresponding to the current service module is determined from the predefined mapping relationship between the enumeration value and the enumeration description information according to the service type of the target service module, and then the target enumeration description information is determined from the target mapping data according to the enumeration value, so that the enumeration value in the service data can be quickly determined to the corresponding enumeration description information.
In an exemplary embodiment, before obtaining the mapping relationship between the enumeration value and the enumeration description information from the target service module, the method further includes: determining the execution times of the service request; under the condition that the execution times indicate that the current service request is executed for the first time, directly acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, and storing the mapping relation; and under the condition that the execution times indicate that the current service request is not executed for the first time, acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, determining the difference content between the mapping relation and the stored mapping relation, and updating the stored mapping relation according to the difference content.
In short, since the service request may be executed multiple times at the same time, in order to reduce the confirmation time of the mapping relationship and speed up the processing efficiency of the same type of service data, when it is determined that the service request is executed for the first time, the mapping relationship in the enumeration automatic processing module is initialized, the mapping relationship corresponding to the preset enumeration value and the enumeration description information is loaded from the target service module, when the service request is not executed for the first time, the mapping relationship corresponding to the preset enumeration value and the enumeration description information is loaded from the target service module to determine the difference content between the loaded mapping relationship and the stored mapping relationship, in the same case, the determination of the mapping relationship is finished, and the stored mapping relationship is directly used to search the enumeration description information for the enumeration value in the service data, and when the difference is not the same, the stored mapping relationship needs to be updated in time according to the difference content, the real-time updating of the corresponding mapping relation is ensured, and the enumeration value of the service data is searched more comprehensively.
In an exemplary embodiment, obtaining the target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relationship includes: determining a target enumeration type corresponding to the enumeration value according to a preset rule, wherein the preset rule is used for indicating the association relationship between the enumeration value and the enumeration type to which the enumeration value belongs; under the condition that the target enumeration type meets the filling requirement, querying in the mapping relation by using the enumeration value to obtain enumeration value description information corresponding to the enumeration value; and determining the enumeration value description information as target enumeration description information corresponding to the enumeration type and the field where the enumeration value is located.
It can be understood that, in order to improve the consistency of the enumeration type, the enumeration value, and the enumeration description information, during filling, the enumeration value in the service data is first determined, and the target enumeration type corresponding to the current enumeration value is determined according to the preset enumeration type and the attribution type of the enumeration value, and when the target enumeration type is the same as the enumeration type corresponding to the service data, it indicates that the tagged content is correct, at this time, query is performed in the mapping relationship cached by the enumeration automatic processing module according to the enumeration value, and it is determined that the enumeration description information corresponding to the field where the enumeration type and the enumeration value are located fills the enumeration description in the service data.
In an exemplary embodiment, after receiving the service data which is sent by the target service module and also carries a predefined cut plane interception annotation, the method further includes: determining a section type to be intercepted, wherein the section type is used for indicating the type of section interception annotation needing to be intercepted in the service data determined according to the requirement of the target object; and decomposing the service data according to the section type to obtain the intercepted metadata, and determining an enumeration type and an enumeration value carried by the metadata.
In an exemplary embodiment, decomposing the service data according to the tangent plane type to obtain metadata after interception processing, and determining an enumeration type and an enumeration value carried by the metadata includes: loading metadata corresponding to the service data, and extracting meta information corresponding to field names in the metadata, wherein the loading is used for indicating that an analysis object of the metadata is dynamically created in the running process, and calling the attribute of the analysis object; and determining the enumeration type and the enumeration value on the business data of the pre-defined good tangent plane interception annotation according to the loaded loading result.
In other words, in order to improve the confirmation efficiency of fields in which enumeration description information needs to be filled in business data and improve the processing effect of an enumeration automatic processing module, a cut plane interception annotation for indicating interception to perform enumeration description filling is further added in the business data, then an enumeration value in the business data can be quickly determined according to the cut plane interception annotation, and further, the determination of an enumeration type and an enumeration value is performed on the business data which is indicated by a target object and needs to be enumerated description filled, so that the enumeration description information can be conveniently searched later.
In an exemplary embodiment, the filling the target enumeration description information into the business data, and sending the business data filled with the target enumeration description information to the target client includes: performing perfection judgment on the service metadata, wherein the perfection judgment is used for indicating whether each enumeration value in the service data has corresponding target enumeration description information; and sending the service data filled with the target enumeration description information to the target client under the condition that the perfection judgment indicates that each enumeration value in the service data has corresponding target enumeration description information.
In order to better understand the process of the service data filling method, the following describes a flow of the service data filling implementation method with reference to an optional embodiment, but the flow is not limited to the technical solution of the embodiment of the present invention.
As an alternative implementation, fig. 3 is an interaction diagram of a method for filling service data according to an alternative embodiment of the present invention, including the following steps:
step S302: the client sends a request for acquiring service data to the service module;
step S304: the business module processes business logic;
step S306: analyzing the service logic, obtaining service data after processing, and judging which fields are related to enumeration and need to supplement enumeration description information;
step S308: the service module continuously processes the service data obtained by the analysis, inquires enumeration information in a database or an enumeration module, and fills enumeration value description for the corresponding enumeration value;
step S310: and the service module sends the service data with the enumeration value corresponding to the enumeration description information to the client side sending the request.
It should be noted that, since the service module needs to perform a large amount of operations related to enumeration, which results in serious coupling between logic and the service module, in the logic flow corresponding to steps S306 to S308 in the block in fig. 3, each service module needs to process these tedious logics, so that the processing of the enumerated value seriously affects the use of the service data itself.
As another alternative implementation, fig. 4 is an interaction diagram of a method for system enumeration description data automatic processing according to an alternative embodiment of the present invention, and as shown in fig. 4, java language is taken as an example in this embodiment.
Step S402: the client sends a request for acquiring the service data to the enumeration automatic processing module;
step S404: determining the execution times of the request, initializing mapping data, and if the request is first requested, initializing the mapping data containing the corresponding relation between the enumeration value and the enumeration description information, or initializing the mapping data each time a request for acquiring the service data is made.
Optionally, implementing the initialization data logic in the enumeration automatic processing module includes: when the system is started or the module is triggered when the service request is received for the first time, reading database data in logic or analyzing the corresponding relation between the predefined enumeration value and the enumeration description information in the enumeration automatic processing module, analyzing the corresponding relation into a data structure of the Map, and caching the data structure in the enumeration automatic processing module.
For example, when the system is executed or started for the first time, the enumeration value and the enumeration description information defined in the data table or the code are loaded, and the mapping data is constructed and cached in the interception tangent plane component of the enumeration automatic processing module.
Step S406: the enumeration automatic processing module forwards the request to a corresponding service module;
optionally, in order to improve the subsequent matching efficiency of the enumeration description information corresponding to the enumeration value, before or after the above-mentioned process is executed, it is determined that a corresponding relationship between the enumeration value and the enumeration description information is defined and recorded in the database or the enumeration automatic processing module, and a tangent plane interception annotation and an Attribute interception annotation are defined in the enumeration automatic processing module, where the Attribute interception annotation includes two pieces of metadata information, which are "Code Type" and "link Code Attribute Name" respectively, and represent field names for storing the enumeration Type and the enumeration value.
It should be noted that the annotation represents a technical means for describing class metadata information in the programming language, and can be implemented by using a suitable technique according to the selected programming language, such as java annotation. The definition attribute interception annotation defines two metadata of an enumeration type field and an enumeration value field on the annotation, and respectively represents the fields where the enumeration type and the enumeration value corresponding to the enumeration description are located. Defining a section interception annotation used for indicating metadata needing to be intercepted in which business modules.
Step S408: the service module processes the request and sends corresponding service data to the enumeration automatic processing module;
step S410: extracting annotation information of a field corresponding to a business object needing to be intercepted in business data by an enumeration automatic processing module;
step S412: querying enumeration value description information in the initialization mapping data according to the enumeration type and the enumeration value on the annotation information;
step S414: filling the enumeration value description information to the corresponding enumeration type and enumeration value;
step S416: and the enumeration automatic processing module sends the service data with the enumeration value corresponding to the enumeration description information to the client side sending the request.
The implementation manner of the above steps S408 to S416 is specifically to define an interception processing logic in the enumeration automatic processing module, forward the intercepted service request to the target service module for processing, after the target service module completes processing, the enumeration automatic processing module parses metadata from the returned service data of the target service module, extracts two pieces of metadata of field names stored in an enumeration class and an enumeration value, reads a cache map in the enumeration automatic processing module, completes enumeration description information, and returns the information to the client.
It should be noted that, in practical applications, an attribute interception comment is added to a field in a service module, where enumeration description information needs to be filled, and the field to which an enumeration type and a field corresponding to an enumeration value need to be mapped is marked, so that a tangent plane interception comment is added to a service object to be intercepted in final service data returned by the service module, a field to be filled with enumeration description information is obtained through a reflection mechanism, enumeration description information corresponding to an enumeration value is queried from mapping data and is filled, and finally, service data containing enumeration description information of the processed service object is returned.
Through the embodiment, the logic of searching and filling the enumeration value is extracted from the service code, and through setting the enumeration automatic processing module, the filling of the enumeration value is processed outside the service module, thereby reducing the complexity and the coupling of the service code and improving the efficiency of searching and filling the enumeration value.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Fig. 5 is a block diagram of a service data filling system according to an embodiment of the present invention; as shown in fig. 5, includes:
the determining module 52 is configured to determine a service type corresponding to a service request sent by a target client when the service request is received;
a receiving module 54, configured to send the service request to a target service module corresponding to the service type, and receive service data sent by the target service module in response to the service request, where the service data carries a predefined attribute interception annotation, and the attribute interception annotation is used to indicate an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located;
an obtaining module 56, configured to parse the field where the enumeration type and the enumeration value are located from the attribute interception annotation in the service data, and obtain target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located;
a sending module 58, configured to fill the target enumeration description information into the service data, and send the service data filled with the target enumeration description information to the target client.
Through the module, under the condition of receiving a service request sent by a target client, determining a service type corresponding to the service request; sending a business request to a target business module corresponding to a business type, and receiving business data sent by the target business module in response to the business request, wherein the business data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to enumeration description information and a field where an enumeration value is located; analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located; filling the target enumeration description information into the service data, sending the service data filled with the target enumeration description information to the target client, namely determining the service data to be processed according to a service request sent by the target client, further acquiring an enumeration type and an enumeration value in the corresponding service data, finding enumeration description information matched with the enumeration type and the enumeration value, filling the enumeration description information to the positions corresponding to the enumeration type and the enumeration value, and sending the filled service data to the target client for displaying. By adopting the technical scheme, the problems of low processing efficiency, complexity, high possibility of error and the like of enumeration description corresponding to the enumerated value in the service data in the related technology are solved, and the complexity and the coupling of the corresponding code of the service data can be reduced and the enumerated value searching and filling efficiency can be improved.
It should be noted that the attribute interception annotation is for facilitating interception by the enumeration automatic processing module, and is a annotation which is present in the service data and used for labeling an enumeration value and an enumeration type, and further determines, by the enumeration automatic processing module, target enumeration description information corresponding to the enumeration value in the annotation according to a corresponding relationship between the enumeration value preset in the module and the enumeration description information, and fills the target enumeration description information in fields of the service data labeling enumeration value and the enumeration type.
In an exemplary embodiment, the receiving module is further configured to receive service data which is sent by the target service module and also carries a predefined cut plane interception annotation, where the cut plane interception annotation is used to indicate that the target service module needs to intercept, so as to fill the target enumeration description information into the service data.
In an exemplary embodiment, the obtaining module is further configured to obtain a mapping relationship between an enumeration value and enumeration description information from the target service module; and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relation.
That is to say, in order to improve the processing efficiency of the enumeration automatic processing module for the enumeration value, the target mapping data for filling the corresponding field corresponding to the current service module is determined from the predefined mapping relationship between the enumeration value and the enumeration description information according to the service type of the target service module, and then the target enumeration description information is determined from the target mapping data according to the enumeration value, so that the enumeration value in the service data can be quickly determined to the corresponding enumeration description information.
In an exemplary embodiment, the obtaining module further includes: a determining unit, configured to determine the number of times of executing the service request; under the condition that the execution times indicate that the current service request is executed for the first time, directly acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, and storing the mapping relation; and under the condition that the execution times indicate that the current service request is not executed for the first time, acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, determining the difference content between the mapping relation and the stored mapping relation, and updating the stored mapping relation according to the difference content.
In short, since the service request may be executed multiple times at the same time, in order to reduce the confirmation time of the mapping relationship and speed up the processing efficiency of the same type of service data, when it is determined that the service request is executed for the first time, the mapping relationship in the enumeration automatic processing module is initialized, the mapping relationship corresponding to the preset enumeration value and the enumeration description information is loaded from the target service module, when the service request is not executed for the first time, the mapping relationship corresponding to the preset enumeration value and the enumeration description information is loaded from the target service module to determine the difference content between the loaded mapping relationship and the stored mapping relationship, in the same case, the determination of the mapping relationship is finished, and the stored mapping relationship is directly used to search the enumeration description information for the enumeration value in the service data, and when the difference is not the same, the stored mapping relationship needs to be updated in time according to the difference content, the real-time updating of the corresponding mapping relation is ensured, and the enumeration value of the service data is searched more comprehensively.
In an exemplary embodiment, the obtaining module is further configured to determine a target enumeration type corresponding to the enumeration value according to a preset rule, where the preset rule is used to indicate an association relationship between the enumeration value and an enumeration type to which the enumeration value belongs; under the condition that the target enumeration type meets the filling requirement, querying in the mapping relation by using the enumeration value to obtain enumeration value description information corresponding to the enumeration value; and determining the enumeration value description information as target enumeration description information corresponding to the enumeration type and the field where the enumeration value is located.
It can be understood that, in order to improve the consistency of the enumeration type, the enumeration value, and the enumeration description information, during filling, the enumeration value in the service data is first determined, and the target enumeration type corresponding to the current enumeration value is determined according to the preset enumeration type and the attribution type of the enumeration value, and when the target enumeration type is the same as the enumeration type corresponding to the service data, it indicates that the tagged content is correct, at this time, query is performed in the mapping relationship cached by the enumeration automatic processing module according to the enumeration value, and it is determined that the enumeration description information corresponding to the field where the enumeration type and the enumeration value are located fills the enumeration description in the service data.
In an exemplary embodiment, the receiving module is configured to determine a type of a tangent plane to be intercepted, where the type of the tangent plane is used to indicate a type of a tangent plane interception annotation that needs to be intercepted in business data determined according to a requirement of a target object; and decomposing the service data according to the section type to obtain the intercepted metadata, and determining an enumeration type and an enumeration value carried by the metadata.
In an exemplary embodiment, the receiving module is configured to load metadata corresponding to the service data, and extract meta information corresponding to a field name in the metadata, where the loading is used to instruct that an analysis object of the metadata is dynamically created in a running process, and invoke an attribute of the analysis object; and determining the enumeration type and the enumeration value on the business data of the pre-defined good tangent plane interception annotation according to the loaded loading result.
In other words, in order to improve the confirmation efficiency of fields in which enumeration description information needs to be filled in business data and improve the processing effect of an enumeration automatic processing module, a cut plane interception annotation for indicating interception to perform enumeration description filling is further added in the business data, then an enumeration value in the business data can be quickly determined according to the cut plane interception annotation, and further, the determination of an enumeration type and an enumeration value is performed on the business data which is indicated by a target object and needs to be enumerated description filled, so that the enumeration description information can be conveniently searched later.
In an exemplary embodiment, the sending module is further configured to perform a perfection judgment on the service metadata, where the perfection judgment is used to indicate whether each enumerated value in the service data has corresponding target enumeration description information; and sending the service data filled with the target enumeration description information to the target client under the condition that the perfection judgment indicates that each enumeration value in the service data has corresponding target enumeration description information.
An embodiment of the present invention further provides a storage medium including a stored program, wherein the program executes any one of the methods described above.
Alternatively, in the present embodiment, the storage medium may be configured to store program codes for performing the following steps:
s1, determining the service type corresponding to the service request under the condition of receiving the service request sent by the target client;
s2, sending the service request to a target service module corresponding to the service type, and receiving service data sent by the target service module in response to the service request, wherein the service data carries a predefined attribute interception annotation used for indicating an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located;
s3, resolving the field where the enumeration type and the enumeration value are located from the attribute interception annotation in the service data, and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located;
s4, filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, determining the service type corresponding to the service request under the condition of receiving the service request sent by the target client;
s2, sending the service request to a target service module corresponding to the service type, and receiving service data sent by the target service module in response to the service request, wherein the service data carries a predefined attribute interception annotation used for indicating an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located;
s3, resolving the field where the enumeration type and the enumeration value are located from the attribute interception annotation in the service data, and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located;
s4, filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.
Optionally, in this embodiment, the storage medium may include, but is not limited to: various media capable of storing program codes, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for filling service data is characterized by comprising the following steps:
under the condition of receiving a service request sent by a target client, determining a service type corresponding to the service request;
sending the service request to a target service module corresponding to the service type, and receiving service data sent by the target service module in response to the service request, wherein the service data carries a predefined attribute interception annotation, and the attribute interception annotation is used for indicating an enumeration type corresponding to the enumeration description information and a field where an enumeration value is located;
analyzing fields where the enumeration types and the enumeration values are located from attribute interception notes in the business data, and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located;
and filling the target enumeration description information into the service data, and sending the service data filled with the target enumeration description information to the target client.
2. The method for filling service data according to claim 1, wherein receiving the service data sent by the target service module in response to the service request comprises:
and receiving service data which is sent by the target service module and also carries a predefined cut plane interception annotation, wherein the cut plane interception annotation is used for indicating that the target service module needs to intercept so as to fill the target enumeration description information into the service data.
3. The method for filling service data according to claim 1, wherein obtaining the target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located includes:
acquiring a mapping relation between an enumeration value and enumeration description information from the target service module;
and acquiring target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relation.
4. The method for filling service data according to claim 3, wherein before the mapping relationship between the enumeration value and the enumeration description information is obtained from the target service module, the method further comprises:
determining the execution times of the service request;
under the condition that the execution times indicate that the current service request is executed for the first time, directly acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, and storing the mapping relation;
and under the condition that the execution times indicate that the current service request is not executed for the first time, acquiring a mapping relation between an enumeration value and enumeration description information from the target service module, determining the difference content between the mapping relation and the stored mapping relation, and updating the stored mapping relation according to the difference content.
5. The method for filling service data according to claim 3, wherein obtaining the target enumeration description information corresponding to the field where the enumeration type and the enumeration value are located according to the mapping relationship comprises:
determining a target enumeration type corresponding to the enumeration value according to a preset rule, wherein the preset rule is used for indicating the association relationship between the enumeration value and the enumeration type to which the enumeration value belongs;
under the condition that the target enumeration type meets the filling requirement, querying in the mapping relation by using the enumeration value to obtain enumeration value description information corresponding to the enumeration value;
and determining the enumeration value description information as target enumeration description information corresponding to the enumeration type and the field where the enumeration value is located.
6. The method for filling service data according to claim 2, wherein after receiving the service data which is sent by the target service module and also carries a predefined cut plane interception annotation, the method further comprises:
determining a section type to be intercepted, wherein the section type is used for indicating the type of section interception annotation needing to be intercepted in the service data determined according to the requirement of the target object;
and decomposing the service data according to the section type to obtain the intercepted metadata, and determining an enumeration type and an enumeration value carried by the metadata.
7. The method for filling service data according to claim 6, wherein decomposing the service data according to the tangent plane type to obtain metadata after interception processing, and determining an enumeration type and an enumeration value carried by the metadata comprises:
loading metadata corresponding to the service data, and extracting meta information corresponding to field names in the metadata, wherein the loading is used for indicating that an analysis object of the metadata is dynamically created in the running process, and calling the attribute of the analysis object;
and determining the enumeration type and the enumeration value on the business data of the pre-defined good tangent plane interception annotation according to the loaded loading result.
8. A device for filling service data, comprising:
the determining module is used for determining the service type corresponding to the service request under the condition of receiving the service request sent by the target client;
the receiving module is used for sending the service request to a target service module corresponding to the service type and receiving service data sent by the target service module in response to the service request, wherein the service data carries predefined attribute interception notes, and the attribute interception notes are used for indicating enumeration types corresponding to the enumeration description information and fields where enumeration values are located;
the acquisition module is used for analyzing fields where the enumeration types and the enumeration values are located from the attribute interception notes in the service data and acquiring target enumeration description information corresponding to the fields where the enumeration types and the enumeration values are located;
and the sending module is used for filling the target enumeration description information into the service data and sending the service data filled with the target enumeration description information to the target client.
9. A computer-readable storage medium, comprising a stored program, wherein the program is operable to perform the method of any one of claims 1 to 7.
10. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to execute the method of any of claims 1 to 7 by means of the computer program.
CN202111041175.3A 2021-09-07 2021-09-07 Business data filling method and device, storage medium and electronic device Pending CN113495765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111041175.3A CN113495765A (en) 2021-09-07 2021-09-07 Business data filling method and device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111041175.3A CN113495765A (en) 2021-09-07 2021-09-07 Business data filling method and device, storage medium and electronic device

Publications (1)

Publication Number Publication Date
CN113495765A true CN113495765A (en) 2021-10-12

Family

ID=77997145

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111041175.3A Pending CN113495765A (en) 2021-09-07 2021-09-07 Business data filling method and device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN113495765A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114676686A (en) * 2022-05-30 2022-06-28 恒生电子股份有限公司 Data dictionary processing method, translation method and related device
CN115828195A (en) * 2023-02-09 2023-03-21 支付宝(杭州)信息技术有限公司 Watermark embedding method and device, storage medium and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7757220B2 (en) * 2004-10-21 2010-07-13 Discovery Machine, Inc. Computer interchange of knowledge hierarchies
US20120227028A1 (en) * 2011-03-03 2012-09-06 Microsoft Corporation Graphical programming object population user interface autogeneration
CN109670053A (en) * 2018-12-25 2019-04-23 北京锐安科技有限公司 Data object mapping method, device, equipment and computer readable storage medium
CN110659396A (en) * 2019-08-14 2020-01-07 平安科技(深圳)有限公司 Missing attribute information completion method and device, computer equipment and storage medium
CN112882843A (en) * 2021-02-04 2021-06-01 鲸灵科技股份有限公司 Method for automatically complementing Chinese value by English enumeration

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7757220B2 (en) * 2004-10-21 2010-07-13 Discovery Machine, Inc. Computer interchange of knowledge hierarchies
US20120227028A1 (en) * 2011-03-03 2012-09-06 Microsoft Corporation Graphical programming object population user interface autogeneration
CN109670053A (en) * 2018-12-25 2019-04-23 北京锐安科技有限公司 Data object mapping method, device, equipment and computer readable storage medium
CN110659396A (en) * 2019-08-14 2020-01-07 平安科技(深圳)有限公司 Missing attribute information completion method and device, computer equipment and storage medium
CN112882843A (en) * 2021-02-04 2021-06-01 鲸灵科技股份有限公司 Method for automatically complementing Chinese value by English enumeration

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114676686A (en) * 2022-05-30 2022-06-28 恒生电子股份有限公司 Data dictionary processing method, translation method and related device
CN114676686B (en) * 2022-05-30 2022-10-21 恒生电子股份有限公司 Data dictionary processing method, translation method and related device
CN115828195A (en) * 2023-02-09 2023-03-21 支付宝(杭州)信息技术有限公司 Watermark embedding method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US10694353B2 (en) Updating web resources
CN107102941B (en) Test case generation method and device
CN113495765A (en) Business data filling method and device, storage medium and electronic device
CN103699597A (en) Method for downloading file through browser and browser
CN113010378B (en) Log processing method and device of microservice module, storage medium and electronic device
CN113110944A (en) Information searching method, device, server, readable storage medium and program product
CN113014626B (en) Data service management method and device, storage medium and electronic device
CN114218165A (en) File downloading method and device, computer equipment and medium
CN110688201B (en) Log management method and related equipment
CN110472019A (en) Public sentiment searching method and device
CN113190565B (en) Data updating method and device, storage medium and electronic device
CN113434796B (en) Page cache operation method and device, storage medium and electronic device
CN114090074A (en) Method and device for configuring operating environment, storage medium and electronic device
CN115114321A (en) Dynamic query method and system
CN115794876A (en) Fragment processing method, device, equipment and storage medium for service data packet
CN114253441A (en) Target function starting method and device, storage medium and electronic device
CN107302605B (en) Configuration method and device of television proxy server, television and storage medium
CN108846112B (en) Method and device for drawing data map
CN110929500B (en) File comparison method and related device
CN110362706B (en) Data searching method and device, storage medium and electronic device
CN110750563A (en) Multi-model data processing method, system, device, electronic equipment and storage medium
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business
CN114090917A (en) City information display method and device, storage medium and electronic device
CN113010196B (en) Patch screening method, device, equipment and storage medium
CN112506580A (en) Data fusion method and device, storage medium and electronic device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211012