CN106648642A - Infinite page scrolling method of slide view in IOS client end and system - Google Patents
Infinite page scrolling method of slide view in IOS client end and system Download PDFInfo
- Publication number
- CN106648642A CN106648642A CN201611131055.1A CN201611131055A CN106648642A CN 106648642 A CN106648642 A CN 106648642A CN 201611131055 A CN201611131055 A CN 201611131055A CN 106648642 A CN106648642 A CN 106648642A
- Authority
- CN
- China
- Prior art keywords
- data source
- view
- data
- buffered
- sub
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/0485—Scrolling or panning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses an infinite page scrolling method of slide view in IOS client end and a system, and relates to the field of IOS client end slide view development. The method comprises the steps that a container view is created through UIView, a list view is created though UICollectionView, the list view is added into the container view; the data sources of the subview needed to be rendered are obtained, all the data sources are sorted according to the order of views, the first and the end data sources are each provided with buffer data and are loaded to the list view according to the sorted order; when the page rolling rolls to the subview of the buffer data, the view jumps to the subview of the data source corresponding to the buffer data. On the basis of occupying a small amount of memory in IOS client end, the method achieves the infinite page scrolling of the slide view in IOS client end; creating and removing a large amount of new subviews are not needed, and unnecessary computations and costly view hierarchy operations are significantly reduced.
Description
Technical field
The present invention relates to IOS client magic lantern view development fields, and in particular to magic lantern view in a kind of IOS clients
Infinite scroll page turning method and system.
Background technology
When existing IOS clients consult magic lantern view, magic lantern view can only be horizontally or vertically rolled, with to magic lantern view
Page turning is carried out, the function is realized by UIScrollView (the rolling view control that apple developing instrument is provided), works as rolling
Magic lantern view to head and the tail border or beyond head and the tail border when, magic lantern view can recoil to head and the tail border.
With the raising of the IOS client use demands of user, infinite scroll page turning magic lantern is proposed to IOS clients and is regarded
The function of figure (slides into after endpage from the homepage of magic lantern view, continues that when sliding in the same direction homepage can be reset to
Magic lantern view).
At present, the method for realizing infinite scroll page turning magic lantern view is:Using UIScrollView (rolling view control)
Add some horizontally arranged sub- views, such as view A, B and C, view arrangements are sequentially A, B, C, start with B views as aobvious
Show view, manually view arrangements order is adjusted into B, C, A after sliding backward and terminating, then calculates slip respectively and terminate rear A, B
With the side-play amount of C, C views are moved on screen as display view according to side-play amount.
But, the above-mentioned method for realizing infinite scroll page turning magic lantern view is applied in IOS clients, there is following lacking
Fall into:
(1) after sliding every time, it is required to calculate the side-play amount of the view per width, when the quantity of group view is more, calculates
The side-play amount of big quantum view can take the substantial amounts of internal memory of IOS clients, and then reduce the operating efficiency of IOS clients.
(2) when the data source for supporting the sub- view of presentation changes to be needed to reload, all sub- views can be removed
Afterwards, regenerate with required sub- view and add into the view level of UIScrollView.Due to IOS clients pair
The operation (master removes/adds sub- view, changes hierarchical relationship of view etc.) of view level is all time-consuming operation, therefore is worked as
UITableView (the simple list view control of IOS clients) or UICollectionview (the container row of IOS clients
Table view control) it is high-frequency when reloading sub- view (i.e. high-frequency to remove/add sub- view), IOS can be had a strong impact on
The performance of client, and then reduce Consumer's Experience.
The content of the invention
For defect present in prior art, present invention solves the technical problem that being:Taking, IOS clients are interior on a small quantity
On the basis of depositing, the infinite scroll page turning of magic lantern view in IOS clients is realized.The present invention need not in a large number be created and removed new
Sub- view, significantly reduce the very big view level operation of unnecessary calculating and expense.
To reach object above, the infinite scroll page turning method of magic lantern view in the IOS clients that the present invention is provided, including
Following steps:
Step A:Container view is created by UIView, List View is created by UICollectionView, by list
View adds into container view, goes to step B;
Step B:The data source of the sub- view for needing to present is obtained, all data sources are arranged according to view arrangements order
Row, added buffered data corresponding with tail data source before first data source, added after last data source
Buffered data corresponding with header data source, by all data sources after addition buffered data, according to the loading that puts in order
In List View into step A, step C is gone to;
Step C:When the sub- view of page turning to buffered data is rolled, the son of the corresponding data source of the buffered data is jumped to
View.
On the basis of such scheme, the buffered data described in step B before first data source is last
Data source, the buffered data after described last data source is first data source of positive number.
On the basis of such scheme, the buffered data described in step B before first data source is last
Data source and penultimate data source, put in order for:Last data source, penultimate data source, first
Data source;Buffered data after described last data source is second data source of first data source of positive number and positive number,
Put in order for:Last data source, first data source of positive number, second data source of positive number.
On the basis of such scheme, step C specifically includes following steps:Each buffered data and corresponding data source are set
Side-play amount;When the sub- view of page turning to buffered data is rolled, according to the side-play amount of the buffered data, the buffer number is jumped to
According to the sub- view of corresponding data source.
It is further comprising the steps of before step C on the basis of such scheme:In the screen of IOS clients, step is shown
The sub- view of first data source described in rapid B.
Compared with prior art, it is an advantage of the current invention that:
It can be seen from above-mentioned steps B, the beginning and end of the advance all data sources of the present invention is respectively arranged buffered data, with
The side-play amount for calculating big quantum view is needed to compare in prior art during infinite scroll page turning, the present invention need not be calculated per width
The side-play amount of view, when magic lantern view rolls the sub- view of page turning to buffered data, can jump directly to buffered data pair
The sub- view of the data source answered, and then infinite scroll page turning is realized using sight equation.Therefore, IOS is taken during present invention work
The internal memory of client is very little, and then significantly improves the operating efficiency of IOS clients, improves Consumer's Experience.
Further, it can be seen from step A and C, when the present invention jumps to the sub- view of buffered data corresponding data source, energy
Enough using the reuse mechanism of UICollectionView, from the data source that direct access in existing data source need to be redirected, and then
Sub- view is obtained, therefore need not in a large number create and remove new sub- view, significantly reduce unnecessary calculating and expense very
Big view level operation.
Further, it can be seen from step B and C, when the present invention jumps to the sub- view of buffered data corresponding data source,
Only there is the overhead of buffered data on internal memory, a large amount of internal memories will not be resided, reduce further the internal memory of IOS clients
Take.
Description of the drawings
Fig. 1 is the flow chart of the infinite scroll page turning method of magic lantern view in IOS clients in the embodiment of the present invention.
Specific embodiment
The present invention is described in further detail below in conjunction with drawings and Examples.
It is shown in Figure 1, the infinite scroll page turning method of magic lantern view in the IOS clients in the embodiment of the present invention, bag
Include following steps:
S1:Container view is created by UIView (view control), S2 is gone to.
S2:List View is created by UICollectionView, List View is added into container view, gone to
S3。
S3:Obtain need present sub- view data source (each view for presenting is required for data to support,
A such as pictures, an image link), all data sources are arranged according to view arrangements order, for example need to present
Sub- view all data sources be 7 pictures data, by view arrangements serial number be 1,2,3,4,5,6,7, go to S4.
S4:Added buffered data corresponding with tail data source before first data source, in last data source
Add corresponding with header data source buffered data afterwards, all data sources after buffered data will be added, according to S3 in regard
Figure puts in order in the List View being loaded onto in S2, goes to S5.
The addition manner of buffered data is in S4:(usually positive number first of each addition at least one data source before and after general
Data source and last data source), it is each before and after in the S4 of the present embodiment to make rolling page-turning effect more preferably smooth out
2 data sources of addition:
Buffered data before first data source be 2, put in order for:It is last data source, second from the bottom
Individual data source, first data source;Buffered data after last data source also be 2, put in order for:Last
Data source, first data source of positive number, second data source of positive number;Add image data 6 and 7 in image data 1, in picture
Add image data 1 and 2 after data 7, all data sources after addition are 6,7,1,2,3,4,5,6,7,1,2.
The principle of S4 is:Because UICollectionView is cannot to continue rolling page turning is rolled to after last/beginning
Dynamic page turning, so in order that UICollectionView can also continue to rolling after rolling page turning to last/the beginning part
Dynamic page turning, needs it to also have view to show after last/beginning is rolled to.At the same time, UICollectionView
The quantity for showing view is determined by its data source, therefore first can respectively insert buffer number in data source beginning and end
According to, then when page turning is rolled to buffered data by the side-play amount of setting UICollectionView allowing it to jump to and open
On head or the corresponding data source of buffered data of ending, and then infinite scroll page turning is realized using sight equation.
S5:The side-play amount of each buffered data and corresponding data source is set, such as 6,7,1,2,3,4,5,6,7,1,2
In, the side-play amount of first 6 and second 6 is set, go to S6.
S6:In the screen of IOS clients, the sub- view of first data source described in S4 is shown, when in screen
When sub- view is scrolled the sub- view of page turning to buffered data, according to the side-play amount of the buffered data, the buffered data is jumped to
The sub- view of corresponding data source.For example in 6,7,1,2,3,4,5,6,7,1,2, when the sub- view of rolling page turning is to second 1
When, first 1 can be jumped to, and then realize the wireless effect for rolling page turning.
When the sub- view of the corresponding data source of buffered data is jumped in S6, the weight of UICollectionView can be utilized
(the reuse queue of a sub- view is maintained, preferentially goes to obtain from queue is reused when the sub- view of display, obtained not with mechanism
To creating new sub- view again), from the data source that direct access in existing data source need to be redirected, and then sub- view is obtained, because
This need not in a large number create and remove new sub- view, significantly reduce the very big view level behaviour of unnecessary calculating and expense
Make.
The infinite scroll page turning system of magic lantern view in IOS clients in the embodiment of the present invention, including the life of container view
Load-on module, magic lantern view display module and infinite scroll page module are generated into module, data source.
Container view generation module is used for:Container view is created by UIView, is created by UICollectionView
List View, List View is added into container view, is generated load-on module to data source and is sent data source generation plus information carrying
Number.
Data source generates load-on module to be used for:Receive data source to generate after loading signal, obtain the sub- view for needing to present
Data source, all data sources are arranged according to view arrangements order, before first data source addition with afterbody number
According to the corresponding buffered data in source, buffered data corresponding with header data source is added after last data source, will be added
All data sources after buffered data, according in the List View for putting in order and being loaded onto in container view generation module.
The buffered data that data source generation load-on module added before first data source can be number last
According to source, the buffered data added after last data source can be first data source of positive number.
The buffered data that data source generation load-on module added before first data source can also be last
Data source and penultimate data source, put in order for:Last data source, penultimate data source, first
Data source;The buffered data added after last data source can also be first data source of positive number and positive number second
Data source, put in order for:Last data source, first data source of positive number, second data source of positive number.
Magic lantern view display module is used for:In the screen of IOS clients, display data sources are generated described in load-on module
First data source sub- view.
Infinite scroll page module is used for:The side-play amount of each buffered data and corresponding data source is set;When IOS clients
When the sub- view shown in screen is scrolled the sub- view of page turning to buffered data, according to the side-play amount of the buffered data, redirect
To the sub- view of the corresponding data source of the buffered data.
Further, the present invention is not limited to above-mentioned embodiment, for those skilled in the art,
Without departing from the principles of the invention, some improvements and modifications can also be made, these improvements and modifications are also considered as the present invention
Protection domain within.The content not being described in detail in this specification belongs to existing skill known to professional and technical personnel in the field
Art.
Claims (10)
1. in a kind of IOS clients magic lantern view infinite scroll page turning method, it is characterised in that the method include following step
Suddenly:
Step A:Container view is created by UIView, List View is created by UICollectionView, by List View
Add into container view, go to step B;
Step B:The data source of the sub- view for needing to present is obtained, all data sources are arranged according to view arrangements order,
Added buffered data corresponding with tail data source before first data source, addition and head after last data source
The corresponding buffered data of portion's data source, by all data sources after addition buffered data, according to described putting in order step is loaded onto
In List View in rapid A, step C is gone to;
Step C:When the sub- view of page turning to buffered data is rolled, the son for jumping to the corresponding data source of the buffered data is regarded
Figure.
2. in IOS clients as claimed in claim 1 magic lantern view infinite scroll page turning method, it is characterised in that:Step B
Described in buffered data before first data source be last data source, it is slow after described last data source
Data are rushed for first data source of positive number.
3. in IOS clients as claimed in claim 2 magic lantern view infinite scroll page turning method, it is characterised in that:Step B
Described in buffered data before first data source be last data source and penultimate data source, put in order
For:Last data source, penultimate data source, first data source;It is slow after described last data source
Data are rushed for second data source of first data source of positive number and positive number, put in order for:Last data source, positive number first
Individual data source, second data source of positive number.
4. in IOS clients as claimed in claim 1 magic lantern view infinite scroll page turning method, it is characterised in that:Step C
Specifically include following steps:The side-play amount of each buffered data and corresponding data source is set;When rolling page turning is to buffered data
During sub- view, according to the side-play amount of the buffered data, the sub- view of the corresponding data source of the buffered data is jumped to.
5. in the IOS clients as described in any one of Claims 1-4 magic lantern view infinite scroll page turning method, its feature
It is:It is further comprising the steps of before step C:First data in the screen of IOS clients, described in step display B
The sub- view in source.
6. in a kind of IOS clients magic lantern view infinite scroll page turning system, it is characterised in that:The method includes container view
Generation module, data source generate load-on module and infinite scroll page module;
Container view generation module is used for:Container view is created by UIView, list is created by UICollectionView
View, List View is added into container view, is generated load-on module to data source and is sent data source generation loading signal;
Data source generates load-on module to be used for:Receive data source to generate after loading signal, obtain the number of the sub- view for needing to present
According to source, all data sources are arranged according to view arrangements order, addition and tail data source before first data source
Corresponding buffered data, adds buffered data corresponding with header data source after last data source, by addition buffering
All data sources after data, according in the List View for putting in order and being loaded onto in container view generation module;
Infinite scroll page module is used for:When the sub- view of page turning to buffered data is rolled, the buffered data correspondence is jumped to
Data source sub- view.
7. in IOS clients as claimed in claim 6 magic lantern view infinite scroll page turning system, it is characterised in that:It is described
The buffered data that data source generation load-on module added before first data source is last data source, at last
The buffered data added after individual data source is first data source of positive number.
8. in IOS clients as claimed in claim 7 magic lantern view infinite scroll page turning system, it is characterised in that:It is described
It is last data source and inverse that data source generates the buffered data that add before first data source of load-on module
Two data sources, put in order for:Last data source, penultimate data source, first data source;At last
After individual data source add buffered data be second data source of first data source of positive number and positive number, put in order for:Most
Latter data source, first data source of positive number, second data source of positive number.
9. in IOS clients as claimed in claim 6 magic lantern view infinite scroll page turning system, it is characterised in that:It is described
The specific workflow of infinite scroll page module is:The side-play amount of each buffered data and corresponding data source is set;Work as rolling
During the sub- view of page turning to buffered data, according to the side-play amount of the buffered data, the corresponding data source of the buffered data is jumped to
Sub- view.
10. in the IOS clients as described in any one of claim 6 to 9 magic lantern view infinite scroll page turning system, its feature
It is:The system also includes magic lantern view display module, and it is used for:Before infinite scroll page module works, in IOS client
In the screen at end, display data sources generate the sub- view of first data source described in load-on module.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611131055.1A CN106648642A (en) | 2016-12-09 | 2016-12-09 | Infinite page scrolling method of slide view in IOS client end and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611131055.1A CN106648642A (en) | 2016-12-09 | 2016-12-09 | Infinite page scrolling method of slide view in IOS client end and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106648642A true CN106648642A (en) | 2017-05-10 |
Family
ID=58823975
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611131055.1A Pending CN106648642A (en) | 2016-12-09 | 2016-12-09 | Infinite page scrolling method of slide view in IOS client end and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106648642A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108958612A (en) * | 2018-06-14 | 2018-12-07 | 北京字节跳动网络技术有限公司 | Control method, control page method, system, equipment and the computer readable storage medium of page sliding |
CN109828802A (en) * | 2017-11-23 | 2019-05-31 | 腾讯科技(武汉)有限公司 | List View display methods, device and readable medium |
CN110007987A (en) * | 2018-01-05 | 2019-07-12 | 武汉斗鱼网络科技有限公司 | A kind of hierarchy management method and system of view object |
CN110716684A (en) * | 2019-10-10 | 2020-01-21 | 北京无限光场科技有限公司 | User interface display method and device, electronic equipment and machine-readable storage medium |
CN110865748A (en) * | 2019-11-13 | 2020-03-06 | 北京无限光场科技有限公司 | Menu presenting method and device, electronic equipment and computer readable storage medium |
WO2020103792A1 (en) * | 2018-11-22 | 2020-05-28 | 北京字节跳动网络技术有限公司 | Method and device for loading display content, terminal device, and storage medium |
CN115344184A (en) * | 2022-08-29 | 2022-11-15 | 杭州安司源科技有限公司 | Unlimited scrolling list control on computer |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101385028A (en) * | 2006-02-14 | 2009-03-11 | 微软公司 | New object search ui and dragging object results |
US20140149922A1 (en) * | 2012-11-29 | 2014-05-29 | Jasper Reid Hauser | Infinite Bi-Directional Scrolling |
US20150007108A1 (en) * | 2013-06-28 | 2015-01-01 | Jive Software, Inc. | Infinite scrolling a very large dataset |
CN105677366A (en) * | 2016-02-26 | 2016-06-15 | 四川长虹电器股份有限公司 | Method for achieving infinite circulating rolling selection based on UITableView in iOS |
-
2016
- 2016-12-09 CN CN201611131055.1A patent/CN106648642A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101385028A (en) * | 2006-02-14 | 2009-03-11 | 微软公司 | New object search ui and dragging object results |
US20140149922A1 (en) * | 2012-11-29 | 2014-05-29 | Jasper Reid Hauser | Infinite Bi-Directional Scrolling |
US20150007108A1 (en) * | 2013-06-28 | 2015-01-01 | Jive Software, Inc. | Infinite scrolling a very large dataset |
CN105677366A (en) * | 2016-02-26 | 2016-06-15 | 四川长虹电器股份有限公司 | Method for achieving infinite circulating rolling selection based on UITableView in iOS |
Non-Patent Citations (1)
Title |
---|
RITL: "iOS开发-------滚动视图(UIScrollView)并实现循环滚动", 《CSDN博客HTTPS://BLOG.CSDN.NET/RUNINTOLOVE/ARTICLE/DETAILS/49002459》 * |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109828802A (en) * | 2017-11-23 | 2019-05-31 | 腾讯科技(武汉)有限公司 | List View display methods, device and readable medium |
CN110007987A (en) * | 2018-01-05 | 2019-07-12 | 武汉斗鱼网络科技有限公司 | A kind of hierarchy management method and system of view object |
CN110007987B (en) * | 2018-01-05 | 2022-03-25 | 武汉斗鱼网络科技有限公司 | Method and system for managing hierarchy of view object |
CN108958612A (en) * | 2018-06-14 | 2018-12-07 | 北京字节跳动网络技术有限公司 | Control method, control page method, system, equipment and the computer readable storage medium of page sliding |
CN108958612B (en) * | 2018-06-14 | 2021-03-26 | 北京字节跳动网络技术有限公司 | Method for controlling page sliding, method and system for controlling page, terminal device and medium |
WO2020103792A1 (en) * | 2018-11-22 | 2020-05-28 | 北京字节跳动网络技术有限公司 | Method and device for loading display content, terminal device, and storage medium |
CN110716684A (en) * | 2019-10-10 | 2020-01-21 | 北京无限光场科技有限公司 | User interface display method and device, electronic equipment and machine-readable storage medium |
CN110716684B (en) * | 2019-10-10 | 2021-01-15 | 北京无限光场科技有限公司 | User interface display method and device, electronic equipment and machine-readable storage medium |
CN110865748A (en) * | 2019-11-13 | 2020-03-06 | 北京无限光场科技有限公司 | Menu presenting method and device, electronic equipment and computer readable storage medium |
CN115344184A (en) * | 2022-08-29 | 2022-11-15 | 杭州安司源科技有限公司 | Unlimited scrolling list control on computer |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106648642A (en) | Infinite page scrolling method of slide view in IOS client end and system | |
Fan et al. | Gamma-ray burst efficiency and possible physical processes shaping the early afterglow | |
EP2175415A1 (en) | Apparatus and method for ultra-high resolution video processing | |
CN107463440A (en) | A kind of pop-up methods of exhibiting and device | |
US20090079763A1 (en) | Rendering processing device and its method, program, and storage medium | |
US20130106884A1 (en) | Multiple image buffer simulation | |
CN107092655A (en) | Circularly exhibiting method and system for organizing figure in Android widescreen equipment | |
EP1422613A3 (en) | Continuous multi-buffering random number generator | |
CN108476306A (en) | A kind of method that image is shown and terminal device | |
CN109491952A (en) | Cross-page selection text method, electronic equipment and computer storage medium | |
US9996204B2 (en) | Balancing usage across a foldable display | |
WO2016101833A1 (en) | Character string display method and device | |
CN103176952A (en) | Document display method and document display device | |
CN106708478A (en) | Scroll view display method and device | |
CN105653665B (en) | Method and device for realizing efficient note access | |
CN104915437A (en) | Control method and control device for carrying out segmentation processing on multiple-frame image file | |
CN106528026A (en) | Text display method and device | |
Dray et al. | Chemical enrichment by Wolf-Rayet stars: non-solar metallicities | |
CN105843493A (en) | Home page slide show and operation method and device | |
WO2017045410A1 (en) | Method and apparatus for dynamically loading data in a paging model | |
CN108052546A (en) | A kind of method and mobile terminal in mobile terminal browsing pictures | |
US9774488B2 (en) | Apparatus and method for a thin form-factor technology for use in handheld smart phone and tablet devices | |
JP2018117343A5 (en) | ||
CN106294701B (en) | The data buffering system and method for Website front-end | |
CN110286988A (en) | Books read the methods of exhibiting of progress bar, calculate 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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20170510 |
|
RJ01 | Rejection of invention patent application after publication |