CN110704026A - Calling method and device of software development kit, terminal and readable medium - Google Patents

Calling method and device of software development kit, terminal and readable medium Download PDF

Info

Publication number
CN110704026A
CN110704026A CN201810753435.1A CN201810753435A CN110704026A CN 110704026 A CN110704026 A CN 110704026A CN 201810753435 A CN201810753435 A CN 201810753435A CN 110704026 A CN110704026 A CN 110704026A
Authority
CN
China
Prior art keywords
sdk
calling
atomic
requirement
software development
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
CN201810753435.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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810753435.1A priority Critical patent/CN110704026A/en
Publication of CN110704026A publication Critical patent/CN110704026A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Abstract

The embodiment of the invention discloses a calling method, a calling device, a calling terminal and a readable medium of a software development kit, wherein the method comprises the following steps: receiving a calling instruction, and determining the development requirement of the project according to the calling instruction; and selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function. The calling method, the calling device, the calling terminal and the readable medium of the software development kit provided by the embodiment of the invention meet the individual requirements of the host and the plug-in the development process, decouple each functional module in the SDK, and avoid the situation that the host and the plug-in carry out mistaken calling on the inapplicable functional module in the SDK.

Description

Calling method and device of software development kit, terminal and readable medium
Technical Field
The embodiment of the invention relates to computer technology, in particular to a method, a device, a terminal and a readable medium for calling a software development kit.
Background
The plug-in development of computer Application programs (APPs) can be understood as a project APP which is split into a plurality of engineering modules for development. These engineering modules include hosts and plug-ins, where the Development of the hosts and plug-ins typically need to rely on the same Software Development Kit (SDK), leading to the following problems: 1. if the SDK is too large, a plurality of functional modules which cannot be used by the host and the plug-in the development process exist in the SDK, so that the generated APP installation package is too large, namely the SDK cannot well meet the personalized requirements of the host and the plug-in the development process; 2. the coupling degree of each functional module in the SDK is extremely high, and once some functional modules are modified, the use of other functional modules can be influenced; 3. in the development process of hosts and plug-ins, function modules which are not suitable for use in the SDK are mistakenly called, and unnecessary influence is generated.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, a terminal and a readable medium for calling a software development kit, which meet personalized requirements of a host and a plug-in a development process, decouple each function module in an SDK, and avoid a situation that the host and the plug-in call an inapplicable function module in the SDK by mistake.
In a first aspect, an embodiment of the present invention provides a method for calling a software development kit, including:
receiving a calling instruction, and determining the development requirement of a project according to the calling instruction;
and selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
Optionally, the selecting and calling the matched atomic software development kit SDK according to the development requirement includes:
and according to the development requirement, determining an atomic SDK matched with the development requirement from a preset requirement-tool package list, and selecting and calling the matched atomic SDK.
Optionally, before the receiving the call instruction, the method includes:
and decoupling the SDK according to the function type to generate the atomic SDK.
Optionally, after the selecting and calling the matched atomic software development kit SDK according to the development requirement, the method further includes:
determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK;
and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
In a second aspect, an embodiment of the present invention provides a device for calling a software development kit, including:
the development requirement determining module is used for receiving a calling instruction and determining the development requirement of the project according to the calling instruction;
and the calling module is used for selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
Optionally, the calling module is specifically configured to:
and according to the development requirement, determining an atomic SDK matched with the development requirement from a preset requirement-tool package list, and selecting and calling the matched atomic SDK.
Optionally, the apparatus further includes:
and the atomic SDK generating module is used for decoupling the SDK according to the function type to generate the atomic SDK.
Optionally, the apparatus further includes:
the middle-layer SDK generation module is used for determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK; and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
In a third aspect, an embodiment of the present invention provides a terminal, including:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a calling method of a software development kit according to any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a readable medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a method for invoking a software development kit according to any embodiment of the present invention.
The calling method, the calling device, the calling terminal and the readable medium of the software development kit provided by the embodiment of the invention determine the development requirement of a project according to the received calling instruction; and selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function. The atomic SDK is selected and called according to development requirements, so that personalized requirements of different projects (such as hosts or plug-ins) in the development process can be met; the atomic SDK capable of realizing single function is used for engineering development, decoupling of each function module in the SDK is realized, and the condition that a host and a plug-in carry out mistaken calling on the function module which is not suitable for use in the SDK is avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, a brief description will be given below of the drawings required for the embodiments or the technical solutions in the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a method for calling a software development kit according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a calling device of a software development kit according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a terminal according to a third embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described through embodiments with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Fig. 1 is a flowchart of a method for calling a software development kit according to an embodiment of the present invention, where the embodiment is applicable to a case of calling the software development kit, and the method may be implemented by a terminal, and may be specifically implemented by software and/or hardware in the terminal. Referring to fig. 1, the calling method of the software development kit includes the following steps:
and S110, receiving a calling instruction, and determining the development requirement of the project according to the calling instruction.
In the development process of a project APP, the project APP can be split into a plurality of engineering modules for parallel development. Each engineering module may implement a portion of the APP functionality, and each engineering module typically includes a host and a plug-in, where both the host and plug-in may be developed as different projects. The host can be regarded as a small APP capable of running independently, the plug-in can only run depending on the host and cannot run independently, and function expansion can be provided for the host. Because the host needs to contain some basic function libraries and data, and the plug-in only needs to call the basic function libraries and data in the host, the plug-in can only run depending on the host, and differences exist in the development processes of the host and the plug-in. Also, because different hosts, different plug-ins, and the functions implemented between hosts and plug-ins vary, the development requirements often vary.
The calling instruction may include a development requirement of the project, and specifically may be that after a user inputs the development requirement of the project to be developed, a development instruction is generated according to the development requirement; or the predefined development requirements are stored in the project folder to be developed, and the predefined development requirements stored in the project folder to be developed are automatically read after the terminal receives the call instruction, so that the development requirements of the project to be developed are determined.
The development requirements of different to-be-developed projects are usually different, and for example, the development requirements may be a shooting function, a beautifying function, a sharing function, an account login function, or the like.
And S120, selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
And selecting and calling the matched atomic SDK according to the development requirement to assist in completing the development of the project. Through the decoupling of each functional module in the SDK, the atomic SDK with the minimum granularity and capable of realizing single function is generated. In the engineering development process, the needed functions are called corresponding atomic SDKs, so that the individual requirements of different projects can be met, the SDKs are simplified, the APP installation package is reduced, and the condition that a host and a plug-in carry out mistaken calling on inapplicable function modules in the SDKs is avoided.
Optionally, selecting and calling a matched atomic software development kit SDK according to the development requirement includes:
and according to the development requirement, determining the atomic SDK matched with the development requirement from the preset requirement-tool package list, and selecting and calling the matched atomic SDK.
The requirement-tool package list can be preset, different development requirements, storage addresses of different atomic software development tool packages SDK and corresponding relations of the different development requirements and the storage addresses of the different atomic software development tool packages SDK can be included in the requirement-tool package list, the corresponding relations of the development requirements and the storage addresses of the atomic software development tool packages SDK can be in one-to-one correspondence, the same development requirement can correspond to a plurality of atomic SDKs, and the same atomic SDK can correspond to a plurality of development requirements. Wherein the requirements-toolkit list content can be updated in real time. By querying the requirement-toolkit list, the storage address of the atomic SDK corresponding to the development requirement can be obtained, and the atomic SDK can be called by accessing the storage address.
Optionally, before receiving the call instruction, the method includes:
and decoupling the SDK according to the function type to generate the atomic SDK.
Wherein the function type may be a different function category that implements the smallest. And carrying out SDK splitting according to the realized minimum function, and generating the atomic SDK with the single function and the minimum granularity. Therefore, the decoupling of each functional module in the SDK is completed, the individual requirements of different projects are facilitated to be realized, and the condition that the host and the plug-in carry out mistaken calling on the functional module which is not suitable for use in the SDK can be avoided.
Optionally, after selecting and calling the matched atomic software development kit SDK according to the development requirement, the method further includes:
determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK; and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
In this case, since at least two atomic SDKs among the multiple atomic SDKs called by different development requirements may have a repeated call, that is, the probability that the at least two atomic SDKs are called by different projects at the same time is high, it can be considered that the correlation coefficient between the at least two atomic SDKs is large. According to the calling history of each atomic SDK, the correlation coefficient of each atomic SDK can be determined. At least two atomic SDKs may be coupled as an intermediate layer SDK when the correlation coefficient is greater than a threshold.
For example, if the correlation coefficient between the atom SDK1 and the atom SDK2 is larger, it can be understood that if the engineering calls the atom SDK1, and the atom SDK2 is called with a high probability, the atom SDK1 and the atom SDK2 can be coupled to generate the middle layer SDK.
Through the generation of the intermediate layer SDK, the individual requirements in engineering development engineering can be guaranteed, and certain SDK calling steps can be reduced, so that certain SDK calling time is saved, the calling efficiency is improved, and the development efficiency is further improved.
According to the calling method of the software development kit, the development requirement of the project is determined according to the received calling instruction; and selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function. The atomic SDK is selected and called according to development requirements, so that personalized requirements of different projects (such as hosts or plug-ins) in the development process can be met; the atomic SDK capable of realizing single function is used for engineering development, decoupling of each function module in the SDK is realized, and the condition that a host and a plug-in carry out mistaken calling on the function module which is not suitable for use in the SDK is avoided.
Example two
Fig. 2 is a schematic structural diagram of a calling device of a software development kit according to a second embodiment of the present invention, which is applicable to a case of calling the software development kit.
Referring to fig. 2, the calling apparatus of the software development kit in this embodiment includes:
the development requirement determining module 210 is configured to receive a call instruction, and determine a development requirement of a project according to the call instruction;
and the calling module 220 is used for selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
Optionally, the invoking module 220 is specifically configured to:
and according to the development requirement, determining the atomic SDK matched with the development requirement from the preset requirement-tool package list, and selecting and calling the matched atomic SDK.
Optionally, the calling device of the software development kit further includes:
and the atomic SDK generating module is used for decoupling the SDK according to the function type to generate the atomic SDK.
Optionally, the calling device of the software development kit further includes:
the middle-layer SDK generation module is used for determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK; and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
The calling device of the software development kit provided in this embodiment is the same as the calling method of the software development kit provided in the first embodiment, and the technical details that are not described in detail in this embodiment can be referred to in the first embodiment.
EXAMPLE III
The embodiment provides a terminal which can be used for calling a software development kit. Fig. 3 is a schematic structural diagram of a terminal according to a third embodiment of the present invention. Referring to fig. 3, the terminal includes:
one or more processors 310;
a memory 320 for storing one or more programs;
when the one or more programs are executed by the one or more processors 310, the one or more processors 310 are enabled to implement the calling method of the software development kit according to an embodiment.
In FIG. 3, a processor 310 is illustrated as an example; the processor 310 and the memory 320 may be connected by a bus or other means, such as the bus connection shown in FIG. 3.
The memory 320 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the calling methods of the software development kit in the embodiment of the present invention. The processor 310 executes various functional applications and data processing of the terminal, that is, implements the above-described calling method of the software development kit, by executing the software programs, instructions, and modules stored in the memory 320.
The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 320 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 non-volatile solid state storage device. In some examples, the memory 320 may further include memory located remotely from the processor 310, which may be connected to the terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The terminal and the method for calling the software development kit according to the first embodiment belong to the same inventive concept, and technical details that are not described in detail in the first embodiment can be referred to in the first embodiment.
Example four
The present embodiment provides a readable medium on which a computer program is stored, which when executed by a processor implements the calling method of the software development kit as set forth in an embodiment.
The readable medium provided by the embodiment and the calling method of the software development kit provided by the first embodiment belong to the same inventive concept, and technical details that are not described in detail in the embodiment can be referred to the first embodiment, and the first embodiment and the second embodiment have the same beneficial effects.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A calling method of a software development kit is characterized by comprising the following steps:
receiving a calling instruction, and determining the development requirement of a project according to the calling instruction;
and selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
2. The method of claim 1, wherein selecting and invoking the matched atomic Software Development Kit (SDK) according to the development requirement comprises:
and according to the development requirement, determining an atomic SDK matched with the development requirement from a preset requirement-tool package list, and selecting and calling the matched atomic SDK.
3. The method of claim 1, prior to said receiving a call instruction, comprising:
and decoupling the SDK according to the function type to generate the atomic SDK.
4. The method of claim 1, wherein after selecting and invoking the matched atomic software development kit SDK according to the development requirement, further comprising:
determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK;
and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
5. A calling apparatus of a software development kit, comprising:
the development requirement determining module is used for receiving a calling instruction and determining the development requirement of the project according to the calling instruction;
and the calling module is used for selecting and calling the matched atomic software development kit SDK according to the development requirement, wherein each atomic SDK realizes a single function.
6. The apparatus of claim 5, wherein the invoking module is specifically configured to:
and according to the development requirement, determining an atomic SDK matched with the development requirement from a preset requirement-tool package list, and selecting and calling the matched atomic SDK.
7. The apparatus of claim 5, further comprising:
and the atomic SDK generating module is used for decoupling the SDK according to the function type to generate the atomic SDK.
8. The apparatus of claim 5, further comprising:
the middle-layer SDK generation module is used for determining the correlation coefficient of each atomic SDK according to the calling history of each atomic SDK; and coupling at least two atomic SDKs into an intermediate layer SDK according to the correlation coefficient.
9. A terminal, characterized in that the terminal comprises:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the calling method of the software development kit of any of claims 1-4.
10. A readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the calling method of the software development kit according to any one of claims 1 to 4.
CN201810753435.1A 2018-07-10 2018-07-10 Calling method and device of software development kit, terminal and readable medium Pending CN110704026A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810753435.1A CN110704026A (en) 2018-07-10 2018-07-10 Calling method and device of software development kit, terminal and readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810753435.1A CN110704026A (en) 2018-07-10 2018-07-10 Calling method and device of software development kit, terminal and readable medium

Publications (1)

Publication Number Publication Date
CN110704026A true CN110704026A (en) 2020-01-17

Family

ID=69192531

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810753435.1A Pending CN110704026A (en) 2018-07-10 2018-07-10 Calling method and device of software development kit, terminal and readable medium

Country Status (1)

Country Link
CN (1) CN110704026A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114880020A (en) * 2022-06-01 2022-08-09 北京百度网讯科技有限公司 Software development kit management method, related device and computer program product

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103220259A (en) * 2012-01-20 2013-07-24 华为技术有限公司 Using method, call method, device and system of Oauth application programming interface (API)
CN104572114A (en) * 2015-01-23 2015-04-29 盟游(北京)科技有限公司 Binding device, application updating device and method and application
CN104978169A (en) * 2014-04-02 2015-10-14 北京大学 SDK processing method and SDK processing device for periodical reading application
CN105630684A (en) * 2016-01-26 2016-06-01 百度在线网络技术(北京)有限公司 Software development kit identification method and device
CN106230889A (en) * 2016-07-15 2016-12-14 福建天泉教育科技有限公司 Mobile solution Service Component method for managing resource and system
CN106529950A (en) * 2016-11-04 2017-03-22 深圳市天易联科技有限公司 Payment method and device
CN106569794A (en) * 2016-09-23 2017-04-19 北京五八信息技术有限公司 Application developing device
CN106897072A (en) * 2017-02-28 2017-06-27 北京三快在线科技有限公司 Traffic engineered call method, device and electronic equipment
CN107066291A (en) * 2017-02-09 2017-08-18 阿里巴巴集团控股有限公司 Packaging method, device and the equipment of SDK, computer-readable recording medium
CN107729063A (en) * 2017-10-25 2018-02-23 武汉斗鱼网络科技有限公司 Call method, device and the terminal of SDK
CN107908410A (en) * 2017-11-02 2018-04-13 北京奇虎科技有限公司 Plug-in unit backup, operation method, device, terminal device and storage medium
CN107967424A (en) * 2017-11-02 2018-04-27 北京奇虎科技有限公司 A kind of verification method of plug-in unit, device, terminal device and storage medium
CN108008959A (en) * 2017-12-28 2018-05-08 北京奇虎科技有限公司 A kind of Software Development Kit SDK cut-in methods, system and device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103220259A (en) * 2012-01-20 2013-07-24 华为技术有限公司 Using method, call method, device and system of Oauth application programming interface (API)
CN104978169A (en) * 2014-04-02 2015-10-14 北京大学 SDK processing method and SDK processing device for periodical reading application
CN104572114A (en) * 2015-01-23 2015-04-29 盟游(北京)科技有限公司 Binding device, application updating device and method and application
CN105630684A (en) * 2016-01-26 2016-06-01 百度在线网络技术(北京)有限公司 Software development kit identification method and device
CN106230889A (en) * 2016-07-15 2016-12-14 福建天泉教育科技有限公司 Mobile solution Service Component method for managing resource and system
CN106569794A (en) * 2016-09-23 2017-04-19 北京五八信息技术有限公司 Application developing device
CN106529950A (en) * 2016-11-04 2017-03-22 深圳市天易联科技有限公司 Payment method and device
CN107066291A (en) * 2017-02-09 2017-08-18 阿里巴巴集团控股有限公司 Packaging method, device and the equipment of SDK, computer-readable recording medium
CN106897072A (en) * 2017-02-28 2017-06-27 北京三快在线科技有限公司 Traffic engineered call method, device and electronic equipment
CN107729063A (en) * 2017-10-25 2018-02-23 武汉斗鱼网络科技有限公司 Call method, device and the terminal of SDK
CN107908410A (en) * 2017-11-02 2018-04-13 北京奇虎科技有限公司 Plug-in unit backup, operation method, device, terminal device and storage medium
CN107967424A (en) * 2017-11-02 2018-04-27 北京奇虎科技有限公司 A kind of verification method of plug-in unit, device, terminal device and storage medium
CN108008959A (en) * 2017-12-28 2018-05-08 北京奇虎科技有限公司 A kind of Software Development Kit SDK cut-in methods, system and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114880020A (en) * 2022-06-01 2022-08-09 北京百度网讯科技有限公司 Software development kit management method, related device and computer program product

Similar Documents

Publication Publication Date Title
CN110661658B (en) Node management method and device of block chain network and computer storage medium
CN107832100B (en) APK plug-in loading method and terminal thereof
CN106534268B (en) Data sharing method and device
CN106034138A (en) Remote service calling method and remote service calling device
WO2014153970A1 (en) Method and apparatus for text input protection
CN112488688B (en) Transaction processing method, device, equipment and storage medium based on blockchain
CN107577629B (en) Data interface processing method, device, server and medium
CN111190727B (en) Asynchronous memory destructor method and device, computer equipment and storage medium
CN111711636A (en) Method, system, equipment and readable storage medium for host survival detection
CN111694639A (en) Method and device for updating address of process container and electronic equipment
CN112925586B (en) Applet routing method, device, computer equipment and storage medium
CN108595195B (en) Application program updating method, device, terminal and storage medium
CN108712486B (en) Workload proving method and device
CN112087459B (en) Access request detection method, device, equipment and readable storage medium
CN110704026A (en) Calling method and device of software development kit, terminal and readable medium
CN111405007B (en) TCP session management method, device, storage medium and electronic equipment
WO2018068655A1 (en) License management method and system
CN115454576B (en) Virtual machine process management method and system and electronic equipment
CN110516477A (en) Document handling method and device
CN112328598B (en) ID generation method, ID generation device, electronic equipment and storage medium
CN104407846B (en) Information processing method and device
CN115328496A (en) File generation method and device
CN113590352A (en) Data calling method, device, equipment and readable storage medium
CN109614242B (en) Computing capacity sharing method, device, equipment and medium
CN112306695A (en) Data processing method and device, electronic equipment and computer storage 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200117

RJ01 Rejection of invention patent application after publication