CN111339173A - Data sharing method, server and readable storage medium - Google Patents

Data sharing method, server and readable storage medium Download PDF

Info

Publication number
CN111339173A
CN111339173A CN202010108533.7A CN202010108533A CN111339173A CN 111339173 A CN111339173 A CN 111339173A CN 202010108533 A CN202010108533 A CN 202010108533A CN 111339173 A CN111339173 A CN 111339173A
Authority
CN
China
Prior art keywords
data
user account
sharing
shared
api
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
CN202010108533.7A
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.)
Shenzhen Coocaa Network Technology Co Ltd
Original Assignee
Shenzhen Coocaa Network Technology 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 Shenzhen Coocaa Network Technology Co Ltd filed Critical Shenzhen Coocaa Network Technology Co Ltd
Priority to CN202010108533.7A priority Critical patent/CN111339173A/en
Publication of CN111339173A publication Critical patent/CN111339173A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention discloses a data sharing method, which comprises the following steps: detecting whether a data access request of a user account is received or not; after receiving the data access request, providing a special application program interface API aiming at a shared data area to the user account so that the user account can call the special API to execute the data access request, wherein the shared data area is arranged in a database and stores data for sharing of all items. The invention also discloses a server and a readable storage medium. Wherein sharable data is stored in the shared data area and a user accesses the data through a dedicated application program interface API for the shared data area, thereby implementing data sharing.

Description

