CN110674207A - Recursive data entry method and system - Google Patents

Recursive data entry method and system Download PDF

Info

Publication number
CN110674207A
CN110674207A CN201910949183.4A CN201910949183A CN110674207A CN 110674207 A CN110674207 A CN 110674207A CN 201910949183 A CN201910949183 A CN 201910949183A CN 110674207 A CN110674207 A CN 110674207A
Authority
CN
China
Prior art keywords
information
organization
recursive data
module
tree structure
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
CN201910949183.4A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201910949183.4A priority Critical patent/CN110674207A/en
Publication of CN110674207A publication Critical patent/CN110674207A/en
Pending legal-status Critical Current

Links

Images

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/25Integrating or interfacing systems involving database management systems
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees

Abstract

The invention provides a recursive data entry method and a system, wherein the method comprises the following steps: receiving a recursive data entry request triggered by a user; inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure; receiving the operation of a user on a target node in the tree structure; monitoring the operation, if the operation is a first operation, filling the information of the target node to a corresponding column, if the operation is a second operation, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure. The invention can realize the layer-by-layer query and display of the recursive data, reduce the waiting time of a user, improve the information input efficiency and simultaneously ensure the normalization and the effectiveness of the input information.

Description

Recursive data entry method and system
Technical Field
The invention belongs to the field of information input, and particularly relates to a recursive data input method and a recursive data input system.
Background
In the prior art, a need exists for entry of recursive data (e.g., a banking system needs to enter institution information when retrieving customer information from the institution information). In specific implementation, one way is to manually implement recursive data entry, and for recursive data with more branches, the implementation has the defects of low entry efficiency, high possibility of error, non-uniform names, and inconvenience in data statistics and management. The other mode is that all selectable recursive data are displayed in a tree form, the implementation mode can intuitively represent the hierarchical relationship among the recursive data, and the efficiency and the accuracy of mechanism information entry are also improved to a great extent.
In view of the above, how to provide a new solution that can solve the above technical defects is a technical problem to be solved in the art.
Disclosure of Invention
The invention provides a recursive data entry method and a recursive data entry system, which are used for solving the defects of low efficiency, easy error and poor user experience when recursive data are entered in the prior art.
In order to solve the above technical problem, a first aspect of the present invention provides a recursive data entry method, including: receiving a recursive data entry request triggered by a user; inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure; receiving the operation of a user on a target node in the tree structure; monitoring the operation, if the operation is a first operation, filling the information of the target node to a corresponding column, if the operation is a second operation, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure.
In a further embodiment, the queried information is rendered and displayed in a new window in a tree structure.
In a further embodiment, the first operation is a double-click operation, and the second operation is a single-click operation; or the first operation is a single-click operation, and the second operation is a double-click operation.
In a further embodiment, the recursive data is organization data having a plurality of branches, and the root node information and the leaf node information of the recursive data are organization information.
In a further embodiment, the organization information comprises an organization identity and/or an organization name.
In a further embodiment, the querying the root node information of the recursive data further comprises: and inquiring the organization information of the organization to which the user belongs.
A second aspect of the invention provides a recursive data entry system, the system comprising: the device comprises a first receiving module, an inquiry module, a display module, a second receiving module, a monitoring processing module and a filling module;
the first receiving module is used for receiving a recursive data entry request triggered by a user;
the query module is used for querying the root node information of the recursive data;
the display module is used for displaying the inquired information in a tree structure;
the second receiving module is used for receiving the operation of a user on a target node in the tree structure;
the monitoring processing module is used for monitoring the operation, if the operation is a first operation, the filling module is controlled to fill the information of the target node to the corresponding column, if the operation is a second operation, the query module is controlled to query the leaf node information of the target node, and the display module is controlled to display the queried information in a tree structure.
In a further embodiment, the display module renders and displays the queried information in a tree structure in a new window.
In a further embodiment, the first operation is a double-click operation, and the second operation is a single-click operation; or the first operation is a single-click operation, and the second operation is a double-click operation.
In a further embodiment, the recursive data is organization data having a plurality of branches, and the root node information and the leaf node information of the recursive data are organization information.
In a further embodiment, the organization information comprises an organization identity and/or an organization name.
In a further embodiment, the step of querying, by the querying module, the root node information of the recursive data further includes: and inquiring the organization information of the organization to which the user belongs.
The third aspect of the present invention also provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the recursive data entry method according to any one of the preceding embodiments when executing the computer program.
A fourth aspect of the present invention provides a computer-readable storage medium storing a computer program for executing the recursive data entry method according to any one of the preceding embodiments.
The recursive data entry method and system, the computer equipment and the computer readable storage medium provided by the invention are suitable for entry of organization information with more branches, and by receiving a recursive data entry request triggered by a user; inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure; receiving the operation of a user on a target node in the tree structure; monitoring the operation, if the operation is a first operation, filling the information of the target node to a corresponding column, if the operation is a second operation, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure, so that the layer-by-layer inquiry and display of recursive data can be realized, the waiting time of a user is reduced, the information input efficiency is improved, and meanwhile, the normalization and the effectiveness of the input information can be ensured.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
Fig. 1 is a flowchart of a recursive data entry method according to an embodiment of the present invention;
fig. 2 is a flowchart of an organization information entry method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of mechanism information obtained by one query according to an embodiment of the present invention;
fig. 4 is a structural diagram of a recursive data entry system according to an embodiment of the present invention.
Detailed Description
In order to make the technical features and effects of the invention more obvious, the technical solution of the invention is further described below with reference to the accompanying drawings, the invention can also be described or implemented by other different specific examples, and any equivalent changes made by those skilled in the art within the scope of the claims are within the scope of the invention.
The detailed description, which follows, is presented in terms of flowcharts, logic modules, and other symbolic representations of operations that can be performed on a computer system. A procedure, computer executed step, logic block, process, etc., is here conceived to be a self-consistent sequence of one or more steps or instructions leading to a desired result. The steps are those requiring physical manipulations of physical quantities. These quantities include electrical, magnetic, or radio signals, which are stored, transferred, combined, compared, and otherwise manipulated in a computer system. These signals may be bits, values, elements, symbols, characters, terms, numbers, or the like. Each step may be performed by hardware, software, firmware, or a combination thereof.
It should be noted that, the recursive data described in the present invention is structured data having a recursive relationship (e.g. country name, organization information having a plurality of branches), and specifically, the recursive data may be displayed in a tree structure, where only nodes having a recursive relationship downward are referred to as root nodes, and nodes having a recursive relationship upward are referred to as leaf nodes.
In the prior art, a need exists for inputting recursive data (for example, when a banking system retrieves customer information according to organization information, organization information needs to be input), and in specific implementation, recursive data input is usually realized in a manual mode.
Based on this, the present invention provides a recursive data entry method, as shown in fig. 1, fig. 1 is a flowchart of the recursive data entry method provided in the embodiment of the present invention, and this embodiment can implement layer-by-layer query and display of recursive data, reduce user waiting time, improve information entry efficiency, and simultaneously can ensure normalization and validity of entered information.
Specifically, the recursive data entry method shown in fig. 1 includes:
at step 110, a user-triggered recursive data entry request is received. In specific implementation, the recursive data entry request is triggered when the user positions the cursor of the mouse to the recursive information input field or when the user clicks the mouse.
And 120, inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure. As shown in fig. 3, the queried information is rendered and displayed in a new window in a tree structure, and each piece of data in the tree structure can be executed with a first operation or a second operation, where in implementation, the first operation and the second operation can act on specific data or in a plus sign box in front of the data.
Step 130, receiving the operation of the user on the target node in the tree structure. Wherein the target node is a node to which the user is to be finally located or an intermediate node for finding the finally located node.
In step 140, the operation in step 130 is monitored, and if the operation is the first operation, step 150 is executed, and if the operation is the second operation, step 160 is executed. In some embodiments, the first operation is a double-click operation, and the second operation is a single-click operation, and in other embodiments, the first operation is a single-click operation, and the second operation is a double-click operation.
Step 150, filling the information of the target node into the corresponding column.
And 160, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure.
Through the implementation of the steps 110 to 160, the layer-by-layer query and display of recursive data can be realized, the waiting time of a user is reduced, the information input efficiency is improved, and meanwhile, the normalization and the effectiveness of the input information can be ensured.
In an embodiment of the present invention, the recursive data is organization data having a plurality of branches, the root node information and the leaf node information of the recursive data are organization information, and the organization information includes an organization identifier and/or an organization name.
The embodiment can be applied to a banking system, one application scenario is that a head office manager needs to enter mechanism information to record the affiliation mechanism of a user when creating a system user for a specified mechanism, and another application scenario is that the head office manager needs to create a due-employment survey case list in the system after receiving a due-employment survey request of an external monitoring mechanism for a certain client, and at the moment, needs to enter mechanism information to distribute the case to a client manager of the client affiliation mechanism for processing. Of course, in the specific implementation, the invention is not only limited to be applied to the banking system, but also can be applied to the business systems of the insurance, power, communication and other industries with a plurality of branches.
Further, considering that the banking system controls the access right by means of institution information, for example, a user a who logs in the banking system to create a user B, and when specifying institution information for the user B, only can select the branch of the puldon development area in shanghai city and the administrative site institution, but cannot select the superior institution such as the branch in shanghai city, as shown in fig. 2, the institution information entry method includes:
step 210, receiving an organization information entry request triggered by a user.
Step 220, inquiring the organization information to which the user belongs according to the organization information entry request, and displaying the inquired information in a tree structure, as shown in fig. 3.
Step 230, receiving the operation of the user on the target mechanism in the tree structure.
In step 240, the operation in step 230 is monitored, and if the operation is the first operation, step 250 is executed, and if the operation is the second operation, step 260 is executed.
Step 250, filling the target mechanism information into the corresponding field.
And step 260, judging whether the target mechanism is a root node, if not, inquiring the lower mechanism information of the target mechanism, displaying the inquired information in a tree structure, and if the target mechanism is the root node, sending the prompt information of no branch mechanism of the target mechanism.
According to the method, the mechanism information under all jurisdictions is not inquired at one time, the inquiry of the lower mechanism is triggered layer by layer in a user triggering mode, the waiting time of a user can be reduced in the on-demand loading mode, and the mechanism information input efficiency of the user is improved.
Based on the same inventive concept, embodiments of the present invention further provide a recursive data entry system, as described in the following embodiments. Because the principle of solving the problems of the system is similar to that of the recursive data entry method, the implementation of the system can refer to the implementation of the recursive data entry method, and repeated parts are not described again.
As shown in fig. 4, fig. 4 is a structural diagram of a recursive data entry system according to an embodiment of the present invention, which can implement layer-by-layer query and display of recursive data, reduce user waiting time, improve information entry efficiency, and ensure normalization and validity of entered information.
Specifically, the recursive data entry system comprises: the system comprises a first receiving module 410, a query module 420, a display module 430, a second receiving module 440, a monitoring processing module 450 and a filling module 460.
The first receiving module 410 is used for receiving a recursive data entry request triggered by a user. In specific implementation, the recursive data entry request is triggered when the user positions the cursor of the mouse to the recursive information input field or when the user clicks the mouse.
The query module 420 is used to query the root node information of the recursive data.
The display module 430 is used for displaying the queried information in a tree structure. As shown in fig. 3, the queried information is rendered and displayed in a new window in a tree structure, and each piece of data in the tree structure can be executed with a first operation or a second operation, where in implementation, the first operation and the second operation can act on specific data or in a plus sign box in front of the data.
The second receiving module 440 is used for receiving the operation of the user on the target node in the tree structure. Wherein the target node is a node to which the user is to be finally located or an intermediate node for finding the finally located node.
The monitoring processing module 450 is configured to monitor the operation, and if the operation is a first operation, the control filling module 460 fills the information of the target node in the corresponding field, and if the operation is a second operation, the control query module 420 queries the leaf node information of the target node, and the control display module 430 displays the queried information in a tree structure. In some embodiments, the first operation is a double-click operation, and the second operation is a single-click operation, and in other embodiments, the first operation is a single-click operation, and the second operation is a double-click operation.
In some embodiments, the first receiving module 410, the displaying module 430, the second receiving module 440, and the filling module 460 are configured at the user side, and the querying module 420 and the monitoring processing module 450 are configured at the server side, wherein the displaying manner of the displaying module 430 is configured by the server side. In other embodiments, the first receiving module 410, the querying module 420, the displaying module 430, the second receiving module 440, the monitoring processing module 450, and the filling module 460 are all configured at the user end. The present invention is not limited to this, and can be determined according to the processing capabilities of the ue and the server.
The recursive data entry system provided by the invention can realize layer-by-layer query and display of recursive data, reduce the waiting time of a user, improve the efficiency of information entry, and simultaneously can ensure the normalization and the effectiveness of the entered information.
In an embodiment of the present invention, the recursive data is organization data having a plurality of branches, the root node information and the leaf node information of the recursive data are organization information, and the organization information includes an organization identifier and/or an organization name.
The embodiment can be applied to a banking system, one application scenario is that a head office manager needs to enter mechanism information to record the affiliation mechanism of a user when creating a system user for a specified mechanism, and another application scenario is that the head office manager needs to create a due-employment survey case list in the system after receiving a due-employment survey request of an external monitoring mechanism for a certain client, and at the moment, needs to enter mechanism information to distribute the case to a client manager of the client affiliation mechanism for processing. Of course, in the specific implementation, the invention is not only limited to be applied to the banking system, but also can be applied to the business systems of the insurance, power, communication and other industries with a plurality of branches.
Further, considering that the banking system controls the access right by means of institution information, for example, the user a who logs in the banking system to create the user B who specifies institution information for the user B can only select the branch of the puldon development area of Shanghai city and the administrative site institution, but cannot select the superior institution such as the branch of Shanghai city. The step of the query module 420 querying the root node information of the recursive data further comprises: and inquiring the organization information of the organization to which the user belongs.
According to the method, the mechanism information under all jurisdictions is not inquired at one time, the inquiry of the lower mechanism is triggered layer by layer in a user triggering mode, the waiting time of a user can be reduced in the on-demand loading mode, and the mechanism information input efficiency of the user is improved.
In some embodiments of the present invention, there is also provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the recursive data entry method according to any one of the preceding embodiments when executing the computer program.
In some embodiments of the present invention, there is also provided a computer readable storage medium storing an executable computer program which, when executed by a processor, implements the recursive data entry method of any one of the preceding embodiments.
The recursive data entry method and system, the computer equipment and the computer readable storage medium provided by the invention are suitable for entry of organization information with more branches, and by receiving a recursive data entry request triggered by a user; inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure; receiving the operation of a user on a target node in the tree structure; monitoring the operation, if the operation is a first operation, filling the information of the target node to a corresponding column, if the operation is a second operation, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure, so that the layer-by-layer inquiry and display of recursive data can be realized, the waiting time of a user is reduced, the information input efficiency is improved, and meanwhile, the normalization and the effectiveness of the input information can be ensured.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only for the purpose of illustrating the present invention, and any person skilled in the art can modify and change the above embodiments without departing from the spirit and scope of the present invention. Therefore, the scope of the claims should be accorded the full scope of the claims.

Claims (14)

1. A recursive data entry method, the method comprising:
receiving a recursive data entry request triggered by a user;
inquiring the root node information of the recursive data, and displaying the inquired information in a tree structure;
receiving the operation of a user on a target node in the tree structure;
monitoring the operation, if the operation is a first operation, filling the information of the target node to a corresponding column, if the operation is a second operation, inquiring the leaf node information of the target node, and displaying the inquired information in a tree structure.
2. The method of claim 1, wherein the queried information is rendered in a tree structure for display in a new window.
3. The method of claim 1, wherein the first operation is a double-click operation and the second operation is a single-click operation; or the first operation is a single-click operation, and the second operation is a double-click operation.
4. The method of claim 1, wherein the recursive data is organization data having a plurality of branches, and wherein root node information and leaf node information of the recursive data are organization information.
5. The method of claim 4, wherein the organization information comprises an organization identification and/or an organization name.
6. The method of claim 4, wherein querying root node information of recursive data further comprises: and inquiring the organization information of the organization to which the user belongs.
7. A recursive data entry system, the system comprising: the device comprises a first receiving module, an inquiry module, a display module, a second receiving module, a monitoring processing module and a filling module;
the first receiving module is used for receiving a recursive data entry request triggered by a user;
the query module is used for querying the root node information of the recursive data;
the display module is used for displaying the inquired information in a tree structure;
the second receiving module is used for receiving the operation of a user on a target node in the tree structure;
the monitoring processing module is used for monitoring the operation, if the operation is a first operation, the filling module is controlled to fill the information of the target node to the corresponding column, if the operation is a second operation, the query module is controlled to query the leaf node information of the target node, and the display module is controlled to display the queried information in a tree structure.
8. The system of claim 7, wherein the display module renders the queried information in a tree structure in the new window.
9. The system of claim 7, wherein the first operation is a double-click operation and the second operation is a single-click operation; or the first operation is a single-click operation, and the second operation is a double-click operation.
10. The system of claim 7, wherein the recursive data is organization data having a plurality of branches, and wherein root node information and leaf node information of the recursive data are organization information.
11. The system of claim 10, wherein the organization information comprises an organization identification and/or an organization name.
12. The system of claim 10, wherein the step of querying the root node information of the recursive data by the query module is further: and inquiring the organization information of the organization to which the user belongs.
13. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 6 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 6.
CN201910949183.4A 2019-10-08 2019-10-08 Recursive data entry method and system Pending CN110674207A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910949183.4A CN110674207A (en) 2019-10-08 2019-10-08 Recursive data entry method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910949183.4A CN110674207A (en) 2019-10-08 2019-10-08 Recursive data entry method and system

Publications (1)

Publication Number Publication Date
CN110674207A true CN110674207A (en) 2020-01-10

Family

ID=69080725

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910949183.4A Pending CN110674207A (en) 2019-10-08 2019-10-08 Recursive data entry method and system

Country Status (1)

Country Link
CN (1) CN110674207A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106227515A (en) * 2016-07-12 2016-12-14 努比亚技术有限公司 A kind of information processing method and server
CN106970936A (en) * 2017-02-09 2017-07-21 阿里巴巴集团控股有限公司 Data processing method and device, data query method and device
CN107016129A (en) * 2017-05-17 2017-08-04 刘继君 A kind of power equipment information acquisition method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106227515A (en) * 2016-07-12 2016-12-14 努比亚技术有限公司 A kind of information processing method and server
CN106970936A (en) * 2017-02-09 2017-07-21 阿里巴巴集团控股有限公司 Data processing method and device, data query method and device
CN107016129A (en) * 2017-05-17 2017-08-04 刘继君 A kind of power equipment information acquisition method and device

Similar Documents

Publication Publication Date Title
US8713446B2 (en) Personalized dashboard architecture for displaying data display applications
US20180218053A1 (en) Big Data Analytical Platform Tools And Methods Of Use
US8683370B2 (en) Systems and methods for generating data visualization dashboards
US9773010B1 (en) Information-driven file system navigation
US20140040257A1 (en) Dashboard views of task activity
US20170069020A1 (en) Xbrl comparative reporting
US20160224615A1 (en) Method and system for embedding third party data into a saas business platform
US9342569B2 (en) System and method of adding user interface element groups
CN103154942A (en) Enterprise application work center
US11698888B2 (en) Form field creation systems and methods
US20230048310A1 (en) System and method for identifying members of a dynamic target segment
EP4182788A1 (en) Methods for software development and operation process analytics and devices thereof
US9934291B2 (en) Dynamic presentation of a results set by a form-based software application
CN109213782B (en) Search interface configuration and display method and device and communication equipment
US9946804B2 (en) Displaying historical data associated with data values within business intelligence reports
US20130127863A1 (en) Determining an optimal sequence of status transitions for business objects
US20190197453A1 (en) Aggregating computer functions across different computer applications
CN110674207A (en) Recursive data entry method and system
CN116150159A (en) Method, device, equipment and medium for visualizing enterprise relationship in multiple dimensions
CN110659324A (en) Recursive data entry method and system
US10019477B2 (en) Anticipatory query completion by pattern detection
US9916373B2 (en) Dynamic data partitioning extension
US20140071158A1 (en) Interface Integrating Key Peformance Indicator (KPI) to Custom Control
US20130090962A1 (en) Providing variability and materialization over links connecting product line resources
CN114217899B (en) Data persistence method, device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200110