CN115794770A - Associated data management method and device, terminal and readable storage medium - Google Patents

Associated data management method and device, terminal and readable storage medium Download PDF

Info

Publication number
CN115794770A
CN115794770A CN202211295712.1A CN202211295712A CN115794770A CN 115794770 A CN115794770 A CN 115794770A CN 202211295712 A CN202211295712 A CN 202211295712A CN 115794770 A CN115794770 A CN 115794770A
Authority
CN
China
Prior art keywords
data
service data
target service
attribute
associated 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
CN202211295712.1A
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 Kangbida Control Technology Co ltd
Original Assignee
Shenzhen Kangbida Control Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Kangbida Control Technology Co ltd filed Critical Shenzhen Kangbida Control Technology Co ltd
Priority to CN202211295712.1A priority Critical patent/CN115794770A/en
Publication of CN115794770A publication Critical patent/CN115794770A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention provides a management method, a device, a terminal and a readable storage medium of associated data, wherein the method comprises the following steps: when management operation is executed on target business data, if predefined annotations are added to the operation of the target business data, an associated data management method matched with the predefined annotations is woven into an execution method of the target business data based on a tangent plane programming component; acquiring the attribute of the target service data; the attributes comprise tables and/or fields; and executing the associated data management method based on the attributes of the target service data, wherein the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attributes. The method for managing the synchronous associated data of the business data and the associated data thereof is realized in a section programming mode, complex data associated logic does not need to be written in a business layer, development workload is saved, and code availability is improved.

Description

