CN108255493B - Component publishing and compiling method, storage medium, electronic device and system - Google Patents

Component publishing and compiling method, storage medium, electronic device and system Download PDF

Info

Publication number
CN108255493B
CN108255493B CN201810019240.4A CN201810019240A CN108255493B CN 108255493 B CN108255493 B CN 108255493B CN 201810019240 A CN201810019240 A CN 201810019240A CN 108255493 B CN108255493 B CN 108255493B
Authority
CN
China
Prior art keywords
compiling
component
information
bridge
branch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810019240.4A
Other languages
Chinese (zh)
Other versions
CN108255493A (en
Inventor
张磊
张文明
陈少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201810019240.4A priority Critical patent/CN108255493B/en
Priority to PCT/CN2018/081287 priority patent/WO2019136842A1/en
Publication of CN108255493A publication Critical patent/CN108255493A/en
Application granted granted Critical
Publication of CN108255493B publication Critical patent/CN108255493B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The invention discloses a component issuing and compiling method, a storage medium, electronic equipment and a system, and relates to the technical field of computer application, wherein a issuing platform and a compiling platform are integrated through a bridge, the bridge acquires component information of a component to be issued from the component issuing platform, stores a compiling task to be executed and corresponding task information thereof, issued by the component issuing platform, and sends the compiling task to the compiling platform; after receiving the compiling result returned by the compiling server, the compiling server notifies the user of the compiling result, so that switching between two platforms is not needed, automatic publishing and automatic compiling are realized, the working efficiency is greatly improved, and the labor cost is reduced.

Description

Component publishing and compiling method, storage medium, electronic device and system
Technical Field
The invention relates to the technical field of computer application, in particular to a component publishing and compiling method, a storage medium, electronic equipment and a system.
Background
The componentization platform can be used in the componentization process of the live broadcast client, and is mainly used for releasing the components in the componentization process. Once a new component is released, the componentization platform needs to trigger the compiling platform to automatically package the new component and generate a corresponding new installation package file.
The prior art typically triggers the entire compilation process by publishing a new component package on the componentization platform, then manually adjusting the compiled package version information to the new component package version information on the compilation platform, and then manually clicking a compile button on the compilation platform. The manual triggering mode in the traditional scheme has a lot of defects, and a user needs to switch between two platforms every time, so that the process of one-key release and automatic compiling cannot be realized.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a component publishing and compiling method, a storage medium, an electronic device and a system, which can effectively integrate a publishing platform and a compiling platform, greatly improve the working efficiency and reduce the labor cost.
In order to achieve the above purposes, the technical scheme adopted by the invention is as follows: the invention discloses a method for releasing and compiling components, which comprises the following steps:
the method comprises the steps that a bridge is arranged, the bridge is used for obtaining component information of a component to be released from a component releasing platform, storing a compiling task to be executed and corresponding task information which are released by the component releasing platform, sending the compiling task to the compiling platform, returning a compiling result to the bridge after the compiling platform finishes the compiling task, and informing a user of the compiling result.
On the basis of the technical scheme, the bridge calculates the maximum compiling task number M capable of being submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server.
On the basis of the technical scheme, a compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, which are issued by the component issuing platform; and the bridge submits the first M compiling tasks in the compiling task queue and the corresponding task information to a compiling server.
On the basis of the technical scheme, the component publishing platform acquires the component information of the component to be published, verifies whether the branch information in the component information is correct, and sends the component information to the bridge after verification is successful.
The invention also discloses a storage medium, which stores computer program, and is characterized in that: the computer program, when executed by a processor, implements a component publishing and compiling method.
The invention also discloses an electronic device, which comprises a memory and a processor, wherein the memory is stored with a computer program running on the processor, and the electronic device is characterized in that: the processor implements the component publishing and compiling method when executing the computer program.
The invention also discloses a system for publishing and compiling the components, which is characterized in that: the system comprises a component publishing platform, a bridge and a compiling server, wherein:
the device comprises a component publishing platform, a bridge and a service platform, wherein the component publishing platform is used for acquiring component information of a component to be published and sending the component information to the bridge; issuing a compiling task to be executed and corresponding task information to a bridge;
the bridge is used for acquiring the component information of the component to be issued from the component issuing platform, storing the compiling task to be executed and the corresponding task information which are issued by the component issuing platform and sending the compiling task to the compiling platform; after receiving a compiling result returned by the compiling server, informing a user of the compiling result;
and the compiling server is used for executing the compiling task submitted by the bridge and returning the compiling result to the bridge.
On the basis of the technical scheme, the bridge is used for calculating the maximum compiling task number M which can be submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server.
On the basis of the technical scheme, a compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, which are issued by the component issuing platform; the bridge is used for submitting the first M compiling tasks in the compiling task queue and the corresponding task information to a compiling server.
On the basis of the technical scheme, the component publishing platform is further used for obtaining component information of the component to be published, verifying whether the branch information in the component information is correct or not, and sending the component information to the bridge after the verification is successful.
Compared with the prior art, the invention has the advantages that:
the method includes the steps that a release platform and a compiling platform are integrated through a bridge, the bridge acquires component information of a component to be released from the component release platform, stores a compiling task to be executed and corresponding task information of the compiling task, which are released by the component release platform, and sends the compiling task to the compiling platform; after receiving the compiling result returned by the compiling server, the compiling server notifies the user of the compiling result, so that switching between two platforms is not needed, automatic publishing and automatic compiling are realized, the working efficiency is greatly improved, and the labor cost is reduced.
The bridge requests to inquire the CPU utilization rate and the memory utilization rate of the compiling server before sending the compiling task to the compiling server, and then calculates the maximum compiling task number M which can be submitted to the compiling server by the bridge according to the CPU utilization rate and the memory utilization rate, so that the problems that the efficiency of the compiling platform is reduced and the compiling platform is halted due to the fact that a new task is added when the resource consumption of the compiling platform is very high are solved.
Before the component publishing platform sends the component information to the bridge, the branch information in the component information is verified, and the problem that the branch switching of the code fails due to the error of the branch information is avoided, so that the whole code construction fails, and the safety and the stability of component publishing and compiling are guaranteed.
Drawings
FIG. 1 is a flow chart illustrating a method for publishing and compiling components according to an embodiment of the present invention;
fig. 2 is a connection block diagram of an electronic device in an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides a component publishing and compiling method:
s1, setting a bridge, wherein the bridge is used for acquiring the component information of the component to be released from the component release platform, storing the compiling task to be executed and the corresponding task information thereof, which are released by the component release platform, and sending the compiling task to the compiling platform;
s2, the compiling platform returns the compiling result to the bridge after completing the compiling task;
s3, the bridge informs the user of the compilation result.
The method includes the steps that a release platform and a compiling platform are integrated through a bridge, the bridge acquires component information of a component to be released from the component release platform, stores a compiling task to be executed and corresponding task information of the compiling task, which are released by the component release platform, and sends the compiling task to the compiling platform; after receiving the compiling result returned by the compiling server, the compiling server notifies the user of the compiling result, so that switching between two platforms is not needed, automatic publishing and automatic compiling are realized, the working efficiency is greatly improved, and the labor cost is reduced.
The component information comprises a component name, component version information, release time information, branch information, request user information and an extension information bit. The corresponding code of the component information is as follows:
Figure BDA0001543013670000041
Figure BDA0001543013670000051
in the above code, time is release time information, and branch name information of a component is represented by branch name information, which is used to indicate branch related information where the component that needs to be released is located. The Extr indicates that the extension is information, so that the later protocol can be conveniently upgraded and used.
Before sending the compiling task to the compiling platform, the bridge calculates the maximum compiling task number M capable of being submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server. The bridge interior can calculate the maximum compiling task number M according to a mapping relation, and the specific formula is as follows:
Count=k*(a/cpuUsage+b/memUsage)
wherein:
count represents the maximum number of tasks that can be submitted by the current bridge, that is, the maximum number of compilation tasks that can be submitted.
a represents a CPU occupancy factor, namely the importance ratio of the CPU in the whole influence environment, wherein a is larger if the CPU is more important, and is smaller if the CPU is not more important.
b represents the occupation factor of the memory, that is, the importance ratio of the whole influence environment exists, if the importance of the memory is larger, b is larger, otherwise, b is smaller. (in this case, only the importance of cpu and memory is important, so that a + b is 1)
k represents an adjusting coefficient, and the user performs scaling up and scaling down on the value of the mapping relation, and the user is mainly used for controlling the range of the magnitude.
The higher the cpu or memory usage, the lower the number of tasks that can be submitted, and vice versa.
A compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, wherein the compiling tasks are issued by the component issuing platform; and the bridge submits the first M compiling tasks in the compiling task queue and the corresponding task information to the compiling server.
The bridge requests to inquire the CPU utilization rate and the memory utilization rate of the compiling server before sending the compiling task to the compiling server, and then calculates the maximum compiling task number M which can be submitted to the compiling server by the bridge according to the CPU utilization rate and the memory utilization rate, so that the problems that the efficiency of the compiling platform is reduced and the compiling platform is halted in serious cases due to the fact that new tasks are added when the resource consumption of the compiling platform is very high are avoided.
In order to avoid the failure of code branch switching caused by a branch information error, the safety and stability of component issuing and compiling are guaranteed, when the component issuing platform acquires the component information of the component to be issued, whether the branch information in the component information is correct needs to be checked, and when the check is successful, the component information is sent to the bridge.
The checking method comprises the following steps: the method includes acquiring all remote branch information, and judging whether the same branch information as that in the component information exists in all remote branch information. The method mainly comprises the steps of obtaining all remote branch information by pulling a remote branch git pull remote/branch, comparing the filled branch information with the remote branch information, and if the filled branch information is found in a remote branch information set, indicating that the filled branch information is correct. Otherwise, the filling of the branch error is wrong, and if the filling of the branch error is wrong, a dialog box is popped up to prompt the user that the branch error exists. The component issuing platform verifies the branch information in the component information, and avoids the failure of branch switching of the code caused by the error of the branch information, thereby causing the failure of the construction of the whole code.
If the branch is correct, secondary verification is carried out, a dialog box is popped up to enable a user to confirm whether the branch name starts to be issued, if the user clicks a confirmation instruction to confirm the correctness of the branch and carry out issuing operation, and if not, the branch information is re-filled and confirmed.
In order to enable a user to know the compiling state information in time, a notification system is designed in the bridge, after receiving the compiling result, the bridge sends the compiling result in a mail form, and the sent mail carries a confirmation attribute. Compiling a result: success will return the download address of the apk and failure will return the wrong stack information.
When the mail is not confirmed for a long time, the user does not check the mail, the short message function of the second-level notification function of the bridge is triggered at the moment, the compiled result information is notified to the user in a short message mode, and the probability of receiving the notification message of the bridge is greatly improved.
The embodiment of the invention also discloses a storage medium, the storage medium is stored with a computer program, and the storage medium is characterized in that: the computer program, when executed by the processor, implements the component publishing and compiling method.
Referring to fig. 2, an embodiment of the present invention further discloses an electronic device, including a memory and a processor, where the memory stores a computer program running on the processor, and the electronic device is characterized in that: the processor implements the component publishing and compiling method when executing the computer program.
The embodiment of the invention also discloses a component issuing and compiling system, which comprises a component issuing platform, a bridge and a compiling server, wherein:
the component publishing platform is used for acquiring component information of a component to be published and sending the component information to the bridge; issuing a compiling task to be executed and corresponding task information to a bridge;
the bridge is used for acquiring the component information of the component to be issued from the component issuing platform, storing the compiling task to be executed and the corresponding task information which are issued by the component issuing platform and sending the compiling task to the compiling platform; after receiving a compiling result returned by the compiling server, informing the compiling result to a user;
and the compiling server is used for executing the compiling task submitted by the bridge and returning the compiling result to the bridge.
The method includes the steps that a release platform and a compiling platform are integrated through a bridge, the bridge acquires component information of a component to be released from the component release platform, stores a compiling task to be executed and corresponding task information of the compiling task, which are released by the component release platform, and sends the compiling task to the compiling platform; after receiving the compiling result returned by the compiling server, the compiling server notifies the user of the compiling result, so that switching between two platforms is not needed, automatic publishing and automatic compiling are realized, the working efficiency is greatly improved, and the labor cost is reduced.
The bridge is used for calculating the maximum compiling task number M which can be submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server. A compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, wherein the compiling tasks are issued by the component issuing platform; the bridge is used for submitting the first M compiling tasks in the compiling task queue and the corresponding task information to the compiling server.
The bridge requests to inquire the CPU utilization rate and the memory utilization rate of the compiling server before sending the compiling task to the compiling server, and then calculates the maximum compiling task number M which can be submitted to the compiling server by the bridge according to the CPU utilization rate and the memory utilization rate, so that the problems that the efficiency of the compiling platform is reduced and the compiling platform is halted due to the fact that a new task is added when the resource consumption of the compiling platform is very high are solved.
The component publishing platform is further used for obtaining component information of the component to be published, verifying whether the branch information in the component information is correct or not, and sending the component information to the bridge after the verification is successful. The component issuing platform verifies the branch information in the component information, and avoids the failure of branch switching of the code caused by the error of the branch information, thereby causing the failure of the construction of the whole code.
In order to enable a user to know the compiling state information in time, a notification system is designed in the bridge, after receiving the compiling result, the bridge sends the compiling result in a mail form, and the sent mail carries a confirmation attribute. Compiling a result: success will return the download address of the apk and failure will return the wrong stack information. When the mail is not confirmed for a long time, the user does not check the mail, the short message function of the second-level notification function of the bridge is triggered at the moment, the compiled result information is notified to the user in a short message mode, and the probability of receiving the notification message of the bridge is greatly improved.
The present invention is not limited to the above-described embodiments, and it will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements are also considered to be within the scope of the present invention. Those not described in detail in this specification are within the skill of the art.

Claims (8)

1. A method for component publishing and compilation, comprising: the method comprises the steps that a bridge is arranged, the bridge is used for obtaining component information of a component to be released from a component releasing platform, storing a compiling task to be executed and corresponding task information which are released by the component releasing platform, sending the compiling task to the compiling platform, returning a compiling result to the bridge after the compiling platform finishes the compiling task, and informing a user of the compiling result;
the component publishing platform acquires component information of a component to be published, verifies whether branch information in the component information is correct or not, and sends the component information to the bridge after verification is successful;
the checking method comprises the following steps: acquiring all remote branch information by pulling a remote branch git pull remote/branch, then comparing the filled branch information in the component information with the remote branch information, and if the filled branch information is found in the remote branch information set, indicating that the filled branch information is correct; otherwise, if the filled branch information is wrong, a dialog box is popped up to prompt the user that the branch information is wrong;
if the filled branch information in the component information is correct, popping up a dialog box to ensure that a user confirms whether the branch name starts to be issued, if the user clicks a confirmation instruction to confirm the correctness of the branch and performs issuing operation, and if not, re-filling and confirming the branch information;
a notification system is designed in the bridge, after receiving the compiling result, the bridge sends the compiling result out in a mail form, and the sent mail carries a confirmation attribute; when the compiling result is successful, returning the download address of the apk; when the compiling result is failure, returning error stack information;
and when the mail is not confirmed for a long time, triggering a second-level notification function of the bridge to inform a user of the compiling result in a form of short message.
2. A component publishing and compiling method according to claim 1 wherein: and the bridge calculates the maximum compiling task number M which can be submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server.
3. A component publishing and compilation process according to claim 2, wherein: a compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, wherein the compiling tasks are issued by the component issuing platform; and the bridge submits the first M compiling tasks in the compiling task queue and the corresponding task information to a compiling server.
4. A storage medium having a computer program stored thereon, characterized in that: the computer program, when executed by a processor, implements the method of any of claims 1 to 3.
5. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program that runs on the processor, characterized in that: a processor implementing the method of any one of claims 1 to 3 when executing the computer program.
6. A component publishing and compiling system, comprising: the system comprises a component publishing platform, a bridge and a compiling server, wherein:
the component publishing platform is used for acquiring component information of a component to be published and sending the component information to the bridge; issuing a compiling task to be executed and corresponding task information to a bridge;
the bridge is used for acquiring the component information of the component to be issued from the component issuing platform, storing the compiling task to be executed and the corresponding task information which are issued by the component issuing platform, and sending the compiling task to the compiling platform; after receiving a compiling result returned by the compiling server, informing a user of the compiling result;
the compiling server is used for executing the compiling task submitted by the bridge and returning a compiling result to the bridge;
the component publishing platform is further used for acquiring component information of a component to be published, verifying whether the branch information in the component information is correct or not, and sending the component information to the bridge after the verification is successful;
the checking method comprises the following steps: acquiring all remote branch information by pulling a remote branch git pull remote/branch, then comparing the filled branch information in the component information with the remote branch information, and if the filled branch information is found in the remote branch information set, indicating that the filled branch information is correct; otherwise, if the filled branch information is wrong, a dialog box is popped up to prompt the user that the branch information is wrong;
if the filled branch information in the component information is correct, popping up a dialog box to ensure that a user confirms whether the branch name starts to be issued, if the user clicks a confirmation instruction to confirm the correctness of the branch and performs issuing operation, and if not, re-filling and confirming the branch information;
a notification system is designed in the bridge, after receiving the compiling result, the bridge sends the compiling result out in a mail form, and the sent mail carries a confirmation attribute; when the compiling result is successful, returning the download address of the apk; when the compiling result is failure, returning error stack information;
and when the mail is not confirmed for a long time, triggering a second-level notification function of the bridge to inform a user of the compiling result in a form of short message.
7. A component publishing and compilation system according to claim 6, wherein: the bridge is used for calculating the maximum compiling task number M which can be submitted to the compiling server according to the CPU utilization rate and the memory utilization rate of the compiling server.
8. A component publishing and compilation system according to claim 7, wherein: a compiling task queue is arranged in the bridge and used for storing compiling tasks to be executed and corresponding task information thereof, wherein the compiling tasks are issued by the component issuing platform; the bridge is used for submitting the first M compiling tasks in the compiling task queue and the corresponding task information to a compiling server.
CN201810019240.4A 2018-01-09 2018-01-09 Component publishing and compiling method, storage medium, electronic device and system Active CN108255493B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810019240.4A CN108255493B (en) 2018-01-09 2018-01-09 Component publishing and compiling method, storage medium, electronic device and system
PCT/CN2018/081287 WO2019136842A1 (en) 2018-01-09 2018-03-30 Component publishing and compilation method, storage medium, electronic device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810019240.4A CN108255493B (en) 2018-01-09 2018-01-09 Component publishing and compiling method, storage medium, electronic device and system

Publications (2)

Publication Number Publication Date
CN108255493A CN108255493A (en) 2018-07-06
CN108255493B true CN108255493B (en) 2021-04-23

Family

ID=62724881

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810019240.4A Active CN108255493B (en) 2018-01-09 2018-01-09 Component publishing and compiling method, storage medium, electronic device and system

Country Status (2)

Country Link
CN (1) CN108255493B (en)
WO (1) WO2019136842A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416113B (en) * 2021-12-30 2023-05-12 中国电信股份有限公司 Data release system, method and device based on containerization

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530251A (en) * 2012-07-02 2014-01-22 株式会社东芝 Bridge device, storage device and recording medium
CN105474166A (en) * 2013-03-15 2016-04-06 先进元素科技公司 Methods and systems for purposeful computing

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100505689C (en) * 2005-11-30 2009-06-24 中兴通讯股份有限公司 Method for realizing service quality at asynchronous-transmission-mode permanent virtual circuit port
US9430470B2 (en) * 2010-05-26 2016-08-30 Content Catalyst Limited Automated report service tracking system and method
CN102521008B (en) * 2011-12-28 2014-12-10 用友软件股份有限公司 Program compiling device and method for compiling program
CN102880482A (en) * 2012-08-06 2013-01-16 厦门市美亚柏科信息股份有限公司 System and technical method of automatically updating software in host batch control virtual machine
CN104462131A (en) * 2013-09-23 2015-03-25 阿里巴巴集团控股有限公司 Method and device for processing information issuing page
CN104077140B (en) * 2014-07-04 2017-11-07 用友网络科技股份有限公司 Automation Compilation Method and compilation device for continuous integrating
CN104090763A (en) * 2014-07-11 2014-10-08 携程计算机技术(上海)有限公司 Compiling and publishing method and publishing server
US20170109142A1 (en) * 2015-10-19 2017-04-20 Cogitate Technology Solutions, Inc. System and method to build a mobile application
CN105468427A (en) * 2015-11-19 2016-04-06 深圳创维数字技术有限公司 Implementation method and system of automatic compilation and release
CN107015842B (en) * 2017-03-31 2019-12-31 武汉票据交易中心有限公司 Server-side program compiling and publishing management method and system
CN107168758A (en) * 2017-04-12 2017-09-15 北京小米移动软件有限公司 The code compilation inspection method and device of many code libraries
CN107247601B (en) * 2017-07-04 2021-01-01 武汉斗鱼网络科技有限公司 Development process optimization method, device and storage medium
CN107547629B (en) * 2017-07-20 2021-02-26 北京京东尚科信息技术有限公司 Method and device for downloading client static resources, electronic equipment and readable medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530251A (en) * 2012-07-02 2014-01-22 株式会社东芝 Bridge device, storage device and recording medium
CN105474166A (en) * 2013-03-15 2016-04-06 先进元素科技公司 Methods and systems for purposeful computing

Also Published As

Publication number Publication date
WO2019136842A1 (en) 2019-07-18
CN108255493A (en) 2018-07-06

Similar Documents

Publication Publication Date Title
CN106897086B (en) Method, device and system for upgrading robot operating system
US7676816B2 (en) Systems and methods for integrating services
CN104915220B (en) A kind of upgrade method and system, client of client application
US6804773B1 (en) System and method for transferring information over a network
CN108347356B (en) Multi-protocol unit testing method and device, electronic equipment and storage medium
CN101909282B (en) Triggering method, device and system of terminal operation
CN106027644B (en) Service verification method and system
US20140359596A1 (en) Updating software components through online stores
CN108255493B (en) Component publishing and compiling method, storage medium, electronic device and system
US20170352115A1 (en) Mobile application licensing tool
CN103391312A (en) Resource offline downloading method and device
US20150269057A1 (en) Self verifying device driver for multi-version compatible data manipulation devices
CN111522577A (en) Dependency package version management method, device, equipment and storage medium
CN112650520A (en) Ammeter upgrading method and system, intelligent ammeter and storage medium
CN108319551B (en) Software testing method and device, computer equipment and readable storage medium
CN112286734B (en) Backup task execution method, device, equipment and storage medium
CN110795441B (en) Report data processing method, device, equipment and storage medium
KR100824298B1 (en) Method for scheduling device management and terminal thereof
CN114546819A (en) Code processing method and device, electronic equipment and readable medium
CN110995676A (en) Semantic attack type denial of service vulnerability detection method
CN111193777B (en) File downloading method and device based on breakpoint continuous transmission and storage medium
CN106779936B (en) Order verification system and order verification method
EP3321808A1 (en) Verification system and verification method
CN112104513B (en) Visual software load method, device, equipment and storage medium
CN106485139B (en) A kind of safe verification method of application program

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