CN116775670A - Data interaction method and device, electronic equipment and readable storage medium - Google Patents

Data interaction method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN116775670A
CN116775670A CN202310647708.5A CN202310647708A CN116775670A CN 116775670 A CN116775670 A CN 116775670A CN 202310647708 A CN202310647708 A CN 202310647708A CN 116775670 A CN116775670 A CN 116775670A
Authority
CN
China
Prior art keywords
data
input
receiving
difference
difference 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
CN202310647708.5A
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.)
Shaanxi Yongzhisong Information Technology Co ltd
Original Assignee
Shaanxi Yongzhisong Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shaanxi Yongzhisong Information Technology Co ltd filed Critical Shaanxi Yongzhisong Information Technology Co ltd
Priority to CN202310647708.5A priority Critical patent/CN116775670A/en
Publication of CN116775670A publication Critical patent/CN116775670A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/23Updating
    • G06F16/2308Concurrency control
    • G06F16/2315Optimistic concurrency control
    • 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/23Updating
    • G06F16/2358Change logging, detection, and notification

Abstract

The application provides a data interaction method, which comprises the following steps: receiving a first input, wherein the first input is the input of pushing data to an intermediate library by a data providing end; responding to the first input, and acquiring difference data of a log of the data providing end and a data table of the intermediate library; receiving a second input, the second input being an input to receive the difference data; and responding to the second input, and pushing the difference data to a data calling end by the intermediate library. The application can enable the data calling end to update and use the data in time, reduce the time delay of the data and improve the use efficiency of the data.

Description

Data interaction method and device, electronic equipment and readable storage medium
Technical Field
The present application relates to the field of data interaction technologies, and in particular, to a data interaction method, a data interaction device, an electronic device, and a readable storage medium.
Background
In the big data age, a large number of data operations exist among different objects, so that direct data interaction is needed, but when the data providing end pushes updated data to the intermediate library after the data of the data providing end is updated and changed, the data calling end cannot passively or timely sense the update of the data, and the data providing end is required to actively inquire the update condition of the data in the intermediate library for a plurality of times, so that congestion of a data channel is caused. After the data calling end senses the update of the data, the specific content of the updated data needs to be further determined in the intermediate library, so that the time delay and inaccuracy of the data in the interaction process are often caused by the existence of the incremental data of the data providing end in the existing data interaction means.
Disclosure of Invention
In view of the above, the embodiment of the application provides a traffic scheduling method to solve the problems of delay and inaccurate data in the data interaction process.
According to a first aspect of the present application, there is provided a data interaction method comprising:
receiving a first input, wherein the first input is the input of pushing data to an intermediate library by a data providing end;
responding to the first input, and acquiring difference data of a log of the data providing end and a data table of the intermediate library;
receiving a second input, the second input being an input to receive the difference data;
and responding to the second input, and pushing the difference data to a data calling end by the intermediate library.
Optionally, after the intermediate repository pushes the difference data to the data calling end in response to the second input, the method further includes:
receiving a third input, wherein the third input is the input of the data calling end for operating the difference data;
and responding to the third input, and outputting a judging result for judging that the data interaction is successful.
Optionally, before outputting the judging result of judging that the data interaction is successful in response to the third input, the method further includes:
receiving a fourth input, wherein the fourth input is input that the data calling end does not receive the difference data;
the third input is reacquired in response to the fourth input.
Optionally, after the obtaining, in response to the first input, difference data between the log of the data providing end and the data table of the intermediate library, the method further includes:
and updating the data table of the intermediate library according to the target table name and the target primary key corresponding to the difference data.
According to a second aspect of the present application, there is provided a data interaction device comprising:
the first receiving module is used for receiving a first input, wherein the first input is the input of pushing data to the intermediate library by the data providing terminal;
the first acquisition module is used for responding to the first input and acquiring difference data of the log of the data providing end and the data table of the intermediate library;
the second receiving module is used for receiving a second input, and the second input is an input for receiving the difference data;
and the pushing module is used for responding to the second input and pushing the difference data to a data calling end by the intermediate library.
Optionally, the data interaction device further comprises:
the third receiving module is used for receiving a third input, wherein the third input is the input of the data calling end for operating the difference data;
and the judging module is used for responding to the third input and outputting a judging result for judging that the data interaction is successful.
Optionally, the data interaction device further comprises:
the fourth receiving module is used for receiving a fourth input, and the fourth input is input that the data calling end does not receive the difference data;
and a second acquisition module, responsive to the fourth input, reacquiring the third input.
Optionally, the data interaction device further comprises:
and the updating module is used for updating the data table of the intermediate library according to the target table name and the target primary key corresponding to the difference data.
According to a third aspect of the present application, there is provided an electronic device comprising:
a processor; and
a memory in which a program is stored,
wherein the program comprises instructions which, when executed by the processor, cause the processor to perform the method according to any of the first aspects of the application.
According to a fourth aspect of the present application there is provided a non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the method according to any one of the first aspects of the present application.
One or more technical solutions provided in the embodiments of the present application at least have the following technical effects or advantages:
on the premise of not changing the data interaction flow, the data providing end, the intermediate library and the data calling end are aware of the data processing actions, the data providing end pushes data to the intermediate library to input data, the difference data updated in the interaction process is obtained, and the difference data is pushed to the data calling end, so that the data calling end can update and use the data in time, the time delay of the data is reduced, and the use efficiency of the data is improved.
The foregoing summary is merely an overview of the present application, as it is intended to provide a better understanding of the principles of the application, as it is embodied in accordance with the disclosure herein, and as it is intended to provide an overview of the application, its principles, its features and advantages with its details being understood by reference to the following examples.
Drawings
Further details, features and advantages of the application are disclosed in the following description of exemplary embodiments with reference to the following drawings, in which:
FIG. 1 illustrates a schematic diagram of an example system in which various methods described herein may be implemented, according to an example embodiment of the application;
FIG. 2 illustrates a flow chart of a data interaction method according to an exemplary embodiment of the application;
FIG. 3 shows a schematic block diagram of a data interaction device according to an exemplary embodiment of the application;
fig. 4 shows a block diagram of an exemplary electronic device that can be used to implement an embodiment of the application.
Detailed Description
Embodiments of the present application will be described in more detail below with reference to the accompanying drawings. While the application is susceptible of embodiment in the drawings, it is to be understood that the application may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided to provide a more thorough and complete understanding of the application. It should be understood that the drawings and embodiments of the application are for illustration purposes only and are not intended to limit the scope of the present application.
It should be understood that the various steps recited in the method embodiments of the present application may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the application is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below. It should be noted that the terms "first," "second," and the like herein are merely used for distinguishing between different devices, modules, or units and not for limiting the order or interdependence of the functions performed by such devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those skilled in the art will appreciate that "one or more" is intended to be construed as "one or more" unless the context clearly indicates otherwise.
The names of messages or information interacted between the devices in the embodiments of the present application are for illustrative purposes only and are not intended to limit the scope of such messages or information.
The following describes the scheme of the present application with reference to the drawings, and the technical scheme provided by the embodiment of the present application is described in detail through specific embodiments and application scenarios thereof.
As shown in fig. 1, fig. 1 is a schematic diagram of a system for implementing a data interaction method according to an embodiment of the present application, where the system includes a data providing end 101, an intermediate repository 102, a data calling end 103, and a data interaction device 104, where the data providing end 101 and the data calling end 103 establish a data interaction relationship, and the data providing end 101 is configured to provide the data calling end 103 with interaction data in a data interaction process, the data calling end 103 is configured to receive the interaction data provided by the data providing end 101 and apply an operation to the interaction data, and the intermediate repository 102 is a middleware for performing a data access service, independent of the data providing end 101 and the data calling end 103, so as to facilitate deployment and uninstallation. The data calling terminal 103 is convenient for harvesting, integrating and intensively searching and displaying the data retrieval, so that the difficulty in acquiring the data in the interaction process is reduced, and the sharing degree of the data in the interaction process is improved.
As shown in fig. 2, fig. 2 is a schematic flow chart of a data interaction method according to an embodiment of the present application, where the method may include steps S201 to S204 as follows:
s201, receiving a first input, wherein the first input is input that a data providing end pushes data to an intermediate library.
In an alternative manner of this embodiment, after the data providing end and the data calling end establish a data interaction relationship, when the data calling end submits data requests to the data providing end, the intermediate library is responsible for classifying the requests as data requests, and then issuing a data exchange application to the data providing end. After the data providing end screens the request, the data providing end firstly sends the required data to the intermediate library so as to be convenient for being transmitted back to the data calling end through the intermediate library. And when the data provider sends the interaction data to the intermediate repository, a first input is generated.
In an optional manner of this embodiment, information of the data providing end, the data calling end and the intermediate library is configured in the data interaction device, including a log query interface of the data providing end and the data calling end, operation information of the intermediate library and a table structure of the intermediate library, and a data interaction relationship between the data providing end and the data calling end is established. When the log of the data providing end is inquired, the information of the update data sent to the intermediate library by the log can be known; when the log of the data calling end is inquired, the data calling end can acquire the information of the updated data from the intermediate library.
S202, responding to the first input, and acquiring difference data of a log of the data providing end and a data table of the intermediate library.
In an alternative manner of this embodiment, the log is a computer term, and is used as a data provider for network devices, systems, and service programs, and generates a log event record, i.e., log, during operation. Each row of the log records the description of the date, time, user, action, and other related operations.
Windows network operating systems are designed with a wide variety of log files, such as application logs, security logs, system logs, scheduler service logs, FTP logs, WWW logs, DNS server logs, etc., which vary depending on the services that the system is open to. When the data provider operates, these log files typically record the relevant content of the operation.
In this embodiment, by comparing the log of the data providing terminal with the data table of the intermediate library, updated data, i.e., difference data, of the data providing terminal can be obtained.
S203, receiving a second input, wherein the second input is the input for receiving the difference data.
In this embodiment, after the difference data is obtained after comparison, a signal for receiving the difference data is generated.
S204, responding to the second input, and pushing the difference data to a data calling end by the intermediate library.
In this embodiment, after receiving the signal of the difference data, the corresponding difference data is pushed to the data calling end, so that after the data updating of the data providing end is achieved, the data calling end receives the updated difference data in real time, and the data calling end is not required to actively search the intermediate library for multiple times to determine whether the update exists, thereby reducing the workload and guaranteeing the accuracy of the data.
In an optional manner of this embodiment, after the intermediate repository pushes the difference data to the data calling end in response to the second input, the method further includes:
s205, receiving a third input, wherein the third input is the input of the data calling end for operating the difference data;
s206, responding to the third input, and outputting a judging result for judging that the data interaction is successful.
In this embodiment, after the intermediate library pushes the difference data to the data calling end, the data calling end operates the difference data, and perceives the data consumption behavior of the data calling end on the difference data after the interaction process is finished. Further, the success of the data interaction process is verified, and after the data of the data providing end are updated, updated data can be timely and accurately pushed to the data calling end.
In an optional manner of this embodiment, before the outputting, in response to the third input, a determination result for determining that the data interaction is successful, the method further includes:
s205a, receiving a fourth input, wherein the fourth input is input that the data calling end does not receive the difference data;
s205b, in response to the fourth input, reacquiring the third input.
In this embodiment, after the intermediate repository pushes the difference data to the data calling end, it may also be further demonstrated from the log of the data calling end whether the data calling end receives the corresponding difference data, if the data calling end does not receive the difference data, but receives the third input, it indicates that the current third input is wrong, and it is necessary to reacquire the correct third input, so that accuracy of the interaction process is ensured.
In an optional manner of this embodiment, after the obtaining, in response to the first input, difference data between the log of the data providing end and the data table of the intermediate repository, the method further includes:
s202a, updating the data table of the intermediate library according to the target table name and the target primary key corresponding to the difference data.
In this embodiment, when there is difference data, it indicates that the data of the data providing end is updated, and at this time, it is necessary to update the data table corresponding to the update of the data providing end in the data table of the intermediate library, that is, to update the target table name and the target primary key in the data table.
On the premise of not changing the data interaction flow, the embodiment of the application perceives the data processing actions of the data providing end, the intermediate library and the data calling end, acquires updated difference data in the interaction process by receiving the data input pushed to the intermediate library by the data providing end, and pushes the difference data to the data calling end, so that the data calling end can update and use the data in time, the time delay of the data is reduced, and the use efficiency of the data is improved.
Corresponding to the above embodiment, referring to fig. 3, an embodiment of the present application further provides a data interaction device 300, including:
the first receiving module 301 is configured to receive a first input, where the first input is an input that the data providing terminal pushes data to the intermediate repository;
a first obtaining module 302, configured to obtain, in response to the first input, difference data between the log of the data providing end and the data table of the intermediate library;
a second receiving module 303, configured to receive a second input, where the second input is an input for receiving the difference data;
and the pushing module 304 is used for pushing the difference data to a data calling end by the intermediate library in response to the second input.
Optionally, the data interaction device 300 further comprises:
a third receiving module 305, configured to receive a third input, where the third input is an input of the data calling end to operate on the difference data;
and the judging module 306 is used for responding to the third input and outputting a judging result for judging that the data interaction is successful.
Optionally, the data interaction device 300 further comprises:
a fourth receiving module 307, configured to receive a fourth input, where the fourth input is an input that the data calling end does not receive the difference data;
the second acquisition module 308 re-acquires the third input in response to the fourth input.
Optionally, the data interaction device 300 further comprises:
and an updating module 309, configured to update the data table of the intermediate repository according to the target table name and the target primary key corresponding to the difference data.
On the premise of not changing the data interaction flow, the embodiment of the application perceives the data processing actions of the data providing end, the intermediate library and the data calling end, acquires updated difference data in the interaction process by receiving the data input pushed to the intermediate library by the data providing end, and pushes the difference data to the data calling end, so that the data calling end can update and use the data in time, the time delay of the data is reduced, and the use efficiency of the data is improved.
The exemplary embodiment of the application also provides an electronic device, including: at least one processor; and a memory communicatively coupled to the at least one processor. The memory stores a computer program executable by the at least one processor for causing the electronic device to perform a method according to an embodiment of the application when executed by the at least one processor.
The exemplary embodiments of the present application also provide a non-transitory computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor of a computer, is for causing the computer to perform a method according to an embodiment of the present application.
The exemplary embodiments of the application also provide a computer program product comprising a computer program, wherein the computer program, when being executed by a processor of a computer, is for causing the computer to perform a method according to an embodiment of the application.
Referring to fig. 4, a block diagram of an electronic device 400 that may be a server or a client of the present application will now be described, which is an example of a hardware device that may be applied to aspects of the present application. Electronic devices are intended to represent various forms of digital electronic computer devices, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other suitable computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the applications described and/or claimed herein.
As shown in fig. 4, the electronic device 400 includes a computing unit 401 that can perform various suitable actions and processes according to a computer program stored in a Read Only Memory (ROM) 402 or a computer program loaded from a storage unit 408 into a Random Access Memory (RAM) 403. In RAM 403, various programs and data required for the operation of device 400 may also be stored. The computing unit 401, ROM 402, and RAM 403 are connected to each other by a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
Various components in electronic device 400 are connected to I/O interface 405, including: an input unit 406, an output unit 407, a storage unit 408, and a communication unit 409. The input unit 406 may be any type of device capable of inputting information to the electronic device 400, and the input unit 406 may receive input numeric or character information and generate key signal inputs related to user settings and/or function controls of the electronic device. The output unit 407 may be any type of device capable of presenting information and may include, but is not limited to, a display, speakers, video/audio output terminals, vibrators, and/or printers. Storage unit 404 may include, but is not limited to, magnetic disks, optical disks. The communication unit 409 allows the electronic device 400 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunications networks, and may include, but is not limited to, modems, network cards, infrared communication devices, wireless communication transceivers and/or chipsets, such as bluetooth (TM) devices, wiFi devices, wiMax devices, cellular communication devices, and/or the like.
The computing unit 401 may be a variety of general purpose and/or special purpose processing components having processing and computing capabilities. Some examples of computing unit 401 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, etc. The computing unit 401 performs the respective methods and processes described above. For example, in some embodiments, the traffic scheduling method may be implemented as a computer software program tangibly embodied on a machine-readable medium, such as the storage unit 408. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 400 via the ROM 402 and/or the communication unit 409. In some embodiments, the computing unit 401 may be configured to perform the traffic scheduling method by any other suitable means (e.g., by means of firmware).
Program code for carrying out methods of the present application may be written in any combination of one or more programming languages. These program code may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus such that the program code, when executed by the processor or controller, causes the functions/operations specified in the flowchart and/or block diagram to be implemented. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present application, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
As used herein, the terms "machine-readable medium" and "computer-readable medium" refer to any computer program product, apparatus, and/or device (e.g., magnetic discs, optical disks, memory, programmable Logic Devices (PLDs)) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term "machine-readable signal" refers to any signal used to provide machine instructions and/or data to a programmable processor.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), and the internet.
The computer system may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.

Claims (10)

1. A method of data interaction, comprising:
receiving a first input, wherein the first input is the input of pushing data to an intermediate library by a data providing end;
responding to the first input, and acquiring difference data of a log of the data providing end and a data table of the intermediate library;
receiving a second input, the second input being an input to receive the difference data;
and responding to the second input, and pushing the difference data to a data calling end by the intermediate library.
2. The data interaction method according to claim 1, wherein, in response to the second input, after the intermediate repository pushes the difference data to the data calling end, the method further comprises:
receiving a third input, wherein the third input is the input of the data calling end for operating the difference data;
and responding to the third input, and outputting a judging result for judging that the data interaction is successful.
3. The method of data interaction according to claim 2, wherein before outputting the determination result for determining that the data interaction is successful in response to the third input, further comprising:
receiving a fourth input, wherein the fourth input is input that the data calling end does not receive the difference data;
the third input is reacquired in response to the fourth input.
4. The method according to claim 1, wherein after obtaining the difference data between the log of the data providing end and the data table of the intermediate library in response to the first input, further comprises:
and updating the data table of the intermediate library according to the target table name and the target primary key corresponding to the difference data.
5. A data interaction device, comprising:
the first receiving module is used for receiving a first input, wherein the first input is the input of pushing data to the intermediate library by the data providing terminal;
the first acquisition module is used for responding to the first input and acquiring difference data of the log of the data providing end and the data table of the intermediate library;
the second receiving module is used for receiving a second input, and the second input is an input for receiving the difference data;
and the pushing module is used for responding to the second input and pushing the difference data to a data calling end by the intermediate library.
6. The data interaction device of claim 5, wherein the data interaction device further comprises:
the third receiving module is used for receiving a third input, wherein the third input is the input of the data calling end for operating the difference data;
and the judging module is used for responding to the third input and outputting a judging result for judging that the data interaction is successful.
7. The traffic scheduling device of claim 6, wherein the data interaction device further comprises:
the fourth receiving module is used for receiving a fourth input, and the fourth input is input that the data calling end does not receive the difference data;
and a second acquisition module, responsive to the fourth input, reacquiring the third input.
8. The traffic scheduling device of claim 5, wherein the data interaction device further comprises:
and the updating module is used for updating the data table of the intermediate library according to the target table name and the target primary key corresponding to the difference data.
9. An electronic device, comprising:
a processor; and
a memory in which a program is stored,
wherein the program comprises instructions which, when executed by the processor, cause the processor to perform the method according to any of claims 1-4.
10. A non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1-4.
CN202310647708.5A 2023-06-01 2023-06-01 Data interaction method and device, electronic equipment and readable storage medium Pending CN116775670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310647708.5A CN116775670A (en) 2023-06-01 2023-06-01 Data interaction method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310647708.5A CN116775670A (en) 2023-06-01 2023-06-01 Data interaction method and device, electronic equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN116775670A true CN116775670A (en) 2023-09-19

Family

ID=88010693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310647708.5A Pending CN116775670A (en) 2023-06-01 2023-06-01 Data interaction method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN116775670A (en)

Similar Documents

Publication Publication Date Title
CN105787077B (en) Data synchronization method and device
CN112162965B (en) Log data processing method, device, computer equipment and storage medium
US11243921B2 (en) Database expansion system, equipment, and method of expanding database
US10067862B2 (en) Tracking asynchronous entry points for an application
US20220138074A1 (en) Method, electronic device and computer program product for processing data
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN107657155B (en) Method and device for authenticating user operation authority
CN113157480A (en) Error information processing method, device, storage medium and terminal
WO2020238131A1 (en) Web crawler system testing method and apparatus, storage medium, and electronic device
CN116775670A (en) Data interaction method and device, electronic equipment and readable storage medium
CN114091909A (en) Collaborative development method, system, device and electronic equipment
CN114356713A (en) Thread pool monitoring method and device, electronic equipment and storage medium
CN113946816A (en) Cloud service-based authentication method and device, electronic equipment and storage medium
CN114048059A (en) Method and device for adjusting timeout time of interface, computer equipment and storage medium
CN114138358A (en) Application program starting optimization method, device, equipment and storage medium
US11423109B2 (en) Information processing method, server and computer program product
US10372436B2 (en) Systems and methods for maintaining operating consistency for multiple users during firmware updates
CN111324310A (en) Data reading method and device and computer system
CN113590447B (en) Buried point processing method and device
CN112527802B (en) Soft link method and device based on key value database
CN116861455B (en) Event data processing method, system, electronic device and storage medium
CN114500438B (en) File sharing method and device, electronic equipment and storage medium
CN112965747B (en) Method, apparatus, device and computer readable medium for mining code loopholes
CN110262756B (en) Method and device for caching data
CN108536362B (en) Method and device for identifying operation and server

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