CN106547856B - Method and device for sharing data by application - Google Patents
Method and device for sharing data by application Download PDFInfo
- Publication number
- CN106547856B CN106547856B CN201610913705.1A CN201610913705A CN106547856B CN 106547856 B CN106547856 B CN 106547856B CN 201610913705 A CN201610913705 A CN 201610913705A CN 106547856 B CN106547856 B CN 106547856B
- Authority
- CN
- China
- Prior art keywords
- application
- user
- module
- data
- updating
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/176—Support for shared access to files; File sharing support
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/178—Techniques for file synchronisation in file systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a method and a device for sharing data by application, which are used for realizing data sharing among different applications. The method comprises the following steps: the first application detects a request for data updating, receives updated data and updates in the first application; the first application sends a communication request to the second application; after the first application acquires the feedback that the second application agrees to the communication request, the updated data is sent to the second application; and after the second application receives the data, updating the data in the second application. The method can realize data sharing among different applications and different modules of the same application.
Description
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for sharing data by application.
Background
With the development of intelligent terminals, various applications running on the intelligent terminals are greatly increased in number and variety. With the increase of the number and types of applications of the intelligent terminal, in order to bring better experience to users, the trend of integrating functions among applications on the same terminal is more and more obvious, android and ios both provide data protection of a single application, for example, another application is not allowed to directly access data of one application, but data sharing mechanisms among different apps are lacked, and the requirements of interaction and data sharing among the apps are more and more urgent.
Disclosure of Invention
The invention provides a method and a device for sharing data by application, which are used for realizing data sharing among different applications.
The invention provides a method for sharing data by application, which comprises the following steps:
the first application detects a request for data updating, receives updated data and updates in the first application;
the first application sends a communication request to the second application;
after the first application acquires the feedback that the second application agrees to the communication request, the updated data is sent to the second application;
and after the second application receives the data, updating the data in the second application.
Preferably, the method further comprises the following steps:
the first application detects the shaking operation of the user to acquire a user ID;
and inquiring whether the user ID is in a user list of the second application, and if not, prompting the user to pay attention to the second application.
Preferably, the method further comprises the following steps:
the user participates in the shaking operation of the first application to obtain the reward of the first application;
the reward is updated synchronously in the second application.
Preferably, the method further comprises the following steps:
after the first module of the first application updates data, the data are synchronously updated in the first module of the second application; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
Preferably, the method further comprises the following steps:
acquiring the time of the user shaking and the history records of the user participating in the first application and the second application;
obtaining the use habit of the user according to the time of shaking and the historical record;
and recommending interested similar applications to the user according to the use habits of the user.
The invention provides a device for sharing data by application, comprising:
the first updating module is used for detecting a request for updating data by the first application, receiving the updated data and updating in the first application;
the communication module is used for sending a communication request to the second application by the first application;
the sending module is used for sending the updated data to the second application after the first application acquires the feedback that the second application agrees to the communication request;
and the second updating module is used for updating the data in the second application after the second application receives the data.
Preferably, the method further comprises the following steps:
the detection module is used for detecting the shaking operation of the user by the first application to acquire a user ID;
and the query module is used for querying whether the user ID is in a user list of the second application, and if not, prompting the user to pay attention to the second application.
Preferably, the method further comprises the following steps:
the execution module is used for the user to participate in the shaking operation of the first application to obtain the reward of the first application;
a third update module for the reward to be updated synchronously in the second application.
Preferably, the method further comprises the following steps:
the fourth updating module is used for updating the data in the first module of the second application synchronously after the first module of the first application updates the data; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
Preferably, the method further comprises the following steps:
the first acquisition module is used for acquiring the time of shaking by the user and the historical records of the participation of the user in the first application and the second application;
the second acquisition module is used for acquiring the use habit of the user according to the time of shaking and the historical record;
and the recommending module is used for recommending interested similar applications to the user according to the using habit of the user.
Some beneficial effects of the embodiments of the present invention may include:
the first application updates data and then sends the updated data to the second application, and data updating is carried out in the second application, so that data sharing between the first application and the second application is realized, and meanwhile, the invention can also realize data sharing between the same module under different applications. When the first application detects the shaking operation of the user, the user ID is obtained, whether the user ID is in a user list of the second application or not is inquired, and if not, the user is prompted to pay attention to the second application, so that different applications of the merchant can be conveniently popularized, and the user can conveniently know other services which can be provided by the merchant. The invention can realize synchronous update or sharing of the reward or the parameter in the first application in the second application.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a flowchart illustrating a method for sharing data according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for sharing data by an application according to an embodiment of the present invention;
FIG. 3 is a flowchart of another method for sharing data by an application according to an embodiment of the present invention;
FIG. 4 is a flowchart of another method for sharing data by an application according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for sharing data by an application according to an embodiment of the present invention;
FIG. 6 is a block diagram of an apparatus for sharing data according to an embodiment of the present invention;
FIG. 7 is a block diagram of another apparatus for sharing data according to an embodiment of the present invention;
FIG. 8 is a block diagram of another apparatus for sharing data according to an embodiment of the present invention;
FIG. 9 is a block diagram of another apparatus for sharing data according to an embodiment of the present invention;
fig. 10 is a block diagram of an apparatus for sharing data according to a second embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
Fig. 1 is a flowchart of a method for sharing data by an application according to an embodiment of the present invention. As shown in fig. 1, the method comprises the following steps S101-S104:
step S101, a first application detects a request for updating data, receives the updated data and updates in the first application;
step S102, a first application sends a communication request to a second application;
step S103, after the first application obtains the feedback that the second application agrees to the communication request, the updated data is sent to the second application;
and step S104, after the second application receives the data, updating the data in the second application.
In this embodiment, after the first application updates data, the updated data is sent to the second application, and the data is updated in the second application, so that data sharing between the first application and the second application is realized. Along with the popularization of mobile terminal devices such as smart phones and ipads, people are gradually used to the mode of surfing the internet by using APP clients, and along with the rise of mobile internet, the APP is also more emphasized by internet enterprises, e-commerce platforms and the like, but the data sharing mechanism among different APPs is lacked. For example, data sharing can be realized between different apps belonging to the same merchant and between the same applications of the different apps by adopting the method of the invention. For example, a casino is arranged below a rock (WeChat public account) of a certain merchant, a casino is also arranged below a Tiantian TV bank (WeChat public account), a user in the casino participates in the rock to obtain gold coins, data can be synchronously updated between the rock (WeChat public account) and the Tiantian TV bank (WeChat public account), the gold coins obtained by the rock (WeChat public account) can be calculated in the Tiantian TV bank, the number of the gold coins in the Tiantian TV bank is synchronously updated, and vice versa. The method is beneficial to integrating data between different apps or between different applications of the same app, provides better application experience for users, and is particularly suitable for data sharing between different apps of the same user.
In one embodiment, as shown in fig. 2, further includes:
step S201, a first application detects a shaking operation of a user to acquire a user ID;
step S202, inquiring whether the user ID is in a user list of the second application, and if not, prompting the user to pay attention to the second application.
In the embodiment, for different applications belonging to the same merchant, when the first application detects the shake operation of the user, the user ID is acquired, whether the user ID is in the user list of the second application is inquired, and if not, the user is prompted to pay attention to the second application, so that the different applications of the merchant are promoted, and the user can conveniently know other services which can be provided by the merchant. For example, the user obtains the user id while participating in the shake, queries whether the user id is in the user list of the Tiantian TV Bao, and if not, prompts the user to pay attention to the Tiantian TV Bao.
In one embodiment, as shown in fig. 3, further comprising:
step S301, a user participates in shaking operation of a first application to obtain reward of the first application;
step S302, the reward is updated synchronously in the second application.
In the embodiment, the reward is set in the first application, and when the user participates in the shaking operation of the first application, the reward of the first application is obtained, and the reward is synchronously updated in the second application. For example, for different applications belonging to the same merchant, the user participates in the shake (WeChat public number) of the merchant to obtain the gold coin awarded, the gold coin is synchronously updated in the Tiantian TV bank (WeChat public number) of the merchant, the gold coin obtained in the shake (WeChat public number) can also be calculated in the Tiantian TV bank, the number of gold coins in the Tiantian TV bank is synchronously updated, and vice versa.
In one embodiment, further comprising:
after the first module of the first application updates data, the data are synchronously updated in the first module of the second application; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
In this embodiment, the first application and the second application both include the module 1, that is, the module 1 belongs to different applications, and the data of the module 1 is updated synchronously in the first application and the second application. For example, module 1 is included in app1, module 1 is also included in app2, and after data of module 1 in app1 is updated, module 1 in app2 also performs data synchronization update, that is, data sharing is realized between module 1 in app1 and module 1 in app 2.
In one embodiment, as shown in fig. 4, further comprising:
and step 403, recommending interested similar applications to the user according to the use habits of the user.
In the embodiment, when the shaking-shaking operation of the user is acquired, the time of the user participating in the shaking and the application participating in the shaking are recorded, the use habit of the user is obtained according to the time of the shaking and the historical record, and then the interested similar application is recommended to the user, so that better service is provided for the user, and the user can obtain better application experience. For example, it is found that the user frequently participates in the casino game based on the analyzed use habits of the user, and the same kind of game of interest can be recommended to the user.
The following describes a method for sharing data by an application according to an embodiment of the present invention.
Example one
Fig. 5 is a flowchart of a method for sharing data by an application according to an embodiment of the present invention. As shown in fig. 5, the method includes the following steps S501 to S508:
step S501, a first application detects a request for updating data, receives the updated data and updates in the first application;
step S502, the first application sends a communication request to the second application;
step S503, after the first application obtains the feedback that the second application agrees to the communication request, the updated data is sent to the second application;
step S504, after the second application receives the data, updating the data in the second application;
step S505, the first application detects the shaking operation of the user to obtain the user ID;
step S506, inquiring whether the user ID is in a user list of a second application, and if not, prompting the user to pay attention to the second application;
step S507, the user participates in the shaking operation of the first application to obtain the reward of the first application;
step S508, the reward is updated synchronously in the second application.
The technical scheme provided by the embodiment of the invention is as follows: and after the first application updates the data, sending the updated data to the second application, and updating the data in the second application so as to realize data sharing between the first application and the second application. For different applications of the same merchant, when the first application detects the shaking operation of the user, the user ID is obtained, whether the user ID is in a user list of the second application is inquired, and if the user ID is not in the user list of the second application, the user is prompted to pay attention to the second application, so that the different applications of the merchant are popularized, and the user can conveniently know other services which can be provided by the merchant. And the reward is set in the first application, and when the user participates in the shaking operation of the first application, the reward of the first application is obtained, and the reward is synchronously updated in the second application.
Corresponding to the method for sharing data by an application provided in the foregoing embodiment, an embodiment of the present invention further provides an apparatus for sharing data by an application, as shown in fig. 6, including:
a first update module 601, configured to detect a request for data update by a first application, receive updated data, and update in the first application;
a communication module 602, configured to send a communication request to a second application by a first application;
a sending module 603, configured to send updated data to the second application after the first application obtains a feedback that the second application agrees to the communication request;
a second updating module 604, configured to update the data in the second application after the second application receives the data.
In one embodiment, as shown in fig. 7, further includes:
a detection module 701, configured to detect a shake operation of a user by a first application, and obtain a user ID;
a query module 702, configured to query whether the user ID is in a user list of the second application, and if not, prompt the user to pay attention to the second application.
In one embodiment, as shown in fig. 8, further includes:
an execution module 801, configured to enable a user to participate in a shake operation of a first application to obtain a reward of the first application;
a third update module 802 for synchronizing updates of the reward in the second application.
In one embodiment, further comprising:
the fourth updating module is used for updating the data in the first module of the second application synchronously after the first module of the first application updates the data; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
In one embodiment, as shown in fig. 9, further includes:
a first obtaining module 901, configured to obtain a time when the user shakes one and a history of user participation in a first application and a second application;
a second obtaining module 902, configured to obtain a usage habit of the user according to the time of shaking and the history;
and the recommending module 903 is used for recommending interested similar applications to the user according to the using habits of the user.
The following describes an apparatus for sharing data by an application according to an embodiment of the present invention.
Example two
Fig. 10 is a block diagram of an apparatus for sharing data according to a second embodiment of the present invention. As shown in fig. 10, includes:
a first update module 1001, configured to detect a request for data update by a first application, receive updated data, and update the updated data in the first application;
a communication module 1002, configured to send a communication request to a second application by a first application;
a sending module 1003, configured to send updated data to the second application after the first application obtains a feedback that the second application agrees to the communication request;
a second updating module 1004, configured to update data in the second application after the second application receives the data;
a detecting module 1005, configured to detect a shake operation of a user by a first application, and acquire a user ID;
a query module 1006, configured to query whether the user ID is in a user list of a second application, and if not, prompt the user to pay attention to the second application;
an executing module 1007, configured to enable a user to participate in a shake operation of a first application to obtain a reward of the first application;
a third update module 1008 for synchronizing updates of the reward in the second application.
The device for sharing data by application provided by the embodiment of the invention comprises: and after the first application updates the data, sending the updated data to the second application, and updating the data in the second application so as to realize data sharing between the first application and the second application. For different applications of the same merchant, when the first application detects the shaking operation of the user, the user ID is obtained, whether the user ID is in a user list of the second application is inquired, and if the user ID is not in the user list of the second application, the user is prompted to pay attention to the second application, so that the different applications of the merchant are popularized, and the user can conveniently know other services which can be provided by the merchant. And the reward is set in the first application, and when the user participates in the shaking operation of the first application, the reward of the first application is obtained, and the reward is synchronously updated in the second 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, 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.
Claims (8)
1. A method for sharing data by an application, comprising:
the first application detects a request for data updating, receives updated data and updates in the first application;
the first application sends a communication request to the second application;
after the first application acquires the feedback that the second application agrees to the communication request, the updated data is sent to the second application;
after the second application receives the data, updating the data in the second application;
the method further comprises the following steps:
after the first module of the first application updates data, the data are synchronously updated in the first module of the second application; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
2. The method of claim 1, further comprising:
the first application detects the shaking operation of the user to acquire a user ID;
and inquiring whether the user ID is in a user list of the second application, and if not, prompting the user to pay attention to the second application.
3. The method of claim 2, further comprising:
the user participates in the shaking operation of the first application to obtain the reward of the first application;
the reward is updated synchronously in the second application.
4. The method of claim 2 or 3, further comprising:
acquiring the time of the user shaking and the history records of the user participating in the first application and the second application;
obtaining the use habit of the user according to the time of shaking and the historical record;
and recommending interested similar applications to the user according to the use habits of the user.
5. An apparatus for sharing data by an application, comprising:
the first updating module is used for detecting a request for updating data by the first application, receiving the updated data and updating in the first application;
the communication module is used for sending a communication request to the second application by the first application;
the sending module is used for sending the updated data to the second application after the first application acquires the feedback that the second application agrees to the communication request;
the second updating module is used for updating the data in the second application after the second application receives the data; the device further comprises:
the fourth updating module is used for updating the data in the first module of the second application synchronously after the first module of the first application updates the data; the first application comprises a first module and the second application comprises a first module; the first module of the first application is the same as the first module of the second application.
6. The apparatus of claim 5, further comprising:
the detection module is used for detecting the shaking operation of the user by the first application to acquire a user ID;
and the query module is used for querying whether the user ID is in a user list of the second application, and if not, prompting the user to pay attention to the second application.
7. The apparatus of claim 6, further comprising:
the execution module is used for the user to participate in the shaking operation of the first application to obtain the reward of the first application;
a third update module for the reward to be updated synchronously in the second application.
8. The apparatus of claim 6 or 7, further comprising:
the first acquisition module is used for acquiring the time of shaking by the user and the historical records of the participation of the user in the first application and the second application;
the second acquisition module is used for acquiring the use habit of the user according to the time of shaking and the historical record;
and the recommending module is used for recommending interested similar applications to the user according to the using habit of the user.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610913705.1A CN106547856B (en) | 2016-10-19 | 2016-10-19 | Method and device for sharing data by application |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610913705.1A CN106547856B (en) | 2016-10-19 | 2016-10-19 | Method and device for sharing data by application |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106547856A CN106547856A (en) | 2017-03-29 |
CN106547856B true CN106547856B (en) | 2020-03-17 |
Family
ID=58391928
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610913705.1A Expired - Fee Related CN106547856B (en) | 2016-10-19 | 2016-10-19 | Method and device for sharing data by application |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106547856B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110943903B (en) * | 2018-09-25 | 2022-04-26 | 北京国双科技有限公司 | Information processing method and device |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103546502A (en) * | 2012-07-11 | 2014-01-29 | 中国电信股份有限公司 | Metadata sharing method and cloud storage server |
CN103942093A (en) * | 2013-01-23 | 2014-07-23 | 阿里巴巴集团控股有限公司 | Service processing method and system |
CN104615608A (en) * | 2014-04-28 | 2015-05-13 | 腾讯科技(深圳)有限公司 | Data mining processing system and method |
CN105095465A (en) * | 2015-07-31 | 2015-11-25 | 北京金山安全软件有限公司 | Information recommendation method, system and device |
CN105978925A (en) * | 2015-11-17 | 2016-09-28 | 乐视致新电子科技(天津)有限公司 | Push method and device |
-
2016
- 2016-10-19 CN CN201610913705.1A patent/CN106547856B/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103546502A (en) * | 2012-07-11 | 2014-01-29 | 中国电信股份有限公司 | Metadata sharing method and cloud storage server |
CN103942093A (en) * | 2013-01-23 | 2014-07-23 | 阿里巴巴集团控股有限公司 | Service processing method and system |
CN104615608A (en) * | 2014-04-28 | 2015-05-13 | 腾讯科技(深圳)有限公司 | Data mining processing system and method |
CN105095465A (en) * | 2015-07-31 | 2015-11-25 | 北京金山安全软件有限公司 | Information recommendation method, system and device |
CN105978925A (en) * | 2015-11-17 | 2016-09-28 | 乐视致新电子科技(天津)有限公司 | Push method and device |
Also Published As
Publication number | Publication date |
---|---|
CN106547856A (en) | 2017-03-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107046470B (en) | Mobile phone internet traffic counting and displaying method and device and mobile phone | |
CN104462277B (en) | Application program installation data statistical method, server and terminal | |
US9774642B2 (en) | Method and device for pushing multimedia resource and display terminal | |
CN104156246B (en) | The method and device of gray scale upgrading | |
JP2014112394A (en) | Marketing and advertising framework for wireless device | |
EP2667647A1 (en) | Method and system for downloading content | |
CN106227567A (en) | Method and device for sharing application program and electronic equipment | |
CN102421062A (en) | Method and system for pushing application information | |
CN105786839A (en) | Application data acquisition method and apparatus | |
CN103747436A (en) | Application program downloading method and device | |
JP2017539103A (en) | Method, apparatus, server, and system for synchronizing member gain among multiple apparatuses | |
CN113079139B (en) | Block chain-based consensus group master node determination method, device and system | |
WO2014020530A2 (en) | Collecting application sharing information | |
JP2014527661A (en) | Mobile payment method, apparatus and system for server and client | |
CN109814942A (en) | A kind of parameter processing method and device | |
CN111158793A (en) | Application page skipping method and device, electronic equipment and readable storage medium | |
CN111541772A (en) | Intelligent reminding method and system and cloud server | |
CN108280342A (en) | Using synchronous method with device, for applying synchronous device | |
CN106547856B (en) | Method and device for sharing data by application | |
CN105893128B (en) | A kind of method and apparatus of application call management | |
CN102045457A (en) | Interaction data template matching device and method | |
CN103631621A (en) | Method and device for prompting information | |
CN107395493B (en) | Method and device for sharing message based on intention | |
CN104735643A (en) | Information processing method and data server | |
CN105204836B (en) | Information processing method and electronic equipment |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
PE01 | Entry into force of the registration of the contract for pledge of patent right |
Denomination of invention: A method and device for sharing data by application Effective date of registration: 20210104 Granted publication date: 20200317 Pledgee: Inner Mongolia Huipu Energy Co.,Ltd. Pledgor: Tvmining (BEIJING) Technology Co., Ltd. Registration number: Y2020990001518 |
|
PE01 | Entry into force of the registration of the contract for pledge of patent right | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20200317 Termination date: 20211019 |
|
CF01 | Termination of patent right due to non-payment of annual fee |