CN107273275B - Method and device for dynamically refreshing progress bar in multiple data units - Google Patents

Method and device for dynamically refreshing progress bar in multiple data units Download PDF

Info

Publication number
CN107273275B
CN107273275B CN201710322741.5A CN201710322741A CN107273275B CN 107273275 B CN107273275 B CN 107273275B CN 201710322741 A CN201710322741 A CN 201710322741A CN 107273275 B CN107273275 B CN 107273275B
Authority
CN
China
Prior art keywords
progress bar
data
refreshing
data unit
data units
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
CN201710322741.5A
Other languages
Chinese (zh)
Other versions
CN107273275A (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.)
China Southern Power Grid Internet Service Co ltd
Original Assignee
Wuhan Douyu Network Technology 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710322741.5A priority Critical patent/CN107273275B/en
Publication of CN107273275A publication Critical patent/CN107273275A/en
Application granted granted Critical
Publication of CN107273275B publication Critical patent/CN107273275B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information

Abstract

The invention provides a dynamic refreshing method and a dynamic refreshing device for progress bars in a plurality of data units, wherein the method comprises the following steps: creating a timer in a list controller, and creating a plurality of data units and corresponding progress bars; a method for writing a refresh progress bar for each data unit; and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit. The invention only needs to define a timer in the list controller, the method for refreshing the progress bar in each data unit can be realized by calling the method for refreshing the progress bar in each data unit through the monitoring method of the timer, the performance problem caused by a plurality of timers on one interface and the possible interference problem among the plurality of timers are overcome, the steps of sending the notice by the existing timer and registering and removing the notice in the data units are also omitted, and the realization process is more concise.

Description

Method and device for dynamically refreshing progress bar in multiple data units
Technical Field
The invention relates to the technical field of progress bar refreshing, in particular to a method and a device for dynamically refreshing a progress bar in a plurality of data units.
Background
At present, with the rapid development of mobile terminals of mobile phones and the continuous pursuit of mobile terminal products for user experience, dynamically changing scenes such as progress bars, dynamic passwords and the like are widely used at the mobile terminals, and a single progress bar animation is developed into a plurality of progress bar animations, for example, one progress bar is arranged in each data unit in a UITableView interface.
Similar to the requirement of dynamic refresh of the progress bar in a plurality of data units, namely, refreshing a plurality of progress bars at the same time, a timer is usually added in each data unit, and the progress is refreshed in a listening method of the timer.
By adopting the scheme, the timer is established in each data unit, and if a plurality of data units exist in one interface, the plurality of timers exist, and the starting of the timers needs to consume performance, so the performance is not good by adopting the scheme.
Disclosure of Invention
The present invention provides a method and apparatus for dynamic refresh of a progress bar in a plurality of data units that overcomes or at least partially solves the above-mentioned problems.
According to a first aspect of the present invention, there is provided a method for dynamically refreshing a progress bar in a plurality of data units, comprising:
s1, establishing a timer in a list controller of the data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit;
s2, writing a method for refreshing a progress bar for each data unit;
s3, calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer, and realizing the dynamic refreshing of the progress bar corresponding to each data unit.
The invention has the beneficial effects that: the method for refreshing the progress bars in each data unit can be realized by only defining one timer in a list controller of a data interface, and the method for monitoring the timer calls the method for refreshing the progress bars in each data unit, so that the dynamic refreshing of the progress bars can be realized, the performance problem caused by a plurality of timers in the existing interface and the possible interference problem among the plurality of timers are solved, the steps of sending a notification by the existing timer and registering and removing the notification in the data unit are also omitted, and the realization process is simpler.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the creating a plurality of data units in step S1 specifically includes:
the list controller sends a data query request to the background server and receives data content and the number of data pieces returned by the background server;
and creating a plurality of data units according to the number of the data pieces, and configuring identification information for each data unit, wherein the number of the data units is equal to the number of the data pieces.
Further, the step S1 further includes:
and when the data units are created in the list controller, setting the total refreshing time length of the progress bar corresponding to each data unit.
Further, the step S1 further includes:
and the list controller adds the data content to the list for display according to the data content returned by the background server, wherein each line in the list displays one piece of data.
Further, the step S3 further includes:
and setting the calling frequency of the refresh progress bar method in each data unit in the monitoring method of the timer.
Further, the step S3 specifically includes:
calling a method for refreshing the progress bar in each data unit according to the set calling frequency in the monitoring method of the timer, and obtaining the current progress of the progress bar according to the current changed time of the progress bar of each data unit and the total refreshing time of the progress bar;
and refreshing the progress bar according to the current progress of the progress bar.
According to a second aspect of the present invention, there is provided an apparatus for dynamically refreshing a progress bar in a plurality of data units, comprising:
the system comprises a creating module, a data interface module and a control module, wherein the creating module is used for creating a timer in a list controller of the data interface and creating a plurality of data units and a progress bar corresponding to each data unit;
the compiling module is used for compiling a method for refreshing the progress bar for each data unit;
and the dynamic refreshing module is used for calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer so as to realize the dynamic refreshing of the progress bar corresponding to each data unit.
According to a third aspect of the present invention, there is provided a test apparatus for a progress bar dynamic refresh device in a plurality of data units, comprising:
at least one processor, at least one memory, a communication interface, and a bus; wherein the content of the first and second substances,
the processor, the memory and the communication interface complete mutual communication through the bus;
the communication interface is used for information transmission between the test equipment and the communication equipment of the progress bar dynamic refreshing device in the data units;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform a method comprising:
establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit;
a method for writing a refresh progress bar for each data unit;
and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
According to a fourth aspect of the present invention, there is provided a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, cause the computer to perform the method of:
establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit;
a method for writing a refresh progress bar for each data unit;
and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
According to a fifth aspect of the invention, there is provided a non-transitory computer readable storage medium storing computer instructions for causing a computer to perform a method comprising:
establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit;
a method for writing a refresh progress bar for each data unit;
and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
Drawings
FIG. 1 is a flowchart of a method for dynamically refreshing a progress bar in a plurality of data units according to an embodiment of the present invention;
FIG. 2 is a block diagram of a connection of a dynamic progress bar refresh apparatus for multiple data units according to another embodiment of the present invention;
FIG. 3 is a block diagram illustrating an overall connection of a dynamic progress bar refresh apparatus for multiple data units according to another embodiment of the present invention;
FIG. 4 is a connection block diagram of a test apparatus of a dynamic progress bar refreshing apparatus for multiple data units according to another embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the present invention is provided in connection with the accompanying drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
Referring to fig. 1, fig. 1 provides a method for dynamically refreshing a progress bar in multiple data units according to an embodiment of the present invention, which can implement simultaneous dynamic refreshing of multiple progress bars corresponding to multiple data units. The method comprises the following steps: s1, establishing a timer in a list controller of the data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit; s2, writing a method for refreshing a progress bar for each data unit; s3, calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer, and realizing the dynamic refreshing of the progress bar corresponding to each data unit.
Firstly, a list controller is added on an interface, a plurality of data units are created in the list controller, and a corresponding progress bar is created for each data unit. The creation process is specifically as follows: and customizing a data unit, creating a plurality of data units inherited to the UITableView of the system, and adding a progress bar in each created data unit.
Each progress bar is composed of a background and a progress, the color of the background can be gray or can be set randomly according to needs, and the background is displayed by using a view UIView with fixed length, width and position. The progress is also displayed by using a view UIView, the initial length and width and the position of the progress are the same as those of the background, namely the progress is another view overlaid on the background. The setting method of the progress size and the position comprises the following steps: the upper, lower, left and right sides are aligned with the upper, lower, left and right sides of the background, and the progress is displayed in a color different from that of the background in order to distinguish the progress from the background.
After a plurality of data units and a progress bar corresponding to each data unit are created in the list controller, a method for writing a refresh progress bar for each data unit is needed. In this embodiment, a timer is defined in the list controller, a monitoring method is programmed in the timer, and the monitoring method in the timer is used to call a method for refreshing the progress bar in each data unit, so as to implement dynamic refreshing of the progress bar corresponding to each data unit.
In the embodiment, only one timer needs to be defined in the list controller, the method for refreshing the progress bar in each data unit is written, and the method for monitoring the timer calls the method for refreshing the progress bar in each data unit to dynamically refresh the progress bars, so that the performance problem caused by multiple timers on one interface and the possible interference problem among the multiple timers in the prior art are solved, the steps of sending a notification by the prior timer and registering and removing the notification in the data unit are also omitted, and the implementation process is simpler.
In another embodiment of the present invention, the creating a plurality of data units in step S1 specifically includes: the list controller sends a data query request to the background server and receives data content and the number of data pieces returned by the background server; and creating a plurality of data units according to the number of the data pieces, and configuring identification information for each data unit, wherein the number of the data units is equal to the number of the data pieces. When a plurality of data units are created in the list controller, the list controller sends a data query request to the background server, the background server searches data from the database after receiving the data query request sent by the list controller, and returns the searched data content and the number of the data to the list controller. The list controller creates a plurality of data units according to the number of the data returned by the background server, wherein the number of the data units is equal to the number of the data, and the identification information of each data unit is configured. For example, the data returned by the background server to the list controller is all stored in the array, and then the number of data units is the number of array elements. After a plurality of data units are created in the list controller, a corresponding progress bar is created for each data unit.
In an embodiment of the present invention, the step S1 further includes: and the list controller adds the data content to the list for display according to the data content returned by the background server, wherein each line in the list displays one piece of data.
And when the background server returns the data content to the list controller, the list controller adds the data content to the list in the list controller for displaying. Each line of the list is a piece of data, the content of one piece of data is a data unit, each data unit has a progress bar, and each progress bar is dynamically changed.
In another embodiment of the present invention, when the data unit is created by the list controller, the total refresh time length of the progress bar corresponding to each data unit is set.
When a data unit and a progress bar corresponding to the data unit are created in a list controller, the list controller needs to set a total refresh time length for the progress bar corresponding to each data unit, for example, if the progress bar is refreshed from left to right, the total time length from the leftmost refresh of the progress bar to the rightmost refresh of the progress bar may be defined to be 60s, and the length of the dynamic refresh of the progress bar per second is the length/60 of the entire progress bar.
In one embodiment of the invention, the frequency of invocation of the refresh progress bar method in each data unit is set in the timer's listening method.
The step S3 specifically includes: calling a method for refreshing the progress bar in each data unit according to the set calling frequency in the monitoring method of the timer, and obtaining the current progress of the progress bar according to the current changed time of the progress bar of each data unit and the total refreshing time of the progress bar; and refreshing the progress bar according to the current progress of the progress bar.
When a timer is created in the list controller, a monitoring method is written in the timer, and when the monitoring method is written, the calling frequency of the method for refreshing the progress bar in each data unit by the monitoring method needs to be defined. In the monitoring method of the timer, a method for refreshing the progress bar in each data unit is called according to the set calling frequency. In the process of calling the method for refreshing the progress bar in each data unit, the method for refreshing the progress bar in all the data units is called circularly according to the number of the data units, and when the method for refreshing the progress bar in one of the data units is called, the time t s when the progress bar is changed currently is obtained, for example, the initial position of the progress bar is 0 away from the leftmost interface of the background bar. And if the total refreshing time length of the whole progress bar is 60s, the distance between the positions of the progress bar on the background bar at the moment is t and the length/60 of the whole progress bar, and after the current progress position of each progress bar is calculated, each progress bar is refreshed in the list controller. In the process that the monitoring method of the timer of the list controller circularly calls the method for refreshing the progress bar in each data unit, because the time for calling the method by the computer is very short, the method can be understood as refreshing a plurality of progress bars corresponding to a plurality of data units at the same time.
Referring to fig. 2, fig. 2 provides a dynamic refresh apparatus for progress bars in multiple data units according to another embodiment of the present invention, which includes a creating module 21, a writing module 22 and a dynamic refresh module 23.
The creating module 21 is configured to create a timer in the list controller, and create a plurality of data units and a progress bar corresponding to each data unit;
a writing module 22 for writing a method of refreshing the progress bar for each data unit;
and the dynamic refreshing module 23 is configured to call a method for refreshing the progress bar in each data unit in the monitoring method of the timer, so as to implement dynamic refreshing of the progress bar corresponding to each data unit.
Referring to fig. 3, the dynamic progress bar refreshing apparatus for multiple data units further includes a sending and receiving module 20, an adding module 24, and a setting module 25.
And the sending and receiving module 20 is configured to send a data query request to the backend server, and receive data content and the number of data items returned by the backend server.
The creating module 21 is specifically configured to: and creating a plurality of data units according to the number of the data pieces, and configuring identification information of each data unit, wherein the number of the data units is equal to the number of the data pieces.
And the adding module 24 is configured to add the data content to the list for display according to the data content returned by the background server, where each line in the list displays one piece of data.
And the setting module 25 is configured to set a total refresh duration of the progress bar corresponding to each data unit when the data unit is created by the list controller.
The dynamic refresh module 23 is specifically configured to:
calling a method for refreshing the progress bar in each data unit according to the set calling frequency in the monitoring method of the timer, and obtaining the current progress of the progress bar according to the current changed time of the progress bar of each data unit and the total brushing time of the progress bar; and refreshing the progress bar according to the current progress of the progress bar.
Based on the above dynamic refreshing apparatus for progress bars in multiple data units provided in the embodiments corresponding to fig. 2 and fig. 3, the present invention also provides a test device for the dynamic refreshing apparatus for progress bars in multiple data units. Referring to fig. 4, the test apparatus for a progress bar dynamic refresh device in a plurality of data units includes: a processor (processor)401, a memory (memory)402, a communication Interface (Communications Interface)403, and a bus 404;
the processor 401, the memory 402 and the communication interface 403 complete mutual communication through the bus 404;
the communication interface 403 is used for information transmission between the test equipment and the communication equipment of the progress bar dynamic refreshing apparatus in a plurality of data units;
the processor 401 is configured to call a program instruction in the memory 402 to execute the method for dynamically refreshing the progress bar in the multiple data units provided in the corresponding embodiment of fig. 1, including: establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit; a method for writing a refresh progress bar for each data unit; and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
The invention discloses a computer program product, which comprises a computer program stored on a non-transitory computer readable storage medium, wherein the computer program comprises program instructions, and when the program instructions are executed by a computer, the computer can execute the dynamic refresh method of the progress bar in a plurality of data units provided by the corresponding embodiment of fig. 1, for example, the method comprises the following steps: establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit; a method for writing a refresh progress bar for each data unit; and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
The present invention also provides a non-transitory computer-readable storage medium storing computer instructions, which cause a computer to execute the method for dynamically refreshing a progress bar in a plurality of data units according to the embodiment of fig. 1, for example, the method includes: establishing a timer in a list controller of a data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit; a method for writing a refresh progress bar for each data unit; and calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer to realize the dynamic refreshing of the progress bar corresponding to each data unit.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the test equipment of the dynamic progress bar refreshing apparatus for multiple data units are merely illustrative, where the units illustrated as separate components may or may not be physically separate, and the components displayed as the units may or may not be physical units, that is, may be located in one place, or may also be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute the various embodiments or some parts of the methods of the embodiments.
According to the dynamic refreshing method and device for the progress bars in the multiple data units, provided by the invention, only one timer needs to be defined in the list controller, the method for refreshing the progress bars is written in each data unit, and the dynamic refreshing of the multiple progress bars can be realized by calling the method for refreshing the progress bars in each data unit through the monitoring method of the timer, so that the performance problems caused by multiple timers on one interface and the possible interference problems among the multiple timers are solved, the steps of sending the notifications by the existing timer and registering and removing the notifications in the data units are also omitted, and the realization process is simpler.
Finally, the method of the present application is only a preferred embodiment and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (9)

1. A dynamic refreshing method for progress bars in a plurality of data units is characterized by comprising the following steps:
s1, establishing a timer in a list controller of the data interface, and establishing a plurality of data units and a progress bar corresponding to each data unit;
s2, writing a method for refreshing a progress bar for each data unit;
s3, calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer, and realizing the dynamic refreshing of the progress bar corresponding to each data unit.
2. The method for dynamically refreshing the progress bar in multiple data units according to claim 1, wherein the step S1 of creating multiple data units specifically includes:
the list controller sends a data query request to the background server and receives data content and the number of data pieces returned by the background server;
and creating a plurality of data units according to the number of the data pieces, and configuring identification information for each data unit, wherein the number of the data units is equal to the number of the data pieces.
3. The method for dynamically refreshing a progress bar in a plurality of data units according to claim 2, wherein said step S1 further comprises:
and when the data units are created in the list controller, setting the total refreshing time length of the progress bar corresponding to each data unit.
4. The method for dynamically refreshing a progress bar in a plurality of data units according to claim 2, wherein said step S1 further comprises:
and the list controller adds the data content to the list for display according to the data content returned by the background server, wherein each line in the list displays one piece of data.
5. The method for dynamically refreshing the progress bar in a plurality of data units according to claim 4, wherein said step S3 further comprises:
and setting the calling frequency of the refresh progress bar method in each data unit in the monitoring method of the timer.
6. The method for dynamically refreshing the progress bar in multiple data units according to claim 5, wherein the step S3 specifically comprises:
calling the method for refreshing the progress bar in each data unit according to the set calling frequency in the monitoring method of the timer, and obtaining the current progress of the progress bar according to the current changed time of the progress bar of each data unit and the total refreshing time of the progress bar;
and refreshing the progress bar according to the current progress of the progress bar.
7. A dynamic refreshing device for progress bars in a plurality of data units is characterized by comprising:
the system comprises a creating module, a data interface module and a control module, wherein the creating module is used for creating a timer in a list controller of the data interface and creating a plurality of data units and a progress bar corresponding to each data unit;
the compiling module is used for compiling a method for refreshing the progress bar for each data unit;
and the dynamic refreshing module is used for calling a method for refreshing the progress bar in each data unit in the monitoring method of the timer so as to realize the dynamic refreshing of the progress bar corresponding to each data unit.
8. A test equipment for a progress bar dynamic refreshing device in a plurality of data units is characterized by comprising:
at least one processor, at least one memory, a communication interface, and a bus; wherein the content of the first and second substances,
the processor, the memory and the communication interface complete mutual communication through the bus;
the communication interface is used for information transmission between the test equipment and the communication equipment of the progress bar dynamic refreshing device in the data units;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1-6.
9. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1-6.
CN201710322741.5A 2017-05-09 2017-05-09 Method and device for dynamically refreshing progress bar in multiple data units Active CN107273275B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710322741.5A CN107273275B (en) 2017-05-09 2017-05-09 Method and device for dynamically refreshing progress bar in multiple data units

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710322741.5A CN107273275B (en) 2017-05-09 2017-05-09 Method and device for dynamically refreshing progress bar in multiple data units

Publications (2)

Publication Number Publication Date
CN107273275A CN107273275A (en) 2017-10-20
CN107273275B true CN107273275B (en) 2020-04-10

Family

ID=60074105

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710322741.5A Active CN107273275B (en) 2017-05-09 2017-05-09 Method and device for dynamically refreshing progress bar in multiple data units

Country Status (1)

Country Link
CN (1) CN107273275B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107797828A (en) * 2017-10-26 2018-03-13 深圳峰创智诚科技有限公司 The method and client of processing loading object
CN111785316B (en) * 2020-06-29 2021-03-05 深圳市芯天下技术有限公司 Method, system, storage medium and terminal for overcoming erasure interference

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1755641A (en) * 2004-10-01 2006-04-05 三星电子株式会社 The method that is used for the state of display process data
CN104461479A (en) * 2013-09-13 2015-03-25 腾讯科技(深圳)有限公司 Timing method and device
CN105637497A (en) * 2013-07-12 2016-06-01 谷歌公司 Methods and systems for performance monitoring for mobile applications
CN105955567A (en) * 2016-04-21 2016-09-21 北京元心科技有限公司 Method and device for displaying user interface and progress bar
CN106484432A (en) * 2016-11-01 2017-03-08 武汉斗鱼网络科技有限公司 A kind of progress bar method for customizing, device and progress bar

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7882173B2 (en) * 2008-06-30 2011-02-01 International Business Machines Corporation Interactive remote command execution over a stateless client/server network protocol
US9836276B2 (en) * 2009-05-27 2017-12-05 Hon Hai Precision Industry Co., Ltd. Voice command processing method and electronic device utilizing the same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1755641A (en) * 2004-10-01 2006-04-05 三星电子株式会社 The method that is used for the state of display process data
CN105637497A (en) * 2013-07-12 2016-06-01 谷歌公司 Methods and systems for performance monitoring for mobile applications
CN104461479A (en) * 2013-09-13 2015-03-25 腾讯科技(深圳)有限公司 Timing method and device
CN105955567A (en) * 2016-04-21 2016-09-21 北京元心科技有限公司 Method and device for displaying user interface and progress bar
CN106484432A (en) * 2016-11-01 2017-03-08 武汉斗鱼网络科技有限公司 A kind of progress bar method for customizing, device and progress bar

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
OnTimer定时器与Progress进度条的使用;阳光总在风雨后;《http://blog.sina.com.cn/s/blog_65db04e6010141mb.html》;20120603;1-2 *

Also Published As

Publication number Publication date
CN107273275A (en) 2017-10-20

Similar Documents

Publication Publication Date Title
CN105094559B (en) Display processing method and electronic equipment
CN103069413A (en) Customizing content displayed for a user based on user preferences of another user
CN108984245B (en) Page switching method and system based on single-view controller
CN107273275B (en) Method and device for dynamically refreshing progress bar in multiple data units
KR20170074824A (en) Method, device, server and system for synchronizing member benefits among multiple devices
CN106527895A (en) Information processing method and device
CN107590015A (en) The method and apparatus for monitoring the obstruction of main thread
CN110321140A (en) Data-updating method, device and mobile terminal
CN106484348B (en) Animation drawing method and system based on synchronous signals
CN106899455A (en) The method and apparatus that a kind of client is interacted with webpage
CN108228300A (en) The method and device that a kind of control content refreshes in real time
CN105955743B (en) The methods, devices and systems that resource numerical value transfer request generates
CN106990962B (en) Dynamic screen locking wallpaper switching method and device and terminal
CN110750244A (en) Code synchronization method and device, electronic equipment and storage medium
CN105225136A (en) A kind of method of advertising display and device
CN103678332A (en) System, browser and method for displaying page
CN105988795B (en) Message processing method and device
CN105577758A (en) Page heartbeat information processing method and client side
CN114968400A (en) Webpage synchronization method and device, storage medium and electronic equipment
CN112862693B (en) Picture processing method and device
CN112650958B (en) Page processing method, page processing device, electronic equipment and computer readable storage medium
CN113988009A (en) Information delivery area generation method, information delivery method, electronic device and storage medium
CN111338624A (en) Data processing method and related equipment
CN112559158A (en) Micro-service timing task scheduling method and device
CN112395036B (en) Page rendering method and system

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
TR01 Transfer of patent right

Effective date of registration: 20231108

Address after: Room 606-609, Compound Office Complex Building, No. 757, Dongfeng East Road, Yuexiu District, Guangzhou, Guangdong Province, 510699

Patentee after: China Southern Power Grid Internet Service Co.,Ltd.

Address before: 430000 Wuhan Donghu Development Zone, Wuhan, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right