CN113448753A - Data processing method, computer equipment and readable storage medium - Google Patents

Data processing method, computer equipment and readable storage medium Download PDF

Info

Publication number
CN113448753A
CN113448753A CN202110707457.6A CN202110707457A CN113448753A CN 113448753 A CN113448753 A CN 113448753A CN 202110707457 A CN202110707457 A CN 202110707457A CN 113448753 A CN113448753 A CN 113448753A
Authority
CN
China
Prior art keywords
data
client
conversion logic
page
data conversion
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
CN202110707457.6A
Other languages
Chinese (zh)
Inventor
张映
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Weikun Shanghai Technology Service Co Ltd
Original Assignee
Weikun Shanghai Technology Service 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 Weikun Shanghai Technology Service Co Ltd filed Critical Weikun Shanghai Technology Service Co Ltd
Priority to CN202110707457.6A priority Critical patent/CN113448753A/en
Publication of CN113448753A publication Critical patent/CN113448753A/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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • 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/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application discloses a data processing method, computer equipment and a readable storage medium, wherein the method comprises the following steps: the data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; the data processing platform sends the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on a target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By adopting the embodiment of the application, the data can be converted, and the accuracy of page display is further improved.

Description

Data processing method, computer equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method, a computer device, and a readable storage medium.
Background
In a web project, a web page is a presentation form of data and is composed of various element data and page rendering, a traditional web page acquires data from a client back end, sends the data to a client front end, displays the data by the client front end, and a user can check the corresponding data through a display interface of the client front end. When the data acquired by the back end of the client does not accord with the page display rule of the front end of the client, the data conversion logic is needed to convert the data of the back end and send the converted data to the front end of the client for display.
In the prior art, a unified platform is generally used for storing data conversion logic, when a client acquires data from other data providing terminals, the data is sent to the unified platform, the data is converted based on the data conversion logic in the unified platform, and the converted data is sent to the front end of the client for display. When the unified platform fails, the data cannot be converted, and the page display accuracy is low.
Disclosure of Invention
The embodiment of the application provides a data processing method, a computer device and a readable storage medium, which can realize data conversion and further improve the accuracy of page display.
An embodiment of the present application provides a data processing method, including:
the data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule;
the data processing platform sends the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on a target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
Optionally, the determining data conversion logic based on the first data and the page display rule includes:
the data processing platform determines an update period of the data conversion logic;
the data processing platform acquires first data from the data providing terminal in each updating period and acquires a page display rule from the client, wherein the page display rule comprises a data form of display data in a page;
and the data processing platform determines the data conversion logic corresponding to each update period based on the data form of the display data in the page of the client and the data form of the first data in each update period.
Optionally, the sending, by the data processing platform, the data conversion logic to the client for storage, so that the client obtains second data from the data providing terminal in response to the data obtaining instruction, converts the second data based on the data conversion logic, and displays the converted second data in a target page of the client, where the sending includes:
the data processing platform sends the data conversion logic and the time period corresponding to the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on the target page, acquires the second data and the acquisition time of the second data from the data providing terminal, determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data, converts the second data based on the data conversion logic under the condition that the data conversion logic is determined to be the latest conversion logic, and displays the converted second data in the target page of the client.
Optionally, the method further includes:
if the data conversion logic is not the latest conversion logic, the data processing platform receives a logic acquisition request sent by the client, and the logic acquisition request is used for requesting to acquire the latest data conversion logic;
the data processing platform sends the latest data conversion logic to the client, so that the client converts the second data based on the latest data conversion logic and displays the converted second data in a target page of the client.
Another aspect of the embodiments of the present application provides a data processing method, including:
the client receives the data conversion logic sent by the data processing platform and stores the data conversion logic to the client;
the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
Optionally, the method further includes:
the client receives the time period corresponding to the data conversion logic sent by the data processing platform and the acquisition time for acquiring the second data from the data providing terminal;
the converting the second data based on the data conversion logic and displaying the converted second data in the target page of the client includes:
the client determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data;
if so, the client converts the second data based on the data conversion logic and displays the converted second data in a target page of the client;
if not, the client sends a logic acquisition request to the data processing platform, wherein the logic acquisition request is used for requesting to acquire the latest data conversion logic;
the client receives the latest data conversion logic, converts the second data based on the latest data conversion logic, and displays the converted second data in a target page of the client.
Optionally, the client, in response to the data obtaining instruction on the target page, obtains second data from the data providing terminal, where the obtaining step includes:
the client responds to a selection instruction aiming at the page template to determine a target page;
and the client responds to the data acquisition instruction on the target page, and acquires second data meeting the screening condition from the data providing terminal based on the screening condition contained in the data acquisition instruction.
Optionally, the client determines the target page in response to the selection instruction for the page template, including:
the client side obtains an adjusting instruction aiming at the page template, and adjusts the page layout information in the page template based on the adjusting instruction to obtain a target page.
An embodiment of the present application provides a data processing apparatus, including:
the logic determination module is used for acquiring first data from a data providing terminal, acquiring a page display rule from a client, and determining data conversion logic based on the first data and the page display rule;
and the data conversion module is used for sending the data conversion logic to the client for storage so that the client responds to a data acquisition instruction on a target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic and displays the converted second data in the target page of the client.
Optionally, the logic determining module includes:
a cycle determination unit for determining an update cycle of the data conversion logic;
a data acquisition unit, configured to acquire first data from the data providing terminal in each update cycle, and acquire a page display rule from the client, where the page display rule includes a data form of display data in a page;
and the logic determination unit is used for determining the data conversion logic corresponding to each update cycle based on the data form of the display data in the page of the client and the data form of the first data in each update cycle.
Optionally, the data conversion module is specifically configured to: sending the data conversion logic and the time period corresponding to the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on the target page, acquires the second data and the acquisition time of the second data from the data providing terminal, determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data, converts the second data based on the data conversion logic under the condition that the data conversion logic is determined to be the latest conversion logic, and displays the converted second data in the target page of the client.
Optionally, the apparatus further comprises:
the data updating module is used for receiving a logic acquisition request sent by the client if the data conversion logic is not the latest conversion logic, wherein the logic acquisition request is used for requesting to acquire the latest data conversion logic;
the data updating module is used for sending the latest data conversion logic to the client so that the client converts the second data based on the latest data conversion logic and displays the converted second data in a target page of the client.
An embodiment of the present application provides another data processing apparatus, including:
the data storage module is used for receiving the data conversion logic sent by the data processing platform and storing the data conversion logic to the client;
and the data display module is used for responding to the data acquisition instruction on the target page, acquiring second data from the data providing terminal, converting the second data based on the data conversion logic, and displaying the converted second data in the target page of the client.
Optionally, the apparatus further comprises:
the time acquisition module is used for receiving the time period corresponding to the data conversion logic sent by the data processing platform and acquiring the acquisition time of the second data from the data providing terminal;
the data display module is specifically configured to:
determining whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data;
if so, converting the second data based on the data conversion logic, and displaying the converted second data in a target page of the client;
if not, sending a logic acquisition request to the data processing platform, wherein the logic acquisition request is used for requesting to acquire the latest data conversion logic;
and receiving the latest data conversion logic, converting the second data based on the latest data conversion logic, and displaying the converted second data in the target page of the client.
Optionally, the data display module includes:
the page selection unit is used for responding to a selection instruction aiming at the page template and determining a target page;
and the data screening unit is used for responding to the data acquisition instruction on the target page and acquiring second data meeting the screening condition from the data providing terminal based on the screening condition contained in the data acquisition instruction.
Optionally, the page selecting unit is specifically configured to: and acquiring an adjusting instruction aiming at the page template, and adjusting the page layout information in the page template based on the adjusting instruction to obtain a target page.
One aspect of the present application provides a computer device, comprising: a processor, a memory, a network interface;
the processor is connected with a memory and a network interface, wherein the network interface is used for providing a data communication function, the memory is used for storing a computer program, and the processor is used for calling the computer program so as to enable a computer device comprising the processor to execute the method.
An aspect of the embodiments of the present application provides a computer-readable storage medium, in which a computer program is stored, the computer program being adapted to be loaded and executed by a processor, so as to make a computer device having the processor execute the above method.
An aspect of an embodiment of the present application provides a computer program product or a computer program, which includes computer instructions stored in a computer-readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method provided in the various alternatives in one aspect of the embodiments of the application.
In the embodiment of the application, a data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a block diagram of a data processing system according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a data processing method according to an embodiment of the present application;
FIG. 3 is a schematic flow chart diagram of another data processing method provided in the embodiments of the present application;
fig. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present application;
FIG. 5 is a schematic diagram of another data processing apparatus according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a data processing system provided in an embodiment of the present application, where the schematic structural diagram of the system includes a data processing server 101 and a client 102 corresponding to a data processing platform, and the data processing server 101 and the client 102 may perform data interaction. The data processing server 101 corresponding to the data processing platform may obtain the first data from the data providing terminal, obtain the page display rule from the client 102, and determine the data conversion logic based on the first data and the page display rule; the data processing server 101 corresponding to the data processing platform may send the data conversion logic to the client 102 for storage. The client 102 acquires the second data from the data providing terminal in response to the data acquisition instruction on the target page, and the client 102 converts the second data based on the data conversion logic and displays the converted second data in the target page of the client 102.
The data processing server 101 may be an independent physical server, may also be a server cluster or a distributed system formed by a plurality of physical servers, and may also be a cloud server that provides basic cloud computing services such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a Network service, cloud communication, a middleware service, a domain name service, a security service, a Content Delivery Network (CDN), a big data and artificial intelligence platform, and the like. When the data processing server 101 is an independent physical server, the server can independently perform data processing; when the data processing server 101 is a plurality of physical servers, data processing can be performed by cooperation of the plurality of physical servers. When a plurality of physical servers cooperate to perform data processing, for example, one of the servers may acquire first data from a data providing terminal, another server may acquire a page display rule from a client, and yet another server may determine data conversion logic based on the first data and the page display rule, and so on. The client 102 may be a computer device, including a mobile phone, a tablet computer, a notebook computer, a palm top computer, a smart audio, a Mobile Internet Device (MID), a POS (Point Of Sales) machine, a wearable device (e.g., a smart watch, a smart bracelet, etc.), and the like. The number of clients 102 may be one or more, and when the number of clients 102 is plural, the clients 102 may include 102a, 102b, and 102c in fig. 1.
Referring to fig. 2, fig. 2 is a schematic flowchart of a data processing method according to an embodiment of the present application, where the method can be applied to the data processing platform, and as shown in fig. 2, the method includes:
s101, the data processing platform acquires first data from the data providing terminal, acquires page display rules from the client, and determines data conversion logic based on the first data and the page display rules.
In the embodiment of the application, when the front-end display page of the client needs to display data, the back end of the client needs to send data with the same page display rule as the front-end display page of the client, so that the data display of the front end of the client can be realized. Therefore, if the data acquired by the back end of the client is inconsistent with the page display rule in the front-end display page of the client, the front-end page may not be displayed or display may be abnormal. Therefore, the data form acquired by the back end of the client needs to be converted, and the consistency of the front end data form and the back end data form of the client is ensured. The client back end may obtain the back end data from the data providing terminal, or may obtain the data locally from the client, which is not limited in this embodiment.
The data providing terminal may be a terminal storing first data, the number of the data providing terminals may be one or more, the client may be a terminal having a front-end display page, the number of the clients may also be one or more, and the page display rule of each client may be the same or different. If the number of the data providing terminals and the number of the clients are both one, the data providing terminals contain first data, and the clients contain a page display rule, the data conversion logic can be directly determined according to the first data and the page display rule. If the number of the data providing terminals is N, each of the N data providing terminals includes one kind of first data (or the number of the data providing terminals is one, the data providing terminal includes N kinds of first data); and the number of the clients is M, each of the M clients includes one page display rule (or the number of the clients includes M page display rules), the data processing platform may obtain the first data from each data providing terminal and the page display rules from each client, respectively, and determine N × M data conversion logics based on the N first data and the M page display rules. That is, one first data and one page display rule determine one data conversion logic, and N first data and M page display rules determine N × M data conversion logic, M, N are positive integers. In the embodiment of the present application, for an example that the number of the data providing terminals and the number of the clients are both one, the data providing terminals include one type of first data, the clients include one type of page display rule, and the data conversion logic is determined, the manner for determining the plurality of data conversion logics for the plurality of types of first data and the plurality of types of page display rules may refer to this manner, and in the embodiment of the present application, too much description is not given.
In the embodiment of the application, after the data processing platform acquires the first data from the data providing terminal, the data form of the first data can be determined, and after the page display rule is acquired from the client, the data form of the display data in the page of the client can be determined, so that the data conversion logic is determined according to the data form of the first data and the data form of the display data in the page of the client. If the data form of the first data is different from that of the display data in the client page, the data conversion logic between the first data and the display data can be determined according to the data forms of the first data and the display data. If the data form of the first data is the same as the data form of the display data in the client page, the back end of the client can directly send the data to the front end page of the client for display without converting the data.
For example, if the data format of the display data in the client page is to display the amount information of a product in "thousand (units)", for example, the actual amount of a certain product is 2100 yuan, the data format of the display data in the client page is 2.1; alternatively, if the data format of the display data in the client page is to display the money information of the product in "meta (unit)", the data format of the display data in the client page is 2100. The data format of the first data may refer to a data format acquired from the data providing terminal, for example, the actual amount of money of a certain product is 2100 yuan, the data format of the first data in the data providing terminal may be 2100, or the data format of the first data in the data providing terminal may also be 2.1. When the data processing platform acquires the first data from the data providing terminal, the data form of the first data is determined, and then the data conversion logic is determined according to the data form of the first data and the data form of the display data in the client page. For example, the data format of the first data is 2100 yuan, and the data format of the display data in the client page is 2.1 thousand yuan, then the data conversion logic may be a conversion relationship between the measurement units thousand yuan and the elements. Or the data form of the first data is hour, and the data form of the display data in the client page is minute, the data conversion logic may be a conversion relation between time units of hour and minute. Or the data form of the first data and the data form of the display data in the client page need to be converted through a function expression, and the data conversion logic may be a function expression, and so on. Optionally, if the data format of the display data in the client page is the identifier of the product, and the first data acquired from the data providing terminal includes the name, amount, purchase time, product expansion and other product detail introduction, the data processing platform may splice the name of the product and the detail information of the product to obtain the identifier of the product, and the data conversion logic may be a splicing rule of the product information, that is, splice which information in the product information. Or, the data processing platform may also directly use the name of the product as the identifier of the product. That is, the data conversion logic may include a function expression, a conversion unit, and a conversion formula, and the like, and may specifically be determined according to the data form of the first data and the data form of the display data in the client page.
Optionally, the data processing platform may determine an update period of the data conversion logic to update the data conversion logic, and send the updated data conversion logic to the client, so as to update the data conversion logic of the client, and improve accuracy of data conversion. Specifically, the data processing platform determines an update cycle of the data conversion logic; acquiring first data from a data providing terminal in each updating period, and acquiring a page display rule from a client, wherein the page display rule comprises a data form of display data in a page; and determining the data conversion logic corresponding to each update period based on the data form of the display data in the page of the client and the data form of the first data in each update period.
The update cycle of the data conversion logic may refer to a time cycle for updating the data conversion logic in the data processing platform, or may refer to a time cycle for sending the updated data conversion logic to the client, or a time cycle for the client to obtain the data conversion logic from the data processing platform. For example, an update period may refer to an hour, a day, a week, or a month, among others. The division may be performed according to a division rule, for example, if the division rule is to divide a day, the day may be divided into 6 update periods, and each update period is 4 hours; alternatively, the day may be divided into 24 update periods, each update period being 1 hour, and so on. The data processing platform can update the data conversion logic in the data processing platform in each update period by determining the update period of the data conversion logic, so that when new first data exists in the data providing terminal or a new page display rule exists in the client, the data processing platform can timely acquire and determine the corresponding data conversion logic, and the adjustment of the data conversion logic is realized.
And S102, the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
In the embodiment of the application, the data processing platform determines a data conversion logic according to the first data in each data providing terminal and the page display rule in each client, and sends the data conversion logic to the client with the page display rule corresponding to the data conversion logic for storage. That is, if a certain page display rule exists in a certain client, the data processing platform may send the data conversion logic determined according to the certain page display rule and the first data to the client for storage; if a certain page display rule does not exist in a certain client, the data processing platform does not send the data conversion logic determined according to the page display rule and the first data to the client for storage. In other words, because the data processing platform determines to obtain the plurality of data conversion logics according to the page display rules in all the clients and the first data in all the data providing terminals, and some clients may only have one or more page display rules, the data processing platform does not need to send all the data conversion logics to each client, only needs to send the data conversion logics corresponding to the one or more page display rules existing in each client to the corresponding client, and the data conversion logics corresponding to the page display rules which do not exist in the client do not need to be sent to the client, thereby avoiding occupation of space resources of the client. For each client, the data conversion logic corresponding to all the page display rules contained in the client is stored, so that the data required to be displayed in the page can be converted. In specific implementation, when the data processing platform acquires the page display rules from the clients, the data processing platform can mark the page display rules of each client, and then can send the corresponding data conversion logic to the clients according to the marks when the data conversion logic is sent to the clients in the subsequent process.
In the embodiment of the application, a client is used for example, the data conversion logic is sent to the client for storage, and the subsequent client can use the data conversion logic to convert the data acquired from the data providing terminal and then display the data on a front-end page of the client. If multiple page display rules exist in the client, the data processing platform can send the data conversion logic corresponding to each page display rule to the client, so that the client stores the data conversion logic corresponding to each page display rule contained in the client, and when second data is acquired from the data provider, the stored data conversion logic is used for converting the corresponding second data, and then the converted second data is displayed in a front-end display page of the client. If the number of the clients is multiple and multiple page display rules exist in each client, the data processing platform may send the data conversion logic corresponding to the page display rule included in each client to the corresponding client for storage, that is, each client may store all the data conversion logic corresponding to the page display rule. Wherein, since the number of the first data in the data providing terminal may be various, the second data may be one or more of the various first data. When the client receives the data acquisition instruction, the client responds to the data acquisition instruction on the target page to acquire second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
Optionally, the data processing platform may update the data conversion logic based on an update cycle of the data conversion logic, and send the updated data conversion logic to the client, so as to update the data conversion logic of the client, and when sending the data conversion logic to the client, the data processing platform may also send a time period corresponding to the data conversion logic to the client for storage. Correspondingly, when the client receives the data acquisition instruction, the client acquires the second data and the acquisition time of the second data from the data providing terminal by responding to the data acquisition instruction on the target page, determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data, converts the second data based on the data conversion logic under the condition that the data conversion logic is determined to be the latest conversion logic, and displays the converted second data in the target page of the client.
The obtaining time of the second data may refer to the time when the client obtains the second data from the data providing terminal, and the data processing platform sends the time period corresponding to the data conversion logic to the client for storage when sending the data conversion logic to the client. That is to say, the data conversion logics stored in the client correspond to a time period, and when the client acquires the second data from the data providing terminal, the client also acquires the acquisition time of the second data, so that the client can determine whether the data conversion logic is the latest data conversion logic according to the time period corresponding to the data conversion logic and the acquisition time of the second data. Specifically, if the acquisition time of the second data matches the time period corresponding to the data conversion logic, it indicates that the data conversion logic is the latest data conversion logic. For example, if the update cycle is one day, the time period corresponding to the data conversion logic is from 8:00 at 24/2021/5/25/8: 00 at 2021, the acquisition time of the second data is from 10:00 at 24/2021, and it is known that the acquisition time of the second data matches the time period corresponding to the data conversion logic, it indicates that the data conversion logic is the latest data conversion logic, the client converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
Optionally, if the data conversion logic is not the latest conversion logic, the data processing platform receives a logic acquisition request sent by the client, where the logic acquisition request is used to request to acquire the latest data conversion logic; and the data processing platform sends the latest data conversion logic to the client so that the client converts the second data based on the latest data conversion logic and displays the converted second data in a target page of the client.
Specifically, if the acquisition time of the second data does not match the time period corresponding to the data conversion logic, it indicates that the data conversion logic is not the latest data conversion logic. For example, if the update cycle is one day, the time period corresponding to the data conversion logic is from 24: 00 at 5 month 24 at 2021 to 25: 00 at 5 month 25 at 2021, and the acquisition time of the second data is 10:00 at 25 month 25 at 2021, it is known that the acquisition time of the second data does not belong to the time period corresponding to the data conversion logic and indicates that the acquisition time of the second data does not match the time period corresponding to the data conversion logic, the client may send a logic acquisition request to the data acquisition platform, so that the data acquisition platform sends the latest data conversion logic to the client, and the client converts the second data based on the latest data conversion logic and displays the converted second data in the target page of the client.
Optionally, the data processing platform may process only the first data newly acquired in the data providing terminal and the page display rule newly acquired in the client, to determine a new data conversion logic. Or, the data processing platform may further determine the deleted first data in the data providing terminal and the deleted page display rule of the client, and delete the data conversion logic corresponding to the deleted first data and the data conversion logic corresponding to the deleted page display rule to reduce memory usage. The data processing platform can also not process the unchanged data conversion logic in the data processing platform, and directly sends the unchanged data conversion logic and the time period corresponding to the data conversion logic to the client for storage. After receiving the data conversion logic, the client may also determine whether the data conversion logic is already stored in the client, and if so, the received data conversion logic and the time period corresponding to the data conversion logic may be used to replace the data conversion logic already stored in the client and the time period corresponding to the data conversion logic, so as to update the data conversion logic. Or the client can also directly use the time period corresponding to the received data conversion logic to replace the time period corresponding to the data conversion logic stored by the client, and the data conversion logic does not need to be replaced, so that the data updating efficiency is improved, a plurality of same data conversion logics can be prevented from being stored in the client, and the occupied space of local resources of the client is reduced. Optionally, after deleting some page display rules of the client, the client may also delete the data conversion logic corresponding to the page display rules, so as to reduce resource occupation of the client.
In the embodiment of the application, because the data in the data providing terminal is constantly changing and the page display rule of the client may also be changed, the data in the data providing terminal is obtained every other update period, and the page display rule of the client is obtained, the data conversion logic can be updated in time, and it is further ensured that the updated data conversion logic is sent to the client for storage, and when the client obtains the second data, the second data can be converted through the data conversion logic and then displayed at the front end of the client, so that the accuracy of page display is improved. And the data conversion logic is processed by the data processing platform and then is sent to the client for storage, each client does not need to acquire first data, the corresponding data conversion logic is determined according to the first data and the page display rule of the client, the data conversion logic is equivalently determined by the data processing platform in a unified mode and is sent to the client for storage, and client resources can be saved.
In the embodiment of the application, a data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
Further, please refer to fig. 3, fig. 3 is a schematic flow chart of another data processing method according to an embodiment of the present application; as shown in fig. 3, the method includes:
s201, the client sends the page display rule to the data processing platform.
S202, the data providing terminal sends the first data to the data processing platform.
Here, step S201 may be executed first, or step S202 may be executed first, or step S201 and step S202 may also be executed simultaneously, which is not limited in the embodiment of the present application.
S203, the data processing platform determines a data conversion logic based on the first data and the page display rule, and sends the data conversion logic to the client.
And S204, the client receives the data conversion logic sent by the data processing platform and stores the data conversion logic to the client.
In the embodiment of the present application, the specific implementation manner of steps S201 to S204 may refer to the description of steps S101 to S102 in the embodiment corresponding to fig. 2, and is not described herein again.
And S205, the client responds to the data acquisition instruction on the target page and acquires the second data from the data providing terminal.
Optionally, the client may filter, in response to the data acquisition instruction on the target page in the client, second data that needs to be displayed in the target page and then display the second data in the target page in the client. Specifically, the client may determine the target page in response to a selection instruction for the page template; and responding to the data acquisition instruction on the target page, and acquiring second data meeting the screening condition from the data providing terminal based on the screening condition contained in the data acquisition instruction.
In a specific implementation, a user can operate and log in a data processing platform at a client, a plurality of page templates can be stored in the data processing platform in advance, the user can check the page templates after logging in the data processing platform, and the page templates can include a financing page template, a loan page template, an insurance page template and the like. The user can select aiming at a plurality of page templates, and the client side responds to the selection instruction aiming at the page template to determine the target page. And the client responds to the data acquisition instruction on the target page, and acquires second data meeting the screening condition from the data providing terminal based on the screening condition contained in the data acquisition instruction. For example, the second data required to be displayed in the target page may be filtered according to the purchase time of the product, or the second data required to be displayed in the target page may be filtered according to the sum of the product, and so on. For example, products purchased within the target time period may be filtered, or products having a product amount greater than or equal to an amount threshold may be filtered, and so on. The second data may refer to the name, amount, time of purchase, product spread, and other product detail description of the product satisfying the filtering condition, and so on.
Optionally, the page template may be adjusted, specifically, the client may obtain an adjustment instruction for the page template, and adjust the page layout information in the page template based on the adjustment instruction to obtain the target page. The page layout information may include, among other things, the position or display order of the various components in the page. The client can also send the adjusted target page to the data processing platform, so that the data processing platform stores the target page, and other subsequent clients can directly select the target page conveniently.
S206, the client converts the second data based on the data conversion logic and displays the converted second data in a target page of the client.
In this embodiment of the application, a specific implementation manner of step S206 may refer to a description that the client converts the second data based on the data conversion logic in step S102 in the embodiment corresponding to fig. 2, and displays the converted second data in a target page of the client, which is not described herein again.
In the embodiment of the application, a data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
The method of the embodiments of the present application is described above, and the apparatus of the embodiments of the present application is described below.
Referring to fig. 4, fig. 4 is a schematic diagram of a component structure of a data processing apparatus provided in an embodiment of the present application, where the data processing apparatus may be a computer program (including program code) running in a computer device, for example, the data processing apparatus is an application software; the apparatus may be used to perform the corresponding steps in the methods provided by the embodiments of the present application. The apparatus 40 comprises:
a logic determination module 41, configured to obtain first data from a data providing terminal, obtain a page display rule from a client, and determine a data conversion logic based on the first data and the page display rule;
and the data conversion module 42 is configured to send the data conversion logic to the client for storage, so that the client acquires second data from the data providing terminal in response to a data acquisition instruction on a target page, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
Optionally, the logic determining module 41 includes:
a period determination unit 411 for determining an update period of the data conversion logic;
a data obtaining unit 412, configured to obtain first data from the data providing terminal in each update cycle, and obtain a page display rule from the client, where the page display rule includes a data form of display data in a page;
a logic determining unit 413, configured to determine, in each update cycle, a data conversion logic corresponding to each update cycle based on a data format of display data in a page of the client and a data format of the first data.
Optionally, the data conversion module 42 is specifically configured to: sending the data conversion logic and the time period corresponding to the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on the target page, acquires the second data and the acquisition time of the second data from the data providing terminal, determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data, converts the second data based on the data conversion logic under the condition that the data conversion logic is determined to be the latest conversion logic, and displays the converted second data in the target page of the client.
Optionally, the apparatus 40 further comprises:
a data updating module 43, configured to receive a logic obtaining request sent by the client if the data conversion logic is not the latest conversion logic, where the logic obtaining request is used to request to obtain the latest data conversion logic;
the data updating module 43 is configured to send the latest data conversion logic to the client, so that the client converts the second data based on the latest data conversion logic and displays the converted second data in the target page of the client.
It should be noted that, for the content that is not mentioned in the embodiment corresponding to fig. 4, reference may be made to the description of the method embodiment, and details are not described here again.
In the embodiment of the application, a data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
Referring to fig. 5, fig. 5 is a schematic diagram of a component structure of another data processing apparatus provided in the embodiment of the present application, where the data processing apparatus may be a computer program (including program code) running in a computer device, for example, the data processing apparatus is an application software; the apparatus may be used to perform the corresponding steps in the methods provided by the embodiments of the present application. The apparatus 50 comprises:
a data storage module 51, configured to receive the data conversion logic sent by the data processing platform, and store the data conversion logic to the client;
and the data display module 52 is configured to, in response to the data obtaining instruction on the target page, obtain second data from the data providing terminal, convert the second data based on the data conversion logic, and display the converted second data in the target page of the client.
Optionally, the apparatus 50 further comprises:
a time obtaining module 53, configured to receive a time period corresponding to the data conversion logic sent by the data processing platform, and obtain time for obtaining the second data from the data providing terminal;
the data display module 52 is specifically configured to:
determining whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data;
if so, converting the second data based on the data conversion logic, and displaying the converted second data in a target page of the client;
if not, sending a logic acquisition request to the data processing platform, wherein the logic acquisition request is used for requesting to acquire the latest data conversion logic;
and receiving the latest data conversion logic, converting the second data based on the latest data conversion logic, and displaying the converted second data in the target page of the client.
Optionally, the data display module 52 includes:
a page selecting unit 521, configured to determine a target page in response to a selection instruction for a page template;
a data filtering unit 522, configured to, in response to the data obtaining instruction on the target page, obtain, from the data providing terminal, second data that satisfies the filtering condition based on the filtering condition included in the data obtaining instruction.
Optionally, the page selecting unit 521 is specifically configured to: and acquiring an adjusting instruction aiming at the page template, and adjusting the page layout information in the page template based on the adjusting instruction to obtain a target page.
It should be noted that, for the content that is not mentioned in the embodiment corresponding to fig. 5, reference may be made to the description of the method embodiment, and details are not described here again.
In the embodiment of the application, a client receives data conversion logic sent by a data processing platform and stores the data conversion logic to the client; the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure. As shown in fig. 6, the computer device 60 may include: the processor 601, the network interface 604 and the memory 605, and the computer device 60 may further include: a user interface 603, and at least one communication bus 602. Wherein a communication bus 602 is used to enable the connection communication between these components. The user interface 603 may include a Display (Display) and a Keyboard (Keyboard), and the selectable user interface 603 may also include a standard wired interface and a standard wireless interface. The network interface 604 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 605 may be a high-speed RAM memory or a non-volatile memory (e.g., at least one disk memory). The memory 605 may optionally be at least one storage device located remotely from the processor 601. As shown in fig. 6, the memory 605, which is a kind of computer-readable storage medium, may include therein an operating system, a network communication module, a user interface module, and a device control application program.
In the computer device 60 shown in fig. 6, the network interface 604 may provide network communication functions; and the user interface 603 is primarily an interface for providing input to a user; and processor 601 may be used to invoke the device control application stored in memory 605 to implement:
acquiring first data from a data providing terminal, acquiring a page display rule from a client, and determining data conversion logic based on the first data and the page display rule;
and sending the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on a target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
It should be understood that the computer device 60 described in this embodiment may perform the description of the data processing method in the embodiment corresponding to fig. 2 and fig. 3, and may also perform the description of the data processing apparatus in the embodiment corresponding to fig. 4 and fig. 5, which is not described herein again. In addition, the beneficial effects of the same method are not described in detail.
In the embodiment of the application, a data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule; and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to the data acquisition instruction on the target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client. By sending the data conversion logic to the client for storage, the problem that data conversion cannot be realized and further data display in a client page cannot be realized when a data processing platform fails due to the centralized storage of the data conversion logic can be avoided; in addition, the data conversion logic is sent to each client for storage, so that the problems of overlarge data processing pressure and low data conversion efficiency caused by centralized type can be solved, and the data conversion efficiency is improved. Furthermore, the accuracy of page display can be ensured by converting and displaying the data.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program, the computer program comprising program instructions, which, when executed by a computer, cause the computer to perform the method according to the foregoing embodiments, and the computer may be a part of the above-mentioned computer device. Such as the processor 601 described above. By way of example, the program instructions may be executed on one computer device, or on multiple computer devices located at one site, or distributed across multiple sites and interconnected by a communication network, which may comprise a blockchain network.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present application and is not to be construed as limiting the scope of the present application, so that the present application is not limited thereto, and all equivalent variations and modifications can be made to the present application.

Claims (10)

1. A data processing method, comprising:
the data processing platform acquires first data from a data providing terminal, acquires a page display rule from a client, and determines data conversion logic based on the first data and the page display rule;
and the data processing platform sends the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on a target page, acquires second data from the data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
2. The method of claim 1, wherein determining data conversion logic based on the first data and the page display rules comprises:
the data processing platform determines an update cycle of data conversion logic;
the data processing platform acquires first data from the data providing terminal in each updating period and acquires a page display rule from the client, wherein the page display rule comprises a data form of display data in a page;
and the data processing platform determines the data conversion logic corresponding to each update period based on the data form of the display data in the page of the client and the data form of the first data in each update period.
3. The method of claim 2, wherein the data processing platform sends the data conversion logic to the client storage, so that the client acquires second data from the data providing terminal in response to a data acquisition instruction, converts the second data based on the data conversion logic, and displays the converted second data in a target page of the client, and the method comprises:
the data processing platform sends the data conversion logic and the time period corresponding to the data conversion logic to the client for storage, so that the client responds to a data acquisition instruction on the target page, acquires the second data and the acquisition time of the second data from the data providing terminal, determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data, converts the second data based on the data conversion logic under the condition that the data conversion logic is determined to be the latest conversion logic, and displays the converted second data in the target page of the client.
4. The method of claim 3, further comprising:
if the data conversion logic is not the latest conversion logic, the data processing platform receives a logic acquisition request sent by the client, and the logic acquisition request is used for requesting to acquire the latest data conversion logic;
and the data processing platform sends the latest data conversion logic to the client so that the client converts the second data based on the latest data conversion logic and displays the converted second data in a target page of the client.
5. A data processing method, comprising:
the method comprises the steps that a client receives data conversion logic sent by a data processing platform and stores the data conversion logic to the client;
and the client responds to a data acquisition instruction on a target page, acquires second data from a data providing terminal, converts the second data based on the data conversion logic, and displays the converted second data in the target page of the client.
6. The method of claim 5, further comprising:
the client receives a time period corresponding to the data conversion logic sent by the data processing platform and the acquisition time for acquiring the second data from the data providing terminal;
the converting the second data based on the data conversion logic and displaying the converted second data in a target page of the client includes:
the client determines whether the data conversion logic is the latest conversion logic or not based on the time period corresponding to the data conversion logic and the acquisition time of the second data;
if so, the client converts the second data based on the data conversion logic and displays the converted second data in a target page of the client;
if not, the client sends a logic acquisition request to the data processing platform, wherein the logic acquisition request is used for requesting to acquire the latest data conversion logic;
and the client receives the latest data conversion logic, converts the second data based on the latest data conversion logic and displays the converted second data in a target page of the client.
7. The method of claim 5, wherein the client, in response to the data retrieval instruction on the target page, retrieves the second data from the data providing terminal, comprising:
the client side responds to a selection instruction aiming at the page template and determines a target page;
and the client responds to a data acquisition instruction on the target page, and acquires second data meeting the screening condition from the data providing terminal based on the screening condition contained in the data acquisition instruction.
8. The method of claim 7, wherein the client determines the target page in response to a selection instruction for the page template, comprising:
the client side obtains an adjusting instruction aiming at the page template, and adjusts the page layout information in the page template based on the adjusting instruction to obtain a target page.
9. A computer device, comprising: a processor, a memory, and a network interface;
the processor is connected to the memory and the network interface, wherein the network interface is configured to provide data communication functions, the memory is configured to store program code, and the processor is configured to call the program code to cause the computer device to perform the method of any one of claims 1 to 4 or to perform the method of any one of claims 5 to 8.
10. A computer-readable storage medium, characterized in that it stores a computer program adapted to be loaded and executed by a processor to cause a computer device having the processor to perform the method of any of claims 1-4 or to perform the method of any of claims 5-8.
CN202110707457.6A 2021-06-24 2021-06-24 Data processing method, computer equipment and readable storage medium Pending CN113448753A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110707457.6A CN113448753A (en) 2021-06-24 2021-06-24 Data processing method, computer equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110707457.6A CN113448753A (en) 2021-06-24 2021-06-24 Data processing method, computer equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN113448753A true CN113448753A (en) 2021-09-28

Family

ID=77812596

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110707457.6A Pending CN113448753A (en) 2021-06-24 2021-06-24 Data processing method, computer equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN113448753A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120313953A1 (en) * 2011-06-07 2012-12-13 The Mathworks, Inc. Graphical data conversion/translation
CN105025065A (en) * 2014-04-24 2015-11-04 中国电信股份有限公司 Method, apparatus and system of converting Web station into Web application
CN106372267A (en) * 2016-11-30 2017-02-01 北京奇虎科技有限公司 Page loading method and page loading device based on browser
CN106990949A (en) * 2016-12-31 2017-07-28 深圳大宇无限科技有限公司 Five application page display methods and device
CN110083790A (en) * 2019-04-30 2019-08-02 珠海随变科技有限公司 Page editing method, page output method, device, computer equipment and medium
CN110362317A (en) * 2018-04-09 2019-10-22 腾讯科技(深圳)有限公司 A kind of code conversion method, device and storage medium
CN110795649A (en) * 2019-09-18 2020-02-14 北京你财富计算机科技有限公司 Target page display method, device and system and electronic equipment
WO2020248849A1 (en) * 2019-06-14 2020-12-17 平安科技(深圳)有限公司 Webpage language switching method and apparatus, and terminal device
CN112380470A (en) * 2020-10-29 2021-02-19 北京华胜天成科技股份有限公司 Web application system display method and device and emergency management system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120313953A1 (en) * 2011-06-07 2012-12-13 The Mathworks, Inc. Graphical data conversion/translation
CN105025065A (en) * 2014-04-24 2015-11-04 中国电信股份有限公司 Method, apparatus and system of converting Web station into Web application
CN106372267A (en) * 2016-11-30 2017-02-01 北京奇虎科技有限公司 Page loading method and page loading device based on browser
CN106990949A (en) * 2016-12-31 2017-07-28 深圳大宇无限科技有限公司 Five application page display methods and device
CN110362317A (en) * 2018-04-09 2019-10-22 腾讯科技(深圳)有限公司 A kind of code conversion method, device and storage medium
CN110083790A (en) * 2019-04-30 2019-08-02 珠海随变科技有限公司 Page editing method, page output method, device, computer equipment and medium
WO2020248849A1 (en) * 2019-06-14 2020-12-17 平安科技(深圳)有限公司 Webpage language switching method and apparatus, and terminal device
CN110795649A (en) * 2019-09-18 2020-02-14 北京你财富计算机科技有限公司 Target page display method, device and system and electronic equipment
CN112380470A (en) * 2020-10-29 2021-02-19 北京华胜天成科技股份有限公司 Web application system display method and device and emergency management system

Similar Documents

Publication Publication Date Title
US9413807B1 (en) Browser rendering and computation
CN109814856B (en) Data entry method, device, terminal and computer readable storage medium
CN110765208B (en) Data synchronization method and device, electronic equipment and storage medium
JP2012064128A (en) Communication traffic reduction method
CN108667660B (en) Method and device for route management and service routing and routing system
CN112861494A (en) Road network data-based visual report generation method, equipment and storage medium
CN112422450A (en) Computer equipment, and flow control method and device for service request
CN112527258A (en) Page component development method, system, terminal and computer readable storage medium
CN112035256A (en) Resource allocation method, device, electronic equipment and medium
CN113448753A (en) Data processing method, computer equipment and readable storage medium
CN111221517A (en) Model creating method and device, computer equipment and readable storage medium
CN115712411A (en) Method and device for generating user-defined serial number
CN113326333A (en) Data processing method, system, computer device and computer storage medium
CN115455097A (en) Wind control data processing method, system, computer equipment and storage medium
CN114116761A (en) Variable processing method, variable processing device, computer equipment and storage medium
CN113326397A (en) Service data processing method and device
CN113486116A (en) Data synchronization method and device, electronic equipment and computer readable medium
CN112860292A (en) Configuration management method and device based on application
CN112181675A (en) Satellite real-time data processing method and device, computer equipment and storage medium
CN113076343A (en) Data query method, device, equipment and storage medium
CN112486556B (en) Method, system, terminal and storage medium for server to be compatible with BMC
CN115481932B (en) ERP system database trigger generation method, storage medium and electronic device
CN116861455B (en) Event data processing method, system, electronic device and storage medium
CN113656506B (en) Electronic specification acquisition method and device and readable medium
WO2024077937A1 (en) Data generation method and apparatus, electronic device, 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