CN110941750B - Data linkage method and related device - Google Patents

Data linkage method and related device Download PDF

Info

Publication number
CN110941750B
CN110941750B CN201911193373.4A CN201911193373A CN110941750B CN 110941750 B CN110941750 B CN 110941750B CN 201911193373 A CN201911193373 A CN 201911193373A CN 110941750 B CN110941750 B CN 110941750B
Authority
CN
China
Prior art keywords
gantt chart
task block
length
task
instruction
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
CN201911193373.4A
Other languages
Chinese (zh)
Other versions
CN110941750A (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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201911193373.4A priority Critical patent/CN110941750B/en
Publication of CN110941750A publication Critical patent/CN110941750A/en
Application granted granted Critical
Publication of CN110941750B publication Critical patent/CN110941750B/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/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06313Resource planning in a project environment

Abstract

The embodiment of the application discloses a data linkage method, which comprises the following steps: displaying target information through a Gantt chart, wherein the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N line identifiers, the target identifier is one line identifier in the N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0; acquiring a data linkage instruction triggered by a Gantt chart; according to the data linkage instruction, the original data corresponding to the target identification is modified, and when the data is modified, an operator only needs to modify the target information in the Gantt chart and does not need to modify the data in the table, so that the operation of the operator is simpler.

Description

Data linkage method and related device
Technical Field
The embodiment of the application relates to the field of data processing, in particular to a data linkage method, a data linkage device and data linkage equipment.
Background
With the popularity of computers, and the unique computing power that computers possess, people increasingly prefer to work with computers.
In order to accurately record the quantity of products produced by a certain device or a certain worker team in a certain period, a table is commonly used to record the production plan schedule, the production plan schedule generally comprises a start time, a finish time and a quantity, when the production plan schedule changes, an operator can schedule the production plan by modifying data in the table, but because the table is not intuitive, the production plan schedule is displayed in a mode of combining the table and a Gantt chart, the Gantt chart displays the production plan schedule in a graph, the Gantt chart comprises a Gantt chart task block, the Gantt chart task block is generally in a strip shape, the length starting point of the Gantt chart task block corresponds to the start time in the table, and the length terminal of the Gantt chart task block corresponds to the finish time in the table, although the production plan schedule can be displayed more intuitively in a mode of combining the table and the Gantt chart, when the operator wants to modify the production plan schedule, the Gantt chart is not only required to be modified, but also the table is required to be modified.
In the prior art, because the data of the Gantt chart and the table are not linked, when the Gantt chart is modified, the data in the table cannot be synchronously modified, so that an operator needs to modify not only the Gantt chart but also the table, and the operation is complicated.
Disclosure of Invention
The embodiment of the application provides a data linkage method, a data linkage device and data linkage equipment, which can enable an operator to operate more simply.
An embodiment of the present application provides a data linkage method, including:
displaying target information through a Gantt chart, wherein the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N line identifiers, the target identifier is one line identifier in the N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0;
acquiring a data linkage instruction triggered by the Gantt chart;
and modifying the original data corresponding to the target identifier according to the data linkage instruction.
Optionally, the M is 3, and the categories of the M data are number, start date and completion date respectively;
optionally, the Gantt chart includes a first type area and a second type area, the first type area includes date information, the second type area includes a first Gantt chart task block, the height of the first Gantt chart task block corresponds to the number corresponding to the target identifier, the length starting point of the first Gantt chart task block corresponds to the starting date corresponding to the target identifier, and the length terminal of the first Gantt chart task block corresponds to the completion date corresponding to the target identifier;
The method further comprises the steps of:
receiving a task block selection instruction;
selecting the first Gantt chart task block according to the task block selection instruction;
receiving a task block translation instruction;
translating the first Gantt chart task block according to the task block translation instruction to generate a second Gantt chart task block;
the acquiring the data linkage instruction through the Gantt chart comprises the following steps:
and acquiring a first data linkage instruction according to the task block translation instruction.
The modifying the original data corresponding to the target identifier according to the data linkage instruction comprises the following steps:
modifying a start date corresponding to the target mark according to the length starting point of the task block of the second Gantt chart;
and modifying the completion date corresponding to the target mark according to the length terminal of the task block of the second Gantt chart.
Optionally, the Gantt chart includes a first area and a second area, the first area includes date information, the second area includes a first Gantt chart task block, the height of the first Gantt chart task block corresponds to the number corresponding to the target identifier, the length starting point of the first Gantt chart task block corresponds to the start date corresponding to the target identifier, and the length terminal of the first Gantt chart task block corresponds to the completion date corresponding to the target identifier;
The method further comprises the steps of:
receiving the task block selection instruction;
selecting the first Gantt chart task block according to the task block selection instruction;
receiving a task block stretching instruction;
stretching the first Gantt chart task block according to the task block stretching instruction to generate the second Gantt chart task block;
the acquiring the data linkage instruction through the Gantt chart comprises the following steps:
acquiring a second data linkage instruction according to the task block stretching instruction;
the modifying the original data corresponding to the target identifier according to the data linkage instruction comprises the following steps:
and modifying the starting date corresponding to the target mark according to the date corresponding to the length starting point of the second Gantt chart task block, or modifying the finishing date corresponding to the target mark according to the date corresponding to the length terminal of the second Gantt chart task block.
Optionally, the receiving a task tile stretch instruction includes:
receiving a length starting point selection command of the first Gantt chart task block, or receiving a length terminal selection command of the first Gantt chart task block;
receiving a length starting point selection command of the second Gantt chart task block, or receiving a length terminal selection command of the second Gantt chart task block;
Stretching the first Gantt chart task block according to the task block stretching instruction includes:
and moving the length starting point of the first Gantt chart task block to the length starting point of the second Gantt chart task block, wherein the area of the second Gantt chart task block is the same as the area of the first Gantt chart task block, or moving the length terminal of the first Gantt chart task block to the length terminal of the second Gantt chart task block, and the area of the second Gantt chart task block is the same as the area of the first Gantt chart task block.
Optionally, the method further comprises:
displaying a preset graph;
the receiving a length start selection command of the second sweet potato vine task tile or the receiving a length end selection command of the second sweet potato vine task tile includes:
acquiring coordinate information of a current preset graph;
acquiring the nearest date corresponding to the coordinate information;
and taking the nearest date as the length starting point of the task block of the second Gantt chart or taking the nearest date as the length terminal of the task block of the second Gantt chart.
Optionally, after receiving the length start point selection command of the first sweet potato task tile or the length end point selection command of the first sweet potato task tile, the method further includes:
The preset graph is prominently displayed.
Optionally, the first sweet map task block includes a number value corresponding to the target identifier;
the method further comprises the steps of:
receiving a quantity linkage instruction;
modifying according to the number of linked instructions and the number corresponding to the target identifier.
A second aspect of an embodiment of the present application provides a data processing apparatus, including:
the display unit is used for displaying target information through a Gantt chart, wherein the target information is associated with original data in a target table through target identifiers, the original data comprises (N multiplied by M) pieces of data, the original data corresponds to N pieces of row identifiers, the target identifiers are one row identifier of the N pieces of row identifiers, each row identifier corresponds to M pieces of data, N is an integer greater than 0, and M is an integer greater than 0;
the acquisition unit is used for acquiring a data linkage instruction triggered by the Gantt chart by a user;
and the modifying unit is used for modifying the original data corresponding to the target identifier according to the data linkage instruction.
A third aspect of the embodiments of the present application provides a data processing apparatus, including:
memory, transceiver, processor, and bus system;
wherein the memory is used for storing programs;
The processor being configured to execute a program in the memory, including performing the method of any one of the first aspects;
the bus system is used for connecting the memory and the processor so as to enable the memory and the processor to communicate.
A fourth aspect of the embodiments of the present application provides a computer program product, characterized in that the computer program product, when executed on a computer, causes the computer to perform the method according to any one of the first aspect.
From the above technical solutions, the embodiments of the present application have the following advantages: when the target information in the Gantt chart is modified, a data linkage instruction can be acquired, the target information is related to the original data in the target table through the target mark, and the original data in the target table corresponding to the target mark can be modified according to the data linkage instruction, so that the Gantt chart and the data of the table are linked, and when the data is modified, an operator only needs to modify the target information in the Gantt chart and does not need to modify the data in the table, so that the operation is simple.
Drawings
FIG. 1 is a schematic diagram of a network framework according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a data linkage method in an embodiment of the present application;
FIG. 3 is a schematic flow chart of a data linkage method in an embodiment of the present application;
FIG. 4 is a diagram of an object in an embodiment of the present application a schematic diagram of the structure of the table;
FIG. 5 is a schematic diagram of a Gantt chart according to an embodiment of the present disclosure;
FIG. 6 is a schematic view of another embodiment of a Gantt chart;
FIG. 7 is a schematic view of another embodiment of a Gantt chart;
FIG. 8 is a schematic diagram of another flow chart of the data linkage method in the embodiment of the application;
FIG. 9 is a schematic structural diagram of a preset pattern according to an embodiment of the present application;
FIG. 10 is another schematic view of the Gantt chart according to the embodiment of the present application;
FIG. 11 is a schematic view of another embodiment of a Gantt chart;
FIG. 12 is another schematic diagram of the object table in the embodiment of the present application;
FIG. 13 is a schematic diagram of a data linkage in an embodiment of the present application;
FIG. 14 is another schematic structural view of a data linkage in an embodiment of the present application;
fig. 15 is a schematic structural diagram of a data linkage device in an embodiment of the present application.
Detailed Description
The embodiment of the application provides a data linkage method, a data linkage device and data linkage equipment, which can enable an operator to operate more simply.
Referring to fig. 1, a network framework of an embodiment of the present application includes:
an operator 101 and a terminal 102;
the operator 101 may communicate information to the terminal 102 via input devices, such as a keyboard, a mouse, a microphone, etc.; the terminal 102 may communicate information to the operator via an output device, typically a display screen, through which human-machine interaction of the operator 101 with the terminal 102 may be achieved.
Referring to fig. 2, an embodiment of a data linkage method in an embodiment of the present application includes:
201. the terminal displays the target information through a Gantt chart;
the terminal displays target information through a Gantt chart, the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N line identifiers, the target identifier is one line identifier in the N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0.
202. The terminal acquires a data linkage instruction triggered by a Gantt chart;
the terminal can acquire a data linkage instruction triggered by the Gantt chart, the Gantt chart is a data expression form, and when an operator sends the data linkage instruction to the Gantt chart, the terminal can receive the data linkage instruction.
203. The terminal modifies the original data corresponding to the target mark according to the data linkage instruction;
because the target information is associated with the original data in the target table through the target identifier, when the terminal receives the data linkage instruction triggered by the Gantt chart, the terminal can modify the original data in the target table corresponding to the target identifier.
In this embodiment, after the target information in the gante graph is modified, the terminal may acquire a data linkage instruction, where the target information is associated with the original data in the target table through the target identifier, and according to the data linkage instruction, the terminal may modify the original data in the target table corresponding to the target identifier, so that the gante graph and the data of the table are linked, so that when the data is modified, an operator only needs to modify the target data in the gante graph, and does not need to modify the data in the table, and thus the operation is simple.
Referring to fig. 3, another embodiment of the data linkage method in the embodiment of the present application includes:
301. the terminal displays a target form;
the terminal can acquire data of a target table firstly, and then display the target table through display equipment, wherein the target table comprises original data, the original data comprise (N multiplied by M) data, the original data correspond to N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0;
For convenience of explanation, the table shown in fig. 4 is taken as a target table for illustration, the target table in fig. four includes four rows and five columns, the first row includes a header including a product name, a number, a start date and a completion date, the second row of data 402 includes a first milling machine, a metal plate, 150,2019/9/20 and 2019/9/20, and for convenience of illustration, the second row of data is taken as target information shown in the Gantt chart.
Optionally, the terminal displays not only the target table but also the preset graphic 401, so that an operator can conveniently select a desired row, and when the operator wants to select a second row, the operator can select the second row by moving the preset graphic 401 to an arbitrary position in the second row of the target table and then performing a selection operation.
It will be appreciated that the shape of the preset pattern may be other shapes, such as dots, pentagons, etc., and any shape may be selected as the preset pattern in practical applications, which is not limited herein.
Alternatively, the time in the target table may be specific to hours, for example, start time of 2019/9/20 am and completion time of 2019/9/20 pm of 12.
Alternatively, the time in the target table may be empty, e.g., neither the start time nor the completion time.
302. The terminal acquires a target identifier;
after the terminal displays the target table, the terminal can acquire the target identifier, wherein the target identifier is one row identifier in N row identifiers.
In fig. 4, the target identifier is any one of the three identifiers of the second row, the third row and the fourth row.
Alternatively, the target identifier may correspond to a plurality of rows, e.g., the target identifier may correspond to the second, third, and fourth rows simultaneously.
It will be appreciated that step 301 may not be performed, and when step 301 is not performed, the target identifier may be obtained by other means, for example, by obtaining the target identifier through voice, or by obtaining text, for example, by inputting the second row of the target table into the terminal, and the terminal may automatically obtain the identifier corresponding to the second row of the target table.
303. The terminal displays the target information through a Gantt chart;
after the terminal obtains the target identifier, the original data corresponding to the target identifier can be obtained and then displayed as target information, the Gantt chart comprises a first type area and a second type area row, the first type area comprises date information, the second type area comprises first Gantt chart task blocks, the heights of the first Gantt chart task blocks correspond to the number corresponding to the target identifier, the length starting points of the first Gantt chart task blocks correspond to the starting dates corresponding to the target identifier, and the length terminals of the first Gantt chart task blocks correspond to the finishing dates corresponding to the target identifier.
For convenience of explanation, the first row of the Gantt chart shown in fig. 5 is taken as an example to describe the Gantt chart, the first row of the Gantt chart indicates the time period from 9 months 18 to 9 months 25, the second row includes additional information and the first Gantt chart task block 501, the additional information is milling machine No. 1, it is understood that the Gantt chart may not show additional information, the height of the first Gantt chart task block 501 corresponds to the number of the second row in the target table corresponding to the target identifier, the larger the number is, the higher the height of the first Gantt chart task block 501 is, the length starting point of the first Gantt chart task block 501 is the left line of the first Gantt chart task block 501 block, the left line is at the starting point of the 9 months 20, the length terminal of the first Gantt chart task block 501 is the right line of the first Gantt chart task block 501, and the right line is at the terminal of the 9 months 20, and the length terminal of the first Gantt chart task block 501 is corresponding to the completion date of 2019/20.
Optionally, when the start time or the finish time in the target table is specifically up to hour, the position of the first sweet map task block is correspondingly adjusted according to the specific hour, for example, the start time is 2019/9/20 am, the finish time is 2019/9/20 am, the sweet map can be as shown in fig. 6, and the length terminal of the first sweet map task block 601 in fig. 6 is not on the terminal line of the 9 months 20 days, so that the difference is generated from the sweet map of fig. 5, and an operator can see the following information through the sweet map.
Alternatively, when the time in the target table may be empty, for example, the start time and the finish time are both absent, the terminal may add a default time to it, for example, the default start time is today, the finish time is today, or the default start time is today, the finish time is tomorrow, assuming that today is 2019/9/20, and when the default start time is today, the finish time is today, the Gantt chart is also shown in FIG. 5.
304. The terminal receives a task block selection instruction;
after the terminal displays the target information, a task block selection instruction can be received, and the task block selection instruction can be transmitted to the terminal through the input device.
305. The terminal selects a first Gantt chart task block according to the task block selection instruction;
after receiving the task block selection instruction, the terminal can select the task block of the first Gantt chart.
Optionally, after the terminal selects the first gante map task block, the terminal may highlight the first gante map task block, for example, coloring the first gante map task block, or thickening a border of the first gante map task block, etc.
It will be appreciated that, in addition to highlighting the first gand map task tile by coloring the first gand map task tile, in practical applications, the first gand map task tile may also be highlighted by other manners, such as thickening a border of the first gand map task tile to highlight the first gand map task tile, which is not limited herein.
306. The terminal receives a task block translation instruction;
after the terminal selects the task block of the first Gantt chart, a task block translation instruction can be received, and the task block translation instruction carries end position information and is used for indicating where the terminal moves the task block of the first Gantt chart.
Alternatively, the mode of acquiring the terminal position information may be to acquire the coordinate information of the preset pattern, calculate the current coordinate information in which date, for example, in a box of 9 months and 23 days, and then determine that the terminal position information is 9 months and 23 days.
307. The terminal translates the task block of the first Gantt chart according to the task block translation instruction;
after the terminal obtains the task block translation instruction, the first Gantt chart task block is moved to another position according to the end point position information carried in the task block translation instruction, and a second Gantt chart task block is generated, for example, the end point position information is 9 months and 23 days, the position of the second Gantt chart task block is shown in fig. 7, the height of the second Gantt chart task block 701 is not changed, only the length starting point and the terminal end point of the second Gantt chart task block 701 are changed, the length end point of the second Gantt chart task block 701 is changed from a starting point line of 9 months and 20 days to a starting point line of 9 months and 23 days, and the length end point of the second Gantt chart task block 701 is changed from a finishing point line of 9 months and 23 days.
308. The terminal modifies the original data corresponding to the target identifier;
after the terminal translates the first Gantt chart task block according to the task block translation instruction and generates the second Gantt chart task block, the terminal modifies the starting time and the finishing time of the second row in the target table corresponding to the target mark according to the length end point of the second Gantt chart task block 701 and the length end point of the second Gantt chart task block 701, and changes the starting time and the finishing time from 9 months to 20 days to 9 months to 23 days.
Referring to fig. 8, another embodiment of the data linkage method in the embodiment of the present application includes:
801. the terminal displays a preset graph;
the terminal displays a preset graph, so that an operator can conveniently select a desired row, and when the operator wants to select a row, the operator can select the row by moving the preset graph to the row which is desired to be selected in the target table and then performing a selection operation.
It will be appreciated that the shape of the preset pattern may be as shown in 901 of fig. 9, and the shape of the preset pattern may also be other shapes, for example, the preset pattern 902 in the drawing, etc., and in practical application, any shape may be selected as the preset pattern, which is not limited herein.
802. The terminal displays a target form;
803. The terminal acquires a target identifier;
804. the terminal displays the target information through a Gantt chart;
805. the terminal receives a task block selection command;
806. the terminal selects a first Gantt chart task block according to the task block selection command;
steps 802 to 806 are similar to steps 301 to 305 in fig. 3, and are not repeated here.
807. The terminal receives a length end point selection command of a first Gantt chart task block;
the terminal receives a length end point selection command of the first Gantt chart task block.
808. The terminal highlights and displays a preset graph;
after receiving the length endpoint selection command of the task block of the first gante graph, the terminal may highlight the preset graph, for example, the preset graph 901 is converted into the preset graph 903, or the preset graph 903 is converted into the preset graph 902, and the specific highlighting mode is not limited, and when the preset graph 901 is converted into the preset graph 903, the preset graph and the gante graph are shown in fig. 10.
It is understood that step 808 may not be performed.
809. The terminal acquires coordinate information of a preset graph;
the terminal acquires the coordinate information of the preset graph.
8010. The terminal acquires the nearest date corresponding to the coordinate information.
After the terminal obtains the coordinate information of the preset graph, the terminal can determine the nearest date terminal line coordinate corresponding to the coordinate information and obtain the nearest date terminal line coordinate corresponding to the coordinate information.
8011. The terminal takes the nearest date as the length end point of the task block of the second Gantt chart;
after the terminal obtains the coordinates of the closest date finishing line corresponding to the coordinate information, the closest date finishing line is used as the length end point of the task block of the second Gantt chart;
8012. the terminal moves the length end point of the first Gantt chart task block to the length end point of a second Gantt chart task block, and the area of the second Gantt chart task block is the same as that of the first Gantt chart task block;
the terminal moves the length end point coordinates of the first Gantt chart task block to the length end point coordinates of the second Gantt chart task block to generate a second Gantt chart task block, the area of the second Gantt chart task block is identical to that of the first Gantt chart task block, the length end point of the first Gantt chart task block is different from that of the second Gantt chart task block, the length starting point of the first Gantt chart task block is identical to that of the second Gantt chart task block, the length of the first Gantt chart task block is different from that of the second Gantt chart task block, and in order to keep the area of the second Gantt chart task block identical to that of the first Gantt chart task block, the position and the height of the second Gantt chart task block are as shown in fig. 11 on the assumption that the length end point of the second Gantt chart task block is 9 months and 22 days.
8013. The terminal modifies the original data corresponding to the target identifier;
after the terminal moves the length end point of the first Gantt chart task block to the length end point of the second Gantt chart task block to generate the second Gantt chart task block, the terminal modifies the completion time of the second row in the target table corresponding to the target mark according to the length end point of the second Gantt chart task block 1001, and changes the completion time from 9 months 20 days to 9 months 22 days, and the modified target table is shown in fig. 12.
Referring to fig. 13, one embodiment of a data linkage in an embodiment of the present application includes:
a display unit 1301, configured to display, by using a Gantt chart, target information, where the target information is associated with original data in a target table by using a target identifier, where the original data includes (n×M) pieces of data, the original data corresponds to N pieces of line identifiers, the target identifier is one line identifier of the N pieces of line identifiers, each line identifier corresponds to M pieces of data, N is an integer greater than 0, and M is an integer greater than 0;
an acquisition unit 1302, wherein a user acquires a data linkage instruction triggered by the Gantt chart;
and the modifying unit 1303 is used for modifying the original data corresponding to the target identifier according to the data linkage instruction.
In this embodiment, after the target information in the gante graph is modified, the acquiring unit 1302 may acquire a data linkage instruction, where the target information is associated with the original data in the target table through the target identifier, and according to the data linkage instruction, the modifying unit 1303 may modify the original data in the target table corresponding to the target identifier, so as to enable the gante graph and the data of the table to generate linkage, so that when modifying the data, an operator only needs to modify the target data in the gante graph, and does not need to modify the data in the table, and thus the operation is simple.
Referring to fig. 14, another embodiment of the data linkage in the present embodiment includes:
a display unit 1401, configured to display, by using a Gantt chart, target information, where the target information is associated with original data in a target table by using a target identifier, the original data includes (n×M) pieces of data, the original data corresponds to N pieces of line identifiers, the target identifier is one line identifier of the N pieces of line identifiers, each line identifier corresponds to M pieces of data, N is an integer greater than 0, and M is an integer greater than 0;
an acquiring unit 1402, configured to acquire a data linkage instruction triggered by a gante graph;
the modifying unit 1408 is configured to modify the original data corresponding to the target identifier according to the data linkage instruction.
The data linkage in this embodiment further includes:
m is 3, and the categories of 3 data are number, start date and completion date, respectively.
The Gantt chart comprises a first type area and a second type area, wherein the first type area comprises date information, the second type area comprises first Gantt chart task blocks, the heights of the first Gantt chart task blocks correspond to the number corresponding to the target mark, the length starting points of the first Gantt chart task blocks correspond to the starting dates corresponding to the target mark, and the length terminals of the first Gantt chart task blocks correspond to the finishing dates corresponding to the target mark;
The apparatus further comprises:
a receiving unit 1405 for receiving a task tile selection instruction;
a selecting unit 1407, configured to select a task tile of the first sweet-ter graph according to a task tile selecting instruction;
the receiving unit 1405 is further configured to receive a task tile translation instruction;
the apparatus further comprises:
the moving unit 1406 is configured to translate the first sweet map task tile according to the task tile translation instruction, and generate a second sweet map task tile;
the acquiring unit 1402 is further configured to acquire a first data linkage instruction according to the task block translation instruction.
The modifying unit 1408 is further configured to modify a start date corresponding to the target identifier according to a length start point of the second gante graph task tile;
the modifying unit 1408 is further configured to modify a completion date corresponding to the target identifier according to the length terminal of the task tile of the second gante graph.
The Gantt chart comprises two types of areas, wherein the first type of area comprises date information, the second type of area comprises first Gantt chart task image blocks, the height of the first Gantt chart task image blocks corresponds to the number corresponding to the target mark, the length starting point of the first Gantt chart task image blocks corresponds to the starting date corresponding to the target mark, and the length terminal of the first Gantt chart task image blocks corresponds to the finishing date corresponding to the target mark;
The receiving unit 1405 is further configured to receive a task tile selection instruction;
the selecting unit 1407 is further configured to select a task tile of the first sweet-ter graph according to a task tile selecting instruction;
the receiving unit 1405 is further configured to receive a task tile stretch instruction;
the mobile unit 1406 is further configured to stretch a first sweet-ter graph task tile according to a task tile stretching instruction, and generate the second sweet-ter graph task tile;
the acquiring unit 1402 is further configured to acquire a second data linkage instruction according to the task block stretching instruction;
the modifying unit 1408 is further configured to modify a start date corresponding to the target identifier according to a date corresponding to a length start point of the second gante task tile, or modify a completion date corresponding to the target identifier according to a date corresponding to a length end point of the second gante task tile.
The receiving unit 1405 is further configured to receive a length start selection command of the first gantt chart task block, or receive a length end selection command of the first gantt chart task block;
the receiving unit 1405 is further configured to receive a length start selection command of the second gante task tile, or receive a length end selection command of the second gante task tile;
the apparatus further comprises:
the processing unit 1403 is configured to move a length start point of the first sweet-ter graph task block to a length start point of a second sweet-ter graph task block, where an area of the second sweet-ter graph task block is the same as an area of the first sweet-ter graph task block, or move a length terminal of the first sweet-ter graph task block to a length terminal of the second sweet-ter graph task block, where an area of the second sweet-ter graph task block is the same as an area of the first sweet-ter graph task block.
The display unit 1401 is further configured to display a preset graphic;
the obtaining unit 1402 is further configured to obtain coordinate information of a current preset graphic;
the acquiring unit 1402 is further configured to acquire a date that is closest to the coordinate information;
the processing unit 1403 is further configured to use the closest date as the length start point of the task tile of the second Gantt chart, or use the closest date as the length end point of the task tile of the second Gantt chart.
The display unit 1401 is further used for prominently displaying a preset graphic.
Referring to fig. 15, one embodiment of the data linkage device in the embodiment of the present application includes:
the embodiment also provides a data linkage device, which may be deployed at a terminal, as shown in fig. 15, for convenience of explanation, only the portions relevant to the embodiments of the present application are shown, and specific technical details are not disclosed, please refer to the method portions of the embodiments of the present application. The terminal may be any terminal device including a mobile phone, a desktop computer, a tablet computer, a PDA (Personal Digital Assistant ), a POS (Point of Sales), a vehicle-mounted computer, and the like, taking the desktop computer as an example of the terminal:
fig. 15 is a block diagram showing a partial structure of a desktop computer related to a terminal provided in an embodiment of the present application. Referring to fig. 15, the desktop computer includes: radio Frequency (RF) circuitry 1510, memory 1520, input unit 1530, display unit 1540, sensor 1550, audio circuitry 1560, wireless fidelity (wireless fidelity, wiFi) module 1570, processor 1580, power supply 1590, and the like. Those skilled in the art will appreciate that the desktop computer structure shown in fig. 15 is not limiting of a desktop computer and may include more or fewer components than shown, or may combine certain components, or may be arranged in a different arrangement of components.
The following describes the components of the desktop computer in detail with reference to fig. 15:
the RF circuit 1510 may be used for receiving and transmitting signals during a message or a call, and particularly, after receiving downlink information of a base station, the signal is processed by the processor 1580; in addition, the data of the design uplink is sent to the base station. Typically, RF circuitry 1510 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier (Low Noise Amplifier, LNA), a duplexer, and the like. In addition, the RF circuitry 1510 may also communicate with networks and other devices through wireless communication. The wireless communications may use any communication standard or protocol including, but not limited to, global system for mobile communications (Global System of Mobile communication, GSM), general packet radio service (General Packet Radio Service, GPRS), code division multiple access (Code Division Multiple Access, CDMA), wideband code division multiple access (Wideband Code Division Multiple Access, WCDMA), long term evolution (Long Term Evolution, LTE), email, short message service (Short Messaging Service, SMS), and the like.
The memory 1520 may be used to store software programs and modules, and the processor 1580 executes the software programs and modules stored in the memory 1520 to perform various functional applications and data linkage of the desktop computer. The memory 1520 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to the use of a desktop computer (such as audio data, phonebook, etc.), and the like. In addition, memory 1520 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The input unit 1530 may be used to receive input numerical or character information and generate key signal inputs related to user settings and function control of the desktop computer. In particular, the input unit 1530 may include a touch panel 1531 and other input devices 1532. The touch panel 1531, also referred to as a touch screen, may collect touch operations thereon or thereabout by a user (e.g., operations of the user on the touch panel 1531 or thereabout by using any suitable object or accessory such as a finger, a stylus, etc.), and drive the corresponding connection device according to a predetermined program. Alternatively, the touch panel 1531 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch azimuth of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device, converts it into touch point coordinates, and sends the touch point coordinates to the processor 1580, and can receive and execute commands sent from the processor 1580. In addition, the touch panel 1531 may be implemented in various types such as resistive, capacitive, infrared, and surface acoustic wave. The input unit 1530 may include other input devices 1532 in addition to the touch panel 1531. In particular, other input devices 1532 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, mouse, joystick, etc.
The display unit 1540 may be used to display information input by a user or information provided to the user and various menus of a desktop computer. The display unit 1540 may include a display panel 1541, and alternatively, the display panel 1541 may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 1531 may cover the display panel 1541, and when the touch panel 1531 detects a touch operation thereon or thereabout, the touch operation is transferred to the processor 1580 to determine the type of touch event, and then the processor 1580 provides a corresponding visual output on the display panel 1541 according to the type of touch event. Although in fig. 15, the touch panel 1531 and the display panel 1541 are two separate components for implementing the input and input functions of the desktop computer, in some embodiments, the touch panel 1531 may be integrated with the display panel 1541 to implement the input and output functions of the desktop computer.
The desktop computer may also include at least one sensor 1550, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that may adjust the brightness of the display panel 1541 according to the brightness of ambient light, and a proximity sensor that may turn off the display panel 1541 and/or the backlight when the desktop computer is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the acceleration in all directions (generally three axes), and can detect the gravity and direction when stationary, and can be used for recognizing the gesture of a desktop computer (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and knocking), and the like; other sensors such as gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. that may also be configured with the desktop computer are not described in detail herein.
Audio circuitry 1560, speakers 1561, and microphone 1562 may provide an audio interface between the user and the desktop computer. The audio circuit 1560 may transmit the received electrical signal converted from audio data to the speaker 1561, and be converted into a sound signal by the speaker 1561 for output; on the other hand, the microphone 1562 converts the collected sound signals into electrical signals, which are received by the audio circuit 1560 for conversion into audio data, which is processed by the audio data output processor 1580 for transmission to, for example, another desktop computer via the RF circuit 1510 or for output to the memory 1520 for further processing.
WiFi belongs to a short-distance wireless transmission technology, and a desktop computer can help a user to send and receive emails, browse webpages, access streaming media and the like through a WiFi module 1570, so that wireless broadband Internet access is provided for the user. Although fig. 15 shows WiFi module 1570, it is understood that it does not belong to the essential constitution of a desktop computer.
Processor 1580 is a control center of the desktop computer, connects various parts of the entire desktop computer using various interfaces and lines, and performs various functions and processes data of the desktop computer by running or executing software programs and/or modules stored in memory 1520 and calling data stored in memory 1520, thereby performing overall monitoring of the desktop computer. In the alternative, processor 1580 may include one or more processing units; alternatively, the processor 1580 may integrate an application processor and a modem processor, wherein the application processor primarily handles operating systems, user interfaces, applications, etc., and the modem processor primarily handles wireless communications. It is to be appreciated that the modem processor described above may not be integrated into the processor 1580.
The desktop computer also includes a power supply 1590 (e.g., a battery) for powering the various components, optionally logically coupled to the processor 1580 via a power management system, thereby implementing functions such as charge, discharge, and power management via the power management system.
Although not shown, the desktop computer may further include a camera, a bluetooth module, etc., which will not be described herein.
In the embodiment of the present application, the processor 1580 included in the terminal device further has the following functions:
the processor 1580 displays target information through the Gantt chart, the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N line identifiers, the target identifier is one line identifier in the N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0;
the processor 1580 acquires a data linkage instruction triggered by the Gantt chart;
the processor 1580 modifies the original data corresponding to the target identifier according to the data linkage instruction.
Optionally, the categories of M being 3,3 data are number, start date and completion date, respectively.
Optionally, the Gantt chart includes two types of areas, the first type of area includes date information, the second type of area includes a first Gantt chart task block, the height of the first Gantt chart task block corresponds to the number corresponding to the target identifier, the length starting point of the first Gantt chart task block corresponds to the start date corresponding to the target identifier, and the length terminal of the first Gantt chart task block corresponds to the completion date corresponding to the target identifier;
The processor 1580 receives a task tile selection instruction;
the processor 1580 selects a first sweet potato graphic task tile according to the task tile selection instruction;
the processor 1580 receives a task tile translation instruction;
the processor 1580 translates the first sweet potato task tile according to the task tile translation instruction, generating a second sweet potato task tile;
the processor 1580 obtains a first data linkage instruction according to the task tile translation instruction.
The processor 1580 modifies the start date corresponding to the target identifier according to the length start point of the second sweet map task tile;
the processor 1580 modifies the completion date corresponding to the target identifier according to the length terminal of the second sweet potato task tile.
Optionally, the Gantt chart includes two types of areas, the first type of area includes date information, the second type of area includes a first Gantt chart task block, the height of the first Gantt chart task block corresponds to the number corresponding to the target identifier, the length starting point of the first Gantt chart task block corresponds to the start date corresponding to the target identifier, and the length terminal of the first Gantt chart task block corresponds to the completion date corresponding to the target identifier;
the processor 1580 receives a task tile selection instruction;
the processor 1580 selects a first sweet potato graphic task tile according to the task tile selection instruction;
The processor 1580 receives a task tile stretch instruction;
the processor 1580 stretches the first sweet map task block according to the task block stretching instruction to generate a second sweet map task block;
the processor 1580 obtains a second data linkage instruction according to the task block stretching instruction;
the processor 1580 modifies a start date corresponding to the target identifier according to a date corresponding to the length start point of the second sweet potato vine task tile or modifies a completion date corresponding to the target identifier according to a date corresponding to the length end point of the second sweet potato vine task tile.
Optionally, the processor 1580 receives a length start selection command for the first sweet potato task tile or receives a length end selection command for the first sweet potato task tile;
the processor 1580 receives a length start selection command for the second sweet potato vine task tile or a length end selection command for the second sweet potato vine task tile;
the processor 1580 moves the length start point of the first sweet potato task block to the length start point of the second sweet potato task block, the area of the second sweet potato task block being the same as the area of the first sweet potato task block, or moves the length end of the first sweet potato task block to the length end of the second sweet potato task block, the area of the second sweet potato task block being the same as the area of the first sweet potato task block.
Optionally, the processor 1580 displays a preset graphic;
the processor 1580 acquires coordinate information of a current preset graph;
processor 1580 obtains the nearest date corresponding to the coordinate information;
the processor 1580 uses the closest date as the length start point for the second sweet potato vine task tile or the closest date as the length end point for the second sweet potato vine task tile.
Optionally, the processor 1580 highlights a preset graphic.
In the several embodiments provided in this application, it should be understood that the disclosed systems, apparatuses, and methods may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown 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 may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied in essence or a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a storage medium, including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a random access memory (RAM, random access memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.

Claims (8)

1. A method of data linkage, comprising:
displaying target information through a Gantt chart, wherein the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N line identifiers, the target identifier is one line identifier in the N line identifiers, each line identifier corresponds to M data, N is an integer greater than 0, and M is an integer greater than 0;
acquiring a data linkage instruction triggered by the Gantt chart;
modifying original data corresponding to the target identifier according to the data linkage instruction;
the M is 3, and the categories of the M data are the number, the starting date and the finishing date respectively;
the Gantt chart comprises a first type area and a second type area, the first type area comprises date information, the second type area comprises first Gantt chart task blocks, the heights of the first Gantt chart task blocks correspond to the number corresponding to the target mark, the length starting points of the first Gantt chart task blocks correspond to the starting dates corresponding to the target mark, and the length terminals of the first Gantt chart task blocks correspond to the finishing dates corresponding to the target mark;
Receiving the task block selection instruction;
selecting the first Gantt chart task block according to the task block selection instruction;
receiving a task block stretching instruction;
stretching the first Gantt chart task block according to the task block stretching instruction to generate a second Gantt chart task block;
the receiving a task tile stretch instruction includes:
receiving a length starting point selection command of the first Gantt chart task block, or receiving a length terminal selection command of the first Gantt chart task block;
receiving a length starting point selection command of the second Gantt chart task block, or receiving a length terminal selection command of the second Gantt chart task block;
stretching the first Gantt chart task block according to the task block stretching instruction includes: and moving the length starting point of the first Gantt chart task block to the length starting point of the second Gantt chart task block, wherein the area of the second Gantt chart task block is the same as the area of the first Gantt chart task block, or moving the length terminal of the first Gantt chart task block to the length terminal of the second Gantt chart task block, and the area of the second Gantt chart task block is the same as the area of the first Gantt chart task block.
2. The method according to claim 1, wherein the method further comprises:
receiving a task block selection instruction;
selecting the first Gantt chart task block according to the task block selection instruction;
receiving a task block translation instruction;
translating the first Gantt chart task block according to the task block translation instruction to generate a second Gantt chart task block;
the acquiring the data linkage instruction through the Gantt chart comprises the following steps:
acquiring a first data linkage instruction according to the task block translation instruction;
the modifying the original data corresponding to the target identifier according to the data linkage instruction comprises the following steps:
modifying a start date corresponding to the target mark according to the length starting point of the task block of the second Gantt chart;
and modifying the completion date corresponding to the target mark according to the length terminal of the task block of the second Gantt chart.
3. The method according to claim 1, wherein the method further comprises:
the acquiring the data linkage instruction through the Gantt chart comprises the following steps:
acquiring a second data linkage instruction according to the task block stretching instruction;
the modifying the original data corresponding to the target identifier according to the data linkage instruction comprises the following steps:
And modifying the starting date corresponding to the target mark according to the date corresponding to the length starting point of the second Gantt chart task block, or modifying the finishing date corresponding to the target mark according to the date corresponding to the length terminal of the second Gantt chart task block.
4. The method according to claim 1, wherein the method further comprises:
displaying a preset graph;
the receiving a length start selection command of the second sweet potato vine task tile or the receiving a length end selection command of the second sweet potato vine task tile includes:
acquiring coordinate information of a current preset graph
Acquiring the nearest date corresponding to the coordinate information;
and taking the nearest date as the length starting point of the task block of the second Gantt chart or taking the nearest date as the length terminal of the task block of the second Gantt chart.
5. The method of claim 1 or 4, wherein the receiving the length start selection command of the first gantt chart task block or the receiving the length end selection command of the first gantt chart task block further comprises:
The preset graph is prominently displayed.
6. A data linkage device, comprising:
the display unit is used for displaying target information through a Gantt chart, the target information is associated with original data in a target table through a target identifier, the original data comprises (N multiplied by M) data, the original data corresponds to N row identifiers, the target identifier is one row identifier in the N row identifiers, each row identifier corresponds to M data, N is an integer greater than 0, M is 3, the M data is respectively in the category of number, starting date and finishing date, the Gantt chart comprises a first type area and a second type area, the first type area comprises date information, the second type area comprises a first Gantt chart task block, the height of the first Gantt chart task block corresponds to the number corresponding to the target identifier, the length starting point of the first Gantt chart task block corresponds to the starting date corresponding to the target identifier, and the length terminal of the first Gantt chart task block corresponds to the finishing date corresponding to the target identifier;
the acquisition unit is used for acquiring a data linkage instruction triggered by the Gantt chart by a user;
The modification unit is used for modifying the original data corresponding to the target identifier according to the data linkage instruction;
the receiving unit is used for receiving a task block selection instruction;
the selecting unit is used for selecting a first Gantt chart task block according to a task block selecting instruction;
the receiving unit is also used for receiving a task block stretching instruction;
the mobile unit is used for stretching the first Gantt chart task block according to the task block stretching instruction to generate a second Gantt chart task block;
the receiving unit is specifically configured to receive a length start point selection command of the first gantt chart task block, or receive a length terminal selection command of the first gantt chart task block;
the receiving unit is specifically configured to receive a length start point selection command of the task block of the second gantt chart, or receive a length end point selection command of the task block of the second gantt chart;
the processing unit is configured to move a length start point of the first sweet-ter graph task block to a length start point of a second sweet-ter graph task block, where an area of the second sweet-ter graph task block is the same as an area of the first sweet-ter graph task block, or move a length terminal of the first sweet-ter graph task block to a length terminal of the second sweet-ter graph task block, and an area of the second sweet-ter graph task block is the same as an area of the first sweet-ter graph task block.
7. A data linkage device, comprising: a memory and a processor;
wherein the memory is used for storing programs;
the processor being configured to execute a program in the memory, comprising performing the method according to any of the preceding claims 1 to 5.
8. A computer program product, characterized in that the computer program product, when executed on a computer, causes the computer to perform the method according to any of claims 1 to 5.
CN201911193373.4A 2019-11-28 2019-11-28 Data linkage method and related device Active CN110941750B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911193373.4A CN110941750B (en) 2019-11-28 2019-11-28 Data linkage method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911193373.4A CN110941750B (en) 2019-11-28 2019-11-28 Data linkage method and related device

Publications (2)

Publication Number Publication Date
CN110941750A CN110941750A (en) 2020-03-31
CN110941750B true CN110941750B (en) 2023-07-07

Family

ID=69909169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911193373.4A Active CN110941750B (en) 2019-11-28 2019-11-28 Data linkage method and related device

Country Status (1)

Country Link
CN (1) CN110941750B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111858518B (en) * 2020-07-09 2022-10-25 北京字节跳动网络技术有限公司 Method and device for updating reference document, electronic equipment and storage medium
CN112183040A (en) * 2020-09-27 2021-01-05 金蝶软件(中国)有限公司 Voucher generation method and related device
CN112596650B (en) * 2020-12-25 2022-12-20 维沃移动通信有限公司 Chart processing method and device and electronic equipment
CN112766920A (en) * 2021-01-27 2021-05-07 意潜建筑科技(上海)有限公司 Method for bidirectional influence of list and Gantt chart
CN113762710A (en) * 2021-07-19 2021-12-07 青岛奥利普自动化控制系统有限公司 Production plan scheduling method and device and storage medium
CN113779462A (en) * 2021-09-09 2021-12-10 金蝶软件(中国)有限公司 Image linkage method, device, equipment and storage medium
CN113885770B (en) * 2021-10-27 2024-02-02 北京字跳网络技术有限公司 Table data display method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020048A (en) * 1998-07-07 2000-01-21 Hitachi Ltd Schedule plan gantt chart picture formation system
CN102099782A (en) * 2008-07-17 2011-06-15 微软公司 Pan and zoom control
CN102439612A (en) * 2009-05-19 2012-05-02 微软公司 Summary tasks for top-down project planning
CN106502976A (en) * 2016-11-03 2017-03-15 济南大学 A kind of method that solving job shop scheduling problem Gantt chart is generated based on Excel and VB
CN110119299A (en) * 2019-05-16 2019-08-13 北京字节跳动网络技术有限公司 Information display method and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020048A (en) * 1998-07-07 2000-01-21 Hitachi Ltd Schedule plan gantt chart picture formation system
CN102099782A (en) * 2008-07-17 2011-06-15 微软公司 Pan and zoom control
CN102439612A (en) * 2009-05-19 2012-05-02 微软公司 Summary tasks for top-down project planning
CN106502976A (en) * 2016-11-03 2017-03-15 济南大学 A kind of method that solving job shop scheduling problem Gantt chart is generated based on Excel and VB
CN110119299A (en) * 2019-05-16 2019-08-13 北京字节跳动网络技术有限公司 Information display method and equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Three-dimensional gantt chart based resource-constrained multiple projects scheduling and critical chain identification;J. Q. Wang;《IEEE》;20111010;全文 *
基于WPF技术的甘特图控件的研究与设计;邹海等;《计算机应用与软件》;20150531;全文 *

Also Published As

Publication number Publication date
CN110941750A (en) 2020-03-31

Similar Documents

Publication Publication Date Title
CN110941750B (en) Data linkage method and related device
CN106406712B (en) Information display method and device
CN106506321B (en) Group message processing method and terminal device
EP3249857B1 (en) Chat history display method and apparatus
CN108958606B (en) Split screen display method and device, storage medium and electronic equipment
CN106856543B (en) Picture display method and device and mobile terminal
CN110673770B (en) Message display method and terminal equipment
CN111580815B (en) Page element editing method and related equipment
CN103813127A (en) Video call method, terminal and system
US20210375321A1 (en) Video editing method and intelligent mobile terminal
CN104571979A (en) Method and device for realizing split-screen views
CN108984066B (en) Application icon display method and mobile terminal
CN110597793A (en) Data management method and device, electronic equipment and computer readable storage medium
CN110908757B (en) Method and related device for displaying media content
CN107797723B (en) Display style switching method and terminal
CN105245432B (en) Unread message counting method and device and terminal
CN106878546B (en) graph display method and terminal
CN110413363B (en) Screenshot method and terminal equipment
CN106327342B (en) Processing method of emoticon and terminal
CN108628534B (en) Character display method and mobile terminal
CN107678822B (en) A kind of information processing method and device, terminal and readable storage medium storing program for executing
CN104238931B (en) Information input method and device and electronic equipment
CN110719361B (en) Information transmission method, mobile terminal and storage medium
CN110750318A (en) Message reply method and device and mobile terminal
CN108108221B (en) Method and device for switching real-time data display through designated operation

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