CN113704417B - Method and system for displaying relation between document fixed tracking and document chapter tracking - Google Patents

Method and system for displaying relation between document fixed tracking and document chapter tracking Download PDF

Info

Publication number
CN113704417B
CN113704417B CN202111258697.9A CN202111258697A CN113704417B CN 113704417 B CN113704417 B CN 113704417B CN 202111258697 A CN202111258697 A CN 202111258697A CN 113704417 B CN113704417 B CN 113704417B
Authority
CN
China
Prior art keywords
document
tracking
tracked
chapter
chapters
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.)
Active
Application number
CN202111258697.9A
Other languages
Chinese (zh)
Other versions
CN113704417A (en
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.)
Beijing Keyware Co ltd
Original Assignee
Beijing Keyware 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 Beijing Keyware Co ltd filed Critical Beijing Keyware Co ltd
Priority to CN202111258697.9A priority Critical patent/CN113704417B/en
Publication of CN113704417A publication Critical patent/CN113704417A/en
Application granted granted Critical
Publication of CN113704417B publication Critical patent/CN113704417B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results

Abstract

The invention provides a method and a system for displaying a relation between document fixed tracking and document chapter tracking, wherein the method comprises the following steps: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships to a database; obtaining the plurality of stored document fixed tracking relations and a plurality of stored document chapter tracking relations from the database; and taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix. The invention converts the tracking relation of a plurality of documents and chapters into a two-dimensional matrix for display, summarizes the two-dimensional matrix in a table, and is greatly convenient to check and analyze.

Description

