CN114237796A - Page exporting method, device, equipment and medium - Google Patents

Page exporting method, device, equipment and medium Download PDF

Info

Publication number
CN114237796A
CN114237796A CN202111554903.0A CN202111554903A CN114237796A CN 114237796 A CN114237796 A CN 114237796A CN 202111554903 A CN202111554903 A CN 202111554903A CN 114237796 A CN114237796 A CN 114237796A
Authority
CN
China
Prior art keywords
page
export
task
sub
exported
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111554903.0A
Other languages
Chinese (zh)
Inventor
曹震
姚斌
杨诚
杨波
苏默君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Real Estate Co Ltd
Original Assignee
Ping An Real Estate 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 Ping An Real Estate Co Ltd filed Critical Ping An Real Estate Co Ltd
Priority to CN202111554903.0A priority Critical patent/CN114237796A/en
Publication of CN114237796A publication Critical patent/CN114237796A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application relates to a computer technology, and provides a page exporting method, a device, equipment and a medium, wherein the method comprises the following steps: dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1; configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list; executing all page export tasks; generating a page export result every time a page export task is executed; and combining all the page export results to finish the export of the page. According to the method, after the page creation stage is finished, the target page is divided to obtain a plurality of sub-pages to be exported, a page export task is configured for each sub-page to be exported, a batch of standardized tasks are formed, and after all the page export tasks are executed, all the page export results are combined. Through the pre-export flow, the export efficiency of the system is improved, and the waiting time of the user is shortened.

Description

Page exporting method, device, equipment and medium
Technical Field
The invention relates to the technical field of computers, in particular to a page exporting method, a page exporting device, page exporting equipment and a page exporting medium.
Background
With the penetration of internet and informatization into various industries, background systems in enterprises have become an indispensable part of enterprise informatization strategies. In a background system in a conventional B/S architecture, exporting front-end web pages into files (such as PDF, Word, and other formats) for offline archiving or process linking, etc., is a very common business scenario, and there are many mature solutions in the market for generating such files.
Typical user actions generally include opening or initializing a page, configuring, editing, etc. the page, and finally performing an export operation. However, with the increase of the complexity of the page or in a scenario where a plurality of pages are exported at one time to compose a file, the export performance of the conventional solution is seriously affected, and the user often waits for several minutes from the time when the user clicks the export button to the time when the user can access the export file, which easily causes poor experience for the user, and thus the overall export experience is poor.
Disclosure of Invention
The invention provides a page exporting method, a page exporting device, equipment and a page exporting medium, and mainly aims to solve the problem that in the prior art, page exporting is slow.
In order to achieve the above object, the present invention provides a page exporting method, which comprises the following steps:
dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list;
executing all the page export tasks; generating a page export result every time a page export task is executed;
and combining all the page export results to finish the export of the page.
Optionally, the dividing the target page according to the preset dividing rule includes:
under the condition that the data volume of the target page is larger than a first preset threshold value, dividing the target page into a first number of sub-pages to be exported;
and under the condition that the data volume of the target page is less than or equal to a first preset threshold value, dividing the target page into a second number of sub-pages to be derived, wherein the first number is greater than the second number.
Optionally, the dividing the target page according to the preset dividing rule includes:
uniformly dividing the target page to obtain a plurality of sub-pages to be derived with the same size;
or, dividing the target page according to the page element distribution of the target page; each type of page element corresponds to a sub-page to be derived.
Optionally, after the page export task is configured for the sub page to be exported, or after the page export task is executed, the method further includes:
and judging whether the updated sub-page to be exported exists, if so, updating the corresponding page export task, and inserting the updated page export task into the task list.
Optionally, the determining whether there is an updated sub-page to be exported includes:
after the page export task is executed, judging whether a page export task with the same identification mark as the page export result exists in the task list;
if a page export task with the same identification mark as a page export result exists in the task list, updating the sub-page to be exported;
and if the page export task with the same identification mark as the page export result does not exist in the task list, the sub-page to be exported is not updated.
Optionally, the determining whether there is an updated sub-page to be exported includes:
after the page export task is configured for the sub-page to be exported, judging whether the page export task with the same identification exists in the task list, and if the page export task with the same identification exists in the task list, updating the sub-page to be exported;
and when the page export tasks with the same identification exist in the task list, removing the page export tasks except the page export task with the latest timestamp.
Optionally, the multiple page export tasks are performed by asynchronous threads.
In order to achieve the above object, the present invention provides a page exporting apparatus, including:
the page dividing module is used for dividing the target page according to a preset dividing rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
the task configuration module is used for configuring a page export task for each sub-page to be exported and inserting the page export task into a task list;
the task execution module is used for executing all the page export tasks; generating a page export result every time a page export task is executed;
and the page export module is used for combining all page export results to finish the export of the page.
To achieve the above object, the present invention provides a computer device, comprising a memory and a processor, wherein the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the page export method.
To achieve the above object, the present invention provides a storage medium storing computer-readable instructions, which when executed by one or more processors, cause the one or more processors to perform the steps of the above-mentioned page export method.
As described above, the method, device, apparatus and medium for exporting a page provided by the present invention have the following advantages:
the invention discloses a page exporting method, which comprises the following steps: dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1; configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list; executing all the page export tasks; generating a page export result every time a page export task is executed; and combining all the page export results to finish the export of the page. According to the method, after the page creation stage is finished, the target page is divided to obtain a plurality of sub-pages to be exported, a page export task is configured for each sub-page to be exported, batch standardized tasks are formed, a task list is inserted, and after all the page export tasks are executed, all the page export results are combined. Through the pre-export flow, the export efficiency of the system is greatly improved, the average waiting time of a user is shortened, and the instantaneous export of the page can be realized under the ideal condition.
Drawings
FIG. 1 is a schematic diagram of an application environment of a page export method according to an embodiment of the present invention;
FIG. 2 is a flowchart of a page export method according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for partitioning a target page according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for determining whether an updated subpage to be exported exists in an embodiment of the present invention;
fig. 5 is a block diagram of a page exporting apparatus according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a page exporting method, which is applied to an electronic device 1. Fig. 1 is a schematic diagram of an application environment of a page export method according to an embodiment of the present invention.
In the present embodiment, the electronic device 1 may be a terminal device having an arithmetic function, such as a server, a smart phone, a tablet computer, a portable computer, or a desktop computer.
The electronic device 1 includes: a processor 12, a memory 11, an imaging device 13, a network interface 14, and a communication bus 15.
The memory 11 includes at least one type of readable storage medium. The at least one type of readable storage medium may be a non-volatile storage medium such as a flash memory, a hard disk, a multimedia card, a card-type memory 11, and the like. In some embodiments, the readable storage medium may be an internal storage unit of the electronic apparatus 1, such as a hard disk of the electronic apparatus 1. In other embodiments, the readable storage medium may also be an external memory 11 of the electronic device 1, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the electronic device 1.
In the present embodiment, the readable storage medium of the memory 11 is generally used for storing the page export program 10 and the like installed in the electronic device 1. The memory 11 may also be used to temporarily store data that has been output or is to be output.
The processor 12 may be a Central Processing Unit (CPU), microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing the page update program 10.
The imaging device 13 may be a part of the electronic device 1 or may be independent of the electronic device 1. In some embodiments, the electronic device 1 is a terminal device having a camera, such as a smart phone, a tablet computer, a portable computer, and the like, and then the camera 13 is the camera of the electronic device 1. In other embodiments, the electronic device 1 may be a server, and the camera 13 is independent from the electronic device 1 and connected to the electronic device 1 through a network, for example, the camera 13 is installed in a specific location, such as an office or a monitoring area, and captures a real-time image of a target entering the specific location in real time, and transmits the captured real-time image to the processor 12 through the network.
The network interface 14 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), and is typically used to establish a communication link between the electronic apparatus 1 and other electronic devices.
The communication bus 15 is used to realize connection communication between these components.
Fig. 1 only shows the electronic device 1 with components 11-15, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may alternatively be implemented.
Optionally, the electronic device 1 may further include a user interface, the user interface may include an input unit such as a Keyboard (Keyboard), a voice input device such as a microphone (microphone) or other equipment with a voice recognition function, a voice output device such as a sound box, a headset, etc., and optionally the user interface may further include a standard wired interface, a wireless interface.
Optionally, the electronic device 1 may further comprise a display, which may also be referred to as a display screen or a display unit. In some embodiments, the display device may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an Organic Light-Emitting Diode (OLED) touch device, or the like. The display is used for displaying information processed in the electronic apparatus 1 and for displaying a visualized user interface.
Optionally, the electronic device 1 further comprises a touch sensor. The area provided by the touch sensor for the user to perform touch operation is called a touch area. Further, the touch sensor described herein may be a resistive touch sensor, a capacitive touch sensor, or the like. The touch sensor may include not only a contact type touch sensor but also a proximity type touch sensor. Further, the touch sensor may be a single sensor, or may be a plurality of sensors arranged in an array, for example.
The area of the display of the electronic device 1 may be the same as or different from the area of the touch sensor. Optionally, a display is stacked with the touch sensor to form a touch display screen. The device detects touch operation triggered by a user based on the touch display screen.
Optionally, the electronic device 1 may further include a Radio Frequency (RF) circuit, a sensor, an audio circuit, and the like, which are not described herein again.
The application is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
In the apparatus embodiment shown in fig. 1, a memory 11, which is a machine-readable medium, may include an operating system, and a page export program 10; the processor 12, when executing the page export program 10 stored in the memory 11, implements the steps of the page export method as shown in fig. 2:
s200, dividing a target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
s201, configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list;
s202, executing all the page export tasks; generating a page export result every time a page export task is executed;
s203 combines all the page export results to complete the export of the page.
According to the method, after the page creation stage is finished, the target page is divided to obtain a plurality of sub-pages to be exported, a page export task is configured for each sub-page to be exported, batch standardized tasks are formed, a task list is inserted, and after all the page export tasks are executed, all the page export results are combined. Through the pre-export flow, the export efficiency of the system is greatly improved, the average waiting time of a user is shortened, and the instantaneous export of the page can be realized under the ideal condition.
In step S200, the target page may refer to an initialization page, which may be manually operated by a user (for example, clicking a generation button), or may be a page automatically generated by the system according to a condition trigger.
The target page may also be a page obtained by performing some adjustments on the initialization page in the form of a form, what you see is what you get, and the like. It should be noted that, in the adjustment process of the page, the duration is generally not fixed, and the longer the duration is, the longer the execution time left for the optimization scheme is, the better the final effect is.
In step S200, dividing the target page according to a preset division rule to obtain N sub-pages to be exported, where N is an integer greater than 1;
in an embodiment, the dividing the target page according to a preset dividing rule includes:
the target page can be uniformly divided to obtain a plurality of sub-pages to be exported, wherein the number of the sub-pages to be exported can be set according to requirements.
In an embodiment, as shown in fig. 3, the dividing the target page according to the preset dividing rule includes:
s300, dividing the target page according to the data volume of the target page, wherein the number of sub-pages to be exported can be determined according to the data volume of the target page.
S301, under the condition that the data volume of a target page is larger than a first preset threshold value, dividing the target page into a first number of sub-pages to be exported;
s302, under the condition that the data volume of the target page is smaller than or equal to a first preset threshold value, the target page is divided into a second number of sub-pages to be exported, wherein the first number is larger than the second number.
That is, in the case where the data amount for exporting the target page is large, the target page may be divided into a larger number of sub pages to be exported, and in the case where the data amount for exporting the target page is small, the target page may be divided into a smaller number of sub pages to be exported.
In an embodiment, the dividing the target page according to a preset dividing rule includes:
dividing the target page according to the page element distribution of the target page; each type of page element corresponds to a sub-page to be derived.
Wherein the page elements include text and pictures.
Specifically, when a target page division process is performed, a target page is detected, a text region, an image region and a blank region in the target page are determined, and the target page is divided into the text region, the image region and the blank region. The method comprises the steps of dividing a picture area into a first number of sub-areas for the picture area, dividing a character area into a second number of sub-areas for the character area, wherein each sub-area is a sub-page to be derived.
Further, when the character area is divided, the data volume of the character area is obtained, the character area is divided according to the data volume of the character area, and the number of the divided sub-areas is determined.
When the picture area is divided, the data volume of the picture area is obtained, the picture area is divided according to the data volume of the picture area, and the number of the divided sub-areas is determined.
It should be noted that the positions of the sub-regions obtained by dividing are different in the target page, that is, the sub-regions do not overlap.
In step S202, a page export task is configured for each sub-page to be exported, and the page export task is inserted into a task list; if the page export task is executed, a page export result is generated.
For example, the target page is divided into 4 sub-pages to be exported, if one page export task is configured for each sub-page to be exported, 4 page export tasks are configured in total, the 4 page export tasks are inserted into the task list, and after the corresponding page export task is executed, 4 page export results are generated.
In one embodiment, multiple page export tasks are performed by asynchronous threads.
If the number of the divided sub-pages to be exported is large, the number of the page exporting tasks is also relatively large, the time consumption for exporting the sub-pages to be exported is increased, and even the condition of overtime request is caused. Thus, multiple page export tasks are performed by asynchronous threads. In this way, the multiple page export tasks are executed by asynchronous threads, so that the responsiveness of the system can be improved.
It can be understood that during the process of page export, there may be a page maintenance phase, i.e. editing partial page elements, and updating is required after editing, so that a mechanism is required to ensure that the final page export result is the latest updated result, rather than the "pre-export" phase or the outdated result of the previous version. Therefore, the page export method of the present invention may further include:
after the page export task is configured for the sub-page to be exported, or after the page export task is executed, judging whether an updated sub-page to be exported exists, if the updated sub-page to be exported exists, updating the corresponding page export task, and inserting the updated page export task into the task list.
In one embodiment, to determine whether there is an updated sub-page to be exported, a task and an identification bound with the same as a page export result generated by executing the page export task may be exported for each page in the task list, and the identification may be a number, such as a data ID. In this way, when the latest page export result needs to be obtained, the corresponding data ID is searched in the task list and the cache pool.
Specifically, as shown in fig. 4, the determining whether there is an updated sub page to be exported includes:
s400, after the page export task is executed, judging whether the page export task with the same identification mark as the page export result exists in the task list;
s401, if a page export task with the same identification mark as a page export result exists in the task list, updating the sub-page to be exported;
s402, if the page export task with the same identification mark as the page export result does not exist in the task list, the sub-page to be exported is not updated.
For example:
1. if the page export task with the ID of A exists in the task list and the page export task with the ID of A does not exist in the cache pool, the sub-page to be exported may not be exported and needs to be acquired again after the export is finished;
2. if the page export task with the ID of A exists in the task list, the page export task with the ID of A also exists in the cache pool, and the page export task is deleted from the task list after being executed (consumed). Therefore, if the sub-page to be exported exists in the task list but does not exist in the cache pool, the task export result of the sub-page to be exported in the cache pool is an overdue task export result, and the sub-page to be exported should be removed, and the page export result is acquired after the corresponding page export task in the task list is consumed;
3. if the page export task with the ID of A does not exist in the task list and the cache pool, the page export task represents that the task is abnormally dispatched or the cache is abnormally (is emptied and the like), an exception handling scene needs to be entered, and the page export task is re-triggered.
In an embodiment, the determining whether there is an updated sub-page to be exported includes:
after the page export task is configured for the sub-page to be exported, judging whether the page export task with the same identification exists in the task list, and if the page export task with the same identification exists in the task list, updating the sub-page to be exported;
and when the page export tasks with the same identification exist in the task list, removing the page export tasks except the page export task with the latest timestamp.
Since the page can be edited repeatedly, there may be multiple page export tasks for one sub-page to be exported in the task list. At this time, the task with the older timestamp needs to be removed, so that only one task needs to be executed when the corresponding page export task is executed correspondingly, resources can be saved, and the time for exporting the page is reduced.
In the consumption logic of the task list, a check for the repeated tasks can be added, if the tasks with the same ID are found, other tasks are invalidated or removed according to the latest timestamp.
In an embodiment, the determining whether there is an updated sub-page to be exported includes:
acquiring a first page identifier of a cached sub-page to be exported;
acquiring a second page identifier of a current sub-page to be exported;
judging whether the first page identification and the second page identification are matched and consistent;
when the first page identifier is consistent with the second page identifier, the sub-page to be exported is not updated, and the updated sub-page to be exported does not exist;
and when the first page identifier is inconsistent with the second page identifier, updating the sub-page to be exported, and storing the updated sub-page to be exported.
In the embodiment, a first page identifier of a cached sub-page to be exported is obtained; acquiring a second page identifier of a current sub-page to be exported; judging whether the first page identification and the second page identification are matched and consistent; when the first page identifier is consistent with the second page identifier, the sub-page to be exported is not updated, and the updated sub-page to be exported is not existed; and when the first page identifier is not consistent with the second page identifier, updating the sub-page to be exported, and updating the sub-page to be exported.
After the target page is divided, a page identifier is configured for each sub-page to be exported, and the page identifiers are cached. And if the corresponding sub-page is updated subsequently, a new page identifier is configured correspondingly. Therefore, whether the page is updated or not can be judged through the cached page identification and the page identification of the current sub-page.
Specifically, the page identifier may be a number, for example, the initial page identifier of the sub-page to be exported is 1, and when there is an update to the sub-page to be exported, the page identifier may be changed, for example, the page identifier is changed to 2. The corresponding sub-page to be exported may be deemed updated.
More specifically, the page identification may be incremented by 1 each time an update occurs to the page. Furthermore, the number of times of updating the page can be judged according to the size of the page identifier. For example, when determining whether the sub-page to be exported is updated, first obtain a first page identifier corresponding to the cached sub-page to be exported, where the first page identifier is 1, for example. Then, acquiring a second page identifier of the current sub-page to be exported; judging whether the first page identification and the second page identification are matched and consistent; if the second page identifier is also 1, the sub-page to be exported is not updated; if the second page identifier is 2, the sub-page to be exported is updated once, and if the second page identifier is 3, the sub-page to be exported is updated twice, and so on.
In an embodiment, the determining whether there is an updated sub-page to be exported includes:
acquiring a cached first sub page to be exported and a current second sub page to be exported;
calculating the similarity of the first sub-page to be exported and the second sub-page to be exported;
and when the similarity is lower than a set threshold value, judging that the sub-page to be exported is updated, if so, judging that the updated sub-page to be exported exists, otherwise, judging that the sub-page to be exported is not updated, namely, the updated sub-page to be exported does not exist.
In step S202, a page export task is configured for each sub-page to be exported, and the page export task is inserted into a task list; if the page export task is executed, a page export result is generated.
The task list comprises at least one piece of information of the page export task, and the information of each page export task comprises a task identifier and a task state. The task identifier may be a task number, and the task status includes an unexecuted status, an executed status, or a failed execution status. The non-execution state indicates that the corresponding task is not executed yet, the execution state indicates that the corresponding task is being executed, the executed state indicates that the page export result corresponding to the task is generated, and the execution failure state indicates that the page export result corresponding to the task is not exported although the task is executed.
When executing the tasks in the task list, the task list may be scanned at a preset frequency.
In the process of executing the task of the task list, determining a page export task with a task state in an unexecuted state from the multiple page export tasks, executing the page export task to generate a page export result corresponding to the page export task, and updating the task state of the page export task to an executed state.
In the embodiment of the application, a page export task with a task state in an unexecuted state can be determined from a plurality of page export tasks, the page export task is executed to generate a page export result corresponding to the page export task, and the task state of the page export task is updated to an executed state.
When the plurality of page export tasks comprise tasks with a plurality of task states in an unexecuted state, according to the creation time of the tasks with the plurality of task states in the unexecuted state, the earliest created task is determined from the tasks with the plurality of task states in the unexecuted state, and the earliest created task is used as a target task to execute the target task.
When the plurality of page export tasks include a plurality of same page export tasks (namely, tasks with the same identification marks) and tasks with task states in the non-execution state, according to the creation time of the tasks with the same page export tasks and task states in the non-execution state, the latest created task is determined from the tasks with the task states in the non-execution state, and the latest created task is taken as a target task to execute the target task. That is, if a plurality of identical unexecuted page export tasks exist in the task list, the page export task corresponding to the latest timestamp is used as the current target task.
When the plurality of page export tasks comprise tasks with a plurality of task states in an unexecuted state, determining a task with the highest priority from the tasks with the plurality of task states in the unexecuted state according to a preset priority; and taking the task with the highest priority as a target task and executing the target task.
When the task with the highest priority is multiple, determining the task which is created earliest in the tasks with the highest priority according to the task creation time of the tasks with the highest priority; the task created at the earliest stage is taken as a target task, and the target task is executed.
In step S203, a page export process is executed to combine all page export results to complete the export of the page.
When the target page is divided, a position identifier is set for each sub-page, and the position identifier exists in the whole page export process, namely the position identifier also exists in the page export result. And after all the page export tasks are executed, combining all the page export results according to the sequence of the position identifications to obtain a final page, and finishing the export of the page.
According to the method, after the page creation stage is finished, the target page is divided to obtain a plurality of sub-pages to be exported, a page export task is configured for each sub-page to be exported, batch standardized tasks are formed and inserted into a task list, and after all the page export tasks are executed, all the page export results are combined. Through the pre-export flow, the export efficiency of the system is greatly improved, the average waiting time of a user is shortened, and the instantaneous export of the page can be realized under the ideal condition.
As shown in fig. 5, an embodiment of the present application further provides a page exporting apparatus, including:
the page dividing module 500 is configured to divide a target page according to a preset dividing rule to obtain N sub-pages to be exported, where N is an integer greater than 1;
the task configuration module 501 is configured to configure a page export task for each sub-page to be exported, and insert the page export task into a task list;
a task execution module 502, configured to execute all the page export tasks; generating a page export result every time a page export task is executed;
and a page export module 503, configured to combine all page export results to complete the export of the page.
The target page may be an initialization page, which may be manually operated by a user (for example, clicking a generation button), or may be a page automatically generated by the system according to a condition trigger.
The target page may also be a page obtained by performing some adjustments on the initialization page in the form of a form, what you see is what you get, and the like. It should be noted that, in the adjustment process of the page, the duration is generally not fixed, and the longer the duration is, the longer the execution time left for the optimization scheme is, the better the final effect is.
In one embodiment, the page division module includes:
the first page dividing submodule is used for dividing the target page according to the data volume of the target page; the number of the sub-pages to be exported can be determined according to the data volume of the target page.
The first page dividing sub-module divides the target page into a first number of sub-pages to be exported under the condition that the data volume of the target page is larger than a first preset threshold value;
and the first page dividing submodule divides the target page into a second number of sub-pages to be derived under the condition that the data volume of the target page is less than or equal to a first preset threshold, wherein the first number is greater than the second number.
That is, in the case where the data amount for exporting the target page is large, the target page may be divided into a larger number of sub pages to be exported, and in the case where the data amount for exporting the target page is small, the target page may be divided into a smaller number of sub pages to be exported.
In one embodiment, the page division module includes:
the second page dividing submodule is used for uniformly dividing the target page to obtain a plurality of sub-pages to be derived with the same size; the number of the sub-pages to be exported can be set according to requirements.
Or, the second page dividing submodule is used for dividing the target page according to the page element distribution of the target page; each type of page element corresponds to a sub-page to be derived. Wherein the page elements include text and pictures.
Specifically, when a target page division process is performed, a target page is detected, a text region, an image region and a blank region in the target page are determined, and the target page is divided into the text region, the image region and the blank region. The method comprises the steps of dividing a picture area into a first number of sub-areas for the picture area, dividing a character area into a second number of sub-areas for the character area, wherein each sub-area is a sub-page to be derived.
Further, when the character area is divided, the data volume of the character area is obtained, the character area is divided according to the data volume of the character area, and the number of the divided sub-areas is determined.
When the picture area is divided, the data volume of the picture area is obtained, the picture area is divided according to the data volume of the picture area, and the number of the divided sub-areas is determined.
It should be noted that the positions of the sub-regions obtained by dividing are different in the target page, that is, the sub-regions do not overlap.
In this embodiment, after the division of the target page is completed, a page export task is configured for each sub-page to be exported, and the page export task is inserted into a task list; if the page export task is executed, a page export result is generated.
For example, the target page is divided into 4 sub-pages to be exported, if one page export task is configured for each sub-page to be exported, 4 page export tasks are configured in total, the 4 page export tasks are inserted into the task list, and after the corresponding page export task is executed, 4 page export results are generated.
In one embodiment, multiple page export tasks are performed by asynchronous threads.
If the number of the divided sub-pages to be exported is large, the number of the page exporting tasks is also relatively large, the time consumption for exporting the sub-pages to be exported is increased, and even the condition of overtime request is caused. Thus, multiple page export tasks are performed by asynchronous threads. In this way, the multiple page export tasks are executed by asynchronous threads, so that the responsiveness of the system can be improved.
It can be understood that during the process of page export, there may be a page maintenance phase, i.e. editing partial page elements, and updating is required after editing, so that a mechanism is required to ensure that the final page export result is the latest updated result, rather than the "pre-export" phase or the outdated result of the previous version. Therefore, the page exporting apparatus further comprises:
and the page updating judgment sub-module is used for judging whether the updated sub-page to be exported exists after the page exporting task is configured for the sub-page to be exported or after the page exporting task is executed, updating the corresponding page exporting task if the updated sub-page to be exported exists, and inserting the updated page exporting task into the task list.
In order to determine whether there is an updated sub-page to be exported, a task and an identification identifier bound with the page export result generated by executing the page export task may be exported for each page in the task list, and the identification identifier may be a number, such as a data ID. In this way, when the latest page export result needs to be obtained, the corresponding data ID is searched in the task list and the cache pool.
In one embodiment, the page exporting apparatus further comprises:
the configuration submodule is used for configuring the same identification marks for the page export task and the page export result corresponding to the page export task; the page update judgment sub-module comprises:
the first updating judgment unit is used for judging whether a page export task with the same identification mark as a page export result exists in the task list after the page export task is executed;
if a page export task with the same identification mark as a page export result exists in the task list, updating the sub-page to be exported;
and if the page export task with the same identification mark as the page export result does not exist in the task list, the sub-page to be exported is not updated.
For example:
1. if the page export task with the ID of A exists in the task list and the page export task with the ID of A does not exist in the cache pool, the sub-page to be exported may not be exported and needs to be acquired again after the export is finished;
2. if the page export task with the ID of A exists in the task list, the page export task with the ID of A also exists in the cache pool, and the page export task is deleted from the task list after being executed (consumed). Therefore, if the sub-page to be exported exists in the task list but does not exist in the cache pool, the task export result of the sub-page to be exported in the cache pool is an overdue task export result, and the sub-page to be exported should be removed, and the page export result is acquired after the corresponding page export task in the task list is consumed;
3. if the page export task with the ID of A does not exist in the task list and the cache pool, the page export task represents that the task is abnormally dispatched or the cache is abnormally (is emptied and the like), an exception handling scene needs to be entered, and the page export task is re-triggered.
In an embodiment, the page update determining sub-module includes:
the second updating and judging unit is used for judging whether the page export task with the same identification mark exists in the task list after the page export task is configured for the sub-page to be exported, and if the page export task with the same identification mark exists in the task list, the updated sub-page to be exported exists;
and when the page export tasks with the same identification exist in the task list, removing the page export tasks except the page export task with the latest timestamp.
Since the page can be edited repeatedly, there may be multiple page export tasks for one sub-page to be exported in the task list. At this time, the task with the older timestamp needs to be removed, so that only one task needs to be executed when the corresponding page export task is executed correspondingly, resources can be saved, and the time for exporting the page is reduced.
In the consumption logic of the task list, a check for the repeated tasks can be added, if the tasks with the same ID are found, other tasks are invalidated or removed according to the latest timestamp.
In an embodiment, the page update determining sub-module includes:
the first identification obtaining unit is used for obtaining a first page identification of the cached sub-page to be exported;
the second identification obtaining unit is used for obtaining a second page identification of the current sub-page to be exported;
the identification matching unit is used for judging whether the first page identification and the second page identification are matched and consistent;
when the first page identifier is consistent with the second page identifier, the sub-page to be exported is not updated, and the updated sub-page to be exported does not exist;
and when the first page identifier is inconsistent with the second page identifier, updating the sub-page to be exported, and storing the updated sub-page to be exported.
In the embodiment, a first page identifier of a cached sub-page to be exported is obtained; acquiring a second page identifier of a current sub-page to be exported; judging whether the first page identification and the second page identification are matched and consistent; when the first page identifier is consistent with the second page identifier, the sub-page to be exported is not updated, and the updated sub-page to be exported is not existed; and when the first page identifier is not consistent with the second page identifier, updating the sub-page to be exported, and updating the sub-page to be exported.
After the target page is divided, a page identifier is configured for each sub-page to be exported, and the page identifiers are cached. And if the corresponding sub-page is updated subsequently, a new page identifier is configured correspondingly. Therefore, whether the page is updated or not can be judged through the cached page identification and the page identification of the current sub-page.
Specifically, the page identifier may be a number, for example, the initial page identifier of the sub-page to be exported is 1, and when there is an update to the sub-page to be exported, the page identifier may be changed, for example, the page identifier is changed to 2. The corresponding sub-page to be exported may be deemed updated.
More specifically, the page identification may be incremented by 1 each time an update occurs to the page. Furthermore, the number of times of updating the page can be judged according to the size of the page identifier. For example, when determining whether the sub-page to be exported is updated, first obtain a first page identifier corresponding to the cached sub-page to be exported, where the first page identifier is 1, for example. Then, acquiring a second page identifier of the current sub-page to be exported; judging whether the first page identification and the second page identification are matched and consistent; if the second page identifier is also 1, the sub-page to be exported is not updated; if the second page identifier is 2, the sub-page to be exported is updated once, and if the second page identifier is 3, the sub-page to be exported is updated twice, and so on.
In an embodiment, the page update determining sub-module includes:
the sub-page obtaining unit is used for obtaining a cached first sub-page to be exported and a current second sub-page to be exported;
the similarity calculation unit is used for calculating the similarity of the first sub page to be derived and the second sub page to be derived;
and when the similarity is lower than a set threshold value, judging that the sub-page to be exported is updated, if so, judging that the updated sub-page to be exported exists, otherwise, judging that the sub-page to be exported is not updated, namely, the updated sub-page to be exported does not exist.
In this embodiment, a page export task is configured for each sub-page to be exported, and the page export task is inserted into a task list; if the page export task is executed, a page export result is generated.
The task list comprises at least one piece of information of the page export task, and the information of each page export task comprises a task identifier and a task state. The task identifier may be a task number, and the task status includes an unexecuted status, an executed status, or a failed execution status. The non-execution state indicates that the corresponding task is not executed yet, the execution state indicates that the corresponding task is being executed, the executed state indicates that the page export result corresponding to the task is generated, and the execution failure state indicates that the page export result corresponding to the task is not exported although the task is executed.
When executing the tasks in the task list, the task list may be scanned at a preset frequency.
In the process of executing the task of the task list, determining a page export task with a task state in an unexecuted state from the multiple page export tasks, executing the page export task to generate a page export result corresponding to the page export task, and updating the task state of the page export task to an executed state.
In the embodiment of the application, a page export task with a task state in an unexecuted state can be determined from a plurality of page export tasks, the page export task is executed to generate a page export result corresponding to the page export task, and the task state of the page export task is updated to an executed state.
When the plurality of page export tasks comprise tasks with a plurality of task states in an unexecuted state, according to the creation time of the tasks with the plurality of task states in the unexecuted state, the earliest created task is determined from the tasks with the plurality of task states in the unexecuted state, and the earliest created task is used as a target task to execute the target task.
When the plurality of page export tasks include a plurality of same page export tasks (namely, tasks with the same identification marks) and tasks with task states in the non-execution state, according to the creation time of the tasks with the same page export tasks and task states in the non-execution state, the latest created task is determined from the tasks with the task states in the non-execution state, and the latest created task is taken as a target task to execute the target task. That is, if a plurality of identical unexecuted page export tasks exist in the task list, the page export task corresponding to the latest timestamp is used as the current target task.
When the plurality of page export tasks comprise tasks with a plurality of task states in an unexecuted state, determining a task with the highest priority from the tasks with the plurality of task states in the unexecuted state according to a preset priority; and taking the task with the highest priority as a target task and executing the target task.
When the task with the highest priority is multiple, determining the task which is created earliest in the tasks with the highest priority according to the task creation time of the tasks with the highest priority; the task created at the earliest stage is taken as a target task, and the target task is executed.
In this embodiment, when the target page is divided, a location identifier is set for each sub-page, and this location identifier exists in the whole page export process, that is, the location identifier also exists in the page export result. And after all the page export tasks are executed, combining all the page export results according to the sequence of the position identifications to obtain a final page, and finishing the export of the page.
In an embodiment of the present application, there is also provided a computer readable storage medium having a computer program stored thereon, which when executed by a processor, causes the processor to perform the steps of:
dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list;
executing all the page export tasks; generating a page export result every time a page export task is executed;
and combining all the page export results to finish the export of the page.
In an embodiment, the dividing the target page according to a preset dividing rule includes:
under the condition that the data volume of the target page is larger than a first preset threshold value, dividing the target page into a first number of sub-pages to be exported;
and under the condition that the data volume of the target page is less than or equal to a first preset threshold value, dividing the target page into a second number of sub-pages to be derived, wherein the first number is greater than the second number.
In an embodiment, the dividing the target page according to a preset dividing rule includes:
uniformly dividing the target page to obtain a plurality of sub-pages to be derived with the same size;
or, dividing the target page according to the page element distribution of the target page; each type of page element corresponds to a sub-page to be derived.
In an embodiment, after configuring the page export task for the sub-page to be exported, or after the page export task is executed, the method further includes:
and judging whether the updated sub-page to be exported exists, if so, updating the corresponding page export task, and inserting the updated page export task into the task list.
In an embodiment, the determining whether there is an updated sub-page to be exported includes:
after the page export task is executed, judging whether a page export task with the same identification mark as the page export result exists in the task list;
if a page export task with the same identification mark as a page export result exists in the task list, updating the sub-page to be exported;
and if the page export task with the same identification mark as the page export result does not exist in the task list, the sub-page to be exported is not updated.
In an embodiment, the determining whether there is an updated sub-page to be exported includes:
after the page export task is configured for the sub-page to be exported, judging whether the page export task with the same identification exists in the task list, and if the page export task with the same identification exists in the task list, updating the sub-page to be exported;
and when the page export tasks with the same identification exist in the task list, removing the page export tasks except the page export task with the latest timestamp.
In one embodiment, multiple page export tasks are performed by asynchronous threads.
The application is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
An embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to perform the following steps:
dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list;
executing all the page export tasks; generating a page export result every time a page export task is executed;
and combining all the page export results to finish the export of the page.
The above steps are substantially the same as the specific embodiments of the page exporting method and the page exporting apparatus, and are not described herein again.
It is to be noted that, in the present invention, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, apparatus, article, or method that includes the element.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments. Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a machine-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A page export method is characterized by comprising the following steps:
dividing the target page according to a preset division rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
configuring a page export task for each sub-page to be exported, and inserting the page export task into a task list;
executing all the page export tasks; generating a page export result every time a page export task is executed;
and combining all the page export results to finish the export of the page.
2. The method for exporting pages according to claim 1, wherein said dividing the target page according to the preset dividing rule comprises:
under the condition that the data volume of the target page is larger than a first preset threshold value, dividing the target page into a first number of sub-pages to be exported;
and under the condition that the data volume of the target page is less than or equal to a first preset threshold value, dividing the target page into a second number of sub-pages to be derived, wherein the first number is greater than the second number.
3. The method for exporting pages according to claim 1, wherein said dividing the target page according to the preset dividing rule comprises:
uniformly dividing the target page to obtain a plurality of sub-pages to be derived with the same size;
or, dividing the target page according to the page element distribution of the target page; each type of page element corresponds to a sub-page to be derived.
4. The page export method according to claim 1, wherein after the page export task is configured for the sub-page to be exported, or after the page export task is executed, the method further comprises:
and judging whether the updated sub-page to be exported exists, if so, updating the corresponding page export task, and inserting the updated page export task into the task list.
5. The page exporting method according to claim 4, wherein:
the determining whether there is an updated sub-page to be exported includes:
after the page export task is executed, judging whether a page export task with the same identification mark as the page export result exists in the task list;
if a page export task with the same identification mark as a page export result exists in the task list, updating the sub-page to be exported;
and if the page export task with the same identification mark as the page export result does not exist in the task list, the sub-page to be exported is not updated.
6. The method for exporting pages according to claim 4, wherein said determining whether there is an updated sub-page to be exported comprises:
after the page export task is configured for the sub-page to be exported, judging whether the page export task with the same identification exists in the task list, and if the page export task with the same identification exists in the task list, updating the sub-page to be exported;
and when the page export tasks with the same identification exist in the task list, removing the page export tasks except the page export task with the latest timestamp.
7. The page export method of claim 2, wherein the plurality of page export tasks are performed by asynchronous threads.
8. A page exporting apparatus, comprising:
the page dividing module is used for dividing the target page according to a preset dividing rule to obtain N sub-pages to be exported, wherein N is an integer greater than 1;
the task configuration module is used for configuring a page export task for each sub-page to be exported and inserting the page export task into a task list;
the task execution module is used for executing all the page export tasks; generating a page export result every time a page export task is executed;
and the page export module is used for combining all page export results to finish the export of the page.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the page exporting method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the page export method of any one of claims 1 to 7.
CN202111554903.0A 2021-12-17 2021-12-17 Page exporting method, device, equipment and medium Pending CN114237796A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111554903.0A CN114237796A (en) 2021-12-17 2021-12-17 Page exporting method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111554903.0A CN114237796A (en) 2021-12-17 2021-12-17 Page exporting method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN114237796A true CN114237796A (en) 2022-03-25

Family

ID=80758485

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111554903.0A Pending CN114237796A (en) 2021-12-17 2021-12-17 Page exporting method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114237796A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488698A (en) * 2013-09-04 2014-01-01 用友软件股份有限公司 Data exporting method and data exporting system
CN110058897A (en) * 2019-03-15 2019-07-26 平安普惠企业管理有限公司 Page operation control method, device, computer equipment and storage medium
CN110928613A (en) * 2019-09-29 2020-03-27 京东数字科技控股有限公司 Method and device for acquiring page data, electronic equipment and readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488698A (en) * 2013-09-04 2014-01-01 用友软件股份有限公司 Data exporting method and data exporting system
CN110058897A (en) * 2019-03-15 2019-07-26 平安普惠企业管理有限公司 Page operation control method, device, computer equipment and storage medium
CN110928613A (en) * 2019-09-29 2020-03-27 京东数字科技控股有限公司 Method and device for acquiring page data, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
CN111026797A (en) Service data processing method, server and storage medium
CN109814854B (en) Project framework generation method, device, computer equipment and storage medium
CN107967135B (en) Calculation engine implementation method, electronic device and storage medium
CN112118286B (en) Multi-thread link tracking method and device based on MDC and computer readable storage medium
CN111443912B (en) Component-based page rendering method, device, computer equipment and storage medium
CN108536745B (en) Shell-based data table extraction method, terminal, equipment and storage medium
CN111913616A (en) Application program management method and device and electronic equipment
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
CN108776587B (en) Data acquisition method and device, computer equipment and storage medium
CN107861750B (en) Label management method, label management device and intelligent terminal
CN112506854B (en) Page template file storage and page generation methods, devices, equipment and media
CN111047434B (en) Operation record generation method and device, computer equipment and storage medium
CN110727425A (en) Electronic device, form data verification method and computer-readable storage medium
CN109729132B (en) Switch control method, device, equipment and computer readable storage medium
CN111401981B (en) Bidding method, device and storage medium of bidding cloud host
JP2019528493A (en) Electronic device, list entry deduplication method, and computer-readable storage medium
CN112069189A (en) Method and system for updating multi-level mapping table, terminal device and storage medium
CN109189728B (en) Intelligent hardware device, magnetic disk data processing method and storage medium
CN114237796A (en) Page exporting method, device, equipment and medium
CN111125205A (en) Signboard data display method, terminal and storage medium
CN115237467A (en) Page view configuration method and device, computer equipment and storage medium
CN115576624A (en) Programming framework optimization method, system, terminal equipment and storage medium
CN108762736B (en) Project branch management method, device and equipment and computer readable storage medium
CN112817782A (en) Data acquisition reporting method and device, electronic equipment and storage medium

Legal Events

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