CN109190012B - Information processing method, device and equipment - Google Patents

Information processing method, device and equipment Download PDF

Info

Publication number
CN109190012B
CN109190012B CN201710463693.1A CN201710463693A CN109190012B CN 109190012 B CN109190012 B CN 109190012B CN 201710463693 A CN201710463693 A CN 201710463693A CN 109190012 B CN109190012 B CN 109190012B
Authority
CN
China
Prior art keywords
user
information
service
shared
recommendation information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710463693.1A
Other languages
Chinese (zh)
Other versions
CN109190012A (en
Inventor
朱志强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201710463693.1A priority Critical patent/CN109190012B/en
Priority to CN202211123162.5A priority patent/CN115438264A/en
Publication of CN109190012A publication Critical patent/CN109190012A/en
Application granted granted Critical
Publication of CN109190012B publication Critical patent/CN109190012B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application discloses an information processing method, a device and equipment, wherein the method comprises the following steps: receiving a service password of a first user, wherein the service password is generated according to information to be shared of a second user; acquiring the information to be shared and first user characteristics based on the service password; acquiring recommendation information according to the information to be shared and the first user characteristic; and sending the recommendation information to the first user. By adopting the method, when the information is shared, the server side carries out information recommendation according to the first user characteristic and the information to be shared.

Description

Information processing method, device and equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to an information processing method, apparatus, and device.
Background
At present, there are a variety of methods for sharing information among users, and sharing information through passwords is one of the methods.
When the user needs to share information, the content to be shared is packaged and uploaded to the server, the server generates a group of passwords which are uniquely corresponding to the content to be shared according to the received content to be shared, and the passwords are returned to the user. The user can share the group of passwords with other users, and then the other users can obtain corresponding shared content according to the group of passwords.
Based on the prior art, a more efficient method for sharing information is needed.
Disclosure of Invention
The embodiment of the application provides an information processing method, device and equipment, which are used for solving the following problems: so as to provide a more effective method for sharing information.
An information processing method provided by an embodiment of the present application includes:
receiving a service password of a first user, wherein the service password is generated according to information to be shared of a second user;
acquiring the information to be shared and first user characteristics based on the service password;
acquiring recommendation information according to the information to be shared and the first user characteristics;
and sending the recommendation information to the first user.
Based on the same idea, an embodiment of the present application provides an information processing apparatus, where the apparatus includes:
the receiving module is used for receiving a service password of a first user, and the service password is generated according to the shared information of a second user;
the first acquisition module acquires information to be shared and first user characteristics based on the service password;
the second acquisition module is used for acquiring recommendation information according to the information to be shared and the first user characteristics;
and the sending module is used for sending the recommendation information to the first user.
An embodiment of the present application further provides an information processing server, where the server includes:
a memory storing an information processing program;
the processor calls the information processing program in the memory after receiving the service password and executes:
acquiring information to be shared and first user characteristics according to the service password, and acquiring recommendation information according to the information to be shared and the first user characteristics;
and the communication interface is used for receiving the service password and sending the recommendation information.
An embodiment of the present application further provides a non-volatile computer storage medium, which stores computer-executable instructions configured to:
monitoring a service password;
and acquiring information to be shared and first user characteristics according to the service password, and acquiring recommendation information according to the information to be shared and the first user characteristics.
Compared with the prior art, by introducing the first user characteristic, the server side processes the information to be shared according to the first user characteristic, and differential display according to the first user characteristic is effectively achieved, that is, different recommendation information can be displayed by the same piece of shared information according to different characteristics of the first user. In addition, before differential display, the method can also judge whether the sharing needs differential display according to the service types, so that the recommendation information is more in line with the needs of actual conditions and is more practical.
Drawings
FIG. 1 is a block diagram illustrating an architecture provided by an embodiment of the present application;
fig. 2 is a schematic flow chart of an information processing method according to an embodiment of the present application;
FIG. 3 is a partial schematic flow chart diagram provided by an embodiment of the present application;
FIG. 4 is a partial schematic flow chart of an embodiment of the present application;
fig. 5 is a schematic flowchart of another information processing method according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of another information processing apparatus according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of an information processing server according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, the technical solutions of the present application will be clearly and completely described below with reference to specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Based on the foregoing, the application provides an information processing method, so that when a first user requests to obtain shared information, a server side can make differential display according to a first user characteristic. That is, for the same piece of shared information, the server displays different pieces of recommended information according to different characteristics of the user.
It should be noted here that, the service password may include: the red envelope password (for picking up the corresponding virtual red envelope), the goods page password of the online merchant (for accessing to the corresponding goods page), the friend-making password (for adding a friend), etc., and of course, different forms of service passwords exist in the actual service scene, which are not listed one by one. It can be seen that different service passwords correspond to different service contents.
In the embodiment of the present application, the information processing method may adopt the architecture shown in fig. 1. In fig. 1, at least: client, server (for convenience of description, it will be simply referred to as server).
The client has a service password function, that is, a user can edit and use a service password through the service client.
The server is associated with the client and used as a background server of the client, and can generate a service password according to a request sent by the client and verify a user of the service password.
Different users can share and transmit the Service password through an Instant Messaging (IM) application client, a Short Messaging Service (SMS), a Multimedia Messaging Service (MMS) and other ways. (hereinafter, a user who receives a service password and acquires content to be shared will be referred to as a first user; and a user who uploads content to be shared will be referred to as a second user.)
However, it should be understood that, in actual operation, the service password received by the first user is not necessarily directly shared or transmitted by the second user, and may be received by the first user after multiple transmissions between different users, and such a transmission process should also be considered to be within the coverage range of fig. 1.
The information processing procedure provided by the embodiment of the present application will be described in detail below based on the architecture shown in fig. 1.
The information processing method provided by the embodiment of the application is shown in fig. 2, and the process specifically includes the following steps:
step S201, receiving a service password of a first user, where the service password is generated according to information to be shared of a second user.
The first user here refers to a user who wants to obtain information to be shared from the server, that is, a receiving party, and the second user refers to a user who wants to share information with others, that is, a sharing party. And the second user uploads the information to be shared to the server in advance.
The first user sends a service password to the server for obtaining the information to be shared, wherein the service password is generated by the server in advance according to the sharing information of the second user, and a corresponding relation exists between the service password and the salary to be shared. It should be noted that, here, the service password of the first user may be obtained by the first user from other parties (including but not limited to the second user) through other software or hardware modules. As an implementation manner, the first user client detects that the service password can be automatically forwarded to the server. As another implementation manner, the first user may also manually send the service password to the server through the client.
Step S202, based on the service password, obtaining the information to be shared and the first user characteristic.
Because the corresponding relation exists between the service password and the information to be shared, the information to be shared can be determined based on the service password.
And the server side also acquires the first user characteristic while acquiring the information to be shared. Specifically, the method comprises the following steps:
and acquiring a first user characteristic carried by the service password based on the service password. The first user client can also carry first user characteristics while uploading the service password, and the first user characteristics at least comprise the geographic position of the user, the preference attribute (such as taste) of the user and the natural biological attribute (such as gender) of the user. Which one or more characteristics are specifically selected as the first user characteristics, depending on the service requirements. The user characteristics that need to be carried at the same time may be obtained by the client of the first user in real time, for example, by a characteristic module (for example, a positioning module) of the first user. It is easy to understand that when the first user characteristics are obtained in real time, the method is not limited to obtaining only these dynamic user characteristics (such as location), and some other first user characteristics (such as gender of the user pre-stored in the client) may also be obtained by the client.
Or acquiring a first user characteristic which is stored in advance based on the first user information carried by the service password. That is, the first user client may also carry information (such as an account) of the first user while uploading the service password, and based on the account, the first user characteristics stored in advance may be obtained, such as some natural biological attributes (including gender, age, and the like), personal preferences, and the like of the first user.
Obviously, the two aforementioned ways of obtaining the first user characteristic are not conflicting and may be adopted simultaneously or separately.
Step S203, obtaining recommendation information according to the information to be shared and the first user characteristic.
After the server obtains the information to be shared and the first user characteristic, the server may convert the information to be shared according to the first user characteristic. During the application process at this stage, it comprises, in particular, the following steps, as shown in fig. 3:
step S301, determining the service characteristics of the information to be shared. For a specific service, the information to be shared always includes some service features, such as name, service type, etc., for example, a shares with X store in beijing, which provides accommodation, and the service features included in the shared information include X store and accommodation.
And S302, acquiring recommendation information according to the service characteristics and the first user characteristics. It should be noted that, the service feature or the first user feature may be one or more than one. After the service characteristic and the first user characteristic are determined, the pre-stored information is inquired or matched by taking the characteristics as limiting conditions to obtain the recommendation information. It is easy to understand that the pre-stored information herein includes some information similar to the information to be shared, such as hotel information, leisure place information, travel information, etc., and the pre-stored information may be stored in a storage device platform such as a local disk, a database, a cloud storage platform, etc., and the pre-stored information may also be updated to ensure that the parsing result is not outdated.
For example, the user a shares the X store providing accommodation of beijing with the friend B in shanghai, and the server performs processing according to the X store, accommodation and shanghai to obtain recommendation information of the X store providing accommodation in shanghai.
For example, the user C shares sweet K-shaped dishes to the friend D, but the preference attribute of the user characteristics of the user D is salty, and the server performs processing according to the K-shaped dishes and the salty taste to obtain the K-shaped dishes with the recommendation information of salty taste.
For example, female clothes of a female user E brand F are shared by male friends of the female user, and the server performs processing according to the clothes brand F and the male clothes to obtain male clothes of which the recommendation information is the brand F.
In a word, when acquiring the recommendation information, the server side processes the recommendation information according to the service characteristics and the first user characteristics in the information to be shared, and the obtained recommendation information is differentiated according to the first user characteristics so as to meet the preference or actual requirements of the first user and improve the practicability of the recommendation information.
As a feasible solution of the embodiment of the present application, when obtaining recommendation information, the following process may also be used, as shown in fig. 4:
step S401, obtaining recommendation information containing the first user characteristic and all the service characteristics according to the service characteristics and the first user characteristic. That is, it is said to be exact matching in the general sense, for example, if the user a shares the X store provided with accommodation in beijing to the B in shanghai, the service end performs query or matching according to the accommodation, the X store and shanghai, and obtains the X store provided with accommodation in shanghai, and then uses the information as recommendation information.
Step S402, if the recommendation information containing the first user characteristic and all the service characteristics fails to be obtained according to the service characteristic and the first user characteristic, the recommendation information containing the first user characteristic and part of the service characteristics is obtained according to the service characteristic and the first user characteristic. Namely, the query or the matching fails, and the result cannot be obtained by accurate matching. In the above example, if no X hotel providing accommodation in shanghai is found, matching is performed with the shanghai and the X hotel as limiting conditions, or matching is performed with the shanghai and the accommodation as conditions, and the X hotel providing other services in shanghai or another hotel providing accommodation in shanghai is obtained, and this information is used as recommendation information.
Step S403, if obtaining recommendation information including the first user characteristic and a part of the service characteristic fails according to the service characteristic and the first user characteristic, using the information to be shared as recommendation information. For example, when the aforementioned method still fails to obtain a result, an X store that provides other services in shanghai or another store that provides accommodation in shanghai cannot be found, and the X store that provides accommodation in beijing is sent to friend B as recommendation information.
Further, if a plurality of pieces of recommendation information are obtained, the plurality of pieces of recommendation information are ranked according to the first user characteristic. And after the sorting result is obtained, selecting recommendation information according to the sorting result. As for the optimal result, or all the ranking results or part of the results as recommendation information, the selection can be made according to specific service conditions. Specifically selecting which algorithm needs to consider which first user characteristics when sorting, and setting the weight when considering a plurality of user characteristics, can be selected according to actual needs. For example, in the foregoing example, the X hotel is a chain hotel, the server performs query or matching according to the accommodation, the X hotel, and the shanghai to obtain a plurality of shanghai X hotels, at this time, the server may perform ranking according to the distance between each X hotel and B, and the X hotel closest to B is used as recommendation information.
And step S204, sending the recommendation information to the first user. At this time, the recommendation information obtained by the method B is not the hotel X shared by the method A in Beijing but the hotel X in Shanghai, namely, the differentiation display appears according to the user characteristics of the method B, so that the preference or the actual demand of the user is met, and the practicability of the recommendation information is improved.
In the foregoing scheme of the application, by introducing the first user characteristic, the server processes the information to be shared according to the first user characteristic, so that differential display according to the first user characteristic is effectively achieved, that is, different pieces of recommendation information can be displayed by the same piece of shared information according to different characteristics of users. Particularly, when recommendation is performed according to the dynamic first user characteristic, the recommendation information obtained by the first user can be changed in real time according to the first user characteristic, so that the recommendation information is more in line with the requirements of the actual conditions of the users.
In addition, in the embodiment of the present application, there is another situation that the user does not want the information recommended by the user to be transformed in a differentiated manner. In this case, according to actual needs, a service identifier may be added to the generated service password when the service password carries the specific service identifier, and it is set on the server that the corresponding information to be shared is not converted when the service password carries the specific service identifier, so that the information to be shared is used as the recommendation information.
Meanwhile, another information processing method is also provided in the embodiments of the present application, as shown in fig. 5, which includes the following steps:
step S501, receiving information to be shared of a second user, wherein the information to be shared comprises service characteristics. In the embodiment of the present application, the information to be shared is information that the second user wishes to share with other people, and in a general sense, the information is uploaded to the server through the client of the second user, but it can be understood that the uploading manner of the information is not limited to the client. Before uploading, the second user side can also package information to be shared (such as titles, descriptions, keywords, access connections and the like) according to needs, and then transmit the packaged information to the server side.
Step S502, storing the information to be shared.
Step S503, generating a service password corresponding to the information to be shared.
Typically, the service password is generated based on the content of the information to be shared. However, it is easy to understand that the information to be shared may be generated without departing from the content of the information to be shared, for example, a number is given to the information to be shared in sequence, and then the service password is generated according to the number, only the generated service password and the information to be shared need to have a corresponding relationship.
For example, at this time, the server first obtains a segment of code, such as abc, according to the information to be shared, where the code uniquely corresponds to the information to be shared, and then the code may be combined according to the service requirement, for example, according to a service name H, the code may be combined into [ H ] abc, which is used as a service password and still points to the information to be shared. The service password and the information to be shared are corresponding, that is, the service password points to the only information to be shared.
Step S504, the service password is sent to the second user.
And then, the service end issues the service password and returns the service password to the client of the second user. Or it may also disclose the service password in order to be known to the information sharer or more users.
After the second user or other users obtain the service password generated by the information to be shared, when the user shares the information to other people, the user does not need to send all the information to be shared any more, and only needs to send the service password corresponding to the information to be shared to the first user. In the process of transmitting the service password, the service password can be transmitted through some third-party software functions or hardware modules, and also can be transmitted point to point between user terminals. In this embodiment, no specific limitation is imposed.
Based on the same idea, the present invention also provides an information processing apparatus, as shown in fig. 6, comprising:
a receiving module 601, configured to receive a service password of a first user, where the service password is generated according to shared information of a second user;
a first obtaining module 602, configured to obtain information to be shared and a first user characteristic based on the service password;
the second obtaining module 603 obtains recommendation information according to the information to be shared and the first user characteristic;
the sending module 604 sends the recommendation information to the first user.
Further, the first obtaining module 602 obtains, based on the service password, a first user characteristic carried by the service password at the same time, or obtains a first user characteristic stored in advance based on first user information carried by the service password at the same time.
Further, the second obtaining module 603 determines the service characteristics included in the information to be shared; and acquiring recommendation information according to the service characteristics and the first user characteristics.
Further, the second obtaining module 603 obtains recommendation information including the first user characteristic and all the service characteristics according to the service characteristics and the first user characteristic.
Further, the second obtaining module 603 obtains recommendation information including the first user characteristic and a part of the service characteristic if obtaining the recommendation information including the first user characteristic and all of the service characteristics fails.
Further, if the second obtaining module 603 fails to obtain the recommendation information including the first user characteristic and part of the service characteristic, the information to be shared is used as the recommendation information.
As an implementable aspect of the embodiment of the present application, if multiple pieces of recommendation information are obtained, the second obtaining module 603 ranks the multiple query results according to the first user characteristic.
In the foregoing solution, the first user characteristic at least includes: a geographic location of the first user, a preference attribute of the first user, a natural biological attribute of the first user.
In addition, in the foregoing information processing apparatus, the service password may further include a service identifier; and if the service identifier is a specific service identifier, the acquisition module takes the information to be shared as recommendation information.
Correspondingly, an embodiment of the present application further provides another information processing apparatus, as shown in fig. 7, including:
a receiving module 701, configured to receive information to be shared of a second user, where the information to be shared includes service characteristics;
a storage module 702, which stores the information to be shared;
a generating module 703 for generating a service password corresponding to the information to be shared;
and a sending module 704, configured to send the service password to the second user.
The present application also provides an information processing apparatus including an information processing server, the server including:
a memory 801 that stores an information processing program;
the processor 802, after receiving the service password, calls the information processing program in the memory, and executes:
acquiring information to be shared and first user characteristics according to the service password, and acquiring recommendation information according to the information to be shared and the first user characteristics;
and a communication interface 803 for receiving the service password and transmitting the recommendation information.
Based on the same inventive concept, embodiments of the present application further provide a corresponding non-volatile computer storage medium, in which computer-executable instructions are stored, where the computer-executable instructions are configured to:
monitoring a service password;
and acquiring information to be shared and first user characteristics according to the service password, and acquiring recommendation information according to the information to be shared and the first user characteristics.
All the embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from other embodiments. Especially, as for the device, apparatus and medium type embodiments, since they are basically similar to the method embodiments, the description is simple, and the related points may refer to part of the description of the method embodiments, which is not repeated here.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually manufacturing an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to the software compiler used in program development, but the original code before compiling is also written in a specific Programming Language, which is called Hardware Description Language (HDL), and the HDL is not only one kind but many kinds, such as abel (advanced boot Expression Language), ahdl (alternate Language Description Language), communication, CUPL (computer universal Programming Language), HDCal (Java Hardware Description Language), langa, Lola, mylar, HDL, PALASM, rhydl (runtime Description Language), vhjhdul (Hardware Description Language), and vhygl-Language, which are currently used commonly. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer readable medium that stores computer readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and embedded microcontrollers, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular transactions or implement particular abstract data types. The application may also be practiced in distributed computing environments where transactions are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
All the embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (15)

1. An information processing method, comprising:
receiving a service password of a first user, wherein the service password is generated according to information to be shared of a second user; the service password is transmitted to the first user after being transmitted for multiple times among different users;
acquiring the information to be shared and first user characteristics based on the service password; the first user characteristics at least comprise one or more of the geographical position of the user, the preference attribute of the user and the natural biological attribute of the user;
determining the service characteristics of the information to be shared;
acquiring recommendation information according to the service characteristics and the first user characteristics of the information to be shared; the recommendation information comprises the first user characteristic and the service characteristic;
the obtaining of the recommendation information according to the service feature of the information to be shared and the first user feature specifically includes:
when the server side obtains the recommendation information, the server side processes the recommendation information according to the service characteristics and the first user characteristics in the information to be shared, and the obtained recommendation information is differentiated according to the difference of the first user characteristics;
before differential display, judging whether the recommendation information needs differential display according to the service type;
and sending the recommendation information to the first user.
2. The information processing method of claim 1, wherein obtaining the first user characteristic based on the service password comprises:
based on the service password, acquiring a first user characteristic carried by the service password, or,
and acquiring a first user characteristic which is stored in advance based on the first user information carried by the service password.
3. The information processing method according to claim 1, wherein acquiring recommendation information according to the information to be shared and the first user characteristic specifically comprises:
determining the service characteristics of the information to be shared;
and acquiring recommendation information according to the service characteristics and the first user characteristics.
4. The information processing method according to claim 3, wherein acquiring the recommendation information according to the service feature and the first user feature specifically comprises:
and acquiring recommendation information containing the first user characteristic and all the service characteristics according to the service characteristics and the first user characteristics.
5. The information processing method of claim 4, wherein if the obtaining of the recommendation information fails, the method further comprises:
and acquiring recommendation information containing the first user characteristic and part of the service characteristic according to the service characteristic and the first user characteristic.
6. The information processing method according to claim 5, wherein if the obtaining of the recommendation information including the first user characteristic and a part of the service characteristic fails according to the service characteristic and the first user characteristic, the method further comprises:
and determining the information to be shared as recommendation information.
7. The information processing method according to claim 4 or 5, the method further comprising:
and if a plurality of pieces of recommendation information are obtained, sequencing the plurality of pieces of recommendation information according to the first user characteristic.
8. An information processing apparatus includes:
the receiving module is used for receiving a service password of a first user, and the service password is generated according to the shared information of a second user; the service password is transmitted to the first user after being transmitted for multiple times among different users;
the first acquisition module is used for acquiring the information to be shared and the first user characteristic based on the service password; the first user characteristics at least comprise one or more of the geographic position of the user, the preference attribute of the user and the natural biological attribute of the user;
determining the service characteristics of the information to be shared;
the second acquisition module is used for acquiring recommendation information according to the service characteristics of the information to be shared and the first user characteristics; the recommendation information comprises the first user characteristic and the service characteristic;
the obtaining of the recommendation information according to the service feature of the information to be shared and the first user feature specifically includes:
when the server side obtains the recommendation information, the server side processes the recommendation information according to the service characteristics and the first user characteristics in the information to be shared, and the obtained recommendation information is differentiated according to the difference of the first user characteristics;
before differential display, judging whether the recommendation information needs differential display according to the service type;
and the sending module is used for sending the recommendation information to the first user.
9. The information processing apparatus according to claim 8, wherein the first obtaining module obtains, based on the service password, a first user characteristic carried by the service password at the same time, or obtains a first user characteristic stored in advance based on first user information carried by the service password at the same time.
10. The information processing apparatus according to claim 8, wherein the second obtaining module determines a service feature included in the information to be shared; and acquiring recommendation information according to the service characteristics and the first user characteristics.
11. The information processing apparatus according to claim 10, wherein the second obtaining module obtains recommendation information including the first user characteristic and all of the service characteristics, based on the service characteristics and the first user characteristics.
12. The information processing apparatus according to claim 11, wherein the second obtaining module obtains the recommendation information including the first user characteristic and a part of the service characteristic if obtaining the recommendation information including the first user characteristic and all of the service characteristics fails.
13. The information processing apparatus according to claim 12, wherein the second obtaining module takes the information to be shared as the recommendation information if obtaining the recommendation information including the first user characteristic and a part of the service characteristic fails.
14. The information processing apparatus according to claim 11 or 12, wherein the second obtaining module, if obtaining a plurality of pieces of recommendation information, ranks the plurality of pieces of recommendation information according to the first user characteristic.
15. An information processing server, the server comprising:
a memory storing an information processing program;
and the processor calls the information processing program in the memory after receiving the service password and executes:
determining the service characteristics of the information to be shared; acquiring the service characteristics and the first user characteristics of the information to be shared according to the service password, and acquiring recommendation information according to the service characteristics and the first user characteristics of the information to be shared; the recommendation information comprises the first user characteristic and the service characteristic; the service password is transmitted to the first user after being transmitted for multiple times among different users; the first user characteristics at least comprise one or more of the geographic position of the user, the preference attribute of the user and the natural biological attribute of the user;
the obtaining of the recommendation information according to the service feature of the information to be shared and the first user feature specifically includes:
when the server side obtains the recommendation information, the server side processes the recommendation information according to the service characteristics and the first user characteristics in the information to be shared, and the obtained recommendation information is differentiated according to the difference of the first user characteristics;
before differential display, judging whether the recommendation information needs differential display according to the service type;
and the communication interface receives the service password and sends the recommendation information.
CN201710463693.1A 2017-06-19 2017-06-19 Information processing method, device and equipment Active CN109190012B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710463693.1A CN109190012B (en) 2017-06-19 2017-06-19 Information processing method, device and equipment
CN202211123162.5A CN115438264A (en) 2017-06-19 2017-06-19 Information processing method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710463693.1A CN109190012B (en) 2017-06-19 2017-06-19 Information processing method, device and equipment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202211123162.5A Division CN115438264A (en) 2017-06-19 2017-06-19 Information processing method, device and equipment

Publications (2)

Publication Number Publication Date
CN109190012A CN109190012A (en) 2019-01-11
CN109190012B true CN109190012B (en) 2022-08-30

Family

ID=64948397

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202211123162.5A Pending CN115438264A (en) 2017-06-19 2017-06-19 Information processing method, device and equipment
CN201710463693.1A Active CN109190012B (en) 2017-06-19 2017-06-19 Information processing method, device and equipment

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202211123162.5A Pending CN115438264A (en) 2017-06-19 2017-06-19 Information processing method, device and equipment

Country Status (1)

Country Link
CN (2) CN115438264A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110290146B (en) * 2019-07-03 2021-10-08 北京达佳互联信息技术有限公司 Method and device for generating shared password, server and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100325687A1 (en) * 2009-06-22 2010-12-23 Iverson Gyle T Systems and Methods for Custom Device Automatic Password Management
US8590014B1 (en) * 2010-09-13 2013-11-19 Zynga Inc. Network application security utilizing network-provided identities
CN103312755A (en) * 2012-03-14 2013-09-18 腾讯科技(深圳)有限公司 Content sharing method and device based on geographic position
CN103037007A (en) * 2012-12-24 2013-04-10 珠海金山办公软件有限公司 Data sharing method and data sharing system based on geographic position service
JP2014134923A (en) * 2013-01-09 2014-07-24 Sony Corp Information processing apparatus, information processing method, program, and terminal apparatus
CN105989511B (en) * 2015-02-09 2022-04-15 创新先进技术有限公司 Service implementation method and device
CN104866946B (en) * 2015-04-03 2018-06-26 宁波亿拍客网络科技有限公司 A kind of method that different system user account is shared
CN105282010B (en) * 2015-09-14 2019-04-23 小米科技有限责任公司 Processing method, device and the server that information is shared
CN106547785B (en) * 2015-09-22 2020-08-04 阿里巴巴集团控股有限公司 Method and system for acquiring information in knowledge base
CN105530175B (en) * 2016-01-29 2020-03-20 腾讯科技(深圳)有限公司 Message processing method, device and system
CN105975483B (en) * 2016-04-25 2020-02-14 北京三快在线科技有限公司 Message pushing method and platform based on user preference
CN106840185B (en) * 2017-01-25 2021-10-26 百度在线网络技术(北京)有限公司 Navigation route sharing method and device based on password, server and storage medium

Also Published As

Publication number Publication date
CN115438264A (en) 2022-12-06
CN109190012A (en) 2019-01-11

Similar Documents

Publication Publication Date Title
US20230015178A1 (en) Techniques for messaging bot rich communication
KR102207784B1 (en) Geo-location based event gallery
US10009731B2 (en) Information sharing method, device and storage medium
US9749233B2 (en) Techniques for smart data routing
US10469415B2 (en) Apparatus for providing document sharing service based on messaging service, and method using the apparatus
US20170250935A1 (en) Techniques for messaging bot app interactions
US8055720B2 (en) Cluster-based friend suggestion aggregator
US11356498B2 (en) Method and a device for sharing a hosted application
US20130198275A1 (en) Aggregation of mobile application services for social networking
EP3541025B1 (en) Techniques for messaging bot rich communication
KR101834188B1 (en) Method for sharing contents data, computing device and computer-readable medium
KR101727700B1 (en) Device and method for providing data, and computer program for executing the method
CN107908482B (en) Information transmission method, equipment and computer readable medium
US10609511B2 (en) Techniques for providing meeting location suggestions
US20140101144A1 (en) Methods and Systems for Displaying Microblog Topics
JP2020501277A (en) Image-based method and apparatus for performing service operations
US9275074B1 (en) Systems and methods for content placement, retrieval and management based on geolocation and other parameters
KR101853410B1 (en) Social media server for providing client with media content including tagging information and the client
CN109190012B (en) Information processing method, device and equipment
CN112148744A (en) Page display method and device, electronic equipment and computer readable medium
US20160007182A1 (en) Directing Information Based on Device Proximity
KR20140113389A (en) Computing system with privacy mechanism and method of operation thereof
US20140012915A1 (en) Method and apparatus for associating users
US20140280620A1 (en) Communication system with identification management and method of operation thereof
US20170206564A1 (en) Server device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40002460

Country of ref document: HK

TA01 Transfer of patent application right

Effective date of registration: 20201019

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201019

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant