CN107291852B - Progress bar display optimization method and device and electronic equipment - Google Patents

Progress bar display optimization method and device and electronic equipment Download PDF

Info

Publication number
CN107291852B
CN107291852B CN201710424340.0A CN201710424340A CN107291852B CN 107291852 B CN107291852 B CN 107291852B CN 201710424340 A CN201710424340 A CN 201710424340A CN 107291852 B CN107291852 B CN 107291852B
Authority
CN
China
Prior art keywords
progress
loading
loaded
target
page
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
CN201710424340.0A
Other languages
Chinese (zh)
Other versions
CN107291852A (en
Inventor
王冠翔
廖彦文
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201710424340.0A priority Critical patent/CN107291852B/en
Publication of CN107291852A publication Critical patent/CN107291852A/en
Application granted granted Critical
Publication of CN107291852B publication Critical patent/CN107291852B/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/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0483Interaction with page-structured environments, e.g. book metaphor

Abstract

The invention provides a method and a device for optimizing progress bar display and electronic equipment, wherein the method comprises the following steps: judging whether a target value returned by a server is received or not within a preset time length, wherein the target value is sent when the server determines that the next link needing to be loaded exists; if the target value is received, updating the current loading progress to a target loading progress according to a preset progress interval; the target loading progress is the sum of the current loading progress and the progress interval; and when the target loading progress represents that the loading is finished, displaying the page to a user through a terminal. By the method, the loading process of the page can be displayed by one progress bar, a plurality of progress bars do not need to be displayed to a user in the page loading process, the page loading smoothness is improved, the predictability of the page loading progress is ensured, and the problem that the loading progress cannot be predicted in the prior art is solved.

Description

Progress bar display optimization method and device and electronic equipment
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for optimizing progress bar display and electronic equipment.
Background
When a user browses a webpage through a browser, at least one link is required to be requested from a server every time a page is loaded so as to completely load the page. During page loading, the loading progress is usually displayed in the form of a progress bar.
In the related art, the change condition of the progress bar is displayed once each link is loaded, and after the loading of one link is finished, the progress of the corresponding progress bar reaches 100%. When the page to be loaded only contains one link, the page can be displayed when the progress bar reaches 100%. However, in the case that the page to be loaded includes multiple links, after loading of one link is completed, the user may complete loading of the page, but since other links are also included in the page, after loading of one link, the page is not presented to the user, but a new progress bar is subsequently presented to the user.
Therefore, when a page contains a plurality of links, the user cannot predict the loading progress by adopting the prior art.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, a first object of the present invention is to provide an optimization method for displaying a progress bar, so as to utilize a loading process of a progress bar to display a page, improve page loading smoothness, ensure predictability of page loading progress, and solve the problem in the prior art that the loading progress cannot be predicted.
A second object of the invention is to propose another method for optimizing the display of a progress bar.
A third object of the present invention is to propose an optimization device of progress bar display.
A fourth object of the present invention is to provide a server.
A fifth object of the invention is to propose an electronic device.
A sixth object of the present invention is to provide a server.
A seventh object of the invention is to propose a computer program product.
An eighth object of the invention is to propose another computer program product.
A ninth object of the invention is to propose a non-transitory computer-readable storage medium.
A tenth object of the invention is to propose another non-transitory computer-readable storage medium.
To achieve the above object, an embodiment of a first aspect of the present invention provides a method for optimizing a progress bar display, where the method is applied to an application program side, and includes:
judging whether a target value returned by a server is received or not within a preset time length, wherein the target value is sent when the server determines that the next link needing to be loaded exists;
if the target value is received, updating the current loading progress to a target loading progress according to a preset progress interval; the target loading progress is the sum of the current loading progress and the progress interval;
and when the target loading progress represents that the loading is finished, displaying the page to a user through a terminal.
As another optional implementation manner of the embodiment of the first aspect of the present invention, the method further includes:
and if the target value is not received within the preset time length, updating the current loading progress to 100%.
As another optional implementation manner of the embodiment of the first aspect of the present invention, before determining whether the target value returned by the server is received within the preset time period, the method further includes:
and sending a page jump request for jumping to the target page to the server, wherein the page jump request carries at least one link to be loaded, which is contained in the target page.
As another optional implementation manner of the embodiment of the first aspect of the present invention, after sending, to the server, a page jump request for jumping to the target page, the method further includes:
receiving the number of the links to be loaded contained in the target page sent by the server;
determining the progress interval according to the number; alternatively, the first and second electrodes may be,
and receiving the progress interval sent by the server, wherein the progress interval is sent after being determined by the server according to the number.
According to the optimization method for progress bar display, whether a target value returned by a server is received or not is judged within a preset time length, when the target value is received, the current loading progress is updated to the target loading progress according to a preset progress interval, and when the target loading progress indicates that loading is completed, a real page is sent to a user through a terminal. Therefore, the loading process of the page can be displayed by using one progress bar, a plurality of progress bars do not need to be displayed to a user in the page loading process, the page loading smoothness is improved, the predictability of the page loading progress is guaranteed, and the user experience is improved.
In order to achieve the above object, an embodiment of a second aspect of the present invention provides another method for optimizing a progress bar display, where the method is applied to a server side, and includes:
when loading a link which needs to be loaded currently, judging whether a next link which needs to be loaded exists;
if the next link needing to be loaded exists, returning a target value of the link to the application program so that the application program updates the current loading progress to a target loading progress according to a preset progress interval; and the target loading progress is the sum of the current loading progress and the progress interval.
As another optional implementation manner of the embodiment of the second aspect of the present invention, when loading a current link that needs to be loaded, before determining whether there is a next link that needs to be loaded, the method further includes:
and receiving a page jump request which is sent by the application program and jumps to the target page, wherein the page jump request carries at least one link which needs to be loaded and is contained in the target page.
As another optional implementation manner of the embodiment of the second aspect of the present invention, after receiving a page jump request for jumping to the target page sent by an application program, the method further includes:
determining the number of links to be loaded contained in the target page according to the page jump request;
determining the progress interval according to the number, and sending the progress interval to the application program;
or sending the number to the application program, so that the application program determines the progress interval according to the number.
According to the optimization method for progress bar display, whether the next link needing to be loaded exists or not is judged when the current link needing to be loaded is loaded, and when the next link needing to be loaded exists, the target value of the link is returned to the application program, so that the application program updates the current loading progress to the target loading progress according to the preset progress interval. Therefore, the loading process of the page can be displayed by using one progress bar, the page loading smoothness is improved, and the predictability of the page loading progress is ensured.
In order to achieve the above object, a third embodiment of the present invention provides an apparatus for optimizing a progress bar display, including:
the system comprises a judging module and a processing module, wherein the judging module is used for judging whether a target value returned by a server is received or not within a preset time length, and the target value is sent when the server determines that a next link needing to be loaded exists;
the updating module is used for updating the current loading progress to a target loading progress according to a preset progress interval if the target value is received; the target loading progress is the sum of the current loading progress and the progress interval;
and the display module is used for displaying the page to a user through a terminal when the target loading progress indicates that the loading is finished.
As another optional implementation manner of the embodiment of the third aspect of the present invention, the updating module is further configured to update the current loading progress to 100% when the target value is not received within a preset time period.
As another optional implementation manner of the embodiment of the third aspect of the present invention, the apparatus further includes:
the sending module is used for sending a page jump request for jumping to the target page to the server before judging whether a target value returned by the server is received or not within a preset time length, wherein the page jump request carries at least one link to be loaded, and the link is contained in the target page.
As another optional implementation manner of the embodiment of the third aspect of the present invention, the apparatus further includes:
the receiving module is used for receiving the number of the links needing to be loaded and contained in the target page sent by the server after the page jump request is sent to the server, and determining the progress interval according to the number; or receiving the progress interval sent by the server, wherein the progress interval is sent after the server determines according to the number.
The progress bar display optimization device provided by the embodiment of the invention judges whether a target value returned by a server is received or not within a preset time length, updates the current loading progress to the target loading progress according to a preset progress interval when the target value is received, and displays the real page to a user through a terminal when the target loading progress indicates that the loading is finished. Therefore, the loading process of the page can be displayed by using one progress bar, a plurality of progress bars do not need to be displayed to a user in the page loading process, the page loading smoothness is improved, the predictability of the page loading progress is guaranteed, and the user experience is improved.
To achieve the above object, a fourth aspect of the present invention provides a server, including:
the judging module is used for judging whether a next link needing to be loaded exists or not when the link needing to be loaded currently is loaded;
the return module is used for returning the target value of the link to the application program if judging that the next link needing to be loaded exists, so that the application program updates the current loading progress to the target loading progress according to the preset progress interval; and the target loading progress is the sum of the current loading progress and the progress interval.
As another optional implementation manner of the fourth aspect embodiment of the present invention, the server further includes:
and the receiving module is used for receiving a page jump request which is sent by the application program and jumps to the target page before judging whether the next link to be loaded exists when the current link to be loaded is loaded, wherein the page jump request carries at least one link to be loaded contained in the target page.
As another optional implementation manner of the fourth aspect embodiment of the present invention, the server further includes:
the determining module is used for determining the number of links to be loaded contained in the target page according to the page jump request after receiving a page jump request which is sent by an application program and jumps to the target page, determining the progress interval according to the number, and sending the progress interval to the application program; or sending the number to the application program, so that the application program determines the progress interval according to the number.
The server of the embodiment of the invention judges whether the next link to be loaded exists when the link to be loaded currently is loaded, and returns the target value of the link to the application program when the next link to be loaded exists, so that the application program updates the current loading progress to the target loading progress according to the preset progress interval. Therefore, the loading process of the page can be displayed by using one progress bar, the page loading smoothness is improved, and the predictability of the page loading progress is ensured.
In order to achieve the above object, a fifth embodiment of the present invention provides an electronic device, including a housing, a processor, a memory, a circuit board, and a power circuit, wherein the circuit board is disposed inside a space enclosed by the housing, and the processor and the memory are disposed on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, so as to execute the method for optimizing the progress bar display according to the embodiment of the first aspect.
In order to achieve the above object, a sixth aspect of the present invention provides a server, including a housing, a processor, a memory, a circuit board, and a power circuit, wherein the circuit board is disposed inside a space enclosed by the housing, and the processor and the memory are disposed on the circuit board; a power supply circuit for supplying power to each circuit or device of the server; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, and is used for executing the optimization method of the progress bar display described in the second aspect embodiment.
To achieve the above object, a seventh embodiment of the present invention provides a computer program product, wherein when the instructions of the computer program product are executed by a processor, the method for optimizing a progress bar display according to the first embodiment is performed.
To achieve the above object, an eighth aspect of the present invention provides another computer program product, wherein when the instructions of the computer program product are executed by a processor, the method for optimizing a progress bar display according to the second aspect is performed.
To achieve the above object, a ninth aspect of the present invention provides a non-transitory computer-readable storage medium, having a computer program stored thereon, where the computer program is executed by a processor to implement the optimization method of the progress bar display according to the first aspect.
To achieve the above object, a tenth aspect of the present invention provides another non-transitory computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the optimization method of the progress bar display according to the second aspect.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flow chart of a method for optimizing a progress bar display according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a method for optimizing a progress bar display according to another embodiment of the present invention;
fig. 3 is a flowchart illustrating an optimization method for progress bar display according to another embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for optimizing a progress bar display according to yet another embodiment of the present invention;
fig. 5 is a schematic structural diagram of an optimization apparatus for progress bar display according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an optimization apparatus for progress bar display according to another embodiment of the present invention;
fig. 7 is a schematic structural diagram of a server according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a server according to another embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the invention;
fig. 10 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
The following describes a method and an apparatus for optimizing a progress bar display, and an electronic device according to an embodiment of the present invention with reference to the drawings.
Fig. 1 is a flowchart illustrating a method for optimizing a progress bar display according to an embodiment of the present invention, where the method may be executed by an application program, and is used for a situation where a target page includes at least one link to be loaded in a process of jumping to the target page, where the application program may be a browser, a search engine, a reader client, and the like, and the application program may be installed on a computer, a smart phone, a notebook computer, and the like.
As shown in fig. 1, the method for optimizing the progress bar display may include the following steps:
and S11, judging whether the target value returned by the server is received within the preset time length.
The target value is sent by the server when determining that there is a next link to be loaded, and may be any preset identifier, such as "1", "Y", or the like, or may be a serial number of the next link to be loaded, or a detailed address of the link, which is not limited in the present invention.
When an application program such as a browser performs page jump, since a page at least includes one link, a process of loading the link is inevitably included in the page jump process, and the loading process needs a certain time to wait for completion.
It should be noted that the preset duration may be set by a developer when developing the application program, or may be set by a user according to an operating environment (e.g., a network speed) of the application program by setting a corresponding option in the setting options of the application program, which is not limited in this invention. Typically, the preset duration is set to be less than or equal to the loading duration of a link, such as 0.1 s.
In this embodiment, in the process of waiting for the completion of loading the content corresponding to the first link, the server may determine whether there is a next link to be loaded, and return the target value of the link to the application program when there is the next link to be loaded. Thus, the application program may determine whether the target value returned by the server is received within the preset time period, and when it is determined that the target value is received, execute step S12.
And S12, if the target value is received, updating the current loading progress to the target loading progress according to the preset progress interval.
The target loading progress is a sum of the current loading progress and the progress interval, and the determination method of the progress interval is given in the subsequent content, which is not described in detail herein for avoiding redundancy.
In this embodiment, when the application program receives the target value returned by the server, the current loading progress and the progress interval may be summed according to a preset progress interval to obtain a target loading progress, and the current loading progress is updated to the target loading progress.
For example, if the current loading schedule is 40%, and the preset schedule interval is 20%, the target loading schedule is 60%. And after the application program receives the target value returned by the server, updating the loading progress from 40% to 60%, and simultaneously, after the link loading when the loading progress is 40% is completed, starting to load the next link required, namely the link corresponding to the target value returned by the server.
And S13, when the target loading progress indicates that the loading is finished, displaying the target page to the user through the terminal.
In this embodiment, when the target loading progress indicates that loading is completed, that is, the target loading progress is 100%, it indicates that the currently loaded link is the last link included in the page, or that the last link included in the page is to be loaded, and after the link loading is completed, the target page may be displayed to the user through the terminal.
According to the optimization method for progress bar display, whether a target value returned by a server is received or not is judged within a preset time length, when the target value is received, the current loading progress is updated to the target loading progress according to a preset progress interval, and when the target loading progress indicates that loading is completed, a user real page is sent through a terminal. Therefore, the loading process of the page can be displayed by using one progress bar, a plurality of progress bars do not need to be displayed to a user in the page loading process, the page loading smoothness is improved, the predictability of the page loading progress is guaranteed, and the user experience is improved.
In order to update the loading progress of the page according to the progress interval, the embodiment of the invention provides three possible implementation manners for determining the progress interval. As one possible implementation manner, the progress interval may be determined according to the number of links to be loaded included in the target page sent by the server, so that, as shown in fig. 2, the method for optimizing the progress bar display according to this embodiment may include the following steps:
and S21, sending a page jump request for jumping to the target page to the server.
The page jump request carries at least one link to be loaded contained in the target page.
In order to facilitate the server to determine whether the next link to be loaded exists and return the target value when the next link to be loaded exists, the application program may send a page jump request carrying at least one link to be loaded included in the target page to the server.
And S22, receiving the number of the links to be loaded contained in the target page sent by the server.
In this embodiment, after receiving a page jump request sent by an application program, a server counts the number of links to be loaded carried in the page jump request, and sends the counted number to the application program.
And S23, determining the progress interval according to the number.
In this embodiment, after the application program receives the number of the links to be loaded included in the target page sent by the server, the progress interval may be further determined according to the number of the links.
As an example, when 100 can be divided by the number of links, the result of dividing 100 by the number of links may be taken as a progress interval. For example, when the number of links is 5, the progress interval is 20%. When the number of links is 8, the progress interval is 12.5%.
As another example, when 100 is not divisible by the number of links, the progress interval may be determined by rounding down. For example, assuming that the number of links is 6, the progress interval may be 16, and when the 6 th link is loaded, the loading progress reaches 96%. Since the number of links included in the target page is only 6, the application program does not receive the target value returned by the server any more, and at this time, the loading progress can be set to be updated from 96% to 100% directly.
As yet another example, when 100 is not divisible by the number of links, the progress interval may be determined by rounding up. For example, assuming that the number of links is 7, the progress interval may be 16, and when the 7 th link is loaded, the loading progress is 102%, and when the loading progress exceeds 100%, the loading progress is displayed as 100%. Of course, the progress interval may be set to other values, such as 20%. In this case, when the 4 th link is loaded, the loading progress is 80%, and at this time, the loading progress is set to be maintained in this state after reaching 80%, and the loading progress is updated to 100% until the application program does not receive the target value returned by the server any more.
It should be noted that the above examples are only used for explaining the present invention, and are not to be taken as limitations of the present invention, and other methods may be used to determine the progress interval according to the number of links, and the present invention is not limited to the examples.
And S24, judging whether the target value returned by the server is received within the preset time length.
Wherein, the target value is sent by the server when determining that the next link needing to be loaded exists.
Since the page jump request sent by the application program to the server carries at least one link to be loaded included in the target page, in this embodiment, the server may determine whether there is a next link to be loaded, and return the target value of the link to the application program when there is a next link to be loaded. Thus, the application program may determine whether the target value returned by the server is received within the preset time period, and when the application program receives the target value, perform step S25; when the target value returned by the server is not received, step S26 is executed.
And S25, updating the current loading progress to the target loading progress according to the preset progress interval.
And the target loading progress is the sum of the current loading progress and the progress interval.
It should be noted that, in this embodiment, step S24 and step S25 may be repeatedly executed. After the application updates the current loading schedule to the target loading schedule according to the preset schedule interval, step S24 is executed again, that is, the application determines whether the target value returned by the server is received within the preset time length, and when the target value returned by the server is received, step S25 is executed again, and the two steps are repeated until the target value returned by the server is not received any more, and step S26 is executed.
And S26, updating the current loading progress to 100%.
In this embodiment, if the application program does not receive the target value returned by the server within the preset time, the current loading progress is updated to 100%.
For example, if the loading progress is 96% when the last link included in the target page is currently loaded, the application program continues to determine whether the target value returned by the server is received within a preset time period. Since the last link is currently loaded, the server determines that there is no next link to load and no longer returns the target value to the application. And if the application program does not receive the target value within the preset time length, updating the current loading progress from 96% to 100%.
And S27, when the target loading progress indicates that the loading is finished, displaying the target page to the user through the terminal.
In this embodiment, when the target loading progress indicates that loading is completed, that is, the target loading progress is 100%, indicating that loading of the target page is completed, the target page may be displayed to the user through the terminal.
The optimization method for progress bar display in the embodiment includes the steps of sending a page jump request for jumping to a target page to a server, receiving the number of links to be loaded contained in the target page sent by the server, determining a progress interval according to the number, judging whether a target value returned by the server is received within a preset time length, updating the current loading progress to the target loading progress according to the preset progress interval when the target value is received, updating the current loading progress to 100% when the target value is not received, displaying the target page to a user through a terminal when the target loading progress indicates that loading is completed, displaying the loading process of the page by using one progress bar, determining the progress of each updating of the progress bar according to the number of the links, ensuring the predictability of the page loading progress, and improving the page loading smoothness.
As another possible implementation manner, the calculation of the progress interval may be completed by the server, and after receiving a page jump request which is sent by the application program and carries at least one link to be loaded and included in the target page, the server calculates the progress interval according to the number of links included in the target page, and sends the calculated determined progress interval to the application program. After the application program receives the progress interval sent by the server, the current loading progress can be updated to the target loading progress according to the received progress interval. For the way that the server determines the progress interval according to the number of links included in the target page, reference may be made to the description of the application program calculating the progress interval according to the number of links in the foregoing embodiment, and details are not described here for avoiding redundancy. In the implementation mode, the server determines the progress interval according to the number of the links contained in the target page and then sends the progress interval to the application program, so that the calculation amount of the application program can be reduced, the load of the application program is reduced, and the memory space of a terminal for installing the application program is saved.
As yet another possible implementation, the progress interval may also be determined empirically. Those skilled in the art will appreciate that most pages contain 3 links, and generally contain at most 5 links, and therefore, the progress interval can be set to 20% (100 divided by 5) to ensure that the method provided by the embodiment of the present invention can be applied to the page jump process in most cases.
When the progress interval is 20%, if the target page includes less than 5 (no 5) links to be loaded, taking 3 links to be loaded in the target page as an example, at this time, the page loading process may be described as follows: after the application program receives the first target value returned by the server, the loading progress of the progress bar is displayed to be 20%; receiving a second target value returned by the server within a preset time length, and updating the loading progress of the progress bar to 40%; receiving a third target value returned by the server within a preset time length, and updating the loading progress of the progress bar to 60%; then, because the last link is loaded, the server does not return the target value to the application program any longer, and the application program can not receive the target value any longer within the preset time, at this time, the loading progress of the progress bar is updated to 100%.
When the progress interval is 20%, if the target page contains 5 or more than 5 links to be loaded, when the application program receives the fourth target value returned by the server, the loading progress of the progress bar is updated to 80%, the application program can still receive the target value returned by the server within the preset time length, at this time, the loading progress of the progress bar is kept unchanged at 80%, and until the application program no longer receives the target value returned by the server within the preset time length, the loading progress of the progress bar is updated to 100%.
The progress interval is set to be 20% according to experience, the calculation amount of a server and an application program can be reduced, the applicability of the method provided by the embodiment of the invention is ensured, and the fluency of page loading is improved.
The foregoing embodiment is a description performed from an application program side, and in order to more clearly illustrate an optimization process of a progress bar display, an embodiment of the present invention provides another optimization method of a progress bar display, where the method may be executed by a server, and is used for a situation where a target page includes at least one link that needs to be loaded in a process of jumping to the target page. Fig. 3 is a flowchart illustrating an optimization method for progress bar display according to another embodiment of the present invention.
As shown in fig. 3, the method for optimizing the progress bar display may include the following steps:
s31, when loading the current link needing to be loaded, judging whether the next link needing to be loaded exists.
In order to return the target value to the application program, so that the application program can determine whether the progress bar is updated to the target loading progress or 100% according to whether the server returns the target value, when the application program loads the current link to be loaded, the server can judge whether the next link to be loaded exists.
And S32, if the next link needing to be loaded exists, returning a target value of the link to the application program, so that the application program updates the current loading progress to the target loading progress according to the preset progress interval.
The target loading progress is a sum of the current loading progress and the progress interval, and the determination method of the progress interval is given in the subsequent content, which is not described in detail herein for avoiding redundancy. The target value is sent by the server when determining that there is a next link to be loaded, and may be any preset identifier, such as "1", "Y", or the like, or may be a serial number of the next link to be loaded, or a detailed address of the link, which is not limited in the present invention.
In this embodiment, when the server determines that there is a next link to be loaded, the server may return a target value corresponding to the link to the application program, so that after the application program receives the target value, the current loading progress is updated to the target loading progress according to a preset progress interval.
In the optimization method for progress bar display of this embodiment, when a link that needs to be loaded currently is loaded, whether a next link that needs to be loaded exists is determined, and when the next link that needs to be loaded exists, a target value of the link is returned to the application program, so that the application program updates the current loading progress to the target loading progress according to a preset progress interval. Therefore, the loading process of the page can be displayed by using one progress bar, the page loading smoothness is improved, and the predictability of the page loading progress is ensured.
In order to enable an application program to update the loading progress of a page according to a progress interval, the embodiment of the present invention provides two possible implementation manners for determining the progress interval. As one possible implementation manner, the number of links included in the target page may be sent to the application program, and the application program determines the progress interval according to the number of links, so that, as shown in fig. 4, the method for optimizing the progress bar display according to this embodiment may include the following steps:
and S41, receiving a page jump request for jumping to the target page sent by the application program.
The page jump request carries at least one link to be loaded contained in the target page.
And S42, sending the number of the jump requests to the application program, so that the application program determines the progress interval according to the number.
In this embodiment, after receiving a page jump request which is sent by an application program and carries at least one link to be loaded and included in a target page, a server may count the number of the links to be loaded and carried in the page jump request, and send the counted number to the application program, so that the application program can determine a progress interval according to the number of the links sent by the server.
It should be noted that, for the way that the application program can determine the progress interval according to the number of the links sent by the server, reference may be made to the related description of the foregoing embodiment, and for avoiding repeated description, detailed description is not given here.
S43, when loading the current link needing to be loaded, judging whether the next link needing to be loaded exists.
Since the page jump request sent by the application program received by the server carries at least one link to be loaded included in the target page, in this embodiment, when the link to be loaded currently is loaded, the server may determine whether a next link to be loaded exists according to the link included in the page jump request, and when the next link to be loaded exists, execute step S44, and when the next link to be loaded does not exist, execute step S45.
And S44, returning the linked target value to the application program, so that the application program updates the current loading progress to the target loading progress according to the preset progress interval.
And the target loading progress is the sum of the current loading progress and the progress interval.
In this embodiment, when the server determines that there is a next link to be loaded, the server may return a target value corresponding to the link to the application program, so that after the application program receives the target value, the current loading progress is updated to the target loading progress according to a preset progress interval.
S45, the return of the target value to the application is stopped.
In this embodiment, when the server determines that there is no link to be loaded next, the server stops returning the target value to the application program, so that the current loading progress is updated to 100% when the application program can no longer receive the target value.
The method for optimizing the progress bar display comprises the steps of receiving page jump requests sent by an application program and jumping to a target page, sending the number of the jump requests to the application program, enabling the application program to determine a progress interval according to the number, judging whether a next link needing to be loaded exists when the current link needing to be loaded is loaded, returning a target value of the link to the application program when the next link needing to be loaded exists, enabling the application program to update the current loading progress to the target loading progress according to the preset progress interval, stopping returning the target value to the application program when the current link needing to be loaded does not exist, displaying the loading process of the page by utilizing one progress bar, determining the progress of each updating of the progress bar according to the number of the links, ensuring the predictability of the page loading progress and improving the page loading smoothness.
As another possible implementation, the calculation of the progress interval may be done by the server. After receiving a page jump request sent by an application program and jumping to a target page, the server can determine the number of links to be loaded contained in the target page according to the page jump request, further determine a progress interval according to the number of the links, and send the obtained progress interval to the application program. After the application program receives the progress interval sent by the server, the current loading progress can be updated to the target loading progress according to the received progress interval. Therefore, the calculation amount of the application program can be reduced, the load of the application program is reduced, and the memory space of the terminal for installing the application program is saved.
In order to implement the above embodiment, the present invention further provides an optimization apparatus for displaying a progress bar.
Fig. 5 is a schematic structural diagram of an optimization apparatus for progress bar display according to an embodiment of the present invention, which can be used in a situation where a target page includes at least one link to be loaded during a jump process to the target page.
As shown in fig. 5, the optimizing device 50 for the progress bar display includes: a determination module 510, an update module 520, and a display module 530. Wherein the content of the first and second substances,
the determining module 510 is configured to determine whether a target value returned by the server is received within a preset time.
Wherein, the target value is sent by the server when determining that the next link needing to be loaded exists.
The updating module 520 is configured to update the current loading schedule to the target loading schedule according to a preset schedule interval when the target value is received.
And the target loading progress is the sum of the current loading progress and the progress interval.
Further, in a possible implementation manner of the embodiment of the present invention, the updating module 520 is further configured to update the current loading progress to 100% when the target value is not received within the preset time period.
And a display module 530, configured to display the target page to the user through the terminal when the target loading progress indicates that loading is completed.
Optionally, in a possible implementation manner of the embodiment of the present invention, as shown in fig. 6, the apparatus for optimizing a progress bar display 50 further includes:
a sending module 500, configured to send a page jump request for jumping to a target page to a server before the determining module 510 determines whether a target value returned by the server is received within a preset time.
The page jump request carries at least one link to be loaded contained in the target page.
A receiving module 540, configured to receive the number of links to be loaded included in a target page sent by a server after the sending module 500 sends a request for page jump to the server, and determine a progress interval according to the number; or receiving the progress intervals sent by the server, wherein the progress intervals are sent after being determined by the server according to the number.
It should be noted that the foregoing explanation of the embodiment of the method for optimizing progress bar display is also applicable to the apparatus for optimizing progress bar display of this embodiment, and the implementation principle thereof is similar, and is not repeated here.
The optimization device for progress bar display of the embodiment judges whether a target value returned by a server is received or not within a preset time length, updates the current loading progress to the target loading progress according to a preset progress interval when the target value is received, and displays a real page to a user through a terminal when the target loading progress indicates that loading is completed. Therefore, the loading process of the page can be displayed by using one progress bar, a plurality of progress bars do not need to be displayed to a user in the page loading process, the page loading smoothness is improved, the predictability of the page loading progress is guaranteed, and the user experience is improved.
In order to implement the above embodiment, the present invention further provides a server.
Fig. 7 is a schematic structural diagram of a server according to an embodiment of the present invention, where the server may be used in a case where the target page includes at least one link to be loaded in the process of jumping to the target page.
As shown in fig. 7, the server 70 includes: a decision block 710, and a return block 720. Wherein the content of the first and second substances,
the determining module 710 is configured to determine whether there is a next link that needs to be loaded when the link that needs to be loaded currently is loaded.
A returning module 720, configured to, when the determining module 710 determines that there is a next link to be loaded, return a target value of the link to the application program, so that the application program updates the current loading progress to the target loading progress according to a preset progress interval.
And the target loading progress is the sum of the current loading progress and the progress interval.
Optionally, in a possible implementation manner of the embodiment of the present invention, as shown in fig. 8, the server 70 may further include:
the receiving module 700 is configured to, when the determining module 710 loads the current link that needs to be loaded, determine whether a next link that needs to be loaded exists, and receive a page jump request for jumping to a target page, where the page jump request is sent by an application program.
The page jump request carries at least one link to be loaded contained in the target page.
A determining module 730, configured to, after the receiving module 700 receives a page jump request sent by an application program and jumping to a target page, determine the number of links to be loaded included in the target page according to the page jump request, determine a progress interval according to the number, and send the progress interval to the application program; or sending the number to the application program, so that the application program determines the progress interval according to the number.
It should be noted that the explanation of the foregoing embodiment of the optimization method for progress bar display is also applicable to the server of this embodiment, and the implementation principle is similar, and is not described herein again.
The server of this embodiment determines whether there is a next link to be loaded when the link to be loaded currently is loaded, and returns a target value of the link to the application program when there is the next link to be loaded, so that the application program updates the current loading progress to the target loading progress according to a preset progress interval. Therefore, the loading process of the page can be displayed by using one progress bar, the page loading smoothness is improved, and the predictability of the page loading progress is ensured.
In order to implement the above embodiments, the present invention further provides an electronic device.
Fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the invention. As shown in fig. 9, the electronic apparatus 90 includes: the electronic device comprises a shell 91, a processor 92, a memory 93, a circuit board 94 and a power supply circuit 95, wherein the circuit board 94 is arranged inside a space enclosed by the shell 91, and the processor 92 and the memory 93 are arranged on the circuit board 94; a power supply circuit 95 for supplying power to each circuit or device of the electronic apparatus 90; the memory 93 is used to store executable program code; the processor 92 executes a program corresponding to the executable program code by reading the executable program code stored in the memory 93, for performing the optimization method of the progress bar display as described in the foregoing embodiments.
In order to implement the above embodiment, the present invention further provides a server.
Fig. 10 is a schematic structural diagram of a server according to an embodiment of the present invention. As shown in fig. 10, the server 100 includes: the device comprises a shell 101, a processor 102, a memory 103, a circuit board 104 and a power circuit 105, wherein the circuit board 104 is arranged inside a space enclosed by the shell 101, and the processor 102 and the memory 103 are arranged on the circuit board 104; a power supply circuit 105 for supplying power to each circuit or device of the server 100; the memory 103 is used for storing executable program codes; the processor 102 executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing the optimization method of the progress bar display as described in the foregoing embodiments.
In order to implement the above embodiments, the present invention further provides a computer program product, wherein when the instructions in the computer program product are executed by a processor, the method for optimizing the progress bar display according to the foregoing embodiments is performed.
In order to implement the above embodiments, the present invention also provides another computer program product, and when instructions in the computer program product are executed by a processor, the method for optimizing a progress bar display according to the foregoing embodiments is performed.
In order to implement the above embodiments, the present invention also proposes a non-transitory computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the optimization method of the progress bar display as described in the foregoing embodiments.
In order to implement the above embodiments, the present invention also proposes another non-transitory computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the optimization method of the progress bar display as described in the foregoing embodiments.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. If implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (18)

1. A method for optimizing progress bar display is used for leading a target page to contain at least one link needing to be loaded in a process of jumping to the target page, and comprises the following steps:
judging whether a target value returned by a server is received or not within a preset time length, wherein the target value is sent when the server determines that the next link needing to be loaded exists;
if the target value is received, updating the current loading progress to a target loading progress according to a preset progress interval, and loading the next link to be loaded after the link loading in the current loading progress is finished; the target loading progress is the sum of the current loading progress and the progress interval;
and when the target loading progress indicates that the loading is finished, displaying the target page to a user through a terminal.
2. The method for optimizing a progress bar display of claim 1, further comprising:
and if the target value is not received within the preset time length, updating the current loading progress to 100%.
3. The method for optimizing progress bar display according to claim 1, wherein before determining whether a target value returned by the server is received within a preset time period, the method further comprises:
and sending a page jump request for jumping to the target page to the server, wherein the page jump request carries at least one link to be loaded, which is contained in the target page.
4. The method for optimizing progress bar display according to claim 3, wherein after sending the page jump request for jumping to the target page to the server, the method further comprises:
receiving the number of the links to be loaded contained in the target page sent by the server;
determining the progress interval according to the number; alternatively, the first and second electrodes may be,
and receiving the progress interval sent by the server, wherein the progress interval is sent after being determined by the server according to the number.
5. A method for optimizing progress bar display is used for leading a target page to contain at least one link needing to be loaded in a process of jumping to the target page, and comprises the following steps:
when loading a link which needs to be loaded currently, judging whether a next link which needs to be loaded exists;
if the next link to be loaded exists, returning a target value of the link to an application program so that the application program updates the current loading progress to a target loading progress according to a preset progress interval, and loading the next link to be loaded after the link loading in the current loading progress is finished; and the target loading progress is the sum of the current loading progress and the progress interval.
6. The method for optimizing progress bar display according to claim 5, wherein when the link that needs to be loaded currently is loaded, before determining whether there is a next link that needs to be loaded, the method further comprises:
and receiving a page jump request which is sent by the application program and jumps to the target page, wherein the page jump request carries at least one link which needs to be loaded and is contained in the target page.
7. The method for optimizing progress bar display according to claim 6, wherein after receiving a page jump request for jumping to the target page sent by an application program, the method further comprises:
determining the number of links to be loaded contained in the target page according to the page jump request;
determining the progress interval according to the number, and sending the progress interval to the application program;
or sending the number to the application program, so that the application program determines the progress interval according to the number.
8. An apparatus for optimizing progress bar display, wherein the apparatus is configured to include at least one link to be loaded in a target page during a jump to the target page, and the apparatus includes:
the system comprises a judging module and a processing module, wherein the judging module is used for judging whether a target value returned by a server is received or not within a preset time length, and the target value is sent when the server determines that a next link needing to be loaded exists;
the updating module is used for updating the current loading progress to a target loading progress according to a preset progress interval when the target value is received, and loading the next link to be loaded after the link loading in the current loading progress is finished; the target loading progress is the sum of the current loading progress and the progress interval;
and the display module is used for displaying the target page to a user through a terminal when the target loading progress indicates that the loading is finished.
9. The apparatus for optimizing a progress bar display according to claim 8, further comprising:
the updating module is further configured to update the current loading progress to 100% when the target value is not received within a preset time period.
10. The apparatus for optimizing a progress bar display according to claim 8, further comprising:
the sending module is used for sending a page jump request for jumping to the target page to the server before judging whether a target value returned by the server is received or not within a preset time length, wherein the page jump request carries at least one link to be loaded, and the link is contained in the target page.
11. The apparatus for optimizing a progress bar display of claim 10, further comprising:
the receiving module is used for receiving the number of the links needing to be loaded and contained in the target page sent by the server after the page jump request is sent to the server, and determining the progress interval according to the number; or receiving the progress interval sent by the server, wherein the progress interval is sent after the server determines according to the number.
12. A server, configured to include at least one link to be loaded in a target page during a jump to the target page, the server comprising:
the judging module is used for judging whether a next link needing to be loaded exists or not when the link needing to be loaded currently is loaded;
the return module is used for returning the target value of the link to the application program when judging that the next link needing to be loaded exists, so that the application program updates the current loading progress to the target loading progress according to a preset progress interval, and loads the next link needing to be loaded after the link loading in the current loading progress is finished; and the target loading progress is the sum of the current loading progress and the progress interval.
13. The server of claim 12, further comprising:
and the receiving module is used for receiving a page jump request which is sent by the application program and jumps to the target page before judging whether the next link to be loaded exists when the current link to be loaded is loaded, wherein the page jump request carries at least one link to be loaded contained in the target page.
14. The server of claim 13, further comprising:
the determining module is used for determining the number of links to be loaded contained in the target page according to the page jump request after receiving a page jump request which is sent by an application program and jumps to the target page, determining the progress interval according to the number, and sending the progress interval to the application program; or sending the number to the application program, so that the application program determines the progress interval according to the number.
15. An electronic device is characterized by comprising a shell, a processor, a memory, a circuit board and a power supply circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing the method of optimizing a progress bar display according to any one of claims 1 to 4.
16. A server is characterized by comprising a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the server; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing the method of optimizing a progress bar display according to any one of claims 5 to 7.
17. A non-transitory computer-readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements a method of optimizing a progress bar display according to any one of claims 1 to 4.
18. A non-transitory computer-readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements a method of optimizing a progress bar display according to any one of claims 5 to 7.
CN201710424340.0A 2017-06-07 2017-06-07 Progress bar display optimization method and device and electronic equipment Active CN107291852B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710424340.0A CN107291852B (en) 2017-06-07 2017-06-07 Progress bar display optimization method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710424340.0A CN107291852B (en) 2017-06-07 2017-06-07 Progress bar display optimization method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN107291852A CN107291852A (en) 2017-10-24
CN107291852B true CN107291852B (en) 2021-01-22

Family

ID=60096240

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710424340.0A Active CN107291852B (en) 2017-06-07 2017-06-07 Progress bar display optimization method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN107291852B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569409B (en) * 2018-05-18 2024-04-05 北京京东尚科信息技术有限公司 Data complement display method, system, equipment and storage medium
CN111338741B (en) * 2020-03-27 2023-12-12 北京达佳互联信息技术有限公司 Task progress display method and device and storage medium
CN112764627B (en) * 2021-01-28 2022-08-26 青岛海信传媒网络技术有限公司 Upgrade package installation progress display method and display device
CN113986413A (en) * 2021-09-22 2022-01-28 阿里巴巴(中国)有限公司 Page display method, device, equipment and storage medium
CN115292158B (en) * 2022-06-29 2024-01-23 优视科技(中国)有限公司 Method and device for acquiring and configuring page loading progress

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8869024B2 (en) * 2009-07-20 2014-10-21 Facebook, Inc. Monitoring a background process in a web browser and providing status of same
US20130246962A1 (en) * 2012-03-09 2013-09-19 Apple Inc. Dynamic update of a completion status indicator
KR102043256B1 (en) * 2012-10-30 2019-11-12 삼성전자 주식회사 Providing Method For Server Page And Electronic Device Supporting the same
CN103914302B (en) * 2014-04-02 2017-02-15 北京京东尚科信息技术有限公司 Webpage loading progress monitoring method and webpage loading progress monitoring device
CN105159676B (en) * 2015-08-31 2018-10-26 小米科技有限责任公司 The loading method of progress bar, device and system
CN106325878B (en) * 2016-08-30 2019-09-13 贵阳朗玛信息技术股份有限公司 Picture batch uploads or the progress display methods and device of downloading
CN106383704B (en) * 2016-08-31 2021-01-15 腾讯科技(深圳)有限公司 Progress bar data processing method and device

Also Published As

Publication number Publication date
CN107291852A (en) 2017-10-24

Similar Documents

Publication Publication Date Title
CN107291852B (en) Progress bar display optimization method and device and electronic equipment
EP2996366B1 (en) Application recommendation method, system and server
US10409441B2 (en) Method of processing application CPU usage rate anomaly, and device and mobile terminal
CN107463400B (en) Hot updating method of mobile application and terminal equipment
CN108241498B (en) Vehicle-mounted equipment upgrading method and device and vehicle
CN103959753B (en) Advising for the sales promotion used based on subscriber
CN104838405A (en) Testing framework for applications
CN111046164A (en) Method and equipment for updating book to be read
CN106886437B (en) Application program updating method and device
CN109753300B (en) Algorithm upgrading method, calculation task sending method and related device
JP6601491B2 (en) Program verification method, verification program, and information processing apparatus
CN112134961B (en) Client use control method, client and computer storage medium
CN109542468B (en) Application program release method and device and electronic equipment
CN108845824A (en) Using update method and device and computer readable storage medium
CN109858962A (en) Advertisement display method and electronic equipment based on e-book
CN109740081A (en) Page loading method and device
CN105159729A (en) Method and device for installing driver
CN107836107A (en) Message processing device, device, information processing system, information processing method and message handling program
CN109688472A (en) Upgrading TV system method, apparatus, equipment and storage medium
CN110321148B (en) System upgrading method and related device
KR101129092B1 (en) Web service providing system and web service providing method
CN109086150A (en) A kind of method, apparatus for avoiding multiple asynchronous methods from repeating and electronic equipment
CN115422439A (en) Automatic learning resource organization and display method for online education platform
CN114090054A (en) Intelligent equipment upgrading method and device, storage medium and electronic equipment
CN109325810B (en) Recharge conversion improving method, electronic equipment and computer storage medium

Legal Events

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