CN111309405A - Software module interaction method and device, computer equipment and readable storage medium - Google Patents

Software module interaction method and device, computer equipment and readable storage medium Download PDF

Info

Publication number
CN111309405A
CN111309405A CN202010053862.6A CN202010053862A CN111309405A CN 111309405 A CN111309405 A CN 111309405A CN 202010053862 A CN202010053862 A CN 202010053862A CN 111309405 A CN111309405 A CN 111309405A
Authority
CN
China
Prior art keywords
software module
external interface
item
database
numerical item
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
CN202010053862.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.)
Shenzhen Gongjin Electronics Co Ltd
Original Assignee
Shenzhen Gongjin Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Gongjin Electronics Co Ltd filed Critical Shenzhen Gongjin Electronics Co Ltd
Priority to CN202010053862.6A priority Critical patent/CN111309405A/en
Publication of CN111309405A publication Critical patent/CN111309405A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a software module interaction method, a device, computer equipment and a readable storage medium, wherein the software module interaction method comprises the following steps: responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module; and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database. According to the software module interaction method, when the software module is called, the calling of the software module can be completed only by modifying the corresponding external interface data item in the database, and the direct interaction of data is performed without setting the application program interface of the software module, so that the cohesion among the software modules in the application program can be reduced, and the decoupling performance among the software modules can be improved.

Description

Software module interaction method and device, computer equipment and readable storage medium
Technical Field
The invention relates to the technical field of software, in particular to a software module interaction method, a software module interaction device, computer equipment and a readable storage medium.
Background
In the existing application programs, there are generally a plurality of functional modules, that is, a plurality of software modules. The software modules generally adopt application program interfaces to directly perform data interaction, but when the software modules need to be added, deleted and modified, the call between the application program interfaces needs to be updated again between the related software modules, so that the application program can normally work, for example, when some application program needs to cut off the software modules at a cutting point part according to market demands, if the application program is directly cut off, the application program cannot run, and the application program interfaces between the software modules need to be called again by manpower and time for updating. That is, the software modules in the existing application program have high cohesion and low decoupling.
Disclosure of Invention
In view of the above problems, the present invention provides a software module interaction method, apparatus, computer device and readable storage medium, so as to reduce the cohesion between software modules in an application program and improve the decoupling between software modules.
In order to achieve the purpose, the invention adopts the following technical scheme:
a software module interaction method, comprising:
responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module;
and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database.
Preferably, the software module interaction method further includes:
and acquiring a return value of the first software module after calling the changed external interface numerical item, and changing a preset return numerical item of the first software module in a database according to the return value.
Preferably, the software module interaction method further includes:
deleting all subscription events of the first software module in response to the closing of the first software module.
Preferably, the software module interaction method further includes:
responding to a module call of a second software module to the first software module, performing corresponding change operation of the module call on the external interface numerical item, and subscribing a change event of the returned numerical item of the first software module for the second software module;
and when the returned numerical value item triggers change, sending a corresponding subscription change notification to the second software module so that the second software module calls the corresponding changed returned numerical value item in the database.
Preferably, the software module interaction method further includes:
and when the preset external interface numerical item of the first software module in the database is not acquired, establishing a corresponding external interface numerical item in the database according to the application program interface of the first software module.
Preferably, in the software module interaction method, the subscription change notification mode includes a callback function, a message queue, or a socket message.
The invention also provides a software module interaction device, which comprises:
the change event subscription module is used for responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing the change event of the external interface numerical item for the first software module;
and the notification sending module is used for sending a corresponding subscription change notification to the first software module when the external interface numerical item triggers the change so as to enable the first software module to call the corresponding changed external interface numerical item in the database.
Preferably, the software module interaction apparatus further includes:
and the return value changing module is used for acquiring a return value after the first software module calls the changed external interface value item, and changing the preset return value item of the first software module in the database according to the return value.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores computer programs, and the processor runs the computer programs to enable the computer equipment to execute the software module interaction method.
The invention also provides a readable storage medium storing a computer program which, when run on a processor, performs the software module interaction method.
The invention provides a software module interaction method, which comprises the following steps: responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module; and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database. According to the software module interaction method, when the software module is called, the calling of the software module can be completed only by modifying the corresponding external interface data item in the database, and the direct interaction of data is performed without setting the application program interface of the software module, so that the cohesion among the software modules in the application program can be reduced, and the decoupling performance among the software modules can be improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings required to be used in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention. Like components are numbered similarly in the various figures.
Fig. 1 is a flowchart of a software module interaction method provided in embodiment 1 of the present invention;
FIG. 2 is a flowchart of another software module interaction method provided in embodiment 1 of the present invention;
FIG. 3 is a flowchart of a software module interaction method according to embodiment 2 of the present invention;
FIG. 4 is a flowchart of a software module interaction method provided in embodiment 3 of the present invention;
fig. 5 is a schematic structural diagram of a software module interaction device provided in embodiment 4 of the present invention;
FIG. 6 is a schematic structural diagram of another software module interaction device provided in embodiment 4 of the present invention;
fig. 7 is a schematic structural diagram of a third software module interaction device provided in embodiment 4 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Hereinafter, the terms "including", "having", and their derivatives, which may be used in various embodiments of the present invention, are only intended to indicate specific features, numbers, steps, operations, elements, components, or combinations of the foregoing, and should not be construed as first excluding the existence of, or adding to, one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the present invention belong. The terms (such as those defined in commonly used dictionaries) should be interpreted as having a meaning that is consistent with their contextual meaning in the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in various embodiments of the present invention.
Example 1
Fig. 1 is a flowchart of a software module interaction method provided in embodiment 1 of the present invention, where the method includes the following steps:
step S11: responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module.
In the embodiment of the invention, the cohesiveness of the application program can be reduced by establishing the external interface numerical item of the software module in the database, so that the decoupling property is improved. Specifically, for example, one external interface a _ API may be defined for the software module a, a TABLE corresponding to the external interface a _ API is established in the database, and then an external interface value item of the software module is defined in the TABLE, where the external interface value item may be multiple, for example, the TABLE includes three external interface value items ARG1, ARG2, and ARG3, which is not limited herein. After the external interface numerical item is changed, for example, a data item is updated, written or modified, the corresponding software module may obtain the changed external interface data item in the database, the process of obtaining the external interface data item is to indirectly input data into the software module, and the software module performs function operation by using the changed external interface data item and then outputs a return value to the database for storage.
In the embodiment of the invention, after the first software module is started, the computer equipment firstly searches the external interface data item of the first software module in the database and subscribes the change event of the corresponding external interface data item for the first software module, so that the notification can be sent to the first software module in time after the external interface data item is changed. The subscription event mode includes a callback function, a message queue, or a socket message (socket). The above search process may be implemented by using an algorithm or an application program, for example, an application program for searching the external interface data items of the software module is provided in the computer device, and after the first software module is started, the application program may search the database for the corresponding external interface data items.
In the embodiment of the present invention, after the corresponding external interface data item in the database is obtained, a change event of the external interface data item may be subscribed to the corresponding first software module, and after the external interface data item is changed, a notification may be sent to the first software module, so that the first software module obtains the changed external interface data item in the database.
Step S12: and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database.
In the embodiment of the invention, the changing process of the external interface numerical item comprises the operations of modifying or updating the external interface numerical item after data is written into the database from the outside, or the external interface numerical item is modified through an instruction when other software modules need to call the function of the first software module, so that the function of indirectly transmitting the data to the first software module is achieved. After the external interface numerical item is changed, the computer device can immediately send a corresponding subscription change notification to the first software module, and after the first software module receives the change notification, the first software module can obtain the changed external interface numerical item in the database according to the change notification and run the function of the first software module, so that the first software module is called.
Fig. 2 is a flowchart of a software module interaction method provided in embodiment 1 of the present invention, where the method further includes the following steps:
step S13: and acquiring a return value of the first software module after calling the changed external interface numerical item, and changing a preset return numerical item of the first software module in a database according to the return value.
In the embodiment of the present invention, the first software module calls the changed external interface numerical item, and after the operation of the module function is completed, the return value of the first software module is output, and after the return value is obtained, the computer device may store the return value in the database, and change the corresponding return numerical item in the database according to the return, for example, correspondingly modify or update the corresponding return numerical item. Specifically, a return value item RESULT1 may be pre-established in a TABLE corresponding to the external interface a _ API of the first software module, and a corresponding change operation may be performed on the RESULT1 after the return value is obtained.
In the embodiment of the invention, when the software module is called, the calling of the software module can be completed only by modifying the corresponding external interface data item in the database and then acquiring the changed return value in the corresponding return value item, and the direct interaction of data is performed without setting the application program interface of the software module, so that the cohesion among the software modules in the application program can be reduced, and the decoupling among the software modules can be improved.
Step S14: deleting all subscription events of the first software module in response to the closing of the first software module.
In the embodiment of the invention, after the first software module is closed, all subscription events of the first software module can be deleted, so that redundant and invalid notifications in the process of program operation are avoided. And after the software module is deleted, all subscription events of the software module, including external interface data items and subscription events returning numerical items, are also deleted.
Example 2
Fig. 3 is a flowchart of a software module interaction method provided in embodiment 2 of the present invention, where the method includes the following steps:
step S31: responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module.
This step is identical to step S11 described above, and will not be described herein again.
Step S32: and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database.
This step is identical to step S12 described above, and will not be described herein again.
Step S33: and acquiring a return value of the first software module after calling the changed external interface numerical item, and changing a preset return numerical item of the first software module in a database according to the return value.
This step is identical to step S13 described above, and will not be described herein again.
Step S34: responding to the module call of a second software module to the first software module, carrying out corresponding change operation of the module call on the external interface numerical item, and subscribing the change event of the returned numerical item of the first software module for the second software module.
In the embodiment of the present invention, when a software module needs to call a function of another software module, a change event of a return numerical item of the another software module needs to be subscribed to the software module first, where the mode of subscribing the event includes a callback function, a message queue, or a socket message (socket).
In the embodiment of the present invention, the computer device may generate a corresponding change instruction according to the function called by the second software module, that is, the data that the second software module needs to input to the first software module, so as to perform a corresponding change operation on the external interface data item of the first software module by using the change instruction.
Step S35: and when the returned numerical value item triggers change, sending a corresponding subscription change notification to the second software module so that the second software module calls the corresponding changed returned numerical value item in the database.
In the embodiment of the present invention, after the first software module writes the return value into the database and updates the corresponding return value item, the computer device may send a reading notification value of the corresponding return value item to the second software module, so that the second software module calls the corresponding changed return value item in the database, thereby completing the data interaction between the first software module and the second software module this time.
Example 3
Fig. 4 is a flowchart of a software module interaction method provided in embodiment 3 of the present invention, where the method includes the following steps:
step S41: responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module.
This step is identical to step S11 described above, and will not be described herein again.
Step S42: and when the preset external interface numerical item of the first software module in the database is not acquired, establishing a corresponding external interface numerical item in the database according to the application program interface of the first software module.
In the embodiment of the present invention, after the software module is started, when the computer device does not obtain the external interface numerical item of the software module in the database, that is, when it is determined that the external interface numerical item of the software module is not stored in the database, the computer device defines the external interface numerical item of the software module according to the application program interface of the software module, and establishes the external interface numerical item of the software module in the database, so as to perform subsequent data interaction.
Step S43: and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database.
This step is identical to step S12 described above, and will not be described herein again.
Example 4
Fig. 5 is a schematic structural diagram of a software module interaction device according to embodiment 4 of the present invention.
The software module interacting device 500 comprises:
a change event subscription module 510, configured to, in response to starting of a first software module, obtain a preset external interface numerical item of the first software module in a database, and subscribe a change event of the external interface numerical item for the first software module;
a notification sending module 520, configured to send a corresponding subscription change notification to the first software module when the external interface value item triggers a change, so that the first software module calls the corresponding changed external interface value item in the database.
As shown in fig. 6, the software module interacting device 500 further includes:
a return value changing module 530, configured to obtain a return value after the first software module calls the changed external interface value item, and change a preset return value item of the first software module in the database according to the return value.
A subscription event deleting module 540, configured to delete all subscription events of the first software module in response to the closing of the first software module.
As shown in fig. 7, the software module interacting device 500 further includes:
a returned value subscribing module 550, configured to subscribe, for a second software module, a change event of the returned value item of the first software module to the second software module in response to a module call of the second software module to the first software module;
a change operation module 560, configured to perform module-invoked corresponding change operation on the external interface numerical item by using a change instruction;
a second notification sending module 570, configured to send a corresponding subscription change notification to the second software module when the returned value item triggers a change, so that the second software module calls the corresponding changed returned value item in the database, and completes module calling.
In the embodiment of the present invention, for more detailed description of functions of the modules, reference may be made to contents of corresponding parts in the foregoing embodiment, which are not described herein again.
In addition, the invention also provides computer equipment which can comprise a smart phone, a tablet computer, a vehicle-mounted computer, intelligent wearable equipment and the like. The computer device comprises a memory and a processor, wherein the memory can be used for storing a computer program, and the processor can execute the computer program to make the computer device execute the functions of each module in the method or the software module interaction device.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the computer device, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The present embodiment also provides a readable storage medium for storing a computer program used in the computer device described above.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for software module interaction, comprising:
responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing a change event of the external interface numerical item for the first software module;
and when the external interface numerical item triggers change, sending a corresponding subscription change notification to the first software module so that the first software module calls the corresponding changed external interface numerical item in the database.
2. The software module interaction method of claim 1, further comprising:
and acquiring a return value of the first software module after calling the changed external interface numerical item, and changing a preset return numerical item of the first software module in a database according to the return value.
3. The software module interaction method of claim 1, further comprising:
deleting all subscription events of the first software module in response to the closing of the first software module.
4. The software module interaction method of claim 1, further comprising:
responding to a module call of a second software module to the first software module, performing corresponding change operation of the module call on the external interface numerical item, and subscribing a change event of the returned numerical item of the first software module for the second software module;
and when the returned numerical value item triggers change, sending a corresponding subscription change notification to the second software module so that the second software module calls the corresponding changed returned numerical value item in the database.
5. The software module interaction method of claim 1, further comprising:
and when the preset external interface numerical item of the first software module in the database is not acquired, establishing a corresponding external interface numerical item in the database according to the application program interface of the first software module.
6. The software module interaction method of any one of claims 1 to 5, wherein the subscription change notification comprises a callback function, a message queue or a socket message.
7. A software module interaction apparatus, comprising:
the change event subscription module is used for responding to the starting of a first software module, acquiring a preset external interface numerical item of the first software module in a database, and subscribing the change event of the external interface numerical item for the first software module;
and the notification sending module is used for sending a corresponding subscription change notification to the first software module when the external interface numerical item triggers the change so as to enable the first software module to call the corresponding changed external interface numerical item in the database.
8. The software module interaction apparatus of claim 7, further comprising:
and the return value changing module is used for acquiring a return value after the first software module calls the changed external interface value item, and changing the preset return value item of the first software module in the database according to the return value.
9. A computer device comprising a memory storing a computer program and a processor executing the computer program to cause the computer device to perform the software module interaction method of any one of claims 1 to 6.
10. A readable storage medium, characterized in that it stores a computer program which, when run on a processor, performs the software module interaction method of any one of claims 1 to 6.
CN202010053862.6A 2020-01-17 2020-01-17 Software module interaction method and device, computer equipment and readable storage medium Pending CN111309405A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010053862.6A CN111309405A (en) 2020-01-17 2020-01-17 Software module interaction method and device, computer equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010053862.6A CN111309405A (en) 2020-01-17 2020-01-17 Software module interaction method and device, computer equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111309405A true CN111309405A (en) 2020-06-19

Family

ID=71145145

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010053862.6A Pending CN111309405A (en) 2020-01-17 2020-01-17 Software module interaction method and device, computer equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111309405A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024108995A1 (en) * 2022-11-21 2024-05-30 苏州元脑智能科技有限公司 Data exchange method and apparatus, and computer device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105677774A (en) * 2015-12-30 2016-06-15 百度在线网络技术(北京)有限公司 Data event pushing method and device
CN107133041A (en) * 2017-05-02 2017-09-05 武汉斗鱼网络科技有限公司 Data notification method and device
CN107402769A (en) * 2017-08-09 2017-11-28 郑州云海信息技术有限公司 A kind of method and system of module information interaction
CN109582329A (en) * 2018-09-29 2019-04-05 阿里巴巴集团控股有限公司 Data management and method for subscribing, device, system, electronic equipment and storage medium
CN109597663A (en) * 2018-09-06 2019-04-09 北京微播视界科技有限公司 Page info processing method, device and electronic equipment
CN110045925A (en) * 2019-03-05 2019-07-23 北京字节跳动网络技术有限公司 Data processing method, device, electronic equipment and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105677774A (en) * 2015-12-30 2016-06-15 百度在线网络技术(北京)有限公司 Data event pushing method and device
CN107133041A (en) * 2017-05-02 2017-09-05 武汉斗鱼网络科技有限公司 Data notification method and device
CN107402769A (en) * 2017-08-09 2017-11-28 郑州云海信息技术有限公司 A kind of method and system of module information interaction
CN109597663A (en) * 2018-09-06 2019-04-09 北京微播视界科技有限公司 Page info processing method, device and electronic equipment
CN109582329A (en) * 2018-09-29 2019-04-05 阿里巴巴集团控股有限公司 Data management and method for subscribing, device, system, electronic equipment and storage medium
CN110045925A (en) * 2019-03-05 2019-07-23 北京字节跳动网络技术有限公司 Data processing method, device, electronic equipment and computer readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024108995A1 (en) * 2022-11-21 2024-05-30 苏州元脑智能科技有限公司 Data exchange method and apparatus, and computer device and storage medium

Similar Documents

Publication Publication Date Title
US20220222110A1 (en) User specific event threading
CN112395483A (en) Page rendering method and device based on tree structure
EP3066816A1 (en) Method and device for the management of applications
CN113656407B (en) Data topology generation method and device, electronic equipment and storage medium
EP3825865A2 (en) Method and apparatus for processing data
CN111078506A (en) Business data batch running task monitoring method and device
CN106775711B (en) Information processing method, device and computer-readable storage medium for contact persons
US10394773B2 (en) Determining when a change set was delivered to a workspace or stream and by whom
CN111309405A (en) Software module interaction method and device, computer equipment and readable storage medium
CN114020840A (en) Data processing method, device, server, storage medium and product
CN114020193A (en) Cross-page checking determination method and device, electronic equipment and storage medium
CN111090623B (en) Data auditing method and device, electronic equipment and storage medium
CN110659295B (en) Method, apparatus and medium for recording valid data based on HAWQ
CN111061549A (en) Multitask management method based on android, intelligent terminal and storage medium
CN114546992A (en) Database migration method and device, storage medium and electronic equipment
CN110795389B (en) Storage snapshot based copying method, user equipment, storage medium and device
CN114003558A (en) Data archiving method, device, equipment and storage medium
CN109274808B (en) Address book information management method and system, electronic equipment and storage medium
CN109918147B (en) Expansion method and device for drive under OpenStack and electronic equipment
CN113378022A (en) In-station search platform, search method and related device
CN111400260A (en) File display method, display device, terminal device and readable storage medium
CN112527896B (en) Processing method and device of blockchain ledger data, storage medium and electronic equipment
CN112035162B (en) Configuration file batch modification method and device
CN113259265B (en) Message processing method and device, electronic equipment and storage medium
CN111274210B (en) Metadata processing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination