CN104850627B - Carry out the method and device of paging displaying - Google Patents

Carry out the method and device of paging displaying Download PDF

Info

Publication number
CN104850627B
CN104850627B CN201510260580.2A CN201510260580A CN104850627B CN 104850627 B CN104850627 B CN 104850627B CN 201510260580 A CN201510260580 A CN 201510260580A CN 104850627 B CN104850627 B CN 104850627B
Authority
CN
China
Prior art keywords
page
page number
data
total
preset value
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
CN201510260580.2A
Other languages
Chinese (zh)
Other versions
CN104850627A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510260580.2A priority Critical patent/CN104850627B/en
Publication of CN104850627A publication Critical patent/CN104850627A/en
Application granted granted Critical
Publication of CN104850627B publication Critical patent/CN104850627B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention discloses the method and device for carrying out paging displaying, wherein, this method includes:A preset value is distributed for total page number;The access request about paged data is received, the access request includes the current page number to be visited;Obtain the corresponding page data of the current page number;If the current page number is less than total page number, judge whether the number of data of the page data obtained is equal to every page of displaying item number, if it is not, then preset value is replaced with the current page number, as total page number;It shows the page data obtained, while shows paging information, total page number is included in the paging information.The present invention program can simplify paging displaying operation, improve page turning.

Description

Carry out the method and device of paging displaying
Technical field
The present invention relates to the information processing technology more particularly to the method and devices of progress paging displaying.
Background technology
With the development of internet, the mankind enter the information age, and people are keen to information browse, net purchase etc..Many nets Bulk information can be generated by standing one day browses for user, and so big information content will inevitably be related to information with paging Form show user.
When carrying out paging displaying, other than displaying user asks the corresponding page data of the page number, also paging is shown simultaneously Information includes total page number in the paging information.Paging information example as shown in Figure 1, wherein, total page number 100, user please The page number asked is page 8, i.e., the current page number.
In traditional paging display technique, need to know every page of displaying how many data, i.e., every page displaying item number, it is also necessary to Know the current page number, total page number shares how many data.Assuming that every page of displaying item number is pageSize, the current page number is page, The total number of all page datas corresponding with user's request is totalItem, total page number totalPage.Wherein, PageSize is the data pre-defined, it is known that data;Page is the parameter that foreground is transmitted, and can be used as given data; TotalItem needs inquiry database just to can know that, unknown data;TotalPage is the logic of pageSize and totalItem Operation result, the formula for calculating totalPage are:TotalPage=totalItem/pageSize+ (totalItem% pageSize>01:0).In aforementioned formula, (totalItem%pageSize>01:0) for three mesh operations, represent if TotalItem is more than 0 with the value of pageSize modulus, then result is just 1, and otherwise result is 0;Such as pageSize=10, TotalItem=1000, then total page number totalPage=1000/10+ (1000%10>01:0)=100.As it can be seen that it obtains TotalItem is the value in order to which totalPage is calculated, and has totalPage and page that can assemble paging information , as shown in Figure 1.And the data specifically shown are to go the table data looked into according to pageSize and page.
Paging information is assembled, needs first to obtain totalItem, is then calculated according to totalItem TotalPage then can assemble component page information based on totalPage and page.
It is very time-consuming that the total number totalItem of inquiry data is obtained in traditional paging display technique, because logical Sql sentences count (*) is used when crossing data base querying total number;Also, it is all carried out during inquiry paged data every time primary total The inquiry of item number.Count (*) is the operation of very time-consuming consumption energy in sql, each page turning request will go to obtain total Item number, in the case of big data quantity, big visit capacity, high concurrent, this operation is likely to result in inquiry slowly, influences other The database manipulation of business.For example some major holidays, so high visit capacity and concurrency will result directly in database service Device cpu reaches more than 90%, and data base querying is slow and connects number increase, eventually leads to database corruption, causes serious Accident, traffic affecting are normally carried out.
In order to ensure that page access business is normally carried out in big data quantity, big visit capacity, high concurrent, total item is inquired Number totalItem than it is relatively time-consuming the problem of must be resolved.It is general all with following solution at present:
1st, caching total number totalItem.
When user inquires paged data, network side can inquire total number totalItem, at this moment by totalItem It is cached, and expired time is set.Later all users can go to look into first when visiting again paged data in caching either with or without TotalItem, if there is with regard to the totalItem in direct return cache, database acquisition totalItem is inquired without going again; Database is looked into if caching not and obtains totalItem, then be put into caching.Using the acquisition totalItem from caching Mode avoids and frequently removes inquiry total number with count (*), not only efficiency made to be improved, and be in database In comparatively safe.
2nd, using global search technology.
Full-text search is a kind of by texts all in file and the matched written historical materials search method of search terms.Java at present More commonly used full-text search third party technology is Lucene, Solr etc..
The principle of full-text search be in the information extraction to hard disk for often use lane database inquiry as index file, Then the service provision for developing inquiry is used with program, in this way, when the paging request based on user needs to inquire totalItem, By direct search index file, without directly inquiring database, play the role of protecting database.
There are following defects for existing inquiry total number totalItem schemes:
1st, the shortcomings that caching total number totalItem:
(1), it will go to look into database when the totalItem in caching is expired, at this moment if in concurrently very big situation It is lower just to there are many requests directly to go to look into database simultaneously, the pressure of short time can be caused to database.
(2), the promptness of data declines, and when there is new data in database, the totalItem values deposited in the buffer will not Change.
For example have 100 datas (totalItem=100) in database, every page of 10 data (pageSize=of displaying 10), then the formula according to totalPage is calculated obtains totalPage=totalItem/pageSize+ (totalItem% pageSize>01:0)=100/10+ (100%10>01:0)=10.At this moment if data totalItem has been added to 110, then should theoretically there are page 11, but due to caching not out of date, the totalPage in caching or 10, it is newly-increased 10 datas would not be accessed by the user, poor so as to lead to the problem of promptness.It is actively removed if in data increase The totalPage fallen in caching is can to solve the problems, such as data promptness, but many situation data be all it is ever-increasing, The effect that the totalPage in caching also just loses caching is frequently removed, inquiry is will also result in slowly, is brought to database Pressure.
2nd, using global search technology the shortcomings that:
(1), full-text search formula a special kind of skill, the study of developer early period and the maintenance cost in later stage are higher.
(2), frequently hard disk can be operated when updating file data, the loss of hard disk can be caused, especially more When newly measuring bigger;Because the increment index that update file uses largely all is realized by merge algorithms, And the merge algorithms will lead to frequent hard disk operation;The update (update) of one new data, may result in a part of root This index not changed is rewritten many times, and the data of frequent update also consume server resource very much, cause under query performance Drop.
(3), a large amount of request accesses, and will frequently read index file, may result in the risk of file handle damage, into Row influences the normal use of function.
(4), generally using incremental update during update index, in order to ensure with the consistency of database data also can use arrive Full dose updates, and operating efficiency can reduce when full dose updates.
To sum up, in existing scheme, the acquisition of total number totalItem is all extremely complex, and relatively time consuming and efficiency is low, and then Leverage the speed and performance of paging displaying.
Invention content
The present invention provides a kind of method for carrying out paging displaying, this method can simplify paging displaying operation, and raising is turned over Page performance.
The present invention provides a kind of device for carrying out paging displaying, which can simplify paging displaying operation, and raising is turned over Page performance.
A kind of method for carrying out paging displaying distributes a preset value for total page number, and this method includes:
The access request about paged data is received, the access request includes the current page number to be visited;
Obtain the corresponding page data of the current page number;
If the current page number is less than total page number, judge whether the number of data of the page data obtained is equal to every page of displaying item Number, if it is not, then preset value is replaced with the current page number, as total page number;
It shows the page data obtained, while shows paging information, total page number is included in the paging information.
A kind of device for carrying out paging displaying, the device include preset value distribution module, access request acquisition module, the page Data acquisition module, judgment module and display module;
The preset value distribution module distributes a preset value for total page number;
The access request acquisition module, receives the access request about paged data, and the access request includes and waits to visit The current page number asked;The current page number is sent respectively to the page data acquisition module, the judgment module and the displaying Module;
The page data acquisition module obtains the corresponding page data of the current page number, is sent to the display module;
The judgment module receives the current page number from the access request acquisition module, if knowing, the current page number is small In total page number, then judge whether the number of data of the page data obtained is equal to every page of displaying item number, work as if it is not, then using The preceding page number replaces preset value, as total page number;Total page number is sent to the display module;
The display module, shows the page data of acquisition, while shows paging information, comprising total in the paging information Number of pages.
From said program as can be seen that in the present invention, a preset value is distributed for total page number in advance, carries out paging access When, the access request about paged data is received, the access request includes the current page number to be visited;Obtain the current page number pair The page data answered;If the current page number is less than total page number, judge whether the number of data of the page data obtained is equal to every page Item number is shown, if it is not, then preset value is replaced with the current page number, as total page number.Using the present invention program, change existing The inertia implementation of total page number is calculated in technology by way of obtaining total number totalItem, but is total page number point , later, can whether equal to every page displaying item number determines total page based on the number of data of page data with a preset value Number;In this way, total number totalItem need not be obtained, paging displaying operation is enormously simplified, improves the speed and property of page turning Energy.
Description of the drawings
Fig. 1 is paging information schematic diagram shown in the prior art;
Fig. 2 is the method schematic flow chart that the present invention carries out paging displaying;
Fig. 3 is the method flow diagram example one that the present invention carries out paging displaying;
Fig. 4 is the method flow diagram example two that the present invention carries out paging displaying;
Fig. 5 is paging information schematic diagram shown in the present invention;
Fig. 6 is the apparatus structure schematic diagram that the present invention carries out paging displaying.
Specific embodiment
To make the objectives, technical solutions, and advantages of the present invention clearer, with reference to embodiment and attached drawing, to this Invention is further described.
In the existing scheme for carrying out paging displaying, need first to obtain total number totalItem, then according to totalItem Total page number totalPage is calculated;And the acquisition of total number totalItem is all extremely complex, relatively time consuming and efficiency is low, into And leverage the speed and performance of paging displaying.In order to solve the technical problem, the present invention changes to be passed through in the prior art The mode of total number totalItem is obtained to calculate the inertia implementation of total page number, but distributes one for total page number and presets Whether value and then the number of data based on page data show item number equal to every page to determine total page number;It in this way, need not Total number totalItem is obtained, enormously simplifies paging displaying operation, improves the speed and performance of page turning.
Referring to Fig. 2, the method schematic flow chart of paging displaying is carried out for the present invention, this method distributes one for total page number Preset value, preset value can voluntarily be set as needed.
The flow of Fig. 2 includes the following steps:
Step 201, the access request about paged data is received, the access request includes the current page number to be visited.
When user needs to carry out paging access, access request is initiated to network side.
Step 202, the corresponding page data of the current page number is obtained.
After knowing the current page number, corresponding page data can be obtained.
Step 203, if the current page number is less than total page number, judge whether the number of data of the page data obtained is equal to often Page displaying item number, if it is not, then preset value is replaced with the current page number, as total page number.
The total number of all page datas corresponding with user's request is totalItem, in many cases, if total item Number totalItem is less big, and the preset value for total page number distribution is more than total number totalItem, then what user asked works as The preceding page number will all be less than total page number.
Moreover, further being known by practical experience, the number of data of page data is up to every page of displaying item number;This step In rapid, if not equal to every page displaying item number of the number of data of page data, it is determined that go out the current page number for last page, and then Preset value is replaced with the current page number, as final total page number.
Step 204, it shows the page data of acquisition, while shows paging information, total page number is included in the paging information.
In the present invention, a preset value is distributed for total page number in advance, when carrying out paging access, is received about paged data Access request, the access request include the current page number to be visited;Obtain the corresponding page data of the current page number;If current page Code is less than total page number, then judges whether the number of data of the page data obtained is equal to every page of displaying item number, if it is not, then Preset value is replaced with the current page number, as total page number.Using the present invention program, change in the prior art by obtaining total number The mode of totalItem calculates the inertia implementation of total page number, but for total page number distributes a preset value, later, just Can whether equal to every page displaying item number determines total page number based on the number of data of page data;In this way, total item need not be obtained Number totalItem enormously simplifies paging displaying operation, improves the speed and performance of page turning.
The realization situation that true total page number is less than preset value is given in Fig. 1 flows;For other feature situations, very Real total page number is equally likely to or more than preset value, in order to further solve these situations, The present invention gives further complete Kind scheme:
After the corresponding page data of the current page number is obtained, if knowing, the current page number is equal to total page number, judges to obtain Page data number of data whether be equal to every page displaying item number, if it is, increase preset value, with the preset value after increase As total page number;Otherwise, using the current page number as final total page number;
It shows the page data obtained, while shows paging information, total page number is included in the paging information.
Various ways realization can be used in above-mentioned increase preset value.For example, preset value is added into certain quantity, such as 50, As new total page number.For another example:Preset value is multiplied by multiple value, using obtained product as final total page number.Multiple value can It is arranged as required to, for example, 2.
Below by Fig. 3,4 flow, the method for carrying out paging displaying to the present invention is illustrated, in the example, In advance a preset value is distributed for total page number.
The present invention is improved in prior art basis, according to the conclusion analyzed before --- obtain totalItem It is intended merely to that totalPage is calculated, if totalPage is known, then just do not spend inquiry totalItem; So the present invention program is --- a value X is distributed for totalPage in advance, this value can at will be adjusted according to data cases, User need not just inquire database when the data in this X pages are inquired and obtain totalItem to calculate in this way totalPage;If when data in X pages are inquired, the display data of return is less than pageSize, that proves the current page number It has been maximum number of pages, the value of totalPage is set to the current page number at this time.
Referring to Fig. 3, the method flow diagram example one of paging displaying is carried out for the present invention, which is less than for the current page number The situation of total page number;In figure, page:The current page number, totalPage:Total page number, pageSize:Every page of displaying item number.
The flow of Fig. 3 includes the following steps:
Step 301, network side receives the access request from user terminal, and the access request includes current page to be visited Code.
Step 302, according to every page of displaying item number and the current page number, the corresponding page of the current page number is inquired from database Data.
Step 303, judge whether the number of data of the page data obtained is equal to every page of displaying item number, if it is not, Preset value then is replaced with the current page number, as total page number;Otherwise, total page number is not modified.
Step 304, it shows the page data of acquisition, while shows paging information, total page number is included in the paging information.
When X page is inquired, that is, X be equal to totalPage when, if return display data be equal to PageSize's, then in order to ensure that data below can be queried to, totalPage is at this moment multiplied by 2.Referring to Fig. 4, for this Invention carries out the method flow diagram example two of paging displaying, which is equal to the situation of total page number for the current page number, including Following steps:
Step 401, the access request about paged data is received, the access request includes the current page number to be visited.
Step 402, according to every page of displaying item number and the current page number, the corresponding page of the current page number is inquired from database Data.
Step 403, judge whether the number of data of the page data obtained is equal to every page of displaying item number, if it is, will Preset value is multiplied by 2, using obtained product as final total page number;Otherwise, using the current page number as final total page number.
Step 404, it shows the page data of acquisition, while shows paging information, total page number is included in the paging information.
In this example, the preset value of total page number is 100, is 200 after carrying out total page number resetting, paging as shown in Figure 5 letter Cease schematic diagram.
If user's page turning backward, then the flow of repetition Fig. 3, Fig. 4 will be continued, the method is in the entire page turn over operation of user The totalItem in inquiry database will not be all removed, page turning is made to be greatly enhanced.
Referring to Fig. 6, the structure diagram of the device of paging displaying is carried out for the present invention, which includes preset value and distribute mould Block, access request acquisition module, page data acquisition module, judgment module and display module;
The preset value distribution module distributes a preset value for total page number;
The access request acquisition module, receives the access request about paged data, and the access request includes and waits to visit The current page number asked;The current page number is sent respectively to the page data acquisition module, the judgment module and the displaying Module;
The page data acquisition module obtains the corresponding page data of the current page number, is sent to the display module;
The judgment module receives the current page number from access request acquisition module, if it is total to know that the current page number is less than Number of pages, then judge whether the number of data of the page data obtained is equal to every page of displaying item number, if it is not, then using current page Code replaces preset value, as total page number;Total page number is sent to the display module;
The display module, shows the page data of acquisition, while shows paging information, comprising total in the paging information Number of pages.
Preferably, the judgment module, if knowing, the current page number is equal to total page number, judges the number of the page data obtained Whether it is equal to every page of displaying item number according to item number, if it is, increasing preset value, by the use of the preset value after increase as total page number;It is no Then, using the current page number as final total page number;Total page number is sent to the display module.
Preferably, the judgment module, when increasing preset value, multiple value is multiplied by by preset value, obtained product is made For final total page number.
Preferably, the judgment module, is equal to every page of displaying item number in the number of data for the page data for judging to obtain When, total page number is not modified.
Preferably, the page data acquisition module, according to every page of displaying item number and the current page number, is inquired from database Go out the corresponding page data of the current page number.
In the present invention program, by pre-setting the value of totalPage, and the value of totalPage is according to the current page number Variation with the number of data of current page data and change so that newest data can be shown in front of the user.Present invention side Case is suitble to the application scenarios of various page turnings, and whole process need not go to carry out the action of inquiry totalItem, avoid and inquire Middle count (*) sentence turned down using search efficiency is used simply, and page turning is made to be greatly improved, and Allowing apply becomes healthy and strong, stablizes.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all essences in the present invention God and any modification, equivalent substitution, improvement and etc. within principle, done, should be included within the scope of protection of the invention.

Claims (8)

  1. A kind of 1. method for carrying out paging displaying, which is characterized in that distribute a preset value for total page number, this method includes:
    The access request about paged data is received, the access request includes the current page number to be visited;
    Obtain the corresponding page data of the current page number;
    If the current page number is less than total page number, judge whether the number of data of the page data obtained is equal to every page of displaying item number, If it is not, preset value then is replaced with the current page number, as total page number;
    If the current page number is equal to total page number, judge whether the number of data of the page data obtained is equal to every page of displaying item number, If it is, increase preset value, by the use of the preset value after increase as total page number;Otherwise, using the current page number as final total page Number;
    It shows the page data obtained, while shows paging information, total page number is included in the paging information.
  2. 2. the method as described in claim 1, which is characterized in that the increase preset value includes:
    Preset value is multiplied by multiple value, using obtained product as final total page number.
  3. 3. the method as described in claim 1, which is characterized in that if it is judged that the number of data of the page data obtained is equal to Every page of displaying item number, this method further include:Total page number is not modified.
  4. 4. method as claimed any one in claims 1 to 3, which is characterized in that described to obtain the corresponding page of the current page number Data include:According to every page of displaying item number and the current page number, the corresponding page data of the current page number is inquired from database.
  5. 5. a kind of device for carrying out paging displaying, which is characterized in that the device includes preset value distribution module, access request obtains Module, page data acquisition module, judgment module and display module;
    The preset value distribution module distributes a preset value for total page number;
    The access request acquisition module, receives the access request about paged data, and the access request includes to be visited The current page number;The current page number is sent respectively to the page data acquisition module, the judgment module and the display module;
    The page data acquisition module obtains the corresponding page data of the current page number, is sent to the display module;
    The judgment module receives the current page number from the access request acquisition module, if it is total to know that the current page number is less than Number of pages, then judge whether the number of data of the page data obtained is equal to every page of displaying item number, if it is not, then using current page Code replaces preset value, as total page number;Total page number is sent to the display module;
    The display module, shows the page data of acquisition, while shows paging information, and total page is included in the paging information Number;
    The judgment module, if know the current page number be equal to total page number, judge obtain page data number of data whether Equal to every page displaying item number, if it is, increasing preset value, by the use of the preset value after increase as total page number;Otherwise, by current page Code is as final total page number;Total page number is sent to the display module.
  6. 6. device as claimed in claim 5, which is characterized in that when increasing preset value, preset value is multiplied for the judgment module With multiple value, using obtained product as final total page number.
  7. 7. device as claimed in claim 5, which is characterized in that the judgment module, in the page data for judging to obtain When number of data is equal to every page of displaying item number, total page number is not modified.
  8. 8. the device as described in any one of claim 5 to 7, which is characterized in that the page data acquisition module, according to every Page displaying item number and the current page number, inquire the corresponding page data of the current page number from database.
CN201510260580.2A 2015-05-21 2015-05-21 Carry out the method and device of paging displaying Active CN104850627B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510260580.2A CN104850627B (en) 2015-05-21 2015-05-21 Carry out the method and device of paging displaying

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510260580.2A CN104850627B (en) 2015-05-21 2015-05-21 Carry out the method and device of paging displaying

Publications (2)

Publication Number Publication Date
CN104850627A CN104850627A (en) 2015-08-19
CN104850627B true CN104850627B (en) 2018-06-15

Family

ID=53850271

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510260580.2A Active CN104850627B (en) 2015-05-21 2015-05-21 Carry out the method and device of paging displaying

Country Status (1)

Country Link
CN (1) CN104850627B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649371A (en) * 2015-10-30 2017-05-10 北京国双科技有限公司 Data processing method and device for crawlers
CN105872841A (en) * 2015-12-30 2016-08-17 乐视网信息技术(北京)股份有限公司 Episode list displaying method and device
CN105740330B (en) * 2016-01-22 2020-08-28 腾讯科技(深圳)有限公司 Method and device for displaying data in paging mode
CN106708568B (en) * 2016-12-07 2020-03-27 微梦创科网络科技(中国)有限公司 Method and device for loading client content in page-by-page manner
CN107016045A (en) * 2017-02-17 2017-08-04 阿里巴巴集团控股有限公司 A kind of method and device of paged data inquiry
CN110209798A (en) * 2017-12-22 2019-09-06 北京奇虎科技有限公司 A kind of method for exhibiting data and device of redis database
CN111523066B (en) * 2019-02-02 2023-06-30 阿里巴巴集团控股有限公司 Data acquisition method and device
CN111241436A (en) * 2019-12-31 2020-06-05 五八有限公司 Data request processing method and device, terminal equipment and storage medium
CN112347396A (en) * 2020-10-22 2021-02-09 杭州安恒信息技术股份有限公司 Webpage table display method, system and device based on IndexDB database

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051316A (en) * 2007-05-11 2007-10-10 杭州华三通信技术有限公司 Data searching method, system and device
CN101668004A (en) * 2008-09-04 2010-03-10 阿里巴巴集团控股有限公司 Method, device and system for acquiring webpage
CN102411585A (en) * 2010-09-21 2012-04-11 厦门市美亚柏科信息股份有限公司 Webpage paging data pre-loading method and system
CN103020220A (en) * 2012-12-07 2013-04-03 杭州也要买电子商务有限公司 Inquiring method of information flows of social network site
CN103617232A (en) * 2013-11-26 2014-03-05 北京京东尚科信息技术有限公司 Paging inquiring method for HBase table
CN103678408A (en) * 2012-09-21 2014-03-26 阿里巴巴集团控股有限公司 Method and device for inquiring data
CN104461275A (en) * 2013-09-23 2015-03-25 重庆新媒农信科技有限公司 Method and device for quickly selecting pages

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051316A (en) * 2007-05-11 2007-10-10 杭州华三通信技术有限公司 Data searching method, system and device
CN101668004A (en) * 2008-09-04 2010-03-10 阿里巴巴集团控股有限公司 Method, device and system for acquiring webpage
CN102411585A (en) * 2010-09-21 2012-04-11 厦门市美亚柏科信息股份有限公司 Webpage paging data pre-loading method and system
CN103678408A (en) * 2012-09-21 2014-03-26 阿里巴巴集团控股有限公司 Method and device for inquiring data
CN103020220A (en) * 2012-12-07 2013-04-03 杭州也要买电子商务有限公司 Inquiring method of information flows of social network site
CN104461275A (en) * 2013-09-23 2015-03-25 重庆新媒农信科技有限公司 Method and device for quickly selecting pages
CN103617232A (en) * 2013-11-26 2014-03-05 北京京东尚科信息技术有限公司 Paging inquiring method for HBase table

Also Published As

Publication number Publication date
CN104850627A (en) 2015-08-19

Similar Documents

Publication Publication Date Title
CN104850627B (en) Carry out the method and device of paging displaying
CN108363602B (en) Intelligent UI (user interface) layout method and device, terminal equipment and storage medium
CN102227121B (en) Distributed buffer memory strategy adaptive switching method based on machine learning and system thereof
CN109643312A (en) Trustship query service
JP5567967B2 (en) Cache control method, system and program in database
US20180285470A1 (en) A Mobile Web Cache Optimization Method Based on HTML5 Application Caching
CN104052809B (en) A kind of flow-dividing control method and apparatus of website test
US20130013587A1 (en) Incremental computing for web search
CN109240946A (en) The multi-level buffer method and terminal device of data
CN105589917B (en) Method and device for analyzing log information of browser
CN103500213B (en) Page hot-spot resource updating method and device based on pre-reading
EP3049940B1 (en) Data caching policy in multiple tenant enterprise resource planning system
KR101400214B1 (en) Appratus for providing a hybrid c interface
US9396224B2 (en) Systems and methods for sorting, grouping, and rendering subsets of large datasets over a network
CN111125128B (en) Cache updating method, device and system
JP2020528617A (en) How to do cognitive data filtering for storage environments, computer programs and systems
CN106777085A (en) A kind of data processing method, device and data query system
US20200409955A1 (en) System and method for improved cache utilization using an organizational memory to generate a dashboard
US8150943B2 (en) Methods and apparatus for dynamically generating web pages
CN106649031A (en) Monitoring data obtaining method and device, and computer
CN107707621B (en) A kind of method and device for realizing intelligent buffer
CN104794118B (en) A kind of Web information processing methods, devices and systems
CN109325266A (en) Response time distribution forecasting method towards online cloud service
WO2019052161A1 (en) Commission data processing method, apparatus and device, and computer-readable storage medium
CN103209212B (en) Based on the data cache method in the Web network management client of RIA and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant