CN117056101A - Data acquisition method and device and electronic equipment - Google Patents

Data acquisition method and device and electronic equipment Download PDF

Info

Publication number
CN117056101A
CN117056101A CN202311038151.1A CN202311038151A CN117056101A CN 117056101 A CN117056101 A CN 117056101A CN 202311038151 A CN202311038151 A CN 202311038151A CN 117056101 A CN117056101 A CN 117056101A
Authority
CN
China
Prior art keywords
data
application
storage space
input
split
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.)
Pending
Application number
CN202311038151.1A
Other languages
Chinese (zh)
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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN202311038151.1A priority Critical patent/CN117056101A/en
Publication of CN117056101A publication Critical patent/CN117056101A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Abstract

The application discloses a data acquisition method and device and electronic equipment, and belongs to the field of information storage. Wherein the method comprises the following steps: receiving a first input to a first application function in a first split application; in response to the first input, in the event that the first data is included in the first storage space, obtaining the first data from the first storage space; the first data are data required by a first application function, and the first storage space is used for storing data of a first split application; or in response to the first input, acquiring the first data from a shared memory space for storing the data of the first split application and the data of the at least one second split application, which are split applications of the first application, in case the first memory space does not include the first data.

Description

Data acquisition method and device and electronic equipment
Technical Field
The application belongs to the field of information storage, and particularly relates to a data acquisition method, a data acquisition device and electronic equipment.
Background
With the development of information technology, electronic devices have become an indispensable part of people's life. The application splitting function is to simulate the application of the electronic device on the electronic device to form a virtual application program, and the virtual application program is an independent electronic device system and does not affect the original system.
At present, as the individual applications are mutually independent, different individual applications occupy the storage space of one application size respectively, and the storage space is not reasonably distributed, so that the total storage space occupied by a plurality of individual applications is larger.
Disclosure of Invention
The embodiment of the application aims to provide a data acquisition method, a data acquisition device and electronic equipment, which can solve the problem that in the prior art, storage space is not reasonably allocated, so that the total storage space occupied by a plurality of individual applications is large.
In a first aspect, an embodiment of the present application provides a data acquisition method, including:
receiving a first input to a first application function in a first split application;
in response to the first input, in the event that the first data is included in the first storage space, obtaining the first data from the first storage space; the first data are data required by a first application function, and the first storage space is used for storing data of a first split application; or,
in response to the first input, the first data is obtained from a shared memory space for storing data of the first split application and data of at least one second split application, the first split application and the at least one second split application being split applications of the first application, without the first data being included in the first memory space.
In a second aspect, an embodiment of the present application provides a data acquisition apparatus, where the method includes:
the receiving module is used for receiving a first input of a first application function in the first split application;
a first acquisition module for acquiring, in response to a first input, first data from a first storage space in the case that the first data is included in the first storage space; the first data are data required by a first application function, and the first storage space is used for storing data of a first split application; or,
and the second acquisition module is used for responding to the first input, acquiring the first data from the shared storage space under the condition that the first storage space does not contain the first data, wherein the shared storage space is used for storing the data of the first split application and the data of at least one second split application, and the first split application and the at least one second split application are split applications of the first application.
In a third aspect, an embodiment of the present application provides an electronic device comprising a processor and a memory storing a program or instructions executable on the processor, which when executed by the processor, implement the steps of the method as described in the first aspect.
In a fourth aspect, embodiments of the present application provide a readable storage medium having stored thereon a program or instructions which when executed by a processor perform the steps of the method according to the first aspect.
In a fifth aspect, an embodiment of the present application provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and where the processor is configured to execute a program or instructions to implement a method according to the first aspect.
In a sixth aspect, embodiments of the present application provide a computer program product stored in a storage medium, the program product being executable by at least one processor to implement the method according to the first aspect.
In an embodiment of the present application, by responding to a first input to a first application function in a first split application, in the case that first data is included in a first storage space, acquiring the first data from the first storage space; the first data are data required by the first application function, the first storage space is used for storing data of the first splitting application, the first splitting application can acquire the data in the first storage space, and isolation of the first splitting application and other splitting applications can be ensured. Or in response to the first input, acquiring the first data from a shared memory space for storing the data of the first split application and the data of the at least one second split application, which are split applications of the first application, in case the first memory space does not include the first data. For the data in the shared storage space, the individual application of the target application can acquire the data without each individual application storing the data in the shared storage space, so that the storage space can be reasonably arranged, and the total storage space occupied by a plurality of individual applications is saved.
Drawings
FIG. 1 is a flow chart of a data acquisition method provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of a shared memory space and a private memory space according to an embodiment of the present application;
FIG. 3 is a schematic diagram of an application icon according to an embodiment of the present application;
FIG. 4 is a schematic diagram of another shared memory space and a private memory space according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a shared memory space and a private memory space according to an embodiment of the present application;
FIG. 6 is a schematic diagram of an application interface of a splitting application according to an embodiment of the present application;
FIG. 7 is a block diagram of a data acquisition device according to an embodiment of the present application;
FIG. 8 is a schematic diagram of a hardware architecture of an electronic device according to an embodiment of the present application;
fig. 9 is a second schematic diagram of a hardware structure of an electronic device according to an embodiment of the application.
Detailed Description
The technical solutions of the embodiments of the present application will be clearly described below with reference to the accompanying drawings of the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which are obtained by a person skilled in the art based on the embodiments of the present application, fall within the scope of protection of the present application.
The terms first, second and the like in the description and in the claims, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged, as appropriate, such that embodiments of the present application may be implemented in sequences other than those illustrated or described herein, and that the objects identified by "first," "second," etc. are generally of a type, and are not limited to the number of objects, such as the first object may be one or more. Furthermore, in the description and claims, "and/or" means at least one of the connected objects, and the character "/", generally means that the associated object is an "or" relationship.
The data acquisition method provided by the embodiment of the application can be at least applied to the following application scenes, and is explained below.
With the popularity of the mobile internet, electronic devices have become an indispensable part of people's life. However, since most people have only one electronic device, it is difficult to simultaneously process a plurality of tasks. At this time, the application program's splitting function becomes a very practical tool.
The knock-out function of an electronic device is an application that people develop to address the need to switch the account number of the electronic device when handling multiple tasks. The splitting function of the application program is to simulate an application program of the electronic device on the electronic device to form a virtual application program. Through the splitting function, a user can log in a plurality of accounts on the same electronic equipment at the same time. In this way, the user can use multiple accounts simultaneously.
The splitting function can enable the electronic device to create a virtual environment, and the virtual environment is an independent electronic device system and can have own account login information and application programs. Here, all operations do not affect the original system nor other applications and devices.
The existing splitting application mode technology mainly copies the original application to generate a new application, and generates a new icon on the desktop, so as to achieve the splitting application in the mode. The existing splitting mechanism has the following limitations: the application identification information after the splitting is different, so that the authority of the application is affected; moreover, two separate applications each occupy a storage space of one application size, and the occupied space is large.
Aiming at the problems of the related art, the embodiment of the application provides a data acquisition method, a data acquisition device and electronic equipment, which can solve the problem that the total storage space occupied by a plurality of individual applications is large because the storage space is not reasonably distributed in the related art.
The data acquisition method provided by the embodiment of the application is described in detail through specific embodiments and application scenes thereof with reference to the accompanying drawings.
Fig. 1 is a flowchart of a data acquisition method according to an embodiment of the present application.
As shown in fig. 1, the data acquisition method may include steps 110 to 130, where the method is applied to a data acquisition device, as follows:
step 110 receives a first input for a first application function in a first split application.
The first splitting application is a splitting application of the first application, the first application can correspond to at least one splitting application, and the first splitting application is one of at least one splitting application corresponding to the first application.
The first application function is an application function in the first individual application, and generally when the user uses the application function, the corresponding application data needs to be called. The first data is data required for using the first application function.
For example, when using the push information refresh function, user data logged in to the first split application needs to be called for determining push information according to the user data, and the push information refresh function is implemented by outputting the push information.
In one possible embodiment, the method may further comprise the steps of:
receiving a second input;
in response to the second input, displaying a first identifier for indicating the shared storage space and at least one second identifier for indicating at least one private storage space, the at least one private storage space comprising the first storage space;
receiving a third input;
in response to the third input, storing the second data in the shared memory space, with the third input indicating the first identification;
in response to the third input, storing the second data in the private storage space indicated by the third identifier, in case the third input is used to indicate the third identifier of the at least one second identifier.
Wherein the second input may be an input of a data identification of the second data;
the second data may include: user data, rights data, session object data, and the like.
The first identifier is used for indicating the shared storage space, the second identifier is used for indicating the private storage space, the shared storage space and the private storage space are not affected each other, and at least one private storage space is not affected each other.
And under the condition that the third input is used for indicating the first identifier, the second data is stored in the shared storage space in response to the third input, wherein the second data can be stored in the shared storage space, and all the split applications can acquire the data from the shared storage space, so that the storage space can be saved, and the system operation efficiency of the electronic equipment can be improved.
In response to the third input, storing the second data in the private storage space indicated by the third identifier, in case the third input is used to indicate the third identifier of the at least one second identifier. Here, the second data may be stored in the private storage space indicated by the third identifier. Only the individual application corresponding to the private storage space indicated by the third identifier can acquire data from the private storage space indicated by the third identifier, so that the privacy and the security of the second data can be ensured.
As shown in fig. 2, the storage space 200 of the split application data includes: a shared memory space 210 and a private memory space 220. The private storage space 220 includes: the first memory space of the first splitting application, … …, the nth memory space of the nth splitting application, N being a positive integer.
The existing splitting mechanism only can use the Binder communication when transmitting data between two splitting applications, wherein the core of the Binder communication mechanism is a Binder driver, which is a kernel module in a system of the electronic equipment and is responsible for managing inter-process communication. The size of the data transmitted is limited and processor resources are consumed, affecting power consumption.
The data storage structure provided by the embodiment of the application has the advantages that a plurality of split applications can share a shared storage space, and the data transmission among the plurality of split applications is equivalent to the data acquisition from the shared storage space, so that the speed is higher.
In a possible embodiment, before step 110, the following steps may be further included:
receiving a fifth input of an application icon of the first application;
in response to the fifth input, an application interface of the first split application is displayed.
The application icons of the first application correspond to at least one split application icon.
Before the step of receiving the fifth input to the application icon of the first application, at least one split application icon may be further combined to obtain the application icon of the first application, and desktop icon data of the application icon of the first application may be stored in the shared storage space, where all splits share one desktop icon.
A fifth input of an application icon of the first application is received, the fifth input being used to instruct the first split application, and an application interface of the first split application is displayed in response to the fifth input.
The fifth input may be a left-right sliding input of an application icon of the first application, and a different split application icon is displayed in response to the fifth input.
Therefore, by responding to the fifth input of the application icon of the first application, the application interface of the first individual application is displayed, so that the situation that the first individual application can be used is ensured, and meanwhile, the situation that too many icons of the individual application are arranged on the desktop can be avoided, only the application icon of the first application is displayed, and the desktop is kept clean is avoided;
meanwhile, the privacy of the user can be protected, the user overlaps the private split application with other split applications, and only one application icon of the first application is left on the desktop, so that even if the electronic equipment is used by other users, the user cannot know that the application icon of the first application corresponds to at least one split application, and the safety and privacy of the first split application are guaranteed.
In one possible embodiment, the fifth input is for indicating authentication information; the step of displaying the application interface of the first split application in response to the fifth input may specifically include the following steps:
And responding to the fifth input, and displaying an application interface of the first split application under the condition that the verification information is matched with the preset verification information of the first split application.
Wherein, the verification information may include: a password or a gesture.
The preset verification information of the application can be stored in the shared storage space or the private storage space, and if the preset verification information is stored in the shared storage space, the preset verification information of all the individual applications is consistent; if the private storage space is stored, each individual application corresponds to the blind preset verification information respectively.
In response to the fifth input, displaying an application interface of the first split application under the condition that the verification information is matched with the preset verification information of the first split application, namely, a password corresponding to the split application needs to be input or a gesture party can open the corresponding split application, so that the safety and privacy of the application interface of the first split application can be ensured.
Therefore, under the condition that other users do not know the preset verification information of each individual application, the application interface of the first individual application cannot be displayed, other users are prevented from viewing and using the application interface of the first individual application, and safety and privacy are guaranteed.
In one possible embodiment, the application icon is a stereoscopic icon, the fifth input is used to indicate a first surface of the multiple surfaces included in the application icon, and the step of displaying the application interface of the first splitting application in response to the fifth input specifically includes the following steps:
in response to the fifth input, an application interface of the first split application is displayed, the first side being for indicating the first split application.
The application icon is a three-dimensional icon, the application icon comprises a plurality of surfaces, the surfaces respectively correspond to the plurality of individual applications, and the surfaces comprise first surfaces.
The fifth input is used to indicate a first one of a plurality of facets included in the application icon, the first facet being used to indicate the first split application, i.e. the first input is used to indicate that the first split application is launched.
As shown in fig. 3, the first side displays an identifier "a" of the first split application, and accordingly, in response to the fifth input, displays an application interface of the first split application indicated by the first side.
Thus, by displaying the application interface of the first split application in response to the fifth input for indicating the first one of the plurality of faces included in the application icon, the application interface of the first split application indicated by the first face can be quickly displayed.
In a possible embodiment, in the step of displaying the application interface of the first splitting application in response to the fifth input, the method specifically may include the following steps:
displaying at least one split application identification in response to the fifth input;
receiving a sixth input of a first split application identifier for at least one split application identifier;
and responding to the sixth input, displaying an application interface of the first split application, wherein the first split application identifier corresponds to the first split application.
In response to the fifth input, at least one of the split application identifiers is displayed so that the user selects a first split application from which to open, and in response to a sixth input of the first split application identifier for the at least one of the split application identifiers, since the first split application identifier corresponds to the first split application, an application interface of the first split application corresponding to the first split application identifier can be displayed, whereby the application interface of the first split application can be displayed quickly.
Step 120, in response to the first input, in the case that the first storage space includes the first data, acquiring the first data from the first storage space; the first data are data required by the first application function, and the first storage space is used for storing the data of the first individual application.
The user can select to store the data corresponding to each function of each application into the private storage space or the shared storage space, and if the user does not set, the data is stored into the shared storage space by default;
when the first application function is executed by the individual application of the first application, the first data required by the first application function can be obtained from the first storage space serving as the private storage space, if the first storage space has the first data required by the first application function, the first data of the first storage space is read, and otherwise, the first data of the shared storage space is read.
The first data is data required by the first application function, and the corresponding first application data is needed to be used for starting the first application function, for example, if the first application function is a session function, the first data is session object data.
The first storage space is used for storing data of the first split application, namely the first storage space is a private storage space of the first split application, and other split applications cannot acquire the data of the first split application from the first storage space, so that the safety and privacy of the data of the first split application can be ensured.
In a possible embodiment, the first data is user data, and in step 120, the method specifically includes the following steps:
In response to the first input, in the event that user data is included in the first storage space, obtaining user data from the first storage space;
the user data is user account data for logging in the first splitting application, and the user data comprises: recommending category information or online behavior information;
the recommendation type information is used for determining push information corresponding to the first individual application;
the online behavior information is feedback behavior information of the user on push information in the first individual application.
Most applications push corresponding push information according to user preferences, but the user preferences are generally not very single and consist of many types of preferences. At present, the user can only passively receive the push information or set the recommended category information, and then can only receive the push information related to the recommended category information.
If the user wants to see other types of push information, the user needs to re-device the recommended category information, which is very cumbersome for the user to operate.
According to the embodiment of the application, the user data is stored in the private storage space of the body, so that different body-separated applications have different information pushing effects.
The first application function is a push information refreshing function, and user data is acquired from a first storage space under the condition that the first storage space comprises the user data in response to a first input; the user data is user data corresponding to a user account logging in the first splitting application, and the user data comprises: recommendation category information, and/or online behavior information.
Wherein the user data in the first storage space corresponding to the first splitting application and the user data in the second storage space corresponding to the second splitting application may be different, and the push information determined according to the user data in the first storage space is different from the push information determined according to the user data in the second storage space.
Therefore, by storing different user data in the first storage space and the second storage space, respectively, the push information displayed by the first split application and the push information displayed by the second split application can be made different.
If the user data is stored in the shared storage space, each of the individual applications can acquire the user data from the shared storage space, the push information determined according to the user data in the shared storage space is consistent, that is, the push information seen by the user in any individual application using the user data in the shared storage space is the same.
Thus, by storing different user data in the first storage space and the second storage space, respectively, the push information of the first individual application and the push information of the second individual application can be made different. Therefore, the diversification of push information of different individual applications can be realized, and the diversified information viewing requirements of users are met.
The recommendation type information is a label preset in the first splitting application by a user; the online behavior information is feedback behavior information of the user on push information in the first individual application. The feedback behavior information may include: praise, collection, comment, forwarding, sharing, etc.
The recommendation type information in the first storage space corresponding to the first splitting application and the recommendation type information in the second storage space corresponding to the second splitting application can be different, and the push information determined according to the recommendation type information in the first storage space is different from the push information determined according to the recommendation type information in the second storage space.
For example, if the recommended category information in the first storage space corresponding to the first splitting application is "food", and the recommended category information in the second storage space corresponding to the second splitting application is "travel", the push information determined according to the recommended category information in the first storage space is push information related to food, and the push information determined according to the recommended category information in the second storage space is push information related to travel.
If the user wants to view the push information related to the food, the first splitting application can be selected for use, and if the user wants to view the push information related to the travel, the second splitting application can be selected for use, so that the diversified viewing requirements of the user on the push information can be met.
With respect to the feedback behavior information, since the feedback behavior information of the user in the first split application and the feedback behavior information in the second split application are differentiated, it is similarly available that the push information determined based on the feedback behavior information in the first split application and the push information determined based on the feedback behavior information in the second split application are also different. Therefore, the diversified viewing requirements of users on the push information can be met.
In this way, the push information related to the user data in the first splitting application can be pushed for the first splitting application independently, and individuation of the push information in the splitting application is guaranteed.
Therefore, the embodiment of the application stores the user data in the private storage space of the splitting application so as to realize the effect that different splitting applications have different push information.
In a possible embodiment, the user data is recommendation category information, and before step 120, the following steps may be further included:
Receiving a fourth input of recommendation category information;
in response to the fourth input, the recommendation category information is stored in the first storage space.
The user can log in the same account number in different parts, set different labels in the parts application, and store preference data in the private storage space, so that each part application has different recommendation preferences.
For example, if the recommended category information stored in the first storage space corresponding to the first splitting application is food, the push information output in the first splitting application is push information related to the food; and if the recommended category information stored in the corresponding second storage space in the second grouping application is travel, the push information output in the second grouping application is travel-related push information.
As shown in fig. 4, the storage space 200 of the split application data includes: a shared memory space 210 and a private memory space 220. The private storage space 220 includes: the first storage space of the first splitting application is used for storing recommendation type information of the first splitting application; … …; and the N storage space of the N-th splitting application is used for storing the N label of the N-th splitting application, and N is a positive integer.
Thereby, in response to the fourth input, the recommendation category information is stored in the first storage space. Thus, whether the preference setting is actively changed by the user in the splitting or the preference setting is passively changed by the splitting application according to the online behavior information of the user, the corresponding user data is only stored in the private storage space and only affects the corresponding splitting application, and other splitting applications are not affected.
Moreover, the user can reset the label of the splitting application or newly add the label of the splitting application at any time, so that the recommendation algorithm restarts recommendation without unloading the application or re-registering the account.
In the actual use process, a new fit application is set for the child, and specific recommendation preference is set for the fit application, so that contents which are not suitable for the child are avoided.
In a possible embodiment, after step 120, the following steps may be further included:
determining first pushing information according to user data;
and displaying the first push information.
The user can receive different types of recommended content by opening different parts of the body, and the corresponding part of the body application can be selected according to the current thought before opening the part of the body application;
displaying first push information, comprising: displaying first pushing information corresponding to the recommended category information; or displaying the first push information corresponding to the online behavior information.
In a possible embodiment, the first data is session object data, and in step 120, the method specifically may include the following steps:
in response to the first input, in the case where the session object data is included in the first storage space, acquiring the session object data from the first storage space;
Wherein the session object data includes: chat records for session objects, or social network information for session objects.
According to the embodiment of the application, the session object data can be placed in the shared storage space, so that a plurality of individuals can log in the same account. Each separate application displays respective session object data.
In use, input to a first session object may be received; responsive to input to the first session object, determining a storage location corresponding to first session object data corresponding to the first session object; the first session object data is displayed in a case where the storage location of the first session object data is a private storage space corresponding to the first split application or in a case where the storage location of the first session object data is a shared storage space.
As shown in fig. 5, the storage space 200 of the split application data includes: a shared memory space 210 and a private memory space 220. The private storage space 220 includes: the first storage space of the first splitting application is used for storing session object data of friends D of the first splitting application; … …; and the nth storage space of the nth splitting application is used for storing session object data of friends E of the nth splitting application, and N is a positive integer.
Therefore, on the basis of sharing account data, different friends in the account are set in different private storage spaces or shared storage spaces of the individuals, so that the same account has different friends on different individuals and simultaneously has friends in the shared storage space data.
In the using process, in the aspect of message notification, different splitting applications only receive message notifications of friends corresponding to private storage space data and friends sharing the storage space data; social network information aspect: different individual applications can only brush the content of the social network information of friends corresponding to the private storage space data and shared storage space data; the method and the device relate to mass messaging, and different individual applications can mass-send friends corresponding to private storage space data and friends sharing the storage space data, so that objects are prevented from being screened when mass messaging is performed, and the influence on friends on other individual applications is avoided.
Different individual applications can log in the same account, but corresponding chat records can be selectively stored in the private storage space or the shared storage space. If the chat data is stored in the shared storage space, all the individual applications can check the corresponding chat records; if the chat log is stored in the private storage space, only the corresponding individual application can view the chat log, and other individual applications cannot view the chat log.
Different applications can log in different accounts by saving account data in corresponding private storage spaces. The grouping application can set the session object data in the shared storage space, and different accounts on the plurality of grouping applications can view the session object data in the shared storage space, so that friend sharing among different accounts is achieved.
Therefore, through the aspects, the method and the device can classify friends, process different types of friends differently, compare the existing splitting functions, and can operate the data storage area of a certain friend at any time without creating different accounts and adding different friends, and the friends can form common data of all splitting or become private data of a certain splitting application.
In a possible embodiment, the first data is rights data, and in step 120, the method specifically includes the following steps:
in response to the first input, acquiring rights data from the first storage space in the event that the rights data are included in the first storage space;
wherein the rights data includes at least one of: balance data, payment limit data, and a preset password.
In the case that the rights data is included in the first storage space, the rights data is acquired from the first storage space, wherein the rights data in the first storage space can only be acquired by the first splitting application to ensure the security of the rights data in the first storage space.
The permission data can be stored in the shared storage space selectively, so that all the individual applications can obtain the permission data;
if the permission is selected to be stored in the private storage space, only the individual application corresponding to the private storage space obtains the permission data.
When different individual applications log in the same account, the user can select the payment passwords to be stored in the shared storage space, and the payment passwords of all the individual applications are the same; if the payment passwords are saved in the private storage space, the payment passwords of different individual applications are different;
when different individual applications log in the same account, the balance data in the wallet can be selectively stored in the shared storage space or the private storage space. If the account number is stored in the shared storage space, the same account number on different individual applications can use the corresponding balance; if the private storage space is saved, only the account number on the individual application can be used, and the same account number on the other individual applications cannot be used;
With respect to payment quota data, when different individual applications log in to the same account, transfer quota may be set and the quota data may be saved to shared storage or private storage. If the quota data is stored in the shared storage space, sharing the transfer quota by the same account number of all the individual applications; if saved to private storage, the quota only works for the split application.
Therefore, different payment safety settings can be set for different parts, a specific part can be set for children to be used by the children according to the child mode, the payment passwords and the payment amount or wallet balance of the parts of the children are limited, and unnecessary problems caused by the use of the children are avoided.
In one possible embodiment, the method may further comprise the steps of:
receiving a seventh input to the first object;
in response to the seventh input, displaying application interfaces of at least two split applications, the application interfaces of the at least two split applications including an application interface of a second split application;
receiving an eighth input of an application interface of the second split application;
in response to the eighth input, the first object is shared to a chat window in an application interface of the second split application.
When sharing content to a splitting application, the current technical scheme is to select the splitting application first, then jump to the splitting application, select a specific chat object to which to forward the content, and execute a previous process if sharing to another splitting is needed, so that the operation is very complicated.
In the embodiment of the application, in response to the seventh input to the first object, the application interfaces of at least two split applications are displayed for the user to select the split application from which the first object is to be shared, the application interfaces of at least two split applications comprise the application interface of the second split application, and in response to the eighth input to the application interface of the second split application, the first object is shared to the chat window in the application interface of the second split application, so that the first object can be simply and quickly shared to the chat window in the application interface of the second split application.
As shown in fig. 6, by displaying application interfaces of at least two split applications including an application interface of a second split application in response to a seventh input, then receiving an eighth input to the application interface of the second split application.
When the number of the split applications of the first application exceeds two, the split A interface can be slid left and right to be switched to the split C interface, and the split B interface can be slid left and right to be switched to the split D interface, so that the switching among a plurality of splits is pushed.
The interaction mode can display a plurality of parts-of-the-body interfaces at the same time, is convenient for switching between parts-of-the-body, and can share the shared content into different parts-of-the-body at the same time.
In response to the first input, the first data is obtained from the shared memory space for storing the data of the first split application and the data of the at least one second split application, the first split application and the at least one second split application being split applications of the first application, in case the first memory space does not comprise the first data.
The first data is acquired from the shared memory space in a case where the first data is not included in the first memory space. The shared memory space is used for storing data of a first split application and data of at least one second split application, and the first split application and the at least one second split application are split applications of the first application, namely the shared memory space comprises the data of the split application of the first application.
For the data in the shared memory space, the first application's individual application can acquire the data in the shared memory space, that is, the first individual application and at least one second individual application can acquire the data in the shared memory space, which is equivalent to the data in the shared memory space being sharable.
In one possible embodiment, the shared storage space stores user data of a plurality of user accounts and a recommendation algorithm corresponding to the first application, and the user accounts are in one-to-one correspondence with the individual applications of the first application;
the recommendation algorithm is used for determining push information according to user data or carrying out iterative training according to feedback behavior information of a user account on the push information.
The training process of the recommendation algorithm specifically may include: inputting user data into an initial recommendation algorithm, and outputting push information; and then, collecting feedback behavior information of the user account on the push information, calculating a loss function value according to the feedback behavior information, adjusting training parameters of the recommendation algorithm according to the loss function value to obtain a trained recommendation algorithm for determining the push information based on the trained recommendation algorithm, and repeating the process to realize iterative training of the recommendation algorithm.
The determining push information according to the user data may specifically include: extracting user characteristics of the user data, and acquiring push information from a preset database according to the user characteristics.
The shared storage space stores user data of a plurality of user accounts, namely, a user can set the same user data for different individual applications and store the user data in the shared storage space, so that each individual application can share the same user data to obtain common recommendation preference:
the shared storage space stores a recommendation algorithm corresponding to the target application, when a plurality of separate accounts are logged in, user data can be shared, the sample size of training data is enlarged, repeated training of the recommendation algorithm is avoided, and the sharing function of recommendation preference among different accounts can be achieved; when a plurality of individuals share the same recommendation preference, the training of the recommendation algorithm is performed simultaneously, so that the verification of the recommendation algorithm is facilitated, and the accuracy of the recommendation algorithm is improved.
In addition, all functions in the individual application in the server can be stored locally in a data form and placed in a shared storage space or a private storage space according to requirements.
In an embodiment of the present application, by responding to a first input to a first application function in a first split application, in the case that first data is included in a first storage space, acquiring the first data from the first storage space; the first data are data required by the first application function, the first storage space is used for storing data of the first splitting application, the first splitting application can acquire the data in the first storage space, and isolation of the first splitting application and other splitting applications can be ensured. Or in response to the first input, acquiring the first data from a shared memory space for storing the data of the first split application and the data of the at least one second split application, which are split applications of the first application, in case the first memory space does not include the first data. For the data in the shared storage space, the individual application of the target application can acquire the data without each individual application storing the data in the shared storage space, so that the storage space can be reasonably arranged, and the total storage space occupied by a plurality of individual applications is saved.
According to the data acquisition method provided by the embodiment of the application, the execution body can be a data acquisition device. In the embodiment of the present application, a method for executing data acquisition by a data acquisition device is taken as an example, and the data acquisition device provided in the embodiment of the present application is described.
Fig. 7 is a block diagram of a data acquisition device according to an embodiment of the present application, where the device 700 includes:
a receiving module 710 for receiving a first input for a first application function in a first split application;
a first obtaining module 720, configured to obtain, in response to the first input, the first data from the first storage space when the first data is included in the first storage space; the first data are data required by a first application function, and the first storage space is used for storing data of a first split application; or,
the second obtaining module 730 is configured to obtain, in response to the first input, the first data from a shared storage space, where the shared storage space is used to store the data of the first split application and the data of the at least one second split application, where the first split application and the at least one second split application are split applications of the first application, where the first storage space does not include the first data.
In a possible embodiment, the receiving module 710 is further configured to receive a second input;
the apparatus 700 may further include: a first display module and a first storage module;
a first display module for displaying a first identifier and at least one second identifier in response to a second input, the first identifier being for indicating a shared memory space, the at least one second identifier being for indicating at least one private memory space, the at least one private memory space comprising the first memory space;
a receiving module 710, further configured to receive a third input;
a first storage module for storing second data in the shared memory space in response to the third input if the third input is for indicating the first identification;
the storage module is further configured to store the second data in the private storage space indicated by the third identifier in response to the third input if the third input is used to indicate the third identifier of the at least one second identifier.
In one possible embodiment, the first data is user data, and the first obtaining module 720 is specifically configured to:
in response to the first input, in the event that user data is included in the first storage space, obtaining user data from the first storage space;
The user data is user account data for logging in the first splitting application, and the user data comprises: recommending category information or online behavior information;
the recommendation type information is used for determining push information corresponding to the first individual application;
the online behavior information is feedback behavior information of the user on push information in the first individual application.
In one possible embodiment, the apparatus 700 may further include: a determining module and a second display module;
the determining module is used for determining first pushing information according to the user data;
and the second display module is used for displaying the first pushing information.
In a possible embodiment, the user data is recommendation category information, and the receiving module 710 is further configured to receive a fourth input of recommendation category information;
the apparatus 700 may further include: a second storage module;
and the second storage module is used for responding to the fourth input and storing the recommended category information in the first storage space.
In one possible embodiment, the shared storage space stores user data of a plurality of user accounts and a recommendation algorithm corresponding to the first application, and the user accounts are in one-to-one correspondence with the individual applications of the first application;
the recommendation algorithm is used for determining push information according to user data or carrying out iterative training according to feedback behavior information of a user account on the push information.
In one possible embodiment, the first data is session object data, and the first obtaining module 720 is specifically configured to:
in response to the first input, in the case where the session object data is included in the first storage space, acquiring the session object data from the first storage space;
wherein the session object data includes: chat records for session objects, or social network information for session objects.
In one possible embodiment, the first data is rights data, and the first obtaining module 720 is specifically configured to:
in response to the first input, acquiring rights data from the first storage space in the event that the rights data are included in the first storage space;
wherein the rights data includes at least one of: balance data, payment limit data, and a preset password.
In an embodiment of the present application, by responding to a first input to a first application function in a first split application, in the case that first data is included in a first storage space, acquiring the first data from the first storage space; the first data are data required by the first application function, the first storage space is used for storing data of the first splitting application, the first splitting application can acquire the data in the first storage space, and isolation of the first splitting application and other splitting applications can be ensured. Or in response to the first input, acquiring the first data from a shared memory space for storing the data of the first split application and the data of the at least one second split application, which are split applications of the first application, in case the first memory space does not include the first data. For the data in the shared storage space, the individual application of the target application can acquire the data without each individual application storing the data in the shared storage space, so that the storage space can be reasonably arranged, and the total storage space occupied by a plurality of individual applications is saved.
The data acquisition device in the embodiment of the application can be an electronic device or a component in the electronic device, such as an integrated circuit or a chip. The electronic device may be a terminal, or may be other devices than a terminal. By way of example, the electronic device may be a mobile phone, tablet computer, notebook computer, palm computer, vehicle-mounted electronic device, mobile internet appliance (Mobile Internet Device, MID), augmented reality (augmented reality, AR)/Virtual Reality (VR) device, robot, wearable device, ultra-mobile personal computer, UMPC, netbook or personal digital assistant (personal digital assistant, PDA), etc., but may also be a server, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (TV), teller machine or self-service machine, etc., and the embodiments of the present application are not limited in particular.
The data acquisition device of the embodiment of the application can be a device with an action system. The action system may be an Android (Android) action system, an ios action system, or other possible action systems, and the embodiment of the application is not limited specifically.
The data acquisition device provided by the embodiment of the application can realize each process realized by the embodiment of the method, and in order to avoid repetition, the description is omitted.
Optionally, as shown in fig. 8, the embodiment of the present application further provides an electronic device 810, including a processor 811, a memory 812, and a program or an instruction stored in the memory 812 and capable of being executed by the processor 811, where the program or the instruction implements the steps of any of the above embodiments of the data acquisition method, and the steps can achieve the same technical effects, and for avoiding repetition, a description is omitted herein.
The electronic device of the embodiment of the application includes the mobile electronic device and the non-mobile electronic device.
Fig. 9 is a schematic hardware structure of an electronic device implementing an embodiment of the present application.
The electronic device 900 includes, but is not limited to: radio frequency unit 901, network module 902, audio output unit 903, input unit 904, sensor 905, display unit 906, user input unit 907, interface unit 908, memory 909, and processor 910.
Those skilled in the art will appreciate that the electronic device 900 may also include a power source (e.g., a battery) for powering the various components, which may be logically connected to the processor 910 by a power management system to perform functions such as managing charge, discharge, and power consumption by the power management system. The electronic device structure shown in fig. 9 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than shown, or may combine certain components, or may be arranged in different components, which are not described in detail herein.
Wherein the user input unit 907 is for receiving a first input of a first application function in a first split application;
a processor 910, configured to, in response to the first input, obtain, in a case where first data is included in a first storage space, the first data from the first storage space; the first data are data required by the first application function, and the first storage space is used for storing the data of the first individual application;
the processor 910 is further configured to obtain, if the first storage space does not include the first data, the first data from a shared storage space, where the shared storage space is used to store data of a split application of a target application, and the first split application is a split application of the target application.
Optionally, a user input unit 907 for receiving a first input of a first application function in the first split application;
a processor 910, configured to, in response to a first input, obtain, in a case where first data is included in the first storage space, the first data from the first storage space; the first data are data required by a first application function, and the first storage space is used for storing data of a first split application; or,
The processor 910 is configured to, in response to the first input, obtain the first data from a shared memory space, where the shared memory space is used to store data of a first split application and data of at least one second split application, where the first split application and the at least one second split application are split applications of the first application, where the first data is not included in the first memory space.
Optionally, the user input unit 907 is further configured to receive a second input;
a display unit 906 for displaying, in response to the second input, a first identifier for indicating the shared storage space and at least one second identifier for indicating at least one private storage space, the at least one private storage space including the first storage space;
a user input unit 907 for receiving a third input;
a memory 909 for storing second data in the shared memory space in response to the third input if the third input is for indicating the first identification;
the memory 909 is further configured to store, in response to the third input, the second data in the private storage space indicated by the third identifier, in case the third input is used to indicate the third identifier of the at least one second identifier.
Optionally, the first data is user data, and the processor 910 is further configured to, in response to the first input, obtain the user data from the first storage space if the user data is included in the first storage space;
the user data is user account data for logging in the first splitting application, and the user data comprises: recommending category information or online behavior information;
the recommendation type information is used for determining push information corresponding to the first individual application;
the online behavior information is feedback behavior information of the user on push information in the first individual application.
Optionally, the processor 910 is further configured to determine first push information according to user data;
the display unit 906 is further configured to display the first push information.
Optionally, the user data is recommendation category information, and the user input unit 907 is further configured to receive a fourth input of recommendation category information;
the memory 909 is further configured to store recommended category information in the first storage space in response to the fourth input.
Optionally, the shared storage space stores user data of a plurality of user accounts and a recommendation algorithm corresponding to the first application, and the user accounts are in one-to-one correspondence with the individual applications of the first application;
The recommendation algorithm is used for determining push information according to user data or carrying out iterative training according to feedback behavior information of a user account on the push information.
Optionally, the first data is session object data, and the processor 910 is further configured to, in response to the first input, obtain the session object data from the first storage space if the session object data is included in the first storage space;
wherein the session object data includes: chat records for session objects, or social network information for session objects.
Optionally, the first data is rights data, and the processor 910 is further configured to, in response to the first input, obtain the rights data from the first storage space if the rights data is included in the first storage space;
wherein the rights data includes at least one of: balance data, payment limit data, and a preset password.
In an embodiment of the present application, by responding to a first input to a first application function in a first split application, in the case that first data is included in a first storage space, acquiring the first data from the first storage space; the first data are data required by the first application function, the first storage space is used for storing data of the first splitting application, the first splitting application can acquire the data in the first storage space, and isolation of the first splitting application and other splitting applications can be ensured. Or in response to the first input, acquiring the first data from a shared memory space for storing the data of the first split application and the data of the at least one second split application, which are split applications of the first application, in case the first memory space does not include the first data. For the data in the shared storage space, the individual application of the target application can acquire the data without each individual application storing the data in the shared storage space, so that the storage space can be reasonably arranged, and the total storage space occupied by a plurality of individual applications is saved.
It should be appreciated that in an embodiment of the present application, the input unit 904 may include a graphics processor (Graphics Processing Unit, GPU) 9041 and a microphone 9042, and the graphics processor 9041 processes image data of still pictures or video images obtained by an image capturing device (such as a camera) in a video image capturing mode or an image capturing mode. The display unit 906 may include a display panel 9061, and the display panel 9061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 907 includes at least one of a touch panel 9071 and other input devices 9072. Touch panel 9071, also referred to as a touch screen. The touch panel 9071 may include two parts, a touch detection device and a touch controller. Other input devices 9072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein. Memory 909 may be used to store software programs as well as various data including, but not limited to, application programs and action systems. The processor 910 may integrate an application processor that primarily handles the action system, user pages, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 910.
The memory 909 may be used to store software programs as well as various data. The memory 909 may mainly include a first storage area storing programs or instructions and a second storage area storing data, wherein the first storage area may store an operating system, application programs or instructions (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like. Further, the memory 909 may include volatile memory or nonvolatile memory, or the memory x09 may include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable EPROM (EEPROM), or a flash Memory. The volatile memory may be random access memory (Random Access Memory, RAM), static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (ddr SDRAM), enhanced SDRAM (Enhanced SDRAM), synchronous DRAM (SLDRAM), and Direct RAM (DRRAM). Memory 909 in embodiments of the application includes, but is not limited to, these and any other suitable types of memory.
Processor 910 may include one or more processing units; optionally, the processor 910 integrates an application processor that primarily processes operations involving an operating system, user interface, application programs, etc., and a modem processor that primarily processes wireless communication signals, such as a baseband processor. It will be appreciated that the modem processor described above may not be integrated into the processor 910.
The embodiment of the application also provides a readable storage medium, on which a program or an instruction is stored, which when executed by a processor, implements each process of the above-mentioned data acquisition method embodiment, and can achieve the same technical effects, and in order to avoid repetition, the description is omitted here.
Wherein the processor is a processor in the electronic device described in the above embodiment. The readable storage medium includes computer readable storage medium such as computer readable memory ROM, random access memory RAM, magnetic or optical disk, etc.
The embodiment of the application further provides a chip, which comprises a processor and a communication interface, wherein the communication interface is coupled with the processor, and the processor is used for running programs or instructions to realize the processes of the data acquisition method embodiment, and can achieve the same technical effects, so that repetition is avoided, and the description is omitted here.
It should be understood that the chips referred to in the embodiments of the present application may also be referred to as system-on-chip chips, chip systems, or system-on-chip chips, etc.
Embodiments of the present application provide a computer program product stored in a storage medium, where the program product is executed by at least one processor to implement the respective processes of the above-described data acquisition method embodiments, and achieve the same technical effects, and for avoiding repetition, a detailed description is omitted herein.
It should be noted that, in this document, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Furthermore, it should be noted that the scope of the methods and apparatus in the embodiments of the present application is not limited to performing the functions in the order shown or discussed, but may also include performing the functions in a substantially simultaneous manner or in an opposite order depending on the functions involved, e.g., the described methods may be performed in an order different from that described, and various steps may be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a computer software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal (which may be a mobile phone, a computer, a server, or a network device, etc.) to perform the method according to the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those having ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are to be protected by the present application.

Claims (10)

1. A method of data management, the method comprising:
receiving a first input to a first application function in a first split application;
in response to the first input, in the case that first data is included in a first storage space, acquiring the first data from the first storage space; the first data are data required by the first application function, and the first storage space is used for storing the data of the first individual application; or,
in response to the first input, the first data is acquired from a shared memory space for storing data of the first split application and data of at least one second split application, which are split applications of a first application, in case the first data is not included in the first memory space.
2. The method according to claim 1, wherein the method further comprises:
receiving a second input;
in response to the second input, displaying a first identity for indicating the shared storage space and at least one second identity for indicating at least one private storage space, at least one of the private storage spaces comprising the first storage space;
Receiving a third input;
storing second data in the shared memory space in response to the third input if the third input is used to indicate the first identification;
in response to the third input, storing second data in a private storage space indicated by a third identity in the case where the third input is used to indicate the third identity of the at least one second identity.
3. The method of claim 1, wherein the first data is user data, and wherein the obtaining the first data from the first storage space in the case that the first data is included in the first storage space in response to the first input comprises:
in response to the first input, in the case that the user data is included in the first storage space, acquiring the user data from the first storage space;
the user data is user account data for logging in the first splitting application, and the user data comprises: recommending category information or online behavior information;
the recommendation type information is used for determining push information corresponding to the first splitting application;
The online behavior information is feedback behavior information of the user on push information in the first split application.
4. A method according to claim 3, wherein in response to the first input, after the first data is retrieved from the first storage space in the event that the first data is included in the first storage space, the method further comprises:
determining first push information according to the user data;
and displaying the first push information.
5. The method of claim 3, wherein the user data is the recommendation category information, and wherein in response to the first input, where first data is included in a first storage space, prior to retrieving the first data from the first storage space, the method further comprises:
receiving a fourth input of the recommendation category information;
and in response to the fourth input, storing the recommendation category information in the first storage space.
6. The method of claim 1, wherein the shared storage space stores user data of a plurality of user accounts and a recommendation algorithm corresponding to the first application, and the user accounts are in one-to-one correspondence with the individual applications of the first application;
The recommendation algorithm is used for determining push information according to the user data or performing iterative training according to feedback behavior information of the user account on the push information.
7. The method of claim 1, wherein the first data is session object data, and wherein the obtaining the first data from the first storage space in the case that the first data is included in the first storage space in response to the first input comprises:
in response to the first input, acquiring the session object data from the first storage space in a case where the session object data is included in the first storage space;
wherein the session object data includes: chat records for session objects, or social network information for the session objects.
8. The method of claim 1, wherein the first data is rights data, and wherein the obtaining the first data from the first storage space in the case that the first data is included in the first storage space in response to the first input comprises:
in response to the first input, acquiring the rights data from the first storage space in the case that the rights data is included in the first storage space;
Wherein the rights data includes at least one of: balance data, payment limit data, and a preset password.
9. A data acquisition device, the device comprising:
the receiving module is used for receiving a first input of a first application function in the first split application;
a first acquisition module, configured to acquire, in response to the first input, first data from a first storage space when the first data is included in the first storage space; the first data are data required by the first application function, and the first storage space is used for storing the data of the first individual application; or,
and a second obtaining module, configured to obtain, in response to the first input, the first data from a shared storage space, where the shared storage space is used to store data of the first split application and data of at least one second split application, where the first split application and the at least one second split application are split applications of a first application, where the first storage space does not include the first data.
10. An electronic device comprising a processor and a memory storing a program or instructions executable on the processor, which when executed by the processor, implement the steps of the method of any one of claims 1 to 8.
CN202311038151.1A 2023-08-16 2023-08-16 Data acquisition method and device and electronic equipment Pending CN117056101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311038151.1A CN117056101A (en) 2023-08-16 2023-08-16 Data acquisition method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311038151.1A CN117056101A (en) 2023-08-16 2023-08-16 Data acquisition method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN117056101A true CN117056101A (en) 2023-11-14

Family

ID=88658490

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311038151.1A Pending CN117056101A (en) 2023-08-16 2023-08-16 Data acquisition method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN117056101A (en)

Similar Documents

Publication Publication Date Title
WO2020125660A1 (en) Information recommendation method, apparatus and device, and storage medium
KR102057592B1 (en) Gallery of messages with a shared interest
US11356498B2 (en) Method and a device for sharing a hosted application
CN110598441B (en) User privacy protection method and device
WO2018076269A1 (en) Data processing method, and electronic terminal
WO2015149321A1 (en) Personal digital engine for user empowerment and method to operate the same
CN113544662A (en) System, method, and data structure for allowing a user to post comments electronically
CN111857504A (en) Information display method and device, electronic equipment and storage medium
CN114327088A (en) Message sending method, device, electronic equipment and medium
CN112269504B (en) Information display method and device and electronic equipment
CN112187624B (en) Message reply method and device and electronic equipment
CN111817944A (en) Picture sharing method and device and electronic equipment
CN113676395B (en) Information processing method, related device and readable storage medium
CN113515336B (en) Live room joining method, creation method, device, equipment and storage medium
CN117056101A (en) Data acquisition method and device and electronic equipment
CN113965640A (en) Message processing method and device
CN113840035A (en) Information sharing method and device, electronic equipment and readable storage medium
CN113783840B (en) Account login method, device, equipment and storage medium
CN112487371A (en) Chat session display method, device, terminal and storage medium
US20230034924A1 (en) Object account grouping method and apparatus
CN115695355A (en) Data sharing method and device, electronic equipment and medium
CN115695352A (en) Information transmission method and information transmission device
CN114706638A (en) Interface display method and device, electronic equipment and medium
CN114356164A (en) Sharing method and sharing device
CN117149020A (en) Information management method, device, equipment and medium

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