Method and system for displaying relation between document fixed tracking and document chapter tracking
Technical Field
The invention relates to the technical field of software and information security, in particular to a method and a system for displaying a relation between document fixed tracking and document chapter tracking.
Background
With the development of computer information technology, in the management of document tracking relationship and the like, the traditional single-line tracking can only display the one-to-one tracking relationship of documents, the tracking relationship among a plurality of documents cannot be visually displayed, the chapter tracking relationship among a plurality of documents cannot be displayed at one time, the traditional single-line tracking and the like cannot meet the requirement of tracking relationship management, and the management of the tracking relationship increasingly needs a clearer and more convenient display mode for better observation and analysis.
The problems existing in the prior art are as follows:
for the tracking relationship between documents and between document sections, currently, only the single-line tracking relationship between a plurality of documents exists, and the two-dimensional matrix display of the one-to-many tracking relationship between document sections exists. And the two-dimensional matrix display cannot be carried out on the 'tree-like tracking' among a plurality of documents and the 'one-to-many' tracking relation of chapters among the plurality of documents.
Disclosure of Invention
The invention aims to provide a method and a system for displaying a relation between document fixed tracking and document chapter tracking so as to solve the technical problems in the prior art.
The invention provides a method for displaying a relation between document fixed tracking and document chapter tracking, which comprises the following steps:
s1: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships to a database;
s2: obtaining the plurality of stored document fixed tracking relations and a plurality of stored document chapter tracking relations from the database;
s3: and taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix.
In some embodiments, the specific method for presenting the plurality of documents as columns of a two-dimensional matrix includes:
the starting point documents of the tracking relations of the plurality of documents are placed in the first column for displaying, and other documents can be arranged and displayed according to the emphasis points of the tracking relation analysis.
In some embodiments, the specific method of presenting the document sections as rows of a two-dimensional matrix comprises: and displaying chapter numbers of the chapters in the column of the document to which the chapters belong, displaying the chapters with tracking relationship at corresponding positions of the same row, and displaying the chapters without tracking relationship in a single row.
In some embodiments, retrieving the stored table structure of the plurality of document fixed tracking relationships from the database comprises:
a primary key ID, a tracking relationship ID, a document ID, a chapter name, a chapter number, a tracked chapter name, a tracked document ID, a tracked chapter ID, a tracking relationship display chapter ID.
In some embodiments, retrieving from the database a table structure of stored document chapter tracking relationships comprises: primary key ID, document ID, item ID, chapter ID, tracked document ID, tracked chapter ID, show tracking relationship chapter ID, creation time, tracking relationship.
In some embodiments, the specific method for obtaining the stored plurality of document fixed tracking relationships and plurality of document chapter tracking relationships includes:
inquiring the tracked chapter information according to the tracked chapter ID;
inquiring the tracked chapter information according to the tracked chapter ID;
querying the tracked latest document;
tracking other documents according to the tracked latest document query;
inquiring the tracking relation of all chapters under the tracking document;
inquiring all chapter information for establishing tracking relationship under the current document;
all document chapter information tracked by the current document chapter is queried.
In some embodiments, the specific method for presenting the plurality of documents as columns of a two-dimensional matrix further includes: and circularly inquiring the tracking relation in the tree relation.
In some embodiments, the process of the round robin query is: from the near to the far, the dosage is more than the dosage is less.
In some embodiments, the specific method for presenting the document sections as rows of a two-dimensional matrix further comprises: traversing the traced sections of the previous document, respectively inquiring all sections of the traced previous document sections in the traced document, comparing the number of sections of all the traced previous document sections of the traced document, judging whether the traced document is traced or not by taking the maximum number as the cycle number, and drawing the sections of all the documents in a two-dimensional matrix without circulating the tracked document.
The second aspect of the present invention provides a system for displaying a relationship between document fixed tracking and document chapter tracking, including:
the system comprises a database, a document fixed tracking relation acquisition module, a document chapter tracking relation acquisition module and a two-dimensional matrix display module;
the database is: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships;
the document fixed tracking relation obtaining module: obtaining a plurality of stored document fixed tracking relations from the database;
the document chapter tracking relationship acquisition module: obtaining a plurality of stored document chapter tracking relationships from the database;
the two-dimensional matrix display module: and taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix.
A third aspect of the present invention provides a readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement a method for presenting a document fixation tracking and document chapter tracking relationship as described in the first aspect of the present application.
A fourth aspect of the invention provides a computer apparatus comprising a processor and a memory, wherein the memory is for storing a computer program; the processor is configured to execute the computer program stored in the memory to implement the steps of the method for displaying a relationship between document fixed tracking and document chapter tracking according to the first aspect of the present application.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages:
the tracking relation of a plurality of documents and chapters is converted into two-dimensional matrix display, and the two-dimensional matrix display is converged in a table, so that the documents and the chapters are very convenient to check and analyze.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description in the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart illustrating a method for displaying a relationship between document track fixing and document section track according to an embodiment of the present invention;
FIG. 2 is a detailed diagram illustrating an example of a logical sequence of a method for demonstrating a relationship between document anchor tracking and document chapter tracking according to an embodiment of the present invention;
FIG. 3 is a detailed diagram illustrating a tree-like tracking relationship diagram of a document showing a method for displaying a document fixed tracking and document chapter tracking relationship according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, these information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present invention. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
Example 1:
as shown in fig. 1, embodiment 1 provides a method for displaying a relationship between document fixed tracking and document chapter tracking, which includes:
s1: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships to a database;
s2: obtaining the plurality of stored document fixed tracking relations and a plurality of stored document chapter tracking relations from the database;
s3: as shown in fig. 2, a plurality of documents are used as columns of a two-dimensional matrix, the starting point documents of the tracking relationships of the plurality of documents are placed in the first column for display, and other documents can be arranged and displayed according to the emphasis points of the tracking relationship analysis; the relation is tracked through cyclic query in the tree-like relation, and in the cyclic query process, the user can get lost or lose chapters like going through a maze, and the chapters can be repeated, and the main idea is as follows: "from near to far, with more and less;
the specific way of 'from near to far' is as follows: the fixed or dynamic tracking relationship of the document is the tracking relationship before two documents, specifically the tracking relationship is the tracking relationship between chapters and chapters between two documents, and the chapters and tracking relationship is a one-to-many tracking relationship, for example, in the case of the tracking relationship before a document, assuming that there are five chapters a1 to a5 in document a, five chapters B1 to B5 in document B, five chapters C1 to C5 in document C, document a tracks document B, document B tracks document C, document a1 tracks document B1, document B2, document B3, document a2 tracks document B2, document B3, document A3 tracks document B4, document B5, and document B3 tracks document C1 and document C2.
According to the above-mentioned tracing relationship, the idea of "from near to far" in the query process is to find the beginning document or the ending document in the whole tracing link first, for example, a is the beginning document because a is not traced by the document, and C is the ending document because C is not traced by other documents, and the analysis tracing is performed with a or C as the starting point in the analysis process.
The specific mode of 'more or less from' is as follows: when analyzing the association relationship between two documents, firstly analyzing the most chapters in a one-to-many principle, wherein the tracking relationship between the document A and the document B in the tracking relationship is that the chapters A1 track B1, B2 and B3, the chapters A2 track B2 and B3, the chapters A3 track B4 and B5 are taken as examples to inquire about the tracking chapter of A1 first, when performing reverse inquiry according to the tracking relationships B1, B2 and B3 of A1, two chapters A2 and A3 are inquired, and when judging that the tracking chapter of A2 is contained in A1, the tracking relationship of A3 of the next inquiry is not inquired about A2 alone; in the whole query process, the document tracking relation quantity is ranked and sequentially queried downwards, so that the query times are reduced, and the query efficiency is submitted.
According to the method, the document chapters are displayed as rows of a two-dimensional matrix, the chapter numbers of the chapters are displayed in the columns of the documents to which the chapters belong, the chapters with tracking relations are displayed at corresponding positions of the same row, a single row without tracking relations is displayed, the tracked chapters of the previous document are traversed, all chapters tracking the previous document chapters in the tracked documents are respectively inquired, the number of chapters tracking the previous document chapters of all the tracked documents is compared, the maximum number is taken as the cycle number, whether the tracked documents are tracked is judged, the tracked documents are taken as the previous documents, and all chapters of the documents are not drawn in the cycle in the two-dimensional matrix.
Wherein obtaining the stored table structure of the plurality of document fixed tracking relationships from the database comprises:
a primary key ID, a tracking relationship ID, a document ID, a chapter name, a chapter number, a tracked chapter name, a tracked document ID, a tracked chapter ID, a tracking relationship display chapter ID.
Obtaining a table structure of stored document chapter tracking relationships from the database comprises: primary key ID, document ID, item ID, chapter ID, tracked document ID, tracked chapter ID, show tracking relationship chapter ID, creation time, tracking relationship.
In some embodiments, the specific method for obtaining the stored plurality of document fixed tracking relationships and plurality of document chapter tracking relationships includes:
inquiring the tracked chapter information according to the tracked chapter ID;
inquiring the tracked chapter information according to the tracked chapter ID;
querying the tracked latest document;
tracking other documents according to the tracked latest document query;
inquiring the tracking relation of all chapters under the tracking document;
inquiring all chapter information for establishing tracking relationship under the current document;
all document chapter information tracked by the current document chapter is queried.
Example 2:
the second aspect of the present invention provides a system for displaying a relationship between document fixed tracking and document chapter tracking, including: the system comprises a database, a document fixed tracking relation acquisition module, a document chapter tracking relation acquisition module and a two-dimensional matrix display module;
the database is: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships;
the document fixed tracking relation obtaining module: obtaining a plurality of stored document fixed tracking relations from the database;
the document chapter tracking relationship acquisition module: obtaining a plurality of stored document chapter tracking relationships from the database;
the two-dimensional matrix display module: and taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix.
Example 3:
according to the method for displaying the relationship between the fixed tracking of the document and the tracking of the document chapters in the embodiment 1, a specific embodiment is provided, specifically, the database is Oracle 11g, the development language is Java language, and the development tool is Eclipse.
1) Database design
TABLE 1 fixed tracking relationship table for documents
Figure 190273DEST_PATH_IMAGE002
Table 2 document chapter tracking relationship table
Figure 294365DEST_PATH_IMAGE004
2) Class file design
The method mainly comprises a document tracking control class, a corresponding specific implementation class, an interface class for database access and the like. The class file design and main design method is as follows:
DemandDocumentController.java
checkDesignTestTrack()
DocumentTraceServiceImpl.java
listTrackShowSection()
listRequireTrackSection()
selectAllSectionByDocumentId()
selectSectionTrack()
returnDesignTestTrack()
3) detailed design and functional implementation
The method mainly draws the complicated document and chapter tracking relationship into a two-dimensional matrix, and is convenient to check and analyze. For the previous tree-shaped tracking relation of a plurality of documents, converting the previous tree-shaped tracking relation into a two-dimensional matrix, wherein the main thought is as follows: "from the near to the far, the content is more or less". The plurality of documents are used as columns of a two-dimensional matrix, the starting point documents of the tracking relationship are placed at the first column for displaying, and other documents can be arranged and displayed according to the emphasis points of the tracking relationship analysis. The chapters are displayed as rows of the two-dimensional matrix, the chapter numbers of the chapters are displayed in the columns of the document to which the chapters belong, the chapters (numbers) with tracking relationship are displayed at the corresponding positions of the same row, and a single row without tracking relationship is displayed. The method further comprises the following steps: traversing the traced sections of the previous document, respectively querying all sections of the traced previous document sections in the traced document, comparing the number of sections of all the traced previous document sections, judging whether the traced document is traced or not by taking the maximum number as the cycle number, using the traced document as the previous document, and drawing all the sections of the document in a two-dimensional matrix without the cycle, wherein the main steps are shown in figure 1, and the detailed flow chart of the core idea is shown in figure 2.
Wherein in FIG. 2, it is a necessary step to take the starting document as the first preceding document, where the document with the preceding document cannot be taken as the starting document, and if the document with the preceding document is taken as the starting document, the tracking relationship between this document and the preceding document cannot be shown; the number of chapters of all the chapters of the document before tracking the tracked document is compared, the maximum number is used as the cycle number, and if the maximum number is not used as the cycle number, when traversing the chapter tracking relationship, part of the tracking relationship is lost; judging whether the document is tracked or not, if so, taking the tracked document as a previous document, wherein the tracked document is the tracked document, then continuously traversing the sections of the previous document which are tracked until the tracked document is not tracked, and otherwise, circulating the sections of all the documents to draw the tracking relation as the corresponding relation display in the two-dimensional matrix.
As shown in Table 3, the main design in this invention is illustrated in Table 3, assuming document A, document B, document C …, document M, etc., there is a tracking relationship B1 tracking A1 for section B1 of document B and section A1 of document A, a tracking relationship C1 tracking B1 for section C1 of document C and section B1 of document B, and section I2 of document I tracks sections H3, H4, etc. of document H. The relationship is represented by the two-dimensional matrix representation method, and in the first step, a starting point document is selected, wherein the starting point document is a document without a preceding document in the plurality of document tracking relationships, and the document is displayed in a first row and a first column, and in table 3, the first row and the second column are shown. Secondly, taking the document as a row of a two-dimensional matrix, namely the first row of table 3, taking chapters in the document as columns of the two-dimensional matrix, namely all columns except the first column (sequence number column) of table 3, taking a document name row A, B, C and D … as each document, taking A1, A2 and A3 as chapters in the A document, taking B1, B2, B3 and the like as chapters of the B document, taking other similar representations, taking version number row as corresponding to versions of the document, and retrospectively explaining tracking relationships under versions corresponding to some documents. There is a tracking relationship between section B1 of document B and section A1 of document A.A tracking relationship B1 tracking A1 is shown as document A with column A1 (third row, second column in Table 3) in front and document B with section B1 (third row, third column in Table 3) in back. There is a tracking relationship between section C1 of document C and section B1 of document B.C 1 track B1 shows the effects of the fourth column and the fifth column of the third row as shown in Table 3. Chapter I2 of document I tracks chapter H3 of document H, H4 is denoted as chapter H3 of document H, H4 is denoted before (ninth column of fifth row of table 3), chapter I1 of document I is denoted after (tenth column of fifth row of table 3), and also a new row is denoted from the beginning if chapter B4 of document B and document a have no chapter tracking relationship, as shown in the ninth row of table 3. Table 3 represents the third row: section M1 of document M tracks section L1 of document L, section L1 of document L tracks section K1 of document K, section K1 of document K tracks sections J1, … … of document J, and so on; the fourth row shows that section H2 of document H tracks section A2 of document A, and also shows the relationship as in graph document A, H; the fifth row shows that section I2 of document I tracks sections H3, H4 of document H, and also shows the relationship of document H, I as in FIG. 3; line 6 shows section K3 for document K, section J3 for document J tracks section B3 for document B, section C3 for document C tracks section B3 for document B, and also shows the relationship of document B, C, J, K as in FIG. 3. The other document relationships in FIG. 3 are shown in the third row of Table three, with section M1 of document M tracking section L1 of document L, and also showing the relationship of document M, L of FIG. 3, with the other relationships being similar.
The following relationship of the document and the chapter is shown in a two-dimensional matrix with reference to fig. 3 and the following table 3:
table 3 two-dimensional matrix display effect table
Figure 11785DEST_PATH_IMAGE006
In summary, according to the present invention, a two-dimensional matrix display method based on a plurality of document fixed tracking relationships and document chapter dynamic tracking relationships is implemented on the basis of a plurality of document fixed tracking relationships and document chapter dynamic tracking relationships, wherein a plurality of documents are used as columns of a two-dimensional matrix, starting point documents of the tracking relationships are displayed at a first column, and other documents can be displayed in an arranged manner according to emphasis points of tracking relationship analysis; the chapters are displayed as rows of the two-dimensional matrix, the chapter numbers of the chapters are displayed in the columns of the document to which the chapters belong, the chapters (numbers) with tracking relationship are displayed at the corresponding positions of the same row, and a single row without tracking relationship is displayed. The method further comprises the following steps: traversing the tracked chapters of the previous document, respectively inquiring all chapters of the tracked previous document chapters in the tracked document, comparing the number of chapters of all tracked document tracking previous document chapters, judging whether the tracked document is tracked or not by taking the maximum number as the cycle number, taking the tracked document as the previous document, and drawing all chapters of the document in a two-dimensional matrix for displaying without the cycle.
Example 4:
embodiment 4 of the present application provides a readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement the method for displaying a relationship between document fixed tracking and document chapter tracking according to embodiment 1 of the first aspect of the present application.
Example 5:
the embodiment 5 of the present application provides a computer device, which includes a processor and a memory, where the memory is used for storing a computer program; the processor is used for realizing the steps of the method for displaying the relation between the document fixed tracking and the document chapter tracking when executing the computer program stored on the memory.
Embodiments of the subject matter and the functional operations described in this specification can be implemented in: digital electronic circuitry, tangibly embodied computer software or firmware, computer hardware including the structures disclosed in this specification and their structural equivalents, or a combination of one or more of them. Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions, encoded on a tangible, non-transitory program carrier for execution by, or to control the operation of, data processing apparatus. Alternatively or additionally, the program instructions may be encoded on an artificially generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode and transmit information to suitable receiver apparatus for execution by the data processing apparatus. The computer storage medium may be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them.
The processes and logic flows described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform corresponding functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).
Computers suitable for executing computer programs include, for example, general and/or special purpose microprocessors, or any other type of central processing unit. Generally, a central processing unit will receive instructions and data from a read-only memory and/or a random access memory. The basic components of a computer include a central processing unit for implementing or executing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks. However, a computer does not necessarily have such a device. Moreover, a computer may be embedded in another device, e.g., a mobile telephone, a Personal Digital Assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device such as a Universal Serial Bus (USB) flash drive, to name a few.
Computer-readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices (e.g., EPROM, EEPROM, and flash memory devices), magnetic disks (e.g., an internal hard disk or a removable disk), magneto-optical disks, and CD ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features specific to particular embodiments of particular inventions. Certain features that are described in this specification in the context of separate embodiments can also be implemented in combination in a single embodiment. In other instances, features described in connection with one embodiment may be implemented as discrete components or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.
Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In some cases, multitasking and parallel processing may be advantageous. Moreover, the separation of various system modules and components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
Thus, particular embodiments of the subject matter have been described. Other embodiments are within the scope of the following claims. In some cases, the actions recited in the claims can be performed in a different order and still achieve desirable results. Further, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some implementations, multitasking and parallel processing may be advantageous.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (6)

1. A method for displaying a relation between document fixed tracking and document chapter tracking is characterized by comprising the following steps:
s1: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships to a database;
s2: obtaining the plurality of stored document fixed tracking relations and a plurality of stored document chapter tracking relations from the database;
s3: taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix;
in S3, the starting point documents of the tracking relationships of the plurality of documents are placed in a first column for display, and other documents are displayed in a ranked manner according to the emphasis point of the tracking relationship analysis, wherein the tracking relationships are cyclically queried in a tree-like relationship through a process from near to far and with more or less contents;
in S3, the displaying of the document sections as rows of a two-dimensional matrix specifically includes:
traversing the tracked sections of the previous documents, and taking the document without the previous document as a starting document which is taken as a first previous document;
respectively inquiring all chapters of the tracked front item document in the tracked document, comparing the number of the chapters of the tracked front item document chapters in all the tracked documents, and judging whether the tracked document is tracked or not by taking the maximum number as the cycle number;
if yes, taking the tracked document as the previous document, and continuously traversing the sections of the previous document, which are tracked, until the traversed document is not tracked;
if not, all the chapters of the document are drawn in a two-dimensional matrix in the cycle.
2. The method for displaying the relationship between the fixed tracking of the document and the tracking of the document sections as claimed in claim 1, wherein the specific method for displaying the document sections as the rows of the two-dimensional matrix comprises:
and displaying chapter numbers of the chapters in the column of the document to which the chapters belong, displaying the chapters with tracking relationship at corresponding positions of the same row, and displaying the chapters without tracking relationship in a single row.
3. The method for displaying the relationship between the fixed tracking of the document and the tracking of the section of the document according to claim 2, wherein the obtaining the stored table structure of the plurality of relationships between the fixed tracking of the document from the database comprises:
a primary key ID, a tracking relationship ID, a document ID, a chapter name, a chapter number, a tracked chapter name, a tracked document ID, a tracked chapter ID, a tracking relationship display chapter ID.
4. The method of claim 3, wherein the retrieving a stored table structure of a plurality of document chapter tracking relationships from the database comprises: primary key ID, document ID, item ID, chapter ID, tracked document ID, tracked chapter ID, show tracking relationship chapter ID, creation time, tracking relationship.
5. The method for displaying the relationship between the fixed tracking of the document and the tracking of the document sections as claimed in claim 4, wherein the specific method for obtaining the stored relationship between the fixed tracking of the document and the tracking of the document sections includes:
inquiring the tracked chapter information according to the tracked chapter ID;
inquiring the tracked chapter information according to the tracked chapter ID;
querying the tracked latest document;
tracking other documents according to the tracked latest document query;
inquiring the tracking relation of all chapters under the tracking document;
inquiring all chapter information for establishing tracking relationship under the current document;
all document chapter information tracked by the current document chapter is queried.
6. A system for displaying a relationship between document fixation tracking and document chapter tracking, the system comprising: the system comprises a database, a document fixed tracking relation acquisition module, a document chapter tracking relation acquisition module and a two-dimensional matrix display module;
the database is: storing a plurality of document fixed tracking relationships and a plurality of document chapter tracking relationships;
the document fixed tracking relation obtaining module: obtaining a plurality of stored document fixed tracking relations from the database;
the document chapter tracking relationship acquisition module: obtaining a plurality of stored document chapter tracking relationships from the database;
the two-dimensional matrix display module: taking a plurality of documents as columns of a two-dimensional matrix, and showing document chapters as rows of the two-dimensional matrix;
wherein the two-dimensional matrix presentation module is specifically configured to:
the starting point documents of the tracking relations of the plurality of documents are placed in a first row for displaying, and other documents are arranged and displayed according to the emphasis points of the tracking relation analysis, wherein the tracking relations are circularly inquired in the tree-like relation from near to far in a more and less process;
the displaying of the document sections as rows of a two-dimensional matrix specifically comprises:
traversing the tracked sections of the previous documents, and taking the document without the previous document as a starting document which is taken as a first previous document;
respectively inquiring all chapters of the tracked front document in the tracked document, comparing the number of the chapters of the tracked front document in all the tracked documents, and judging whether the tracked document is tracked or not by taking the maximum number as the cycle number;
if yes, taking the tracked document as the previous document, and continuously traversing the sections of the previous document, which are tracked, until the traversed document is not tracked;
if not, all the chapters of the document are drawn in a two-dimensional matrix in the cycle.
CN202111258697.9A 2021-10-28 2021-10-28 Method and system for displaying relation between document fixed tracking and document chapter tracking Active CN113704417B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111258697.9A CN113704417B (en) 2021-10-28 2021-10-28 Method and system for displaying relation between document fixed tracking and document chapter tracking

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111258697.9A CN113704417B (en) 2021-10-28 2021-10-28 Method and system for displaying relation between document fixed tracking and document chapter tracking

