CN103942213A - Data paging method and device - Google Patents

Data paging method and device Download PDF

Info

Publication number
CN103942213A
CN103942213A CN201310021644.4A CN201310021644A CN103942213A CN 103942213 A CN103942213 A CN 103942213A CN 201310021644 A CN201310021644 A CN 201310021644A CN 103942213 A CN103942213 A CN 103942213A
Authority
CN
China
Prior art keywords
user
data recording
list
page
user list
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.)
Granted
Application number
CN201310021644.4A
Other languages
Chinese (zh)
Other versions
CN103942213B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310021644.4A priority Critical patent/CN103942213B/en
Publication of CN103942213A publication Critical patent/CN103942213A/en
Application granted granted Critical
Publication of CN103942213B publication Critical patent/CN103942213B/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
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a data paging method and device and relates to the technical field of information. By the adoption of the data paging method and device, resources consumed during data paging are reduced, and data paging efficiency is improved. The method comprises the steps of extracting users the number of which is equal to the number of data records to be displayed on a page from a first user list according to page display information, obtaining a second user list, acquiring the data record corresponding to each user in the second user list, generating a first data record list, and finally extracting and displaying data records from the first data record list according to the number of data records to be displayed on the page.

Description

Data paging method and device
Technical field
The present invention relates to areas of information technology, particularly a kind of data paging method and device.
Background technology
Current most of SNS(Social Networking Services, social network services) all can carry out the Pagination Display of data recording in product, the data recording that common every one page shows is that server obtains according to the mode of customer relationship chain diffusion, and carries out sequencing display by the inverted order of creation-time.For example: mobile phone QQ space, after user logs in, server will obtain all good friends of active user, and searches the data recording that all good friends issue, then by all data recording of inverted order Pagination Display of data recording creation-time.
But because the number of users in SNS product is many, the quantity of the data recording that user issues is also very large, and while carrying out data page by available data paging mode, need to first obtain and comprise whole users' user list and each user's data recording, then to the paging of sorting of each user's data recording, thereby cause available data paging mode consumes resources more, the efficiency of data page is lower.
Summary of the invention
Embodiments of the invention provide a kind of data paging method and device, have reduced the resource expending while carrying out data page, have promoted the efficiency of data page.
The technical scheme that the embodiment of the present invention adopts is:
A kind of data paging method, comprising:
Show information according to the page, from first user list, extract the user of the quantity equivalent of the data recording that need to show with the page, obtain the second user list, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules;
Obtain data recording corresponding to each user's difference in described the second user list, generate the first data recording list;
The quantity of the data recording that need to show according to the described page is extracted data recording and is shown from described the first data recording list.
A kind of data page device, comprising:
Extraction unit, for showing information according to the page, from first user list, extract the user of the quantity equivalent of the data recording that need to show with the page, obtain the second user list, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules;
Acquiring unit, data recording corresponding to each user's difference of described the second user list of extracting for obtaining described extraction unit;
Generation unit, for the described data recording of obtaining according to described acquiring unit, generates the first data recording list;
Display unit, for the quantity of the data recording that need to show according to the described page, extracts data recording described the first data recording list generating show from described generation unit.
The data paging method that the embodiment of the present invention provides and device, comprise whole users' user list and each user's data recording with needing in prior art to obtain, then to showing and compare after each user's data recording sequence paging, show that according to the page information and preset rules extract user from comprise whole users' user list, and then show that according to the page information extracts data recording and show from data recording corresponding to the user that obtains, thereby in having reduced the resource expending while carrying out data page, promote the efficiency of data page.
Brief description of the drawings
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
A kind of data paging method process flow diagram that Fig. 1 provides for the embodiment of the present invention;
The another kind of data paging method process flow diagram that Fig. 2 provides for the embodiment of the present invention;
A kind of data page apparatus structure schematic diagram that Fig. 3 provides for the embodiment of the present invention;
The another kind of data page apparatus structure schematic diagram that Fig. 4 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiment.Based on the embodiment in the present invention, those of ordinary skill in the art, not making all other embodiment that obtain under creative work prerequisite, belong to the scope of protection of the invention.
For making the advantage of technical solution of the present invention clearer, below in conjunction with drawings and Examples, the present invention is elaborated.
The present embodiment provides a kind of data paging method, and as shown in Figure 1, described method comprises:
101, show information according to the page, from first user list, extract the user of the quantity equivalent of the data recording that need to show with the page, obtain the second user list.
Wherein, described page demonstration information comprises the quantity of the data recording that the described page need to show, the quantity of the data recording that for example current page need to show is 6.The described page shows that information can input for user's side, can be also preset in server, and the embodiment of the present invention does not limit.Described first user list is to generate after the user list in server is arranged according to preset rules.Due in the time carrying out data recording demonstration, normally show successively from a up-to-date data start-of-record, for example, the creation-time of the Article 1 data recording showing is 8:00, the creation-time of Article 2 data recording is 7:59, the creation-time of the Article 3 data recording showing is 7:58, by that analogy, therefore preferred, preset rules can for according to each user respectively the creation-time of corresponding the last item data recording carry out inverted order arrangement, the embodiment of the present invention does not limit, wherein, the last item data recording corresponding to user is a up-to-date data recording corresponding to this user.
102, obtain data recording corresponding to each user's difference in described the second user list, generate the first data recording list.
The quantity of the data recording that 103, need to show according to the described page is extracted data recording and is shown from described the first data recording list.
Wherein, from described the first data recording list, extract and show that the mode of data recording can be: according to the creation-time of each data recording in described the first data recording list, described each data recording inverted order is arranged, Article 1 data recording the data recording list of then arranging from described inverted order starts backward, and the data recording of obtaining successively the quantity equivalent of the data recording that need to show with the described page shows.
Further, the demonstration initial time of next page data recording is configured in the data recording of current page demonstration to the creation-time of the last item data recording.
The data paging method that the embodiment of the present invention provides, comprise whole users' user list and each user's data recording with needing in prior art to obtain, then each user's data recording is sorted and shows and compare after paging, show that according to the page information and preset rules extract user from comprise whole users' user list, and then show that according to the page information extracts data recording and show from data recording corresponding to user, thereby in having reduced the resource expending while carrying out data page, promote the efficiency of data page.
Further, the embodiment of the present invention provides another kind of data paging method, and as shown in Figure 2, described method comprises the steps:
201, obtain each user creation-time of corresponding the last item data recording respectively in the user list of described server.
Wherein, the creation-time of the last item data recording is in all data recording of this user's issue, the creation-time of a up-to-date data recording, and in the creation-time of Article 1 data recording corresponding to user all data recording that to be this user issue, the creation-time of the oldest data recording.
Preferably, in the timestamp that can store, obtain each user creation-time of corresponding the last item data recording respectively from server, owing to only having recorded the corresponding creation-time of the last item data recording and the creation-time of Article 1 data recording of each user's difference in timestamp, therefore by inquire about each user creation-time of corresponding the last item data recording respectively in timestamp, can further reduce the data volume that needs inquiry, thereby further promote search efficiency.
Further, can also comprise after step 201: obtain the corresponding creation-time of Article 1 data recording and the demonstration initial time of current page respectively of each user in the user list of described server, wherein, the demonstration initial time of current page can be for user input, also can be pre-configured in server, the embodiment of the present invention does not limit, then by the user list of described server, Article 1, the creation-time of data recording is later than after user's deletion of described demonstration initial time, generates list of targeted subscribers.The demonstration initial time of for example current page is 8:00, and the creation-time of Article 1 data recording corresponding to certain user is 9:00, the creation-time of all data recording of this user is all after 9:00, therefore from the user list of server, delete this user, thereby will lack the number of users comprising in user list.
Now step 202 for by described list of targeted subscribers according to each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.So first, after the user list of server being screened, then the user list after screening is sorted, thereby further reduced user's quantity in user list, promoted the sequence efficiency to user list.
202, by the user list of described server, according to described each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.
Wherein, due in the time carrying out data recording demonstration, normally show successively from a up-to-date data start-of-record, for example, the creation-time of the Article 1 data recording of demonstration is 8:00, and the creation-time of Article 2 data recording is that the creation-time of the Article 3 data recording of 7:59, demonstration is 7:58, by that analogy, therefore preferred, preset rules can for according to each user respectively the creation-time of corresponding the last item data recording carry out inverted order arrangement, the embodiment of the present invention does not limit.
203, first user from described first user list starts, and obtains successively the user of the data recording quantity equivalent that need to show with the described page, generates described the second user list.
204, obtain data recording corresponding to each user's difference in described the second user list, generate the first data recording list.
Particularly, obtain in very first time region, in described the second user list, data recording corresponding to each user's difference, generates described the first data recording list.Wherein, described very first time region is in described the second user list, the time zone between creation-time and the described demonstration initial time of the last item data recording corresponding to last user.By the further restriction to the time period, further reduce the quantity of the data recording that need to obtain, thereby promoted the efficiency of data page like this.
In addition, except the method for foregoing description, this step can also adopt following method or scheme, obtain in described very first time region, index data record corresponding to each user's difference in described the second user list, generate the first index data record list, wherein, in index data record, record the key word of data recording, the information such as creation-time, then according to the creation-time of each data recording in the first index data record list, described each index data record inverted order is arranged, Article 1 index data record the index data record list of then arranging from described inverted order starts, obtain successively after the index data record that the quantity of the data recording that need to show with current page is identical, data recording corresponding index data record is shown.Because the data volume of index data record is less than the data volume of data recording, therefore higher to the index data record comparison data recording efficiency that sorts that sorts, thus further promote the efficiency of data page.
The quantity of the data recording that 205, need to show according to the described page is extracted data recording and is shown from described the first data recording list.。
Wherein, the described page shows that information can input for user's side, also can be pre-configured in server, the embodiment of the present invention does not limit, the page shows that information can comprise the quantity of the data recording that current page need to show, the quantity of the data recording that for example current page need to show is 15.
Particularly, according to the creation-time of each data recording in described the first data recording list, described each data recording inverted order is arranged, Article 1 data recording the data recording list of then arranging from described inverted order starts, and the data recording of obtaining successively the quantity equivalent of the data recording that need to show with the page shows.
Further, the demonstration initial time of next page data recording is configured in the data recording of current page demonstration to the creation-time of the last item data recording.
For the embodiment of the present invention, the scene of application can be but be not limited to following form, comprise: in the time that browse at the individual center that user A logins certain space, first server obtains the buddy list that user A is corresponding, for example in buddy list, include 150 users, then from timestamp, obtain each user creation-time of a corresponding up-to-date data recording respectively in buddy list, again by buddy list according to each user respectively the creation-time of a corresponding up-to-date data recording carry out after inverted order arrangement, generate described first user list.Now, the quantity that server gets the data recording that the page need to show is 5, server first user from first user list starts, after obtaining front 5 users in first user list, generate the second user list, then obtain this 5 data recording that user is corresponding, and generate the first data recording list after data recording being sorted by the inverted order of data recording creation-time, finally from the first data recording list, extract front 5 data recording, and show at current page according to the order in the first data recording list.In this application scenarios, only need to get 5 data recording that user is corresponding, can complete the process that data page shows, and not need to get 150 data recording that user is corresponding that comprise in the buddy list that user A is corresponding, thereby promote data page efficiency.
For the embodiment of the present invention, the scene of application can also be but be not limited to following form, comprise: in the time that browse at the individual center that user B logins certain space, first server obtains the buddy list that user B is corresponding, for example in buddy list, include 100 users, then from timestamp, obtain each user creation-time of a corresponding up-to-date data recording respectively in buddy list, again by buddy list according to each user respectively the creation-time of a corresponding up-to-date data recording carry out after inverted order arrangement, generate first user list.Now, the quantity that server gets the data recording that the page need to show is 10, server first user from first user list starts, after obtaining front 10 users in first user list, generate the second user list, then get in the second user list, after time zone between the creation-time of a up-to-date data recording and the demonstration initial time of current page that last user is corresponding is 8:50-9:30, obtain in 8:50-9:30, these 10 index data records that user is corresponding, and generate the first index data record list after index data record being sorted by the inverted order of the creation-time of data recording, finally from the first index data record list, extract front 10 index data records, and show front 10 data recording that index data record is corresponding at current page.In this application scenarios, only need to get the index data record of 10 users correspondence within preset time period, can complete the process that data page shows, and do not need to get total data record corresponding to 100 users comprising in the buddy list that user B is corresponding, thereby promote data page efficiency.
It should be noted that, above-mentioned application scenarios only, for example explanation, should not form the restriction to the embodiment of the present invention.
The data paging method that the embodiment of the present invention provides, comprise whole users' user list and each user's data recording with needing in prior art to obtain, then each user's data recording is sorted and shows and compare after paging, show that according to the page information and preset rules extract user from comprise whole users' user list, and then show that according to the page information extracts data recording and show from data recording corresponding to user, thereby in having reduced the resource expending while carrying out data page, promote the efficiency of data page.
Further, as the realization to embodiment of the method shown in Fig. 1, the embodiment of the present invention also provides a kind of data page device, in order to realize the embodiment of the method shown in Fig. 1.As shown in Figure 3, the entity of described device can be server, and described device comprises: extraction unit 31, acquiring unit 32, generation unit 33, display unit 34.
Extraction unit 31 can, for showing information according to the page, extract the user of the quantity equivalent of the data recording that need to show with the page from first user list, obtains the second user list.
Wherein, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules.
Acquiring unit 32, can be for obtaining the corresponding data recording respectively of each user in described the second user list that described extraction unit 31 extracts.
Generation unit 33, can, for the described data recording of obtaining according to described acquiring unit 32, generate the first data recording list.
Display unit 34, can, for the quantity of the data recording that need to show according to the described page, extract data recording described the first data recording list generating show from described generation unit.
Again further, as the realization to embodiment of the method shown in Fig. 2, the embodiment of the present invention also provides another kind of data page device, in order to realize the embodiment of the method shown in Fig. 2.As shown in Figure 4, the entity of described device can be server, and described device comprises: extraction unit 41, acquiring unit 42, generation unit 43, display unit 44.
Extraction unit 41 can, for showing information according to the page, extract the user of the quantity equivalent of the data recording that need to show with the page from first user list, obtains the second user list.
Wherein, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules.
Acquiring unit 42, can be for obtaining the corresponding data recording respectively of each user in described the second user list that described extraction unit 41 extracts.
Generation unit 43, can, for the described data recording of obtaining according to described acquiring unit 42, generate the first data recording list.
Display unit 44, can, for the quantity of the data recording that need to show according to the described page, extract data recording described the first data recording list generating show from described generation unit.
Acquiring unit 42, can also be used for obtaining each user of user list creation-time of corresponding the last item data recording respectively of described server.
Generation unit 43, can also be used for the user list of described server, and described each user who obtains according to the described acquiring unit respectively creation-time of corresponding the last item data recording carries out after inverted order arrangement, generates described first user list.
Acquiring unit 42, each user of user list that can also be used for the obtaining described server corresponding creation-time of Article 1 data recording and demonstration initial time of current page respectively;
Generation unit 43, can also be used for the user list of described server, and the creation-time of Article 1 data recording is later than after user's deletion of described demonstration initial time, generates list of targeted subscribers.
Generation unit 43, can also be used for by described list of targeted subscribers according to each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.
Extraction unit 41, can start for first user from described first user list, obtains successively the user of the data recording quantity equivalent that need to show with the described page, generates described the second user list.
Acquiring unit 42, can be for obtaining in very first time region, data recording corresponding to each user's difference in described the second user list, described very first time region is in described the second user list, the time zone between creation-time and the described demonstration initial time of the last item data recording corresponding to last user.
Generation unit 43, can be for the described data recording of obtaining according to described acquiring unit 42, generates described the first data recording list.
It should be noted that, other corresponding descriptions of the related each functional unit of data page device that the embodiment of the present invention provides, can be with reference to description corresponding in figure 1 and Fig. 2, and the embodiment of the present invention will repeat no more herein.
The data page device that the embodiment of the present invention provides, comprise whole users' user list and each user's data recording with needing in prior art to obtain, then each user's data recording is sorted and shows and compare after paging, show that according to the page information and preset rules extract user from comprise whole users' user list, and then show that according to the page information extracts data recording and show from data recording corresponding to user, thereby in having reduced the resource expending while carrying out data page, promote the efficiency of data page.
The above-mentioned embodiment of the method providing can be provided the data page device that the embodiment of the present invention provides, and concrete function is realized the explanation referring in embodiment of the method, does not repeat them here.Data paging method and device that the embodiment of the present invention provides go for areas of information technology, but are not limited only to this.
One of ordinary skill in the art will appreciate that all or part of flow process realizing in above-described embodiment method, can carry out the hardware that instruction is relevant by computer program to complete, described program can be stored in a computer read/write memory medium, this program, in the time carrying out, can comprise as the flow process of the embodiment of above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited to this, any be familiar with those skilled in the art the present invention disclose technical scope in; the variation that can expect easily or replacement, within all should being encompassed in protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claim.

Claims (10)

1. a data paging method, is characterized in that, comprising:
Show information according to the page, from first user list, extract the user of the quantity equivalent of the data recording that need to show with the page, obtain the second user list, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules;
Obtain data recording corresponding to each user's difference in described the second user list, generate the first data recording list;
The quantity of the data recording that need to show according to the described page is extracted data recording and is shown from described the first data recording list.
2. data paging method according to claim 1, is characterized in that, described according to page demonstration information, the user who extracts the quantity equivalent of the data recording that need to show with the page from first user list, obtains also comprising before the second user list:
Obtain each user creation-time of corresponding the last item data recording respectively in the user list of described server;
By the user list of described server, according to described each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.
3. data paging method according to claim 2, is characterized in that, described in obtain each user in the user list of described server and after the creation-time of corresponding the last item data recording, also comprise respectively:
Obtain the corresponding creation-time of Article 1 data recording and the demonstration initial time of current page respectively of each user in the user list of described server;
By in the user list of described server, the creation-time of Article 1 data recording is later than after user's deletion of described demonstration initial time, generates list of targeted subscribers;
Described by the user list of described server, according to described each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list and comprise:
By described list of targeted subscribers according to each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.
4. data paging method according to claim 3, is characterized in that, described according to page demonstration information, the user who extracts the quantity equivalent of the data recording that need to show with the page from first user list, obtains the second user list and comprise:
First user from described first user list starts, and obtains successively the user of the data recording quantity equivalent that need to show with the described page, generates described the second user list.
5. data paging method according to claim 4, is characterized in that, described in obtain in described the second user list each user corresponding data recording respectively, generate the first data recording list and comprise:
Obtain in very first time region, data recording corresponding to each user's difference in described the second user list, generate described the first data recording list, described very first time region is in described the second user list, the time zone between creation-time and the described demonstration initial time of the last item data recording corresponding to last user.
6. a data page device, is characterized in that, comprising:
Extraction unit, for showing information according to the page, from first user list, extract the user of the quantity equivalent of the data recording that need to show with the page, obtain the second user list, described page demonstration information comprises the quantity of the data recording that the described page need to show, described first user list is to generate after the user list in server is arranged according to preset rules;
Acquiring unit, data recording corresponding to each user's difference of described the second user list of extracting for obtaining described extraction unit;
Generation unit, for the described data recording of obtaining according to described acquiring unit, generates the first data recording list;
Display unit, for the quantity of the data recording that need to show according to the described page, extracts data recording described the first data recording list generating show from described generation unit.
7. data page device according to claim 6, is characterized in that,
Described acquiring unit, also for obtaining each user of user list creation-time of corresponding the last item data recording respectively of described server;
Described generation unit, also for by the user list of described server, described each user who obtains according to the described acquiring unit respectively creation-time of corresponding the last item data recording carries out after inverted order arrangement, generates described first user list.
8. data page device according to claim 7, is characterized in that,
Described acquiring unit, also for obtaining the corresponding creation-time of Article 1 data recording and the demonstration initial time of current page of each user's difference of user list of described server;
Described generation unit, also for by the user list of described server, after the user that the creation-time of Article 1 data recording is later than described demonstration initial time deletes, generates list of targeted subscribers;
Described generation unit, also for by described list of targeted subscribers according to each user respectively the creation-time of corresponding the last item data recording carry out after inverted order arrangement, generate described first user list.
9. data page device according to claim 8, is characterized in that,
Described extraction unit, for from first user of described first user list, obtains the user of the data recording quantity equivalent that need to show with the described page successively, generates described the second user list.
10. data page device according to claim 9, is characterized in that,
Described acquiring unit, be used for obtaining in very first time region, data recording corresponding to each user's difference in described the second user list, described very first time region is in described the second user list, the time zone between creation-time and the described demonstration initial time of the last item data recording corresponding to last user;
Described generation unit, for the described data recording of obtaining according to described acquiring unit, generates described the first data recording list.
CN201310021644.4A 2013-01-21 2013-01-21 data paging method and device Active CN103942213B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310021644.4A CN103942213B (en) 2013-01-21 2013-01-21 data paging method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310021644.4A CN103942213B (en) 2013-01-21 2013-01-21 data paging method and device

Publications (2)

Publication Number Publication Date
CN103942213A true CN103942213A (en) 2014-07-23
CN103942213B CN103942213B (en) 2018-09-04

Family

ID=51189883

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310021644.4A Active CN103942213B (en) 2013-01-21 2013-01-21 data paging method and device

Country Status (1)

Country Link
CN (1) CN103942213B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408188A (en) * 2014-12-15 2015-03-11 北京国双科技有限公司 Method and device for processing data
CN108629003A (en) * 2018-05-03 2018-10-09 网易(杭州)网络有限公司 content loading method and device
CN110807157A (en) * 2019-10-31 2020-02-18 广州市网星信息技术有限公司 Friend data pulling method, device, client, server and storage medium
CN112035202A (en) * 2020-08-25 2020-12-04 北京字节跳动网络技术有限公司 Method and device for displaying friend activity information, electronic equipment and storage medium
CN112087364A (en) * 2019-06-13 2020-12-15 腾讯科技(深圳)有限公司 Session list display method, device and storage medium
RU2809351C1 (en) * 2020-08-25 2023-12-11 Бейджин Байтдэнс Нетворк Текнолоджи Ко., Лтд. Method and device for presenting information about friends activity on display, electronic device and information storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101262494A (en) * 2008-01-23 2008-09-10 华为技术有限公司 Method, client, server and system for processing distributed information
CN101626398A (en) * 2009-08-11 2010-01-13 腾讯数码(天津)有限公司 Method for obtaining friend dynamic and system
US20100057682A1 (en) * 2008-08-29 2010-03-04 Microsoft Corporation Information Feeds of a Social Network
CN102411593A (en) * 2010-09-26 2012-04-11 腾讯数码(天津)有限公司 Method and system for showing good friend trends

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101262494A (en) * 2008-01-23 2008-09-10 华为技术有限公司 Method, client, server and system for processing distributed information
US20100057682A1 (en) * 2008-08-29 2010-03-04 Microsoft Corporation Information Feeds of a Social Network
CN101626398A (en) * 2009-08-11 2010-01-13 腾讯数码(天津)有限公司 Method for obtaining friend dynamic and system
CN102411593A (en) * 2010-09-26 2012-04-11 腾讯数码(天津)有限公司 Method and system for showing good friend trends

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408188A (en) * 2014-12-15 2015-03-11 北京国双科技有限公司 Method and device for processing data
CN104408188B (en) * 2014-12-15 2018-07-13 北京国双科技有限公司 Data processing method and device
CN108629003A (en) * 2018-05-03 2018-10-09 网易(杭州)网络有限公司 content loading method and device
CN112087364B (en) * 2019-06-13 2022-05-31 腾讯科技(深圳)有限公司 Session list display method, device and storage medium
CN112087364A (en) * 2019-06-13 2020-12-15 腾讯科技(深圳)有限公司 Session list display method, device and storage medium
CN110807157A (en) * 2019-10-31 2020-02-18 广州市网星信息技术有限公司 Friend data pulling method, device, client, server and storage medium
WO2022042357A1 (en) * 2020-08-25 2022-03-03 北京字节跳动网络技术有限公司 Method and apparatus for displaying friend activity information, electronic device, and storage medium
CN112035202A (en) * 2020-08-25 2020-12-04 北京字节跳动网络技术有限公司 Method and device for displaying friend activity information, electronic equipment and storage medium
KR20220127331A (en) * 2020-08-25 2022-09-19 베이징 바이트댄스 네트워크 테크놀로지 컴퍼니, 리미티드 Active friend information display method, device, electronic equipment and storage medium
JP2023515835A (en) * 2020-08-25 2023-04-14 北京字節跳動網絡技術有限公司 Active friend information display method, device, electronic device and storage medium
KR102558111B1 (en) 2020-08-25 2023-07-21 베이징 바이트댄스 네트워크 테크놀로지 컴퍼니, 리미티드 Active friend information display method, device, electronic equipment and storage medium
JP7316464B2 (en) 2020-08-25 2023-07-27 北京字節跳動網絡技術有限公司 Active friend information display method, device, electronic device and storage medium
RU2809351C1 (en) * 2020-08-25 2023-12-11 Бейджин Байтдэнс Нетворк Текнолоджи Ко., Лтд. Method and device for presenting information about friends activity on display, electronic device and information storage medium
US11960709B2 (en) 2020-08-25 2024-04-16 Beijing Bytedance Network Technology Co., Ltd. Method and apparatus for displaying active friend information, electronic device, and storage medium

Also Published As

Publication number Publication date
CN103942213B (en) 2018-09-04

Similar Documents

Publication Publication Date Title
CN102439957B (en) Schedule generating method and communication terminal thereof
US20150334068A1 (en) Message processing method and apparatus
CN103401763B (en) Method and device for receiving group message and method and device for processing group message
TW201741906A (en) Page resource delivery method and apparatus
CN112311612B (en) Information construction method and device and storage medium
CN107807932B (en) Hierarchical data management method and system based on path enumeration
CN102982049B (en) Methods and systems for implementing email recipient templates
CN103473302A (en) Lock screen information display method, device and system
CN101546589A (en) Active playlist having dynamic media item groups
CN102932521B (en) Method and terminal for displaying interaction records of contacts in mobile equipment
CN103942213A (en) Data paging method and device
CN103535056A (en) Presenting messages associated with locations
CN102421062A (en) Method and system for pushing application information
CN105389184B (en) The configuration method and device of Product Interface information
CN101169799A (en) Operation information collection system and method
CN105373608A (en) Input method based scene-mode content pushing method and system
CN102999527B (en) Multidate information method for pushing and system in SNS network
CN111460279A (en) Information recommendation method and device, storage medium and computer equipment
CN108363684A (en) List creation method, device and server
CN103399865A (en) Method and device for multi-media file generation
CN104599702A (en) Music playing method
CN111414361A (en) Label data storage method, device, equipment and readable storage medium
CN115544183A (en) Data visualization method and device, computer equipment and storage medium
CN102737690A (en) Method and terminal for starting music application
CN103150172A (en) Method and equipment for realizing individual scene

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
GR01 Patent grant