WO2014015808A1 - 推送信息的方法和装置 - Google Patents

推送信息的方法和装置 Download PDF

Info

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
Application number
PCT/CN2013/080077
Other languages
English (en)
French (fr)
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 US14/417,303 priority Critical patent/US20150249719A1/en
Priority to CA2879662A priority patent/CA2879662A1/en
Priority to JP2015523403A priority patent/JP5841299B2/ja
Publication of WO2014015808A1 publication Critical patent/WO2014015808A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/951Indexing; Web crawling techniques
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols 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

推送信息的方法和装置
技术领域
本发明涉及互联网领域, 特别涉及一种推送信息的方法和装置。 发明背景
微博是一种基于用户关系的信息分享、 传播以及获取平台。 用户可 以通过 WEB、 WAP 以及各种客户端组建个人社区, 更新信息, 并实现信 息即时分享。 随着微博的广泛应用, 更多的运营商推出了微博频道的服 务。 基于微博产生的海量用户内容, 微博频道为用户筛选出微博中最精 华的内容, 例如微博中最新更新的消息或被关注最多的消息。 微频道可 以自动、 实时的向用户发布广播信息。 具体的, 当用户登录用户频道后, 服务器为客户端推送一些信息, 这些信息包括: 新闻消息、 微博更新消 息或是其它微博用户的信息。
现有的信息推送方法, 只是筒单的将最新更新的消息或被关注最多 的消息推送到用户微博频道的主页面上, 但是这些消息里面不一定包括 用户感兴趣的消息, 即用户无法从推送信息中获得自己感兴趣的信息。 大量用户不感兴趣的信息的推送将占据大量网络流量。 并且, 即使推送 信息中包括用户感兴趣的信息, 用户也需要在大量的推送消息中进行查 找, 才能得到自己感兴趣的消息。 这将使用户的感受变差。 发明内容
为了提高用户浏览微博频道时的体验感, 本发明实施例提供了一种 推送信息的方法和装置。 所述技术方案如下:
一方面, 提供了一种推送信息的方法, 所述方法包括: 接收客户端发送的访问请求 , 所述访问请求中携带所述客户端的信 息;
根据所述客户端的信息获得所述客户端的至少一类维度, 并对所述 客户端的至少一类维度进行维度组合, 得到所述客户端的至少一个维度 组合;
分别计算所述客户端的每个维度组合的 hash值,并查找与所述 hash 值匹配的推送信息, 将所述查找到的推送信息返回给所述客户端。
优选的, 所述客户端的信息包括以下信息中的至少一项信息: 所述 客户端的能力信息、 IP地址信息、 浏览器的版本信息和一条或多条所述 客户端所在的网络信息, 通过以下至少一种方法, 所述根据所述客户端 的信息获得关于所述客户端的至少一类维度, 包括:
将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度;
根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
所述对所述客户端的至少一类维度进行维度组合, 得到关于所述客 户端的至少一个维度组合, 包括: 对所述客户端的至少一类维度进行笛卡尔积计算, 得到关于所述客 户端的至少一个维度组合。
优选的, 所述查找与所述 ha sh值匹配的推送信息, 将所述查找到 的推送信息返回给所述客户端, 包括:
在緩存单元中查找与所述 ha sh值匹配的推送信息;
当在所述緩存单元中查找到与所述 ha sh 匹配的推送信息时, 将所 述查找到所述的推送信息返回给所述客户端。
优选的, 所述方法还包括:
当未在所述緩存单元中查找到与所述 ha sh 匹配的推送信息时, 从 加载单元中获取具有所述客户端至少一个维度组合的推送信息与所述 至少一个对应关系;
分别将所述客户端的每个维度组合的 ha sh值与所述推送信息的每 个维度组合的 ha sh值进行比较,如果所述客户端的所有维度组合的 ha sh 则将所述推送信息存储到緩存单元中。
优选的, 所述在緩存单元中查找与所述 ha sh值匹配的推送信息, 包括:
分别将所述客户端的每个维度组合的 ha sh值与緩存单元中的对应 的推送信息的维度组合的 ha sh值进行比较;
如果所述客户端的每个维度组合的 ha sh值都与所述推送信息的对 应维度组合的 ha sh值相同, 则查找到与所述 ha sh值匹配的推送信息。
优选的, 所述方法还包括:
在接收所述客户端发送的请求信息之前, 获取推送信息和所述推送 信息的所有维度组合的对应关系;
根据所述获得的对应关系所包括的维度组合, 获得所述推送信息的 所有维度的类型和每个维度的最大层级, 并计算每个维度组合的 hash 值。
另一方面, 提供了一种推送信息的装置, 所述装置包括:
接收模块, 用于接收客户端发送的访问请求, 所述访问请求中携带 所述客户端的信息;
维度组合获取模块, 用于根据所述客户端的信息获得所述客户端的 至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到所 述客户端的至少一个维度组合;
信息推送模块, 用于分别计算所述客户端的每个维度组合的 hash 值, 并查找与所述 hash值匹配的推送信息, 将所述查找到的推送信息 返回给所述客户端。
优选的, 所述客户端的信息包括: 所述客户端的能力信息、 IP地址 信息、 浏览器的版本信息和所述客户端所在的网络信息中的一个或多 个, 所述维度组合模块包括维度生成单元, 具体用于通过以下至少一种 方法, 获得所述客户端的至少一类维度:
将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度;
根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
优选的, 所述维度组合模块, 包括:
计算单元, 用于对所述客户端的至少一个维度进行笛卡尔积计算, 得到关于所述客户端的至少一个维度组合。
优选的, 所述信息推送模块, 包括:
查找单元, 用于在緩存单元中查找与所述 ha sh值匹配的推送信息; 推送单元, 用于当在所述緩存单元中查找到与所述 a sh匹配的推送 信息时, 将所述查找到的推送信息返回给所述客户端。
优选的, 所述装置还包括:
获取模块, 用于当未在所述緩存单元中查找到与所述 ha sh 匹配的 推送信息时, 从加载单元中获取具有所述客户端至少一个维度组合的推 送信息与所述至少一个维度组合的对应关系; 将所述计算得到的所述客 户端的维度组合的 ha sh值与所述推送信息的维度组合的 ha sh值进行比 较, 如果所述客户端的所有维度组合与所述推送信息的对应维度组合的 ha sh值存在相同的 ha sh值, 则获得与所述 ha sh值匹配的推送信息, 并 将所述推送信息存储到緩存单元中。
优选的, 所述信息推送模块包括:
查找单元, 用于分别所述客户端的每个维度组合的 ha sh值与緩存 单元中推送信息的对应的维度组合的 ha sh值进行比较;
推送单元, 用于当所述客户端的每个维度组合的 ha sh值都与所述 推送信息的对应维度组合的 ha sh值相同, 则查找到所述与所述 ha sh值 匹配的推送信息。
优选的, 所述装置还包括:
加载模块, 用于所述接收模块接收客户端发送的请求信息之前, 获 取推送信息和所述推送信息的所有维度组合的对应关系; 根据所述获得 的对应关系所包括的维度组合, 获得所述维度组合中所有维度的类型和 每个维度的最大层级, 并计算每个维度组合的 hash值。
本发明实施例提供的技术方案带来的有益效果是: 接收客户端发送 的访问请求, 所述访问请求中携带所述客户端的信息; 根据所述客户端 的信息获得所述客户端的至少一类维度, 并对所述客户端的至少一类维 度进行维度组合, 得到所述客户端的至少一个维度组合; 分别计算所述 客户端的每个维度组合的 hash值, 并查找与所述 hash值匹配的推送信 息, 将所述查找到的推送信息返回给所述客户端。 通过客户端的至少一 类维度主动向客户端推送信息, 这样推送的信息更符合客户端的需求, 从而提高了用户在浏览微博频道时的体验感。 附图简要说明
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描 述中所需要使用的附图作筒单地介绍, 显而易见地, 下面描述中的附图 仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出 创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1是本发明实施例 1提供的一种推送信息的方法流程图; 图 2是本发明实施例 2提供的一种推送信息的方法流程图; 图 3是本发明实施例 3提供的一种推送信息的装置结构示意图; 图 4是本发明实施例 3提供的另一种推送信息的装置结构示意图; 图 5是本发明实施例 4提供的一种推送信息的装置结构示意图; 图 6是本发明实施例 4提供的另一种推送信息的装置结构示意图。 实施本发明的方式
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对 本发明实施方式作进一步地详细描述。
笛卡尔积定义:
设 A, B为集合, 用 A中元素为第一元素, B中元素为第二元素构成 的有序对, 所有这样的有序对组成的集合叫做 A与 B的笛卡尔积, 记作 AxB.笛卡尔积的符号化为: AxB= {<x, y> I X 6 A Λ y 6 B} 0 例如, A= {a, b} , B={0, 1, 2} , 则 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>}。
实施例 1
参见图 1, 本实施例中提供了一种推送信息的方法, 该方法可以由 网络服务器等计算设备来执行。 该方法具体包括以下步骤:
101、 接收客户端发送的访问请求, 所述访问请求中携带所述客户 端的信息;
102、 根据所述客户端的信息获得所述客户端的至少一类维度, 并 对所述客户端的至少一类维度进行维度组合, 得到所述客户端的至少一 个维度组合;
103、 分别计算所述客户端的每个维度组合的 hash值, 并查找与所 述 hash值匹配的推送信息, 将所述查找到的推送信息发送给所述客户 端。
可选地, 所述客户端的信息包括以下信息中的至少一条信息: 所述 客户端的能力信息、 IP地址信息、 浏览器的版本信息和所述客户端所在 网络信息, 通过以下至少一种方法, 获得关于所述客户端的多类维度: 将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度; 根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
优选地, 所述对所述客户端的至少一个维度进行维度组合, 得到所 述客户端的至少一个维度组合, 包括:
对所述客户端的至少一个维度进行笛卡尔积计算, 得到所述客户端 的至少一个维度组合。
其中, 所述执行本实施例方法的计算设备的存储器包括緩存单元与 加载单元。 加载单元从数据库中加载推送信息、 推送信息与该推送信息 的所有维度的对应关系。 緩存单元从加载单元中获取推送信息并存储。 緩存单元可以由高速緩存(Cache ) 实现。
所述查找与所述 hash值匹配的推送信息, 将所述查找到的推送信 息返回给所述客户端, 包括:
在緩存单元中查找与所述 ha sh值匹配的推送信息;
当在所述緩存单元中查找到与所述 hash 匹配的推送信息时, 将所 述查找到的推送信息返回给所述客户端。
所述在緩存单元中查找与所述 hash值匹配的推送信息, 包括: 分别将所述客户端的每个维度组合的 hash值与緩存单元中的对应 的推送信息的维度组合的 hash值进行比较;
如果所述客户端的每个维度组合的 hash值都与所述推送信息的对 应维度组合的 hash值相同, 则查找到与所述 hash值匹配的推送信息。
例如, 客户端具有维度组合 1与维度组合 2。 其中, 维度组合 1 : 地区(北京)、 平台(iPhone) , hash值为 25。 维度组合 2 : 地区(北京)、 业务来源 (空间平台), hash值为 36。 推送信息具有维度组合 1与维度 组合 2。 其中, 维度组合 1 : 地区(北京)、 业务来源 (空间平台), hash 值为 36。 维度组合 2 : 地区(北京)、 平台(iPhone) , hash值为 25。 将 客户端的维度组合 1与推送信息的对应维度组合 2进行比较。 将客户端 的维度组合 2与推送信息的对应维度组合 1进行比较。 两者均相等。 则 查找到所述 hash相等的推送信息。
可选地, 所述方法还包括:
当未在所述緩存单元中查找到与所述 hash 匹配的推送信息时, 从 加载单元中获取具有所述客户端的至少一个维度组合的推送信息与所 述至少一个维度组合的对应关系;
将所述所述客户端的全部维度组合的 hash值与所述推送信息的对 应的维度组合的 ha sh值进行比较,如果所述客户端的全部维度组合 ha sh 获得与所述 ha sh值匹配的推送信息, 并将所述推送信息放到緩存单元 中。
可选地, 本方法还包括:
所述接收客户端发送的请求信息之前, 获取推送信息与所述推送信 息的所有维度组合的对应关系;
根据所述获得的对应关系所包括的维度组合, 获得所述推送信息的 所有维度的类型和每个维度的最大层级, 并计算所述推送信息的每个维 度组合的 hash值。
本实施例的有益效果包括: 接收客户端发送的访问请求, 所述访问 请求中携带所述客户端的信息; 根据所述客户端的信息获得所述客户端 的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到 所述客户端的至少一个维度组合; 计算所述客户端的每个维度组合的 hash值, 并查找与所述 ha sh值匹配的推送信息, 将所述查找到的推送 信息返回给所述客户端。 根据客户端的至少一类维度向客户端推送的信 息, 更符合客户端的需求, 从而提高在浏览微博频道时的用户感受。 实施例 2
本发明实施例提供了一种推送信息的方法, 参见图 2 , 该方法流程 包括:
201、 获取推送信息的所有维度组合和所述推送信息的对应关系, 根据所述获得的对应关系获得所有推送信息的维度的类型和每个维度 的最大层级, 并分别计算推送信息的每个维度组合的 hash值。
本实施例中, 优选地, 后台服务器包括緩存单元和加载单元, 加载 单元从数据库中加载推荐信息、 推送信息与该推送信息的所有维度组合 的对应关系, 并对该加载的数据进行预处理, 获得所有维度的类型和每 个维度的最大层级, 并计算每个维度组合的 hash值, 在加载单元得到 hash值后, 将 hash值与其对应的信息放到緩存单元中, 后续可以根据 该 hash值向客户端推送信息。
值得说明的是, 本步骤是可选地, 如果后台服务器已经对数据库中 的数据进行了上述处理, 则具体实施过程中就不需要执行步骤 201 , 如 果后台服务器还没有对数据库中的数据进行上述处理, 则需要执行步骤 201 , 具体进行信息推送的过程中是否执行本步骤, 对此本实施例不做 具体限定。
202、 接收客户端发送的访问请求信息。
本步骤中, 客户端向服务器发送访问请求, 其中访问请求可以是登 录请求, 也可以是具体的内容请求, 对此本实施例不做具体限定。但是, 不论是哪种请求信息, 在该请求信息中都会携带客户端的信息, 其中信 息包括以下信息中的至少一条信息但不限于: 所述客户端的能力信息、 IP地址信息、 浏览器的版本信息和所述客户端所在网络信息。 其中客户 端的能力信息包括: 客户端使用的平台, 如 iPhone平台或是塞班平台, 客户端是否为触摸屏的终端等。 可选地, 客户端的信息还包括客户端的 用户信息, 如用户名等。
203、 根据所述客户端的信息获得关于所述客户端的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到关于所述客户端的 至少一个维度组合。
本步骤中, 通过以下至少一种方法根据客户端的信息获得关于该客 户端的多类维度:
将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度;
根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度; 其中业务来源是指该请求是从哪个业 务平台发出的, 例如, 是空间平台, 微博平台等;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及 根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。 其中, 当客户端的信息包括用户名时, 由于后台服务器可能 对该用户的信息进行过统计, 所以可以根据该信息获取后台存储的用户 的性别或是用户的关键词, 其中关键词包括用户的兴趣爱好等, 对此本 实施例不做具体限定。
值得说明的是, 本实施例中仅以上述六种维度为例进行说明, 但是 并不限定于上述六种维度, 对此本实施例不做具体限定。
本实施例中, 根据客户端的信息获得当前请求内容的维度类型和各 维度的最大层级, 例如, 北京的张三使用 iPhone访问微博触屏版, 则 其访问请求中携带 IP地址信息、 客户端的能力信息, 其中客户端的能 力信息包括: 客户端的触摸屏信息和平台信息。 则具体的, 根据该客户 端的维度为: 中国、 北京、 触摸屏版、 iPhone平台。
进一步地, 本实施例中, 在得到客户端的多类维度后, 对其进行维 度组合, 得到关于该客户端的所有维度组合, 具体的, 所述对所述客户 端的多个维度进行维度组合, 得到关于所述客户端的多个维度组合, 包 括: 对所述客户端的多个维度进行笛卡尔积计算, 得到关于所述客户端 的多个维度组合。 例如, 对上述北京的张三使用 iPhone访问 專触屏 版, 使用笛卡尔积进行维度组合后, 得到的所有维度组合如下所示: 地区(北京), 来源(触屏版), 平台(iPhone) ;
地区(北京), 来源(触屏版), 平台(全部);
地区 (北京) , 来源 (全部) , 平台 (iPhone);
地区(全部), 来源(触屏版), 平台(iPhone);
地区(北京), 来源(全部), 平台(全部);
地区(全部), 来源(全部), 平台(iPhone); 地区(全部), 来源(全部), 平台(全部)。
当然除了笛卡尔积的计算方法外, 也可以使用其它方法对计算所有 维度的维度组合, 对此本实施例不做具体限定。
204、 分别计算所述客户端的每个维度组合的 ha sh值, 并查找与所 述 hash值匹配的推送信息, 将所述查找到的推送信息返回给所述客户 端。
本步骤中, 在得到客户端的所有维度组合后, 计算每个维度组合的 hash值。 其中, 可以使用各维度的值计算维度组合的 hash值, 本实施 例中为了确保 hash值能唯一确定维度组合, 需要保证维度值的唯一性。 为达到维度值的唯一性, 本实施例中对于所有整型的维度值处理均采用 了按 b i t切分, 按宽度来保存不同的信息, 计算方法如下:
维度类型 << n I 维度层级 << m I 维度值 « X I 预留字段。 维度类型值左移 N位,或上维度层级值左移 M位,或上维度值左移 X 位, 或上预留字段。 将四个整型数压缩至一个整型数中, 来唯一表示这 个维度的值。
例如, 用户的所属的地区是: 中国河北省石家庄, 则满足用户的维 度是:
中国: 1 << 31 I 1 « 30 I 30« 25 | 预留字段;
中国河北省 : 1 << 31 I 2« 30 I 65« 25 | 预留字段;
中国河北省石家庄: 1 << 31 I 3« 30 I 285« 25 | 预留字段。 其中, hash的具体计算方法与现有技术类似, 对此本实施例不再赘 述。
优选地, 在得到客户端的至少一个维度组合的 hash值后, 将所述 客户端的每个维度组合的 hash值与緩存单元中的推送信息的对应的维 度组合的 ha sh值进行比较。 如果所述客户端的每个维度组合的 hash值 都与所述推送信息的对应的维度组合的 hash值相同,则查找到所述 hash 值对应的推送消息。 例如, 客户端具有维度组合 1与维度组合 2。 其中, 维度组合 1 : 地区(北京)、 平台(iPhone) , ha sh值为 25。 维度组合 2 : 地区(北京)、 业务来源 (空间平台), ha sh值为 36。 推送信息具有维度 组合 1与维度组合 2。 其中, 维度组合 1 : 地区(北京)、 业务来源 (空 间平台 ) , hash值为 36。 维度组合 2: 地区(北京)、 平台(iPhone) , hash 值为 25。将客户端的维度组合 1与推送信息的对应维度组合 2进行比较。 将客户端的维度组合 2与推送信息的对应维度组合 1进行比较。 两者均 相等。 则查找到所述 hash相等的推送信息。
本实施例中, 可选地, 当未在所述緩存单元中查找到与所述 hash 匹配的推送信息时, 返回给客户端空结果。
进一步地, 可选地, 当未在所述緩存单元中查找到与所述 hash 匹 配的推送信息时, 从加载单元中获取具有所述客户端至少一个维度组合 的推送信息与所述至少一个推送信息的对应关系; 将所述计算得到的所 述客户端的维度组合的 hash值与所述推送信息的维度组合的 hash值进 行比较, 如果所述客户端的至少一个维度组合分别与所述推送信息的所 述维度组合的 hash值相同, 则获得与所述 ha sh值匹配的推送信息, 并 将所述推送信息放到緩存单元中。本实施例中,为了提高用户的体验感, 当緩存单元中没有能够推送给客户端的信息时, 从加载单元中重新拉取 数据, 以获得能够满足客户端请求的推荐信息, 并最终将获得的推送信 息放到緩存单元中, 以便后续有相似的访问请求时, 能够直接从緩存单 元拉取到数据返回给客户端。 可选地, 本实施例中当緩存单元中没有匹 配的推送信息时, 可直接从加载单元获得上述推送信息, 并将该推送信 息返回给客户端, 也可以直接返回给客户端空的结果, 对此本实施例不 做具体限定。 本实施例的有益效果包括: 接收客户端发送的访问请求, 所述访问 请求中携带所述客户端的信息; 根据所述客户端的信息获得所述客户端 的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到 所述客户端的至少一个维度组合; 计算所述客户端的每个维度组合的 hash值, 并查找与所述 ha sh值匹配的推送信息, 将所述查找到的推送 信息返回给所述客户端。 根据客户端的至少一类维度向客户端推送的信 息, 更符合客户端的需求, 从而提高在浏览微博频道时的用户感受。 实施例 3
参见图 3 , 本实施例中提供了一种推送信息的装置, 包括: 接收模 块 301、 维度组合获取模块 302和信息推送模块 303。
接收模块 301 , 用于接收客户端发送的访问请求, 所述访问请求中 携带所述客户端的信息;
维度组合获取模块 302 , 用于根据所述客户端的信息获得所述客户 端的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得 到关于所述客户端的至少一个维度组合;
信息推送模块 303 , 用于分别计算所述客户端的每个维度组合的 hash值, 并查找与所述 ha sh值匹配的推送信息, 将所述查找到的推送 信息返回给所述客户端。
可选地, 所述客户端的信息包括: 所述客户端的能力信息、 IP地址 信息、 浏览器的版本信息和所述客户端所在的网络信息中的一个或多 个, 参见图 4 , 所述维度组合模块 302 , 包括: 维度生成单元 302a , 具 体用于通过以下至少一种方法, 获得所述客户端的至少一类维度: 将所述客户端的能力信息作为所述客户端的第一类维度; 根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度; 和 /或, 根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
优选地, 参见图 4 , 所述维度组合模块 302 , 包括:
计算单元 302b ,用于对所述客户端的至少一类维度进行笛卡尔积计 算, 得到关于所述客户端的至少一个维度组合。
其中, 参见图 4 , 所述信息推送模块 303 , 包括:
查找单元 303a , 用于在緩存单元中查找与所述 hash值匹配的推送 信息;
推送单元 303b ,用于当在所述緩存单元中查找到与所述 a sh匹配的 推送信息时, 将所述查找到的推送信息返回给所述客户端。
可选地, 参见图 4 , 查找单元, 用于分别所述客户端的每个维度组 合的 hash值与緩存单元中推送信息的对应的维度组合的 hash值进行比 较, 当所述客户端的每个维度组合的 hash值都与所述推送信息的对应 维度组合的 ash值相同,则查找到所述与所述 hash值匹配的推送信息。
可选地, 参见图 4 , 所述装置还包括:
获取模块 304 ,用于当未在所述緩存单元中查找到与所述 hash匹配 的推送信息时, 从加载单元中获取具有所述客户端所有一个维度组合的 推送信息与所述至少一个的对应关系; 将所述计算得到的所述客户端的 维度组合的 ash值与所述推送信息的维度组合的 hash值进行比较, 如 果所述客户端的所有维度组合的 hash值与所述推送信息的对应的维度 组合的 hash值存在相同的 hash值, 则获得与所述 ha sh值匹配的推送 信息, 并将所述推送信息存储到緩存单元中。
可选地, 参见图 4 , 所述装置还包括:
加载模块 305 ,用于所述接收模块接收客户端发送的请求信息之前, 获取推送信息和所述推送信息的所有维度组合的对应关系; 根据所述获 得的对应关系所包括的维度组合, 获得所述维度组合中所有维度的类型 和每个维度的最大层级, 并计算每个维度组合的 ha sh值。
本实施例的有益效果包括: 接收客户端发送的访问请求, 所述访问 请求中携带所述客户端的信息; 根据所述客户端的信息获得所述客户端 的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到 所述客户端的至少一个维度组合; 计算所述客户端的每个维度组合的 hash值, 并查找与所述 ha sh值匹配的推送信息, 将所述查找到的推送 信息返回给所述客户端。 根据客户端的至少一类维度向客户端推送的信 息, 更符合客户端的需求, 从而提高在浏览微博频道时的用户感受。 实施例 4
参见图 5为本发明实施例 4提供的一种推送信息的装置结构示意 图。 如图 5所示, 该装置至少包括: 存储器以及与存储器通信的处理 器, 其中该存储器中包括可由处理器执行的接收指令、 维度组合获取 指令和信息推送指令。
接收指令, 用于接收客户端发送的访问请求, 所述访问请求中携带 所述客户端的信息; 维度组合获取指令, 用于根据所述客户端的信息获得所述客户端的 至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到关 于所述客户端的至少一个维度组合;
信息推送指令, 用于分别计算所述客户端的每个维度组合的 hash 值, 并查找与所述 hash值匹配的推送信息, 将所述查找到的推送信息 返回给所述客户端。
可选地, 所述客户端的信息包括: 所述客户端的能力信息、 IP地址 信息、 浏览器的版本信息和所述客户端所在的网络信息中的一个或多 个, 参见图 6 , 所述维度组合指令, 包括: 维度生成指令, 具体用于通 过以下至少一种方法, 获得所述客户端的至少一类维度:
将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度; 和 /或, 根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
优选地, 参见图 6 , 所述维度组合指令, 包括:
计算指令, 用于对所述客户端的至少一类维度进行笛卡尔积计算, 得到关于所述客户端的至少一个维度组合。 其中, 参见图 6 , 所述信息推送指令, 包括:
查找指令, 用于在緩存单元中查找与所述 hash值匹配的推送信息; 推送指令, 用于当在所述緩存单元中查找到与所述 hash 匹配的推 送信息时, 将所述查找到的推送信息返回给所述客户端。
可选地, 参见图 6 , 查找单元, 用于分别所述客户端的每个维度组 合的 hash值与緩存单元中推送信息的对应的维度组合的 hash值进行比 较, 当所述客户端的每个维度组合的 hash值都与所述推送信息的对应 维度组合的 ash值相同,则查找到所述与所述 hash值匹配的推送信息。
可选地, 参见图 6 , 所述装置还包括:
获取指令, 用于当未在所述緩存单元中查找到与所述 hash 匹配的 推送信息时, 从加载单元中获取具有所述客户端所有一个维度组合的推 送信息与所述至少一个的对应关系; 将所述计算得到的所述客户端的维 度组合的 hash值与所述推送信息的维度组合的 hash值进行比较, 如果 所述客户端的所有维度组合的 hash值与所述推送信息的对应的维度组 合的 hash值存在相同的 hash值, 则获得与所述 hash值匹配的推送信 息, 并将所述推送信息存储到緩存单元中。
可选地, 参见图 6 , 所述装置还包括:
加载指令, 用于所述接收模块接收客户端发送的请求信息之前, 获 取推送信息和所述推送信息的所有维度组合的对应关系; 根据所述获得 的对应关系所包括的维度组合, 获得所述维度组合中所有维度的类型和 每个维度的最大层级, 并计算每个维度组合的 hash值。
本实施例的有益效果包括: 接收客户端发送的访问请求, 所述访问 请求中携带所述客户端的信息; 根据所述客户端的信息获得所述客户端 的至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到 所述客户端的至少一个维度组合; 计算所述客户端的每个维度组合的 hash值, 并查找与所述 ha sh值匹配的推送信息, 将所述查找到的推送 信息返回给所述客户端。 根据客户端的至少一类维度向客户端推送的信 息, 更符合客户端的需求, 从而提高在浏览微博频道时的用户感受。
另外, 上述实施例提供的推送信息的装置与推送信息的方法实施例 属于同一构思, 其具体实现过程详见方法实施例, 这里不再赘述。
上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。 本领域普通技术人员可以理解实现上述实施例的全部或部分步骤 可以通过硬件来完成, 也可以通过程序来指令相关的硬件完成, 所述的 程序可以存储于一种计算机可读存储介质中, 上述提到的存储介质可以 是只读存储器, 磁盘或光盘等。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本 发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包 含在本发明的保护范围之内。

Claims

权利要求书
1、 一种推送信息的方法, 其特征在于, 所述方法包括:
接收客户端发送的访问请求, 所述访问请求中携带所述客户端的信 息;
根据所述客户端的信息获得所述客户端的至少一类维度, 并对所述 客户端的至少一类维度进行维度组合, 得到所述客户端的至少一个维度 组合;
分别计算所述客户端的每个维度组合的 hash值,并查找与所述 hash 值匹配的推送信息, 将所述查找到的推送信息返回给所述客户端。
2、 根据权利要求 1 所述的方法, 其特征在于, 所述客户端的信息 包括以下信息中的至少一项信息:所述客户端的能力信息、 IP地址信息、 浏览器的版本信息、 以及一条或多条所述客户端所在的网络信息;
通过以下至少一种方法, 获得所述客户端的至少一类维度, 包括: 将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息, 获得所述客户端所在的区域信息, 将所述 客户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度;
根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度;
根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
3、 根据权利要求 1 所述的方法, 其特征在于, 所述对所述客户端 的至少一类维度进行维度组合, 得到关于所述客户端的至少一个维度组 合, 包括:
对所述客户端的至少一类维度进行笛卡尔积计算, 得到关于所述客 户端的至少一个维度组合。
4、根据权利要求 1所述的方法,其特征在于,所述查找与所述 hash 值匹配的推送信息,将所述查找到的推送信息返回给所述客户端, 包括: 在緩存单元中查找与所述 ha sh值匹配的推送信息;
当在所述緩存单元中查找到与所述 hash 匹配的推送信息时, 将所 述查找到的所述推送信息返回给所述客户端。
5、 根据权利要求 4所述的方法, 其特征在于, 所述方法还包括: 当未在所述緩存单元中查找到与所述 hash 匹配的推送信息时, 从 加载单元中获取具有所述客户端至少一个维度组合的推送信息与所述 至少一个维度组合的对应关系;
分别将所述客户端的每个维度组合的 hash值与所述推送信息的每 个维度组合的 hash值进行比较,如果所述客户端的所有维度组合的 hash 则将所述推送信息存储到緩存单元中。
6、 根据权利要求 4或 5所述的方法, 其特征在于, 所述在緩存单 元中查找与所述 hash值匹配的推送信息, 包括:
分别将所述客户端的每个维度组合的 hash值与緩存单元中的对应 的推送信息的维度组合的 hash值进行比较;
如果所述客户端的每个维度组合的 hash值都与所述推送信息的对 应维度组合的 hash值相同, 则查找到与所述 hash值匹配的推送信息。
7、 根据权利要求 1所述的方法, 其特征在于, 进一步包括: 在接收所述客户端发送的请求信息之前, 获取推送信息和所述推送 信息的所有维度组合的对应关系;
根据所述获得的对应关系所包括的维度组合, 获得所述推送信息的 所有维度的类型和每个维度的最大层级, 并计算每个维度组合的 hash 值。
8、 一种推送信息的装置, 其特征在于, 所述装置包括:
接收模块, 用于接收客户端发送的访问请求, 所述访问请求中携带 所述客户端的信息;
维度组合获取模块, 用于根据所述客户端的信息获得所述客户端的 至少一类维度, 并对所述客户端的至少一类维度进行维度组合, 得到所 述客户端的至少一个维度组合;
信息推送模块, 用于分别计算所述客户端的每个维度组合的 hash 值, 并查找与所述 hash值匹配的推送信息, 将所述查找到的推送信息 返回给所述客户端。
9、 根据权利要求 8 所述的装置, 其特征在于, 所述客户端的信息 包括: 所述客户端的能力信息、 IP地址信息、 浏览器的版本信息和所述 客户端所在的网络信息中的一个或多个, 所述维度组合模块包括维度生 成单元, 具体用于通过以下至少一种方法, 获得所述客户端的至少一类 维度:
将所述客户端的能力信息作为所述客户端的第一类维度;
根据所述 IP地址信息获得所述客户端所在的区域信息, 将所述客 户端所在的区域信息作为所述客户端的第二类维度;
将所述浏览器的版本信息作为所述客户端的第三类维度;
根据所述浏览器的版本信息获得所述客户端的业务来源, 将所述客 户端的业务来源作为第四类维度; 根据所述客户端所在的网络信息获得所述客户端所属的网络运营 商的信息, 将所述客户端所属的网络运营商的信息作为所述客户端的第 五类维度; 以及
根据所述客户端的信息获得所述客户端用户的性别和 /或所述客户 端用户的关键词, 将用户的性别和 /或所述客户端用户的关键词作为第 六类维度。
10、根据权利要求 8所述的装置, 其特征在于, 所述维度组合模块, 包括:
计算单元, 用于对所述客户端的至少一个维度进行笛卡尔积计算, 得到关于所述客户端的至少一个维度组合。
11、根据权利要求 8所述的装置, 其特征在于, 所述信息推送模块, 包括:
查找单元, 用于在緩存单元中查找与所述 ha sh值匹配的推送信息; 推送单元, 用于当在所述緩存单元中查找到与所述 hash 匹配的推 送信息时, 将所述查找到的推送信息返回给所述客户端。
12、 根据权利要求 11所述的装置, 其特征在于, 所述装置还包括: 获取模块, 用于当未在所述緩存单元中查找到与所述 hash 匹配的 推送信息时, 从加载单元中获取具有所述客户端至少一个维度组合的推 送信息与所述至少一个维度组合的对应关系; 将所述计算得到的所述客 户端的维度组合的 hash值与所述推送信息的维度组合的 hash值进行比 较, 如果所述客户端的所有维度组合与所述推送信息的对应维度组合的 hash值存在相同的 hash值, 则获得与所述 hash值匹配的推送信息, 并 将所述推送信息存储到緩存单元中。
13、 根据权利要求 11或 12所述的方法, 其特征在于, 所述信息推 送模块包括: 查找单元, 用于分别所述客户端的每个维度组合的 hash值与緩存 单元中推送信息的对应的维度组合的 hash值进行比较; 当所述客户端 的每个维度组合的 hash值都与所述推送信息的对应维度组合的 hash值 相同, 则查找到所述与所述 ha sh值匹配的推送信息。
14、 根据权利要求 8所述的装置, 其特征在于, 所述装置还包括: 加载模块, 用于所述接收模块接收客户端发送的请求信息之前, 获 取推送信息和所述推送信息的所有维度组合的对应关系; 根据所述获得 的对应关系所包括的维度组合, 获得所述维度组合中所有维度的类型和 每个维度的最大层级, 并计算每个维度组合的 hash值。
PCT/CN2013/080077 2012-07-25 2013-07-25 推送信息的方法和装置 Ceased WO2014015808A1 (zh)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

Patent Citations (5)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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