Publications (2)

Publication Number Publication Date
CN113704417A CN113704417A (en) 2021-11-26
CN113704417B true CN113704417B (en) 2022-08-09

Family

ID=78647523

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111258697.9A Active CN113704417B (en) 2021-10-28 2021-10-28 Method and system for displaying relation between document fixed tracking and document chapter tracking

Country Status (1)

Country Link
CN (1) CN113704417B (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9734139B2 (en) * 2005-02-14 2017-08-15 Cluster Seven Limited Auditing and tracking changes of data and code in spreadsheets and other documents
CN104516635B (en) * 2013-09-26 2022-03-08 Sap欧洲公司 Method, system and storage medium for managing content display
CN103678263A (en) * 2013-12-31 2014-03-26 吕奇森 Graphical interface display method and system for incidence relations among document chapters
CN105320510B (en) * 2014-07-29 2018-10-26 上海爱韦讯信息技术股份有限公司 A kind of method and device of automatic tracing data relationship
CN107908602A (en) * 2017-12-15 2018-04-13 北京文因互联科技有限公司 A kind of file test method and its device
CN109460394B (en) * 2018-11-20 2020-06-16 北京广利核系统工程有限公司 Simplification method of multi-level document entry tracking matrix
CN110751361B (en) * 2019-09-03 2024-02-20 福建省农村信用社联合社 Bank demand entry level management method and system

Also Published As

Publication number Publication date
CN113704417A (en) 2021-11-26

Similar Documents

Publication Publication Date Title
US11853389B2 (en) Methods and apparatus for sorting data
WO2022141861A1 (en) Emotion classification method and apparatus, electronic device, and storage medium
US9875301B2 (en) Learning multimedia semantics from large-scale unstructured data
CN107590250A (en) A kind of space-time orbit generation method and device
US8468146B2 (en) System and method for creating search index on cloud database
CN104321802A (en) Image analysis device, image analysis system, and image analysis method
CN109087135A (en) The method for digging and device, computer equipment and readable medium that user is intended to
CN103577440A (en) Data processing method and device in non-relational database
CN106844682A (en) Method for interchanging data, apparatus and system
CN104091164A (en) Face picture name recognition method and system
CN109858024B (en) Word2 vec-based room source word vector training method and device
CN103902582B (en) A kind of method and apparatus for reducing data warehouse data redundancy
Silva et al. Integrating big data into the computing curricula
CN111435376A (en) Information processing method and system, computer system, and computer-readable storage medium
CN107832440A (en) A kind of data digging method, device, server and computer-readable recording medium
CN113407785A (en) Data processing method and system based on distributed storage system
CN113721862A (en) Data processing method and device
CN107729944B (en) Identification method and device of popular pictures, server and storage medium
CN111126422A (en) Industry model establishing method, industry determining method, industry model establishing device, industry determining equipment and industry determining medium
CN113704417B (en) Method and system for displaying relation between document fixed tracking and document chapter tracking
US20210089539A1 (en) Associating user-provided content items to interest nodes
US10671644B1 (en) Adaptive column set composition
CN113591881B (en) Intention recognition method and device based on model fusion, electronic equipment and medium
CN114780648A (en) Task scheduling method, device, computer equipment, storage medium and program product
CN113065597A (en) Clustering method, device, 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
GR01 Patent grant
GR01 Patent grant