WO2014015808A1 - 推送信息的方法和装置 - Google Patents
推送信息的方法和装置 Download PDFInfo
- Publication number
- WO2014015808A1 WO2014015808A1 PCT/CN2013/080077 CN2013080077W WO2014015808A1 WO 2014015808 A1 WO2014015808 A1 WO 2014015808A1 CN 2013080077 W CN2013080077 W CN 2013080077W WO 2014015808 A1 WO2014015808 A1 WO 2014015808A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- client
- information
- dimension
- hash value
- push
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/55—Push-based network services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
- H04L67/306—User profiles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2255—Hash tables
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Definitions
- the present invention relates to the field of Internet, and in particular, to a method and apparatus for pushing information. Background of the invention
- Weibo is a platform for information sharing, dissemination and acquisition based on user relationships. Users can build personal communities through WEB, WAP and various clients, update information, and share information instantly. With the widespread use of Weibo, more operators have launched the Weibo channel service. Based on the massive user content generated by Weibo, Weibo Channel filters out the most refined content in Weibo, such as the latest updated news or the most concerned news in Weibo. Microchannels can broadcast information to users automatically and in real time. Specifically, after the user logs in to the user channel, the server pushes some information for the client, and the information includes: news messages, microblog update messages, or other microblog user information.
- the existing information pushing method simply pushes the latest updated message or the most-focused message to the main page of the user's microblog channel, but these messages do not necessarily include the message that the user is interested in, that is, the user cannot Get the information you are interested in in the push message.
- the push of information that is not of interest to a large number of users will occupy a large amount of network traffic.
- the push information includes information of interest to the user, the user needs to search through a large number of push messages to obtain the message of interest. This will make the user's feelings worse.
- the embodiment of the invention provides a method and device for pushing information.
- the technical solution is as follows:
- a method of pushing information comprising: Receiving an access request sent by the client, where the access request carries the information of the client;
- the information of the client includes at least one of the following information: capability information of the client, IP address information, version information of the browser, and network information of one or more of the clients, by using the following At least one method, the obtaining, according to the information of the client, at least one type of dimension about the client, including:
- Performing dimension combination on at least one type of dimension of the client to obtain at least one dimension combination about the client including: Performing a Cartesian product calculation on at least one type of dimension of the client to obtain at least one dimension combination with respect to the client.
- the searching for the push information that matches the hash value, and returning the found push information to the client includes:
- the searched information is returned to the client.
- the method further includes:
- the push information matching the ha sh is not found in the cache unit, the push information having the at least one dimension combination of the client is acquired from the loading unit and the at least one corresponding relationship;
- the searching for the push information that matches the hash value in the cache unit includes:
- the push information matching the ha sh value is found.
- the method further includes:
- an apparatus for pushing information comprising:
- a receiving module configured to receive an access request sent by the client, where the access request carries the information of the client;
- a dimension combination obtaining module configured to obtain at least one type of dimension of the client according to the information of the client, and perform dimension combination on at least one type of dimension of the client, to obtain at least one dimension combination of the client;
- the information pushing module is configured to separately calculate a hash value of each dimension combination of the client, and search for the push information that matches the hash value, and return the found push information to the client.
- the information of the client includes: one or more of capability information, IP address information, version information of a browser, and network information of the client, where the dimension combination module includes dimension generation.
- the unit is specifically configured to obtain at least one type of dimension of the client by using at least one of the following methods:
- the keyword of the end user, the gender of the user and/or the keyword of the client user is taken as the sixth category dimension.
- the dimension combination module includes:
- a calculating unit configured to perform a Cartesian product calculation on at least one dimension of the client, to obtain at least one dimension combination about the client.
- the information pushing module includes:
- a search unit configured to search, in the cache unit, the push information that matches the hash value; the push unit, configured to: when the push information matching the a sh is found in the cache unit, the search The push information sent to is returned to the client.
- the device further includes:
- An obtaining module configured to: when the push information that matches the ha sh is not found in the cache unit, acquire, from the loading unit, push information with at least one dimension combination of the client and the at least one dimension combination Corresponding relationship; comparing the calculated ha sh value of the dimension combination of the client with the ha sh value of the dimension combination of the push information, if the correspondence of all dimensions of the client is corresponding to the push information If the ha sh value of the dimension combination has the same ha sh value, the push information matching the ha sh value is obtained, and the push information is stored in the cache unit.
- the information pushing module includes:
- a searching unit configured to compare a ha sh value of each dimension combination of the client respectively with a ha sh value of a corresponding dimension combination of push information in the cache unit;
- a pushing unit configured to: when the ha sh value of each dimension combination of the client is the same as the ha sh value of the corresponding dimension of the push information, find the push information that matches the ha sh value.
- the device further includes:
- a loading module configured to receive, before the receiving module receives the request information sent by the client, Obtaining a correspondence between all the dimension combinations of the push information and the push information; obtaining, according to the combination of dimensions included in the obtained correspondence relationship, a type of all the dimensions in the dimension combination and a maximum level of each dimension, and calculating each The hash value of the combination of dimensions.
- the technical solution provided by the embodiment of the present invention has the following advantages: receiving an access request sent by a client, where the access request carries the information of the client; and obtaining at least one type of dimension of the client according to the information of the client And performing dimension combination on at least one type of dimension of the client to obtain at least one dimension combination of the client; respectively calculating a hash value of each dimension combination of the client, and searching for push information matching the hash value And returning the found push information to the client.
- the information is pushed to the client actively through at least one type of dimension of the client, so that the pushed information is more in line with the requirements of the client, thereby improving the user experience when browsing the microblog channel.
- FIG. 1 is a flowchart of a method for pushing information according to Embodiment 1 of the present invention
- FIG. 2 is a flowchart of a method for pushing information according to Embodiment 2 of the present invention
- FIG. 3 is a flowchart of Embodiment 3 of the present invention.
- FIG. 4 is a schematic structural diagram of another apparatus for pushing information according to Embodiment 3 of the present invention
- FIG. 5 is a schematic structural diagram of an apparatus for pushing information according to Embodiment 4 of the present invention
- A, B be a set, use the element in A as the first element, and the element in B as the ordered pair of the second element.
- the set of all such ordered pairs is called the Cartesian product of A and B, which is recorded as AxB.
- AxB ⁇ ⁇ a, o>, ⁇ a, 1>, ⁇ a, 2>, ⁇ b, 0>, ⁇ b, 1>, ⁇ b, 2> ⁇
- BxA ⁇ 0, a>, ⁇ 0, b >, ⁇ 1, a>, ⁇ 1, b>, ⁇ 2, a>, ⁇ 2, b> ⁇ .
- a method for pushing information is provided in this embodiment, and the method can be executed by a computing device such as a network server.
- the method specifically includes the following steps:
- the information of the client includes at least one of the following information: the capability information of the client, the IP address information, the version information of the browser, and the network information of the client, by using at least one of the following methods, Obtaining a plurality of types of dimensions about the client: using the capability information of the client as a first type of dimension of the client;
- the area information of the client is used as the second type of dimension of the client;
- the dimension combination of the at least one dimension of the client is performed to obtain at least one dimension combination of the client, including:
- a Cartesian product calculation is performed on at least one dimension of the client to obtain at least one dimension combination of the client.
- the memory of the computing device that performs the method of the embodiment includes a cache unit and a load unit.
- the loading unit loads the correspondence between the push information, the push information, and all dimensions of the push information from the database.
- the cache unit obtains push information from the load unit and stores it.
- the cache unit can be implemented by a cache (Cache).
- the searching for the push information that matches the hash value, and returning the found push information to the client includes:
- the searched push information is returned to the client.
- the searching, in the cache unit, the push information that matches the hash value includes: respectively, respectively, combining a hash value of each dimension of the client with a cache unit The hash value of the dimension combination of the push information is compared;
- the hash value of each dimension combination of the client is the same as the hash value of the corresponding dimension of the push information, the push information matching the hash value is found.
- the client has a combination of dimensions 1 and a combination of dimensions 2.
- dimension combination 1 region (Beijing), platform (iPhone), hash value is 25.
- Dimensional combination 2 Region (Beijing), business source (space platform), hash value is 36.
- the push information has a combination of dimension 1 and dimension 2.
- dimension combination 1 region (Beijing), business source (space platform), hash value is 36.
- Dimensional combination 2 Region (Beijing), platform (iPhone), hash value is 25. Compare the dimension combination 1 of the client with the corresponding dimension combination 2 of the push information. Compare the dimension combination 2 of the client with the corresponding dimension 1 of the push information. Both are equal. Then, the push information with the same hash is found.
- the method further includes:
- the correspondence between the push information having the at least one dimension combination of the client and the at least one dimension combination is obtained from the loading unit;
- the method further includes:
- the beneficial effects of the embodiment include: receiving an access request sent by the client, where the access request carries the information of the client; obtaining at least one type of dimension of the client according to the information of the client, and obtaining the dimension of the client Having a dimension combination of at least one type of dimension, obtaining at least one dimension combination of the client; calculating a hash value of each dimension combination of the client, and searching for the push information matching the ha sh value, and searching the Push information is returned to the client.
- the information pushed to the client according to at least one type of dimension of the client is more in line with the needs of the client, thereby improving the user experience when browsing the microblog channel.
- An embodiment of the present invention provides a method for pushing information. Referring to FIG. 2, the method includes:
- the background server includes a cache unit and a loading unit, and the loading unit loads the recommendation information, the correspondence between the push information and all the dimensions of the push information from the database, and preprocesses the loaded data. Get the type of all dimensions and the maximum level of each dimension, and calculate the hash value of each dimension combination. After the load unit gets the hash value, put the hash value and its corresponding information into the cache unit, and then follow the hash value. Push information to the client.
- step 201 if the background server has performed the above processing on the data in the database, the specific implementation process does not need to perform step 201, if the background server has not performed the above data in the database. If the processing is performed, the step 201 is performed to perform the step of performing the information pushing, and the present embodiment does not perform this step. Specifically limited.
- the client sends an access request to the server, where the access request may be a login request or a specific content request, which is not specifically limited in this embodiment.
- the information of the client is carried in the request information, where the information includes at least one of the following information, but is not limited to: the capability information of the client, the IP address information, and the version information of the browser.
- the network information of the client includes: a platform used by the client, such as an iPhone platform or a Symbian platform, and whether the client is a touch screen terminal or the like.
- the information of the client further includes user information of the client, such as a username.
- multiple types of dimensions about the client are obtained according to the information of the client by at least one of the following methods:
- the background server may perform statistics on the user, so the gender of the user stored in the background or the keyword of the user may be obtained according to the information, where the keyword includes the user's interest.
- the hobby and the like are not specifically limited in this embodiment.
- the dimension type of the currently requested content and the maximum level of each dimension are obtained according to the information of the client. For example, if Zhang San of Beijing uses the iPhone to access the microblog touch screen version, the access request carries the IP address information and the client. Capability information, where the client's capability information includes: client touch screen information and platform information. Specifically, according to the dimensions of the client: China, Beijing, touch screen version, iPhone platform.
- the dimensions are combined to obtain all the dimension combinations of the client.
- the multiple dimensions of the client are combined in a dimension to obtain Regarding the plurality of dimension combinations of the client
- the method includes: performing a Cartesian product calculation on the plurality of dimensions of the client to obtain a plurality of dimension combinations with respect to the client.
- a Cartesian product calculation on the plurality of dimensions of the client to obtain a plurality of dimension combinations with respect to the client. For example, for the above-mentioned Beijing Zhang San using the iPhone to access the touch screen version, using the Cartesian product for dimension combination, all the combinations of dimensions obtained are as follows: Region (Beijing), Source (Touch Screen Edition), Platform (iPhone) ;
- Region (Beijing), source (touch screen version), platform (all);
- Region all
- source touch screen version
- platform iPhone
- the hash value of each dimension combination After obtaining all the dimension combinations of the client, calculate the hash value of each dimension combination.
- the value of each dimension can be used to calculate the hash value of the dimension combination.
- the uniqueness of the dimension value needs to be guaranteed.
- all the integer value values are processed by b i t, and the different information is saved by the width.
- the calculation method is as follows:
- the dimension type value is shifted to the left by N bits, or the upper dimension level value is shifted to the left by M bits, or the upper dimension value is shifted to the left by X bits, or the reserved field. Compress four integers into one integer to uniquely represent the value of this dimension.
- the user's region is: Shijiazhuang, Hebei province, China
- the user's dimension is:
- the hash value of each dimension combination of the client is compared with the ha sh value of the corresponding dimension combination of the push information in the cache unit. If the hash value of each dimension combination of the client If the hash value of the combination of the corresponding dimensions of the push information is the same, the push message corresponding to the hash value is found.
- the client has a combination of dimensions 1 and a combination of dimensions 2.
- the dimension combination 1 regional (Beijing), platform (iPhone), ha sh is 25.
- Dimension combination 2 Region (Beijing), business source (space platform), ha sh is 36.
- the push information has a combination of dimension 1 and dimension 2.
- the dimension combination 1 regional (Beijing), business source (space platform), hash value is 36.
- Dimension combination 2 Region (Beijing), Platform (iPhone), hash value is 25.
- the dimension combination 1 of the client is compared with the corresponding dimension combination 2 of the push information.
- the dimension combination 2 of the client is compared with the corresponding dimension combination 1 of the push information. Both are equal. Then find the push information of the hash equal.
- the result is returned to the client.
- the push information with the at least one dimension combination of the client and the at least one push are acquired from the loading unit. Corresponding relationship of the information; comparing the calculated hash value of the dimension combination of the client with the hash value of the dimension combination of the push information, if at least one dimension combination of the client is respectively associated with the push information If the hash values of the combination of dimensions are the same, the push information matching the hash value is obtained, and the push information is placed in the cache unit.
- the data is retrieved from the loading unit to obtain recommendation information that can satisfy the client request, and finally obtained.
- the push information is placed in the cache unit so that when a similar access request is subsequently made, the data can be directly retrieved from the cache unit and returned to the client.
- the push information when there is no matching push information in the cache unit, the push information may be directly obtained from the loading unit, and the push information may be returned to the client, or the result directly returned to the client may be directly returned.
- This embodiment is not specifically limited.
- the beneficial effects of the embodiment include: receiving an access request sent by the client, where the access request carries the information of the client; obtaining at least one type of dimension of the client according to the information of the client, and obtaining the dimension of the client Having a dimension combination of at least one type of dimension, obtaining at least one dimension combination of the client; calculating a hash value of each dimension combination of the client, and searching for the push information matching the ha sh value, and searching the Push information is returned to the client.
- the information pushed to the client according to at least one type of dimension of the client is more in line with the needs of the client, thereby improving the user experience when browsing the microblog channel.
- an apparatus for pushing information including: a receiving module 301, a dimension combination obtaining module 302, and an information pushing module 303.
- the receiving module 301 is configured to receive an access request sent by the client, where the access request carries the information of the client.
- the dimension combination obtaining module 302 is configured to obtain at least one type of dimension of the client according to the information of the client, and perform dimension combination on at least one type of dimension of the client, to obtain at least one dimension combination about the client;
- the information pushing module 303 is configured to separately calculate a hash value of each dimension combination of the client, and search for the push information that matches the hash value, and return the found push information to the client.
- the information of the client includes: one or more of capability information, IP address information, version information of the browser, and network information of the client, where the client is located, see FIG. 4,
- the dimension The combination module 302 includes: a dimension generation unit 302a, configured to obtain at least one type of dimension of the client by using at least one of the following methods: using capability information of the client as a first type dimension of the client; Deriving the IP address information to obtain the area information of the client, and the guest The area information of the client is used as the second type of dimension of the client;
- the dimension combination module 302 includes:
- the calculating unit 302b is configured to perform a Cartesian product calculation on at least one type of dimension of the client to obtain at least one dimension combination with respect to the client.
- the information pushing module 303 includes:
- the searching unit 303a is configured to search, in the cache unit, the push information that matches the hash value;
- the pushing unit 303b is configured to return the found push information to the client when the push information matching the a sh is found in the cache unit.
- the searching unit is configured to compare, respectively, a hash value of each dimension combination of the client with a hash value of a corresponding dimension combination of push information in the cache unit, where each dimension of the client
- the combined hash values are the same as the ash values of the corresponding dimension combinations of the push information, and the push information matching the hash value is found.
- the apparatus further includes:
- the obtaining module 304 is configured to: when the push information that matches the hash is not found in the cache unit, obtain, from the loading unit, all the combinations of the dimensions of the client. Corresponding a relationship between the information and the at least one of the at least one; comparing the calculated ash value of the dimension combination of the client with a hash value of the dimension combination of the push information, if the hash of all dimensions of the client is combined If the hash value whose value is combined with the corresponding dimension of the push information has the same hash value, the push information matching the hash value is obtained, and the push information is stored in the cache unit.
- the apparatus further includes:
- the loading module 305 is configured to: before the receiving module receives the request information sent by the client, obtain a correspondence between all the dimension combinations of the push information and the push information; and obtain, according to the dimension combination included in the obtained correspondence relationship, The type of all dimensions in the dimension combination and the maximum level of each dimension, and calculate the ha sh value for each dimension combination.
- the beneficial effects of the embodiment include: receiving an access request sent by the client, where the access request carries the information of the client; obtaining at least one type of dimension of the client according to the information of the client, and obtaining the dimension of the client Having a dimension combination of at least one type of dimension, obtaining at least one dimension combination of the client; calculating a hash value of each dimension combination of the client, and searching for the push information matching the ha sh value, and searching the Push information is returned to the client.
- the information pushed to the client according to at least one type of dimension of the client is more in line with the needs of the client, thereby improving the user experience when browsing the microblog channel.
- FIG. 5 is a schematic structural diagram of an apparatus for pushing information according to Embodiment 4 of the present invention.
- the apparatus includes at least: a memory and a processor in communication with the memory, wherein the memory includes a receive instruction, a dimensional combination acquisition instruction, and an information push instruction executable by the processor.
- Receiving an instruction configured to receive an access request sent by a client, where the access request carries information of the client;
- a dimension combination obtaining instruction configured to obtain at least one type of dimension of the client according to the information of the client, and perform dimension combination on at least one type of dimension of the client, to obtain at least one dimension combination about the client;
- the information push instruction is configured to separately calculate a hash value of each dimension combination of the client, and search for the push information that matches the hash value, and return the found push information to the client.
- the information of the client includes: one or more of capability information, IP address information, version information of a browser, and network information of the client, where the client is located, see FIG.
- the combination instruction includes: a dimension generation instruction, configured to obtain at least one type of dimension of the client by using at least one of the following methods:
- the dimension combination instruction includes:
- the information pushing instruction includes:
- a search instruction configured to search, in the cache unit, the push information that matches the hash value, and a push instruction, where the search information is found when the push information matching the hash is found in the cache unit Push information is returned to the client.
- the searching unit is configured to compare, respectively, a hash value of each dimension combination of the client with a hash value of a corresponding dimension combination of push information in the cache unit, where each dimension of the client
- the combined hash values are the same as the ash values of the corresponding dimension combinations of the push information, and the push information matching the hash value is found.
- the apparatus further includes:
- Obtaining an instruction when the push information matching the hash is not found in the cache unit, acquiring, from the loading unit, a correspondence between the push information having all one dimension combination of the client and the at least one Comparing the calculated hash value of the dimension combination of the client with the hash value of the dimension combination of the push information, if the hash value of all the dimension combinations of the client and the corresponding dimension of the push information If the combined hash value has the same hash value, the push information matching the hash value is obtained, and the push information is stored in the cache unit.
- the apparatus further includes:
- a loading instruction configured to: before the receiving module receives the request information sent by the client, obtain a correspondence between all the dimension combinations of the push information and the push information; and obtain, according to the dimension combination included in the obtained correspondence relationship, The type of all dimensions in the dimension combination and the maximum level of each dimension, and calculate the hash value for each dimension combination.
- the beneficial effects of the embodiment include: receiving an access request sent by the client, where the access request carries the information of the client; obtaining at least one type of dimension of the client according to the information of the client, and obtaining the dimension of the client Performing dimension combination on at least one type of dimension to obtain at least one dimension combination of the client; calculating each dimension combination of the client The hash value, and searching for the push information matching the hash value, and returning the found push information to the client.
- the information pushed to the client according to at least one type of dimension of the client is more in line with the needs of the client, thereby improving the user experience when browsing the microblog channel.
- the device for pushing information provided by the foregoing embodiment and the method for pushing the information are in the same concept, and the specific implementation process is described in detail in the method embodiment, and details are not described herein again.
- serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
- a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
- the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Information Transfer Between Computers (AREA)
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/417,303 US20150249719A1 (en) | 2012-07-25 | 2013-07-25 | Method and device for pushing information |
| CA2879662A CA2879662A1 (en) | 2012-07-25 | 2013-07-25 | Method and device for pushing information |
| JP2015523403A JP5841299B2 (ja) | 2012-07-25 | 2013-07-25 | 情報をプッシュする方法および情報をプッシュするための装置 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201210258830.5 | 2012-07-25 | ||
| CN201210258830.5A CN103581224B (zh) | 2012-07-25 | 2012-07-25 | 推送信息的方法和装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014015808A1 true WO2014015808A1 (zh) | 2014-01-30 |
Family
ID=49996602
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2013/080077 Ceased WO2014015808A1 (zh) | 2012-07-25 | 2013-07-25 | 推送信息的方法和装置 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20150249719A1 (zh) |
| JP (1) | JP5841299B2 (zh) |
| CN (1) | CN103581224B (zh) |
| CA (1) | CA2879662A1 (zh) |
| WO (1) | WO2014015808A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3061206A4 (en) * | 2014-03-07 | 2016-12-14 | Tencent Tech Shenzhen Co Ltd | METHOD AND DEVICE FOR PUSHING TARGET INFORMATION |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103886084B (zh) * | 2014-03-27 | 2017-01-18 | 张佳佩 | 一种实现个人空间多版本的方法和装置 |
| CN105224534A (zh) * | 2014-05-29 | 2016-01-06 | 腾讯科技(深圳)有限公司 | 一种请求响应的方法及装置 |
| CN104038559A (zh) * | 2014-06-27 | 2014-09-10 | 珠海市君天电子科技有限公司 | 一种内容推送方法、服务器、客户端和系统 |
| CN105550312B (zh) * | 2015-12-14 | 2020-10-13 | 东软集团股份有限公司 | 一种上下文信息处理方法及装置 |
| CN107872483B (zh) * | 2016-09-27 | 2020-12-04 | 腾讯科技(北京)有限公司 | 媒体内容的推送方法、装置及系统 |
| CN107025570B (zh) * | 2017-01-05 | 2020-11-03 | 李汉洙 | 一种在影院推送广告的方法 |
| CN108512876B (zh) * | 2017-02-27 | 2020-11-10 | 腾讯科技(深圳)有限公司 | 数据的推送方法及装置 |
| CN109388460A (zh) * | 2018-09-26 | 2019-02-26 | 浙江万朋教育科技股份有限公司 | 一种提升客户端应用拉取首页数据效率的方法 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1801783A (zh) * | 2006-01-23 | 2006-07-12 | 北京交通大学 | 一种基于ip/mpls/bgp的多域组播一体化数据分发结构及方法 |
| CN101262497A (zh) * | 2008-04-21 | 2008-09-10 | 深圳市迅雷网络技术有限公司 | 一种内容推送方法、系统及装置 |
| EP2063598A1 (en) * | 2006-09-22 | 2009-05-27 | Huawei Technologies Co Ltd | A resource delivery method, system and edge server |
| WO2009138825A1 (en) * | 2008-05-12 | 2009-11-19 | Sony Ericsson Mobile Communications Ab | Secure push messages |
| CN102307217A (zh) * | 2011-03-15 | 2012-01-04 | 陈建国 | 多媒体电话节目排播下载方法及系统 |
Family Cites Families (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2002007054A2 (en) * | 2000-07-18 | 2002-01-24 | Yahoo Inc. | System and method for selecting alternative advertising inventory in place of sold out advertising inventory |
| US7062507B2 (en) * | 2003-02-24 | 2006-06-13 | The Boeing Company | Indexing profile for efficient and scalable XML based publish and subscribe system |
| JP4300292B2 (ja) * | 2003-10-03 | 2009-07-22 | 独立行政法人産業技術総合研究所 | ピア・ツウ・ピアネットワークにおける分散情報共有・検索方法及びそのシステム |
| WO2006029508A1 (en) * | 2004-09-13 | 2006-03-23 | Solace Systems Inc. | Highly scalable subscription matching for a content routing network |
| US8200700B2 (en) * | 2005-02-01 | 2012-06-12 | Newsilike Media Group, Inc | Systems and methods for use of structured and unstructured distributed data |
| JP4840914B2 (ja) * | 2006-05-31 | 2011-12-21 | 株式会社Access | システム、端末、サーバ、及び、動的情報提供方法 |
| JP4935468B2 (ja) * | 2007-04-03 | 2012-05-23 | ソニー株式会社 | 情報処理装置、および情報処理方法、並びにコンピュータ・プログラム |
| EP2156316A4 (en) * | 2007-05-07 | 2013-03-06 | Fourthwall Media Inc | PROVISION OF PERSONALIZED RESOURCES ON REQUEST BY A BROADBAND NETWORK TO APPLICATIONS OF A CONSUMER DEVICE |
| JP2010067175A (ja) * | 2008-09-12 | 2010-03-25 | Toshiba Corp | ハイブリッド型コンテンツ推薦サーバ、推薦システムおよび推薦方法 |
| US20100228625A1 (en) * | 2008-10-06 | 2010-09-09 | Eswar Priyadarshan | Wireless network user tracking |
| JP5224537B2 (ja) * | 2009-06-01 | 2013-07-03 | 日本電信電話株式会社 | 局所性検知可能ハッシュの構築装置、類似近傍検索処理装置及びプログラム |
| US20120109990A1 (en) * | 2009-07-07 | 2012-05-03 | Nec Corporation | Information search system, information management device, information search method, information management method, and recording medium |
| CN101924994A (zh) * | 2010-08-30 | 2010-12-22 | 宇龙计算机通信科技(深圳)有限公司 | 一种信息推送服务器及信息推送的方法 |
| CN102546564B (zh) * | 2010-12-30 | 2015-08-19 | 腾讯科技(深圳)有限公司 | 一种信息推送的控制方法及系统 |
| US20140153722A1 (en) * | 2012-12-03 | 2014-06-05 | Semyon Mizikovsky | Restricting use of mobile subscriptions to authorized mobile devices |
| US9210132B2 (en) * | 2013-06-28 | 2015-12-08 | Cellco Partnership | Protecting subscriber information from third parties |
-
2012
- 2012-07-25 CN CN201210258830.5A patent/CN103581224B/zh active Active
-
2013
- 2013-07-25 CA CA2879662A patent/CA2879662A1/en not_active Abandoned
- 2013-07-25 JP JP2015523403A patent/JP5841299B2/ja active Active
- 2013-07-25 US US14/417,303 patent/US20150249719A1/en not_active Abandoned
- 2013-07-25 WO PCT/CN2013/080077 patent/WO2014015808A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1801783A (zh) * | 2006-01-23 | 2006-07-12 | 北京交通大学 | 一种基于ip/mpls/bgp的多域组播一体化数据分发结构及方法 |
| EP2063598A1 (en) * | 2006-09-22 | 2009-05-27 | Huawei Technologies Co Ltd | A resource delivery method, system and edge server |
| CN101262497A (zh) * | 2008-04-21 | 2008-09-10 | 深圳市迅雷网络技术有限公司 | 一种内容推送方法、系统及装置 |
| WO2009138825A1 (en) * | 2008-05-12 | 2009-11-19 | Sony Ericsson Mobile Communications Ab | Secure push messages |
| CN102307217A (zh) * | 2011-03-15 | 2012-01-04 | 陈建国 | 多媒体电话节目排播下载方法及系统 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3061206A4 (en) * | 2014-03-07 | 2016-12-14 | Tencent Tech Shenzhen Co Ltd | METHOD AND DEVICE FOR PUSHING TARGET INFORMATION |
| US11196829B2 (en) | 2014-03-07 | 2021-12-07 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for pushing target information |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5841299B2 (ja) | 2016-01-13 |
| US20150249719A1 (en) | 2015-09-03 |
| CN103581224B (zh) | 2018-05-22 |
| CA2879662A1 (en) | 2014-01-30 |
| JP2015528175A (ja) | 2015-09-24 |
| CN103581224A (zh) | 2014-02-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2014015808A1 (zh) | 推送信息的方法和装置 | |
| US12346380B2 (en) | Method and system for providing context based query suggestions | |
| AU2016382908B2 (en) | Short link processing method, device and server | |
| US10776361B2 (en) | Time series database search system | |
| CN103617267B (zh) | 社交化扩展搜索方法及装置、系统 | |
| CN103593476A (zh) | 一种面向云存储的多关键词明密文检索方法和系统 | |
| AU2013324124B2 (en) | Session-server affinity for clients that lack session identifiers | |
| CN104182403B (zh) | 一种图片信息的加载方法和设备 | |
| JP6213755B2 (ja) | コンテンツ共有方法およびソーシャル同期装置 | |
| CN108228799A (zh) | 对象索引信息的存储方法及装置 | |
| CN102867043A (zh) | 一种数字家庭资源检索和资源获取方法 | |
| CN102164309B (zh) | 节目的处理方法和系统以及装置 | |
| KR102503958B1 (ko) | 분산 네트워크 환경에서의 쿼리 배치 장치 및 그 방법 | |
| CN103389989B (zh) | 一种跨社区搜索方法和装置 | |
| WO2013182004A1 (zh) | 进行信息搜索的方法及服务器 | |
| CN117478319A (zh) | 一种鲁棒的前后向隐私联合对称可搜索加密方法 | |
| CN116644146A (zh) | 一种文档搜索方法、装置、系统、电子设备及存储介质 | |
| CN115114504A (zh) | 一种数据搜索方法及装置 | |
| CN104951449B (zh) | 数据处理方法及装置 | |
| CN105574028B (zh) | 信息检索方法和装置 | |
| CN121858623A (zh) | 检索增强生成方法、装置、计算机设备和可读存储介质 | |
| HK40064946B (zh) | 一种数据找回方法、装置、电子设备及存储介质 | |
| CN117493383A (zh) | 一种数据处理的方法和装置 | |
| CN121579534A (zh) | 数据访问方法、系统、装置、设备、存储介质和程序产品 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13822540 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2879662 Country of ref document: CA |
|
| ENP | Entry into the national phase |
Ref document number: 2015523403 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 14417303 Country of ref document: US |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 16/06/2015) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13822540 Country of ref document: EP Kind code of ref document: A1 |