Associated data management method and device, terminal and readable storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a method and an apparatus for managing associated data, a terminal, and a readable storage medium.
Background
The existing platform software often has the problems that data deletion and associated data are influenced in the process of deleting business data. Many times developers will do database data deletion from several aspects:
1. performing logic deletion to maintain the loss of associated data and failure of searching or invalidation;
2. making an external association key of the database, performing association deletion, and deleting the associated services on the database level;
3. analyzing whether the service code can be deleted or not, and logically writing a related deletion script;
the deletion modes of the database association have different disadvantages. The pressure of the database is brought by the logic deletion, and the performance problem of IO operation is brought by the fact that invalid data which is not needed by a user exists in the database; external association deletion, namely deleting associated data from a database layer directly, so that user experience is poor, data association is too strong, and the use of external association keys causes inconvenience in addition, deletion and modification of the database; and each service logic is added with judgment to write the database association deletion script, and repeated and troublesome logic processing is brought to developers.
Disclosure of Invention
In view of this, the present invention provides a method, an apparatus, a terminal and a readable storage medium for managing associated data, which can solve the problems of complex associated data processing process and large workload in the service data management process.
In a first aspect, an embodiment of the present invention provides a method for managing associated data, including:
when management operation is executed on target business data, if a predefined annotation is added to the operation of the target business data, an associated data management method matched with the predefined annotation is woven into an execution method of the target business data based on a tangent plane programming component;
acquiring the attribute of the target service data; the attributes comprise tables and/or fields;
and executing the associated data management method based on the attribute of the target service data, wherein the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attribute.
In a second aspect, an embodiment of the present invention provides a management apparatus for associated data, including:
the system comprises an association logic starting module, a data processing module and a data processing module, wherein the association logic starting module is used for weaving an association data management method matched with a predefined annotation for an execution method of target business data based on a tangent plane programming component if the predefined annotation is added to the operation of the target business data when management operation is executed on the target business data;
the attribute acquisition module is used for acquiring the attribute of the target service data; the attributes comprise tables and/or fields;
and the associated data management operation module is used for executing the associated data management method, and the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data.
In a third aspect, an embodiment of the present invention provides a terminal, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor, when executing the computer program, implements the steps of the method according to any one of the possible implementation manners of the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps of the method according to any one of the possible implementation manners of the first aspect.
Compared with the prior art, the embodiment of the invention has the following beneficial effects:
when management operation is executed on target business data, if predefined annotation is added to the operation of the target business data, an associated data management method matched with the predefined annotation is woven for the execution method of the target business data based on a tangent plane programming component; acquiring the attribute of the target service data; the attributes comprise tables and/or fields; and executing the associated data management method based on the attribute of the target service data, wherein the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attribute. The method realizes the synchronous associated data management method of the service data and the associated data thereof in a tangent plane programming mode, does not need to write complex data associated logic in a service layer, saves development workload and improves code availability.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings required to be used in the embodiments or the prior art description will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings may be obtained according to these drawings without inventive labor.
Fig. 1 is a flowchart of an implementation of a method for managing associated data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a code program provided by an embodiment of the present invention;
FIG. 3 is a schematic diagram of an associative logic configuration table provided by an embodiment of the present invention;
fig. 4 is a schematic overall flow chart of a management method of associated data according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a management apparatus for associated data according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
To make the objects, technical solutions and advantages of the present invention more apparent, the following description will be made by way of specific embodiments with reference to the accompanying drawings.
Referring to fig. 1, it shows a flowchart of an implementation of a management method for associated data according to an embodiment of the present invention, where the method is applied to a service layer of a terminal, and is described in detail as follows:
s101: when management operation is executed on target business data, if a predefined annotation is added to the operation of the target business data, an associated data management method matched with the predefined annotation is woven for the execution method of the target business data based on a tangent plane programming component.
Specifically, the method provided by the application is mainly applied to a data service-based method, and the data service method mainly comprises the steps of adding, modifying, deleting, inquiring and the like to data in a database.
And when the terminal equipment executes the service data management operation, acquiring the attribute of the target service data, and executing the management operation on the service data corresponding to the attribute of the target service data.
Aspect Organized Programming (AOP), mainly implemented for extracting a tangent plane in a business processing process, faces a certain step or stage in the processing process to obtain an isolation effect of low coupling between parts in a logic process. In specific implementation, a dynamic Proxy class (Proxy) can be used to realize the isolation effect by intercepting the behavior of a certain object and adding the required functions.
In this embodiment, a tangent plane programming mode is adopted, a tangent point is inserted before the execution method, and the annotation is woven into the execution method. The execution method is used for executing management operation on the target service data. The annotation is an API (Application Programming Interface) directly used by the user, and the use is very simple, and only the associated data management method annotation needs to be added to the business data operation. The annotation includes a category of management operations, which may include deletion and modification. That is, if the management operation is deletion, the deletion operation is performed on the target service data, and if the management operation is modification, the modification operation is performed on the target service data.
As shown in fig. 2, fig. 2 shows a specific implementation code, which is annotated as @ modelsymbol = true. Wherein, the operation category is Delete, the annotation is inserted before int Delete (@ Param ("ids") String ids) of the execution method, and "ids" is the target business data.
Specifically, each annotation corresponds to an associated data management method, and the associated data management method is used for performing synchronous management operation on target business data and associated data thereof.
S102: acquiring the attribute of the target service data; the attributes comprise tables and/or fields;
in a possible embodiment, the specific implementation flow of S102 includes:
and utilizing a JAVA reflection mechanism to reversely analyze the corresponding attribute from the target service data, wherein the attribute comprises a table or a field.
Specifically, the JAVA reflection mechanism can determine the class to which any one object belongs when the program runs; constructing an object of any one class at runtime; judging member variables and methods of any one class during running; a method of any one object is called at run-time. Through the JAVA reflection mechanism, the present embodiment may reversely resolve the corresponding attribute from the query statement containing the target service data.
In this embodiment, if the target service data and the associated data thereof are to be deleted from the database, the table and the field corresponding to the target service data may be firstly analyzed through a JAVA reflection mechanism, and the table and the field that are to be deleted are determined.
S103: and executing the associated data management method based on the attribute of the target service data, wherein the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attribute.
In a possible embodiment, the specific implementation process of S103 includes:
determining an associated attribute and a synchronous management instruction corresponding to the attribute based on an associated logic configuration table corresponding to the attribute;
if the synchronous management instruction is yes, synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data;
and if the synchronous management instruction is negative, only deleting the target service data.
In one possible embodiment, the management operation includes deletion and modification.
In this embodiment, the association attribute includes a table and a field. The database stores an associated logic configuration table configured in advance by a user, the associated logic configuration table includes an associated deletion logic configuration table, the associated deletion logic configuration table is shown in fig. 3, wherein attributes corresponding to the target service data include a deleted table and deleted external associated fields, and the associated attributes corresponding to the attributes of the target service data are the associated table and the fields of the external associated table. If the value of the synchronous deletion related data is 'yes', the synchronous management instruction is 'yes', and if the value of the synchronous deletion related data is 'no', the synchronous management instruction is 'no'. The specific implementation of this configuration may also be detailed in the associated logical configuration table.
For example, if the target service data is an alarm level and the attribute thereof is an alarm mode, the detailed description is as shown in fig. 3: and deleting the alarm level, judging whether the alarm mode is associated, and if so, not deleting the associated data.
In this embodiment, the attributes of the target service data may include a plurality of association attributes, where each association attribute corresponds to a synchronization management instruction, and is used to determine whether the target service data corresponding to the association attribute needs to be managed synchronously.
In a possible implementation manner, before S103, the method provided in this embodiment further includes:
judging whether the associated data management method is started or not;
if the associated data management method is enabled, executing the associated data management method;
and if the associated data management method is not started, performing management operation on the target service data.
In this embodiment, as shown in fig. 3, the associated logic configuration table further records information about whether the associated data management method is enabled, if the information in the associated logic configuration table is enabled, the associated data management method is executed, and if the information is not enabled, the associated data management method is not executed.
In a possible implementation manner, if there is no associated attribute corresponding to the target service data in the associated logic configuration table, the associated data management method is not executed.
In this embodiment, fig. 4 shows an overall flowchart of the service data and the associated data thereof provided in this embodiment, as shown in fig. 4, the associated data management method is packaged into one packet, and may be conveniently inserted into any data operation, in the process of executing a delete operation on the service data, if there is a comment, an util packet of the associated data management method is called, the util packet is used to obtain a deleted table and a deleted field of a service layer, and obtain an associated logic configuration table stored in advance in the Mysql database, and determine an associated table and an external associated field of the deleted table and field from the associated logic configuration table, if there are an associated table and an external associated field of the deleted table and field in the associated logic configuration table, then the service data and the service data corresponding to the table and the associated attribute to be deleted and the field are deleted, and if there is no associated table and external associated field of the deleted table and field in the associated logic configuration table, the execution flow of the associated data management method is ended.
The management method of the associated data provided by the embodiment can solve the complexity of the independent processing of the logic deletion of the developer, does not need to realize the operation of whether the data information of the associated deletion needs to be deleted or not in each service layer, only needs uniform configuration, and does not need recoding. At present, as long as a service layer triggers a delete button, the data is related to data in other tables, whether the related data needs to be deleted or not can be processed through a common section programming code, development workload is saved, and operation logic of the related data can be flexibly configured; the usability of the code is improved, and the repeated work of developers is reduced.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
The following are embodiments of the apparatus of the invention, reference being made to the corresponding method embodiments described above for details which are not described in detail therein.
Fig. 5 is a schematic structural diagram of a management apparatus for associated data according to an embodiment of the present invention, and for convenience of description, only the parts related to the embodiment of the present invention are shown, and detailed descriptions are as follows:
as shown in fig. 5, the management apparatus 100 for associated data includes:
the association logic starting module 110 is configured to, when a management operation is performed on target business data, if a predefined annotation is added to the operation of the target business data, weave an association data management method matching the predefined annotation for an execution method of the target business data based on a tangent plane programming component;
an attribute obtaining module 120, configured to obtain an attribute of the target service data; the attributes comprise tables and/or fields;
and an associated data management operation module 130, configured to execute the associated data management method, where the associated data management method is used to perform management operation on the service data corresponding to the target service data and the associated attribute thereof synchronously.
In one possible implementation, the attribute obtaining module 120 includes:
and utilizing a JAVA reflection mechanism to reversely analyze the corresponding attribute from the target service data.
In one possible implementation, the association data management operation module 130 includes:
determining an association attribute and a synchronous management instruction corresponding to the attribute based on an association logic configuration table corresponding to the attribute;
if the synchronous management instruction is yes, synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data;
and if the synchronous management instruction is negative, only deleting the target service data.
In one possible embodiment, the management operation includes deletion and modification.
In a possible implementation, the apparatus 100 further includes an enabling determination module configured to:
judging whether the associated data management method is started or not;
if the associated data management method is started, executing the associated data management method;
and if the associated data management method is not started, performing management operation on the target service data.
The management device for the associated data provided by the embodiment can solve the complexity of the independent processing of the logic deletion of the developer, does not need to realize the operation of whether the data information associated and deleted at the position needs to be deleted at each service layer, only needs to be configured at a unified position, and does not need to be encoded again. At present, as long as a service layer triggers a delete button, the data is related to data in other tables, whether the related data needs to be deleted or not can be processed through a common section programming code, development workload is saved, and operation logic of the related data can be flexibly configured; the usability of the code is improved, and the repeated work of developers is reduced.
The management apparatus for associated data provided in this embodiment may be used to implement the above-mentioned embodiment of the management method for associated data, and the implementation principle and technical effect are similar, which is not described herein again.
Fig. 6 is a schematic diagram of a terminal according to an embodiment of the present invention. As shown in fig. 6, the terminal 6 of this embodiment includes: a processor 60, a memory 61 and a computer program 62 stored in said memory 61 and executable on said processor 60. The processor 60 executes the computer program 62 to implement the steps in the management method embodiments of the above-mentioned respective associated data, for example, the steps S101 to S103 shown in fig. 1. Alternatively, the processor 60, when executing the computer program 62, implements the functions of the modules/units in the above-mentioned device embodiments, such as the functions of the modules 110 to 130 shown in fig. 5.
Illustratively, the computer program 62 may be partitioned into one or more modules/units, which are stored in the memory 61 and executed by the processor 60 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 62 in the terminal 6.
The terminal 6 may be a computing device such as a desktop computer, a notebook, a palm computer, and a cloud server. The terminal 6 may include, but is not limited to, a processor 60, a memory 61. Those skilled in the art will appreciate that fig. 6 is merely an example of a terminal 6 and does not constitute a limitation of terminal 6, and may include more or fewer components than shown, or some components may be combined, or different components, e.g., the terminal may also include input-output devices, network access devices, buses, etc.
The Processor 60 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 61 may be an internal storage unit of the terminal 6, such as a hard disk or a memory of the terminal 6. The memory 61 may also be an external storage device of the terminal 6, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) and the like provided on the terminal 6. Further, the memory 61 may also include both an internal storage unit and an external storage device of the terminal 6. The memory 61 is used for storing the computer program and other programs and data required by the terminal. The memory 61 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the description of each embodiment has its own emphasis, and reference may be made to the related description of other embodiments for parts that are not described or recited in any embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal and method may be implemented in other ways. For example, the above-described apparatus/terminal embodiments are merely illustrative, and for example, the division of the modules or units is only one type of logical function division, and other division manners may exist in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow in the method according to the above embodiments may be implemented by a computer program, which may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of the above embodiments of the method for managing associated data. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, read-Only Memory (ROM), random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media which may not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein.

Claims (10)

1. A method for managing associated data, comprising:
when management operation is executed on target business data, if predefined annotations are added to the operation of the target business data, an associated data management method matched with the predefined annotations is woven into an execution method of the target business data based on a tangent plane programming component;
acquiring the attribute of the target service data; the attributes comprise tables and/or fields;
and executing the associated data management method based on the attributes of the target service data, wherein the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attributes.
2. The method for managing associated data according to claim 1, wherein the obtaining the attribute of the target service data includes:
and utilizing a JAVA reflection mechanism to reversely analyze the corresponding attribute from the target service data.
3. The method for managing associated data according to claim 1, wherein the performing the associated data management method based on the attribute of the target service data comprises:
determining an association attribute and a synchronous management instruction corresponding to the attribute based on an association logic configuration table corresponding to the attribute;
if the synchronous management instruction is yes, synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data;
and if the synchronous management instruction is no, only managing the target service data.
4. The method for managing associated data according to claim 1, wherein said management operations comprise deletion and modification.
5. The method for managing associated data according to claim 1, wherein before said executing said associated data management method, said method further comprises:
judging whether the associated data management method is started or not;
if the associated data management method is enabled, executing the associated data management method;
and if the associated data management method is not started, performing management operation on the target service data.
6. A management apparatus for associated data, comprising:
the system comprises an association logic starting module, a data processing module and a data processing module, wherein the association logic starting module is used for weaving an association data management method matched with a predefined annotation for an execution method of target business data based on a tangent plane programming component when management operation is executed on the target business data and if the predefined annotation is added to the operation of the target business data;
the attribute acquisition module is used for acquiring the attribute of the target service data; the attributes comprise tables and/or fields;
and the associated data management operation module is used for executing the associated data management method, and the associated data management method is used for synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data.
7. The apparatus for managing associated data according to claim 6, wherein the attribute acquisition module includes:
and utilizing a JAVA reflection mechanism to reversely analyze the corresponding attribute from the target service data.
8. The device for managing associated data according to claim 6, wherein the associated data management operation module comprises:
determining an association attribute and a synchronous management instruction corresponding to the attribute based on an association logic configuration table corresponding to the attribute;
if the synchronous management instruction is yes, synchronously managing the target service data and the service data corresponding to the associated attributes of the target service data;
and if the synchronous management instruction is no, only managing the target service data.
9. A terminal comprising a processor and a memory, the memory being adapted to store a computer program, the processor being adapted to invoke and execute the computer program stored in the memory, performing the method of any of claims 1 to 5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5 above.
CN202211295712.1A 2022-10-21 2022-10-21 Associated data management method and device, terminal and readable storage medium Pending CN115794770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211295712.1A CN115794770A (en) 2022-10-21 2022-10-21 Associated data management method and device, terminal and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211295712.1A CN115794770A (en) 2022-10-21 2022-10-21 Associated data management method and device, terminal and readable storage medium

Publications (1)

Publication Number Publication Date
CN115794770A true CN115794770A (en) 2023-03-14

Family

ID=85433478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211295712.1A Pending CN115794770A (en) 2022-10-21 2022-10-21 Associated data management method and device, terminal and readable storage medium

Country Status (1)

Country Link
CN (1) CN115794770A (en)

Similar Documents

Publication Publication Date Title
US8713526B2 (en) Assigning runtime artifacts to software components
CN108388622B (en) API interface dynamic generation method and device, computer equipment and storage medium
CN111767143A (en) Transaction data processing method, device, equipment and system
CN111949693A (en) Data processing device, data processing method, storage medium and electronic equipment
CN113672627A (en) Elasticissearch search engine index construction method and device
CN113971037A (en) Application processing method and device, electronic equipment and storage medium
CN109033456B (en) Condition query method and device, electronic equipment and storage medium
JP2024505236A (en) Data set multiplexer for data processing systems
CN111338626B (en) Interface rendering method and device, electronic equipment and medium
CN110045952B (en) Code calling method and device
CN112068874A (en) Software project continuous integration method and device, terminal equipment and storage medium
US9201937B2 (en) Rapid provisioning of information for business analytics
CN116244387A (en) Entity relationship construction method, device, electronic equipment and storage medium
CN116483707A (en) Test method, test device, test apparatus, test program, and test program
CN115794770A (en) Associated data management method and device, terminal and readable storage medium
CN114356290A (en) Data processing method and device and computer readable storage medium
US11550571B2 (en) Generation of equivalent microservices to replace existing object-oriented application
CN108628909B (en) Information pushing method and device
CN113504904A (en) User-defined function implementation method and device, computer equipment and storage medium
CN112883044A (en) Data processing method and device for database and computer readable medium
CN112115150A (en) Data management method, terminal device and medium for embedded memory database
CN110674224A (en) Entity data processing method, device, equipment and computer readable storage medium
CN115145737B (en) Dynamic locking method, electronic device and computer readable storage medium
CN112199428B (en) Application management system, method and terminal equipment of functional data block
CN113343036B (en) Data blood relationship analysis method and system based on key topological structure analysis

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