Data sharing method, server and readable storage medium
Technical Field
The present invention relates to the field of data analysis, and in particular, to a data sharing method, a server, and a readable storage medium.
Background
The value of data is accepted by more and more enterprises, but in the past project development process, the data is usually tightly bound with a development project, so that the data cannot be connected and interacted with other data like an isolated island, the situation is called as data isolated island, and the data exists independently and cannot be shared.
Disclosure of Invention
The invention provides a data sharing method, a server and a readable storage medium, and aims to solve the problem that data cannot be shared.
In order to achieve the above object, the present invention provides a data sharing method, including the steps of:
detecting whether a data access request of a user account is received or not;
after receiving the data access request, providing a special application program interface API aiming at a shared data area to the user account so that the user account can call the special API to execute the data access request, wherein the shared data area is arranged in a database and stores data for sharing of all items.
Preferably, the step of providing a dedicated application program interface API for the shared data area to the user account, so that the user account calls the dedicated API to execute the data access request includes:
confirming the access type and the request content of the data access request;
and when the access type is data reading, providing a special API aiming at a shared data area for the user account, so that the user account calls the special API to read the data corresponding to the request content from the shared data area.
Preferably, the shared data area further stores a data asset directory corresponding to data available for sharing;
after the step of confirming the access type of the data access request and the request content, the method further comprises the following steps:
when the access type is data query, providing a special API aiming at the shared data area for the user account, so that the user account calls the special API to query the request content from the data asset directory of the shared data area.
Preferably, before the step of providing the user account with the dedicated API for the shared data area, the method further includes:
when the access type is data reading, performing authentication operation on the user account to judge whether the user account passes the authentication;
if yes, executing the following steps: providing the user account with a dedicated API for the shared data area.
Preferably, the step of performing an authentication operation on the user account to determine whether the user account passes the authentication includes:
acquiring account information corresponding to the user account, and determining whether the account information is matched with prestored account information;
and if so, confirming that the user account passes the authentication.
Preferably, before the step of providing the user account with a dedicated API for a shared data area for the user account to call the dedicated API to execute the data access request, the method further includes:
collecting data available for sharing of each project from each business system, and extracting data types and description information of the data available for sharing;
storing the data available for sharing of each item into the shared data area, and recording the corresponding storage position;
and storing the storage position, the data type and the description information of the data available for sharing of each item into the data asset directory according to a preset format.
Preferably, the step of storing the storage location of the data available for sharing, the data type and the description information of each item in the data asset directory according to a preset format comprises:
acquiring an item identifier of an item to which each data available for sharing belongs, and searching a data asset directory corresponding to the item identifier;
and storing the storage position, the data type and the description information of the data into a data asset directory corresponding to the item identifier to which the data belongs according to a preset format.
Preferably, before the step of collecting the data available for sharing of each item from the respective business systems, the method further includes:
a shared data area is established in a database, and a dedicated API for the shared data area is set.
In addition, to achieve the above object, the present invention also provides a server, including: a communication module, a memory, a processor and a computer program stored on the memory and executable on the processor, which computer program, when executed by the processor, implements the steps of the data sharing method as described above.
Furthermore, to achieve the above object, the present invention also provides a readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the data sharing method as described above.
The invention detects whether a data access request of a user account is received; after receiving the data access request, providing a special application program interface API aiming at a shared data area to the user account so that the user account can call the special API to execute the data access request, wherein the shared data area is arranged in a database and stores data for sharing of all items. Wherein sharable data is stored in the shared data area and a user accesses the data through a dedicated application program interface API for the shared data area, thereby implementing data sharing.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a server according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a data sharing method according to a first embodiment of the present invention.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic diagram of a hardware structure of a server provided by the present invention. The server may include components such as a communication module 10, a memory 20, and a processor 30. In the server, the processor 30 is connected to the memory 20 and the communication module 10, respectively, the memory 20 having stored thereon a computer program that is executed by the processor 30 at the same time, which computer program when executed implements the steps of the method embodiments described below.
The communication module 10 may be connected to an external communication device through a network. The communication module 10 may receive a request from an external communication device, and may also send a request, an instruction, and information to the external communication device. The external communication device may be other servers and/or other device terminals, such as a user end device, which may be a computer or a smart phone.
The memory 20 may be used to store software programs as well as various data. The memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may include a database, and the storage data area may store data or information created according to the use of the server, or the like. Further, the memory 20 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 30, which is a control center of the server, connects various parts of the entire server using various interfaces and lines, and performs various functions of the server and processes data by operating or executing software programs and/or modules stored in the memory 20 and calling data stored in the memory 20, thereby performing overall monitoring of the server. Processor 30 may include one or more processing units; alternatively, the processor 30 may integrate an application processor, which primarily handles operating systems, user interfaces, applications, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 30.
Although not shown in fig. 1, the server may further include a circuit control module, which is used for connecting with a power supply to ensure the normal operation of other components. Those skilled in the art will appreciate that the server architecture shown in FIG. 1 is not meant to be limiting, and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
Based on the hardware structure, various embodiments of the method of the invention are provided.
Referring to fig. 2, fig. 2 is a schematic flow chart of a data sharing method according to a first embodiment of the present invention, in which the method includes:
step S10, detecting whether a data access request of a user account is received;
step S20, after receiving the data access request, providing a dedicated application program interface API for the shared data area to the user account, so that the user account can call the dedicated API to execute the data access request, where the shared data area is disposed in the database and stores data of all items available for sharing.
With the advent of the digital economic era, data gradually becomes a core asset of enterprises, and the value of the data is gradually discovered and valued by the enterprises. The value of data is circulation, the value of data circulation is information gain, and all parties with data share respective data and use capacity, so that the value contained in the data can be fully released. In this embodiment, data is stored in a shared data area in advance, the shared data area is located in a database, the shared data area stores data for sharing of all items, when a user needs to access the data area, the data access request can be sent, specifically, whether the data access request of a user account is received or not is detected, after the access request of the user account is received, a dedicated API (Application Programming Interface) for the shared data area is provided to the user account, so that the user account calls an API to execute the data access request, wherein the API mainly functions to provide an ability for an Application program and a developer to access a set of routines without accessing a source code, and the API is also called an Application Programming Interface and is a contract for joining different components of a software system. In the embodiment, the user accesses data through the special application program interface API aiming at the shared data area, so that data sharing is realized.
Further, a second embodiment of the data sharing method according to the present invention is proposed based on the first embodiment of the data sharing method according to the present invention, and in this embodiment, the step of providing a dedicated application program interface API for the shared data area to the user account in step S20, so that the step of the user account calling the dedicated API to execute the data access request includes:
step S21, confirming the access type and request content of the data access request;
step S22, when the access type is data reading, providing a dedicated API for the shared data area to the user account, so that the user account calls the dedicated API to read the data corresponding to the requested content from the shared data area.
In this embodiment, the access request corresponds to different access types and request contents, where the access type includes data reading, data querying, and the like, and the request content corresponds to the access type, specifically, the access type and the request content of the data access are firstly confirmed, when the data access request type of the user account is data reading, it indicates that the user needs to obtain data stored in the shared data area at this time, a dedicated API for the shared data area is provided for the user account, and the user account can call the dedicated API to read data corresponding to the request content from the shared data area in the database. The data which is originally stored dispersedly can be stored in the shared data area, so that users in different departments of an enterprise or users using different business systems can obtain the required data through the special API provided by the shared data area, and the data sharing is realized.
Further, after step S21, the method further includes:
step S23, when the access type is data query, providing a dedicated API for the shared data area to the user account, so that the user account calls the dedicated API to query the request content from the data asset directory of the shared data area.
In this embodiment, the shared data area in the database stores not only data available for sharing but also a data asset directory corresponding to the data available for sharing, and the data asset directory storage format stores data according to contents such as a data asset directory name, an open field, a field type, a content length, and a usage description. Firstly, confirming the access type and the request content of data access, when the data access request type of a user account is data query, indicating that a user needs to obtain a data asset directory stored in a shared data area at the moment, providing a special API aiming at the shared data area for the user account to call the special API to query the request content from the data asset directory of the shared data area, determining whether the shared data area has the required data or not by browsing the data asset directory by the user, determining that the shared data area has the required data after the user browses the data asset directory, sending a data reading request to further read the corresponding data, and quickly knowing whether the shared data area has the required data or not by browsing the data asset directory by the user, so that the user can conveniently look up the required data and a manager can conveniently manage the data of the shared data area.
Further, a third embodiment of the data sharing method according to the present invention is proposed based on the second embodiment of the data sharing method according to the present invention, and in this embodiment, before the step of providing the user account with the dedicated API for the shared data area in step S22, the method further includes:
step S30, when the access type is data reading, executing authentication operation to the user account to judge whether the user account passes the authentication; if yes, go to step S22: providing the user account with a dedicated API for the shared data area.
In this embodiment, when the data access type of the user account is data reading, it indicates that the user needs to obtain data stored in the shared data area in the database at this time, and authentication operation needs to be performed on the user account to determine whether the user account passes authentication, where the authentication operation is to further determine whether the user has an authority to access the data, and the purpose is to ensure the security of the data, and not all users have an authority to access the data in the shared data area, and only when the user account passes authentication, a dedicated API for the shared data area may be provided to the user account, so that the user account may call the dedicated API to read the data corresponding to the requested content from the shared data area, thereby ensuring the security of the data and avoiding data theft.
Further, step S30 includes:
step S31, obtaining account information corresponding to the user account, and determining whether the account information is matched with pre-stored account information;
and step S32, if yes, confirming that the user account passes the authentication.
In this embodiment, whether the user has the authority to access the data is further determined, account information corresponding to the user account can be acquired, whether the account information corresponding to the user account is matched with prestored account information is further determined, and when the account information corresponding to the user account is not matched with the prestored account information, it is indicated that the user does not have the authority to access the data, and a dedicated API for the shared data area is not provided for the user; when the account information corresponding to the user account is matched with the pre-stored account information, the user is indicated to have the authority of accessing the data of the shared data area, the user account is determined to pass the authentication, the user can further read the data of the shared data area, and when the user has the access authority, a special API aiming at the shared data area is provided for the user account, so that the data sharing safety can be guaranteed.
Further, a fourth embodiment of the data sharing method according to the present invention is proposed based on the second embodiment of the data sharing method according to the present invention, in this embodiment, before the step of providing a dedicated API for a shared data area to the user account in step S10, so that the step of the user account calling the dedicated API to execute the data access request further includes:
step S100, collecting data available for sharing of each item from each business system, and extracting data types and description information of the data available for sharing;
step S101, storing data available for sharing of each item to the shared data area, and recording a corresponding storage position;
step S102, storing the storage position, the data type and the description information of the data for sharing of each item into the data asset directory according to a preset format.
According to the implementation, after the data corresponding to the items in the business system are determined to be the data available for sharing, the data available for sharing can be obtained, namely the sharable data of each item are collected from each business system, the data type and the description information of the data available for sharing are extracted, the data available for sharing of each item are stored in the shared data area, when a user accesses the data available for sharing in the shared data area, the needed data can be quickly searched through the data type and/or the description information, the corresponding storage position is recorded while the data is stored, and subsequent data management is facilitated. The storage position, the data type and the description information of the data which can be shared in each item are stored in the data asset directory according to a preset format, so that a user can quickly determine whether the data stored in the shared data area is the data required by the user when browsing the data asset directory, the time for the user to search the data is reduced, the user can use the data conveniently, and the server can call the data required by the user according to the data storage position corresponding to the data asset directory.
Further, step S102 includes:
step S103, acquiring an item identifier of an item to which each data available for sharing belongs, and searching a data asset directory corresponding to the item identifier;
and step S104, storing the storage position, the data type and the description information of the data into a data asset directory corresponding to the item identifier to which the data belongs according to a preset format.
In this embodiment, an item identifier of an item to which each data available for sharing belongs is obtained, a data asset directory corresponding to the item identifier is searched, the item identifiers of the items of the same type have similarity, and data corresponding to the items also have correlation, when the data having the correlation are stored, the data having the correlation can be stored in the same area, and the storage position, the data type and the description information of the data are stored into the data asset directory corresponding to the item identifier according to a preset format, so that a user can quickly determine whether the data stored in a shared data area is the data required by the user when browsing the data asset directory, the time for the user to search the data is reduced, and the user can use the data conveniently.
Further, before step S100, the method further includes:
step S40, a shared data area is established in the database, and a dedicated API for the shared data area is set.
Because the service systems used by different users are different, and different service systems do not have a data sharing function, the embodiment expands a new data area on the basis of the original database storage, sets the new data area as a shared data area, collects data of each item which can be shared from each service system and stores the data in the shared data area, and sets a special API aiming at the shared data area, so that the data which is originally stored in a scattered manner and cannot be shared can be stored in the shared data area, and users can inquire data and read the data through the special API of the shared data area, thereby realizing data sharing.
The invention also proposes a computer-readable storage medium on which a computer program is stored. The computer-readable storage medium may be a Memory of the server in fig. 1, and may also be at least one of a ROM (Read-Only Memory)/RAM (Random Access Memory), a magnetic disk, and an optical disk, and the computer-readable storage medium includes several instructions for enabling a terminal device (which may be a mobile phone, a computer, a server, a terminal, or a network device) having a processor to execute the method according to the embodiments of the present invention.
In the present invention, the terms "first", "second", "third", "fourth" and "fifth" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance, and those skilled in the art can understand the specific meanings of the above terms in the present invention according to specific situations.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although the embodiment of the present invention has been shown and described, the scope of the present invention is not limited thereto, it should be understood that the above embodiment is illustrative and not to be construed as limiting the present invention, and that those skilled in the art can make changes, modifications and substitutions to the above embodiment within the scope of the present invention, and that these changes, modifications and substitutions should be covered by the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method of data sharing, the method comprising the steps of:
detecting whether a data access request of a user account is received or not;
after receiving the data access request, providing a special application program interface API aiming at a shared data area to the user account so that the user account can call the special API to execute the data access request, wherein the shared data area is arranged in a database and stores data for sharing of all items.
2. The data sharing method of claim 1, wherein the step of providing the user account with a dedicated Application Program Interface (API) for the shared data area for the user account to call the dedicated API to perform the data access request comprises:
confirming the access type and the request content of the data access request;
and when the access type is data reading, providing a special API aiming at a shared data area for the user account, so that the user account calls the special API to read the data corresponding to the request content from the shared data area.
3. The data sharing method according to claim 2, wherein the shared data area further stores a data asset directory corresponding to data available for sharing;
after the step of confirming the access type of the data access request and the request content, the method further comprises the following steps:
when the access type is data query, providing a special API aiming at the shared data area for the user account, so that the user account calls the special API to query the request content from the data asset directory of the shared data area.
4. The data sharing method of claim 2, wherein the step of providing the user account with a dedicated API for the shared data area is preceded by the step of:
when the access type is data reading, performing authentication operation on the user account to judge whether the user account passes the authentication;
if yes, executing the following steps: providing the user account with a dedicated API for the shared data area.
5. The data sharing method of claim 4, wherein the step of performing an authentication operation on the user account to determine whether the user account is authenticated comprises:
acquiring account information corresponding to the user account, and determining whether the account information is matched with prestored account information;
and if so, confirming that the user account passes the authentication.
6. The data sharing method according to claim 3, wherein before the step of providing the user account with a dedicated API for a shared data area for the user account to call the dedicated API to perform the data access request, further comprising:
collecting data available for sharing of each project from each business system, and extracting data types and description information of the data available for sharing;
storing the data available for sharing of each item into the shared data area, and recording the corresponding storage position;
and storing the storage position, the data type and the description information of the data available for sharing of each item into the data asset directory according to a preset format.
7. The data sharing method of claim 6, wherein the step of storing a storage location of data available for sharing, a data type, and description information of each item in a preset format in the data asset directory comprises:
acquiring an item identifier of an item to which each data available for sharing belongs, and searching a data asset directory corresponding to the item identifier;
and storing the storage position, the data type and the description information of the data into a data asset directory corresponding to the item identifier to which the data belongs according to a preset format.
8. The data sharing method of claim 6 wherein the step of collecting the shareable data for each item from the respective business systems is preceded by the step of:
a shared data area is established in a database, and a dedicated API for the shared data area is set.
9. A server, characterized in that the server comprises: a communication module, a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing a data sharing method as claimed in any one of claims 1 to 8.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the data sharing method according to any one of claims 1 to 8.
CN202010108533.7A 2020-02-21 2020-02-21 Data sharing method, server and readable storage medium Pending CN111339173A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010108533.7A CN111339173A (en) 2020-02-21 2020-02-21 Data sharing method, server and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010108533.7A CN111339173A (en) 2020-02-21 2020-02-21 Data sharing method, server and readable storage medium

Publications (1)

Publication Number Publication Date
CN111339173A true CN111339173A (en) 2020-06-26

Family

ID=71185456

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010108533.7A Pending CN111339173A (en) 2020-02-21 2020-02-21 Data sharing method, server and readable storage medium

Country Status (1)

Country Link
CN (1) CN111339173A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112612558A (en) * 2020-12-28 2021-04-06 厦门市美亚柏科信息股份有限公司 Barrier-free service safety improving method, terminal equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106941534A (en) * 2017-04-17 2017-07-11 上海庆科信息技术有限公司 A kind of data sharing service system and smart machine monitoring system
CN106992990A (en) * 2017-05-19 2017-07-28 北京牛链科技有限公司 Data sharing method and system and block catenary system and computing device
CN110266686A (en) * 2019-06-20 2019-09-20 深圳前海微众银行股份有限公司 Data sharing method, device, equipment and computer readable storage medium
CN110322940A (en) * 2019-07-15 2019-10-11 山东健康医疗大数据有限公司 A kind of access authorization methods and system that medical data is shared

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106941534A (en) * 2017-04-17 2017-07-11 上海庆科信息技术有限公司 A kind of data sharing service system and smart machine monitoring system
CN106992990A (en) * 2017-05-19 2017-07-28 北京牛链科技有限公司 Data sharing method and system and block catenary system and computing device
CN110266686A (en) * 2019-06-20 2019-09-20 深圳前海微众银行股份有限公司 Data sharing method, device, equipment and computer readable storage medium
CN110322940A (en) * 2019-07-15 2019-10-11 山东健康医疗大数据有限公司 A kind of access authorization methods and system that medical data is shared

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈枝楠: "《供港食品全程溯源与实时监控关键技术及其应用》", 中国科学技术大学出版社, pages: 209 - 211 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112612558A (en) * 2020-12-28 2021-04-06 厦门市美亚柏科信息股份有限公司 Barrier-free service safety improving method, terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106462430B (en) Application upgrade package obtaining method and device
US8996065B2 (en) Method for automatically transferring an application in a mobile communication terminal of telecommunication networks
US20100130254A1 (en) Portable communication terminal and program executed by portable communication terminal
CN106878368B (en) Method and device for realizing information push
CN102087615A (en) Automated merger of logically associated messages in a message queue
CN112148678B (en) File access method, system, device and medium
CN114020444B (en) Calling system and method for resource service application in enterprise digital middle station
CN114328029B (en) Backup method and device of application resources, electronic equipment and storage medium
CN109246280B (en) Address book cloud processing method and device, computer equipment and readable storage medium
CN111339173A (en) Data sharing method, server and readable storage medium
US7778660B2 (en) Mobile communications terminal, information transmitting system and information receiving method
US7441252B2 (en) Cache control device, and method and computer program for the same
KR101264315B1 (en) Method, apparatus and record carrier for interworking between applications on a mobile platform
CN111222153A (en) Application program authority management method and device and storage medium
CN112367661B (en) USAT application matching implementation method, USIM, terminal, device and medium
CN104346228A (en) Application program sharing method and terminal
CN110688201B (en) Log management method and related equipment
CN114238021A (en) SDK interface positioning method, device, equipment and computer storage medium
CN111093186B (en) eSIM card operator file management method and system
CN101355730B (en) Method for starting client terminal software, apparatus and mobile terminal
CN112068899A (en) Plug-in loading method and device, electronic equipment and storage medium
KR20170130911A (en) Method for Performing Real-Time Changed Data Publish Service of DDS-DBMS Integration Tool
CN114830105A (en) Data reading method and terminal
CN112765600A (en) Control method for collecting automatic synchronization CMDB based on HIDS intrusion detection
CN111050312B (en) eSIM card operator file management method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: Room 2306, east block, Skyworth semiconductor design building, 18 Gaoxin South 4th Road, Gaoxin community, Yuehai street, Nanshan District, Shenzhen, Guangdong 518108

Applicant after: Shenzhen Kukai Network Technology Co.,Ltd.

Address before: 518108 Room 601, block C, Skyworth building, 008 Gaoxin South 1st Road, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: Shenzhen Coocaa Network Technology Co.,Ltd.

CB02 Change of applicant information
RJ01 Rejection of invention patent application after publication

Application publication date: 20200626