CN109508193B - Application deployment and operation method, device, terminal equipment and medium - Google Patents

Application deployment and operation method, device, terminal equipment and medium Download PDF

Info

Publication number
CN109508193B
CN109508193B CN201811433328.7A CN201811433328A CN109508193B CN 109508193 B CN109508193 B CN 109508193B CN 201811433328 A CN201811433328 A CN 201811433328A CN 109508193 B CN109508193 B CN 109508193B
Authority
CN
China
Prior art keywords
target terminal
target
terminal
information
mpi
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
CN201811433328.7A
Other languages
Chinese (zh)
Other versions
CN109508193A (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.)
Coretek Systems Inc
Kyland Technology Co Ltd
Original Assignee
Coretek Systems Inc
Kyland 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 Coretek Systems Inc, Kyland Technology Co Ltd filed Critical Coretek Systems Inc
Priority to CN201811433328.7A priority Critical patent/CN109508193B/en
Publication of CN109508193A publication Critical patent/CN109508193A/en
Application granted granted Critical
Publication of CN109508193B publication Critical patent/CN109508193B/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/60Software deployment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses an application deployment operation method, an application deployment operation device, terminal equipment and a medium, which belong to the technical field of communication, wherein the method comprises the steps of respectively generating a configuration file for each target terminal according to acquired terminal information; respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys an operating system according to the received kernel images and the configuration files; and sending the application program file to each target terminal specified in the MPI target machine working set created by the user, so that each target terminal installs and runs the corresponding application program. Therefore, the integrated development environment is combined with the MPI, so that the one-key deployment operating system and the one-key deployment application can be carried out on each target terminal, the operation steps of application deployment and operation are simplified, and the processing efficiency is improved.

Description

Application deployment and operation method, device, terminal equipment and medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to an application deployment operation method, an application deployment operation device, a terminal device, and a medium.
Background
In the prior art, a server usually deploys and runs a specified application program in a target terminal based on a built integrated development environment.
However, with this method, the server can only perform application deployment and operation on one target terminal at a time, and when performing application deployment and operation on multiple target terminals, the operation steps are cumbersome, a large amount of time is consumed, and the deployment efficiency is low.
Disclosure of Invention
The embodiment of the application deployment and operation method and device, the terminal device and the medium are used for simplifying the operation steps of deployment and improving the deployment efficiency when the application deployment and operation are carried out on batch target terminals.
On one hand, the application deployment and operation method is applied to a server with an integrated development environment, and comprises the following steps:
respectively generating a configuration file for each target terminal according to the acquired terminal information;
respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys an operating system according to the received kernel images and the configuration files;
and sending the application program file to each target terminal specified in an MPI target machine working set created by a user, so that each target terminal installs and runs a corresponding application program, wherein the MPI target machine working set comprises each configured target terminal.
Preferably, the generating the configuration file for each target terminal according to the obtained terminal information includes:
creating a kernel project according to a user instruction, and acquiring terminal information of each target terminal input by a user according to MPI running environment configuration provided by the kernel project; the terminal information at least comprises the following parameters: the number of each target terminal, an Internet Protocol (IP) address, an operation directory and operation information;
configuring the number of nodes according to the number of each target terminal contained in the terminal information, configuring an operation directory according to the operation directory contained in the terminal information, and configuring a corresponding target node for each target terminal according to the operation information contained in the terminal information;
compiling the kernel project according to the number of nodes, the operation directory and the target nodes configured aiming at each target terminal, and respectively generating configuration files aiming at each target terminal.
Preferably, the operation information includes any one or a combination of the following parameters: host name, network card index number and network card device number.
Preferably, the sending the application file to each target terminal specified in the MPI target machine working set created by the user, so that each target terminal installs and runs the application includes:
acquiring each target terminal appointed in an MPI target machine working set created by a user;
and respectively sending the application program file to each appointed target terminal according to the IP address of each appointed target terminal, so that each target terminal installs the corresponding application program based on the operation directory contained in the configuration file and operates the application program based on the operation information contained in the configuration file.
In one aspect, an application deployment and operation apparatus is provided, which is applied to a server built with an integrated development environment, and includes:
the generating unit is used for respectively generating a configuration file aiming at each target terminal according to the acquired terminal information;
the deployment unit is used for respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys the operating system according to the received kernel images and the configuration files;
and the operation unit is used for sending the application program file to each target terminal specified in the MPI target machine working set created by the user so that each target terminal installs and operates the corresponding application program, and the MPI target machine working set comprises each configured target terminal.
Preferably, the generating unit is configured to:
creating a kernel project according to a user instruction, and acquiring terminal information of each target terminal input by a user according to MPI running environment configuration provided by the kernel project; the terminal information at least comprises the following parameters: the number of each target terminal, an Internet Protocol (IP) address, an operation directory and operation information.
Configuring the number of nodes according to the number of each target terminal contained in the terminal information, configuring an operation directory according to the operation directory contained in the terminal information, and configuring a corresponding target node for each target terminal according to the operation information contained in the terminal information;
compiling the kernel project according to the number of nodes, the operation directory and the target nodes configured aiming at each target terminal, and respectively generating configuration files aiming at each target terminal.
Preferably, the operation information includes any one or a combination of the following parameters: host name, network card index number and network card device number.
Preferably, the operation unit is configured to:
acquiring each target terminal appointed in an MPI target machine working set created by a user;
and respectively sending the application program file to each appointed target terminal according to the IP address of each appointed target terminal, so that each target terminal installs the corresponding application program based on the operation directory contained in the configuration file and operates the application program based on the operation information contained in the configuration file.
In one aspect, a terminal device is provided, which includes at least one processing unit and at least one storage unit, where the storage unit stores a computer program, and when the program is executed by the processing unit, the processing unit is caused to execute any of the steps of the application deployment and execution method.
In one aspect, a computer-readable medium is provided, which stores a computer program executable by a terminal device, and when the program is run on the terminal device, causes the terminal device to perform the steps of any of the application deployment and running methods described above.
In the application deployment and operation method, device, terminal equipment and medium provided by the embodiment of the application, a configuration file is respectively generated for each target terminal according to the acquired terminal information; respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys an operating system according to the received kernel images and the configuration files; and sending the application program file to each target terminal specified in the MPI target machine working set created by the user, so that each target terminal installs and runs the corresponding application program. Therefore, the integrated development environment is combined with the MPI, so that the one-key deployment operating system and the one-key deployment application can be carried out on each target terminal, the operation steps are simplified, and the processing efficiency is improved.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is an application scenario diagram provided in the present application;
fig. 2 is a flowchart of an implementation of an application deployment operation method according to an embodiment of the present application;
FIG. 3 is a flow chart of an arrangement according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an application deployment and operation apparatus in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
For convenience of understanding, terms referred to in the embodiments of the present application are explained below.
1. Integrated Development Environment (IDE): is an application program for providing a program development environment, generally including a code editor, a compiler, a debugger, and graphical user interface tools. The IDE integrates a code compiling function, an analyzing function, a compiling function, a debugging function and the like into a whole to develop a software service set. All software or software suite (group) with the characteristic can be called an integrated development environment. Such as Microsoft Visual Studio series, Borland's C + + Builder, Delphi series, etc. The program may be operated independently or in combination with other programs. IDE is mostly used to develop HTML applications.
2. Message Passing Interface (MPI): is a parallel programming technology based on information transfer. MPI is a programming interface standard and not a specific programming language. In short, the MPI standard defines a set of programming interfaces with portability.
In order to simplify operation steps and improve processing efficiency when performing application deployment and operation on batch target terminals, embodiments of the present application provide an application deployment operation method, an application deployment operation device, terminal equipment, and a medium.
The application deployment and operation method in the embodiment of the present application may be applied to an application scenario as shown in fig. 1, where the application scenario includes: a server 101 and a target terminal 102.
The server 101 may be a server or a server cluster composed of several servers or a cloud computing center. The target terminal 102 is an electronic device with network communication capability, which may be a smart phone, a tablet computer, a portable personal computer, or the like. The server 101 may be connected with the target terminal 102 through a wired network or a wireless network.
An integrated development environment (e.g., a system integrated development environment) is built in the server 101, and the integrated development environment and the MPI are combined by using the feature that the MPI runs in parallel, so that the application program can be deployed and run in the batch target terminal 102 at one time.
Fig. 2 is a flowchart illustrating an implementation of an application deployment and operation method provided in the present application. In the following description process, the application scenario shown in fig. 1 is described, and the specific implementation flow of the method is as follows:
step 200: and the server generates a configuration file for each target terminal according to the terminal information input by the user.
Specifically, when step 200 is executed, referring to the configuration flowchart shown in fig. 3, the server may adopt the steps shown in fig. 3:
s01, the server creates a kernel project according to the instruction of the user, and obtains the terminal information input by the user according to the MPI running environment configuration provided by the kernel project.
Wherein, the terminal information input by the user at least comprises: an Internet Protocol (IP) address of the target terminal, a run directory, and run information. The operation information comprises any one or combination of the following parameters: host name, network card index number and network card device number.
And S02, configuring the number of nodes.
And the server determines the number of target terminals to be deployed according to the terminal information input by the user and configures the node number of the target node.
And S03, configuring the operation directory.
The running directory is a running directory when the application program runs in the target terminal.
And S04, configuring corresponding target nodes for each target terminal respectively.
The target node includes: IP address and operation information of the target terminal. The running information is information required by the application program during running, and comprises any one or combination of the following parameters: host name, network card index number and network card device number.
Based on the steps S01-S04, the server configures and obtains MPI configuration information including an IP address, an operation directory, and operation information of each target terminal, and further compiles the kernel project, so that an MPI operation environment is configured, and a corresponding configuration file is generated for each target terminal based on the MPI configuration information.
Step 201: and the server respectively sends the kernel mirror image and the corresponding configuration file to each target terminal.
Step 202: and the target terminal deploys the operating system based on the received kernel image and the configuration file.
Specifically, the target terminal further receives a dynamic link library and a real-time process file required by the MPI sent by the server, and deploys the operating system according to the kernel image, the configuration file, the dynamic link library and the real-time process file.
Step 203: and the server sends the application program file to a target terminal to be deployed, which is specified in the created MPI target machine working set.
Specifically, the server builds the MPI target machine working set in the remote system view after compiling the application (typically the MPI application). The MPI target machine working set comprises all target nodes, and a user can determine the running state of the operating system of the target terminal corresponding to each target node through the state information of the target nodes in the MPI target machine working set, such as whether the operating system is deployed successfully or not or whether the operating system is running.
And the user specifies the target terminal to be deployed and applied through the state information of the target terminal corresponding to each target node in the MPI target machine working set, and respectively sends the application program file to each selected target terminal according to the selected IP address of each target terminal.
The application program files of different target terminals can be the same or different, and according to actual application requirements, multiple application programs with dependency relationships can be respectively deployed to different target terminals, or multiple application programs without dependency relationships can be deployed to different target terminals.
Step 204: and the target terminal installs the application program according to the received application program file.
Specifically, the target terminal installs the application program in the running directory included in the configuration file according to the received application program file in the deployed operating system.
Step 205: and the target terminal runs the application program according to the running information contained in the configuration file.
Specifically, when step 205 is executed, the target terminal receives the operation parameters sent by the server, and operates the application program according to the operation information and the operation parameters included in the configuration file.
In the embodiment of the application, the MPI target machine working set integrates all target terminals configured by MPI kernel projects, deployment is not needed for single target terminals one by one, only the target terminal to be deployed is selected, one-key deployment can be completed for a plurality of selected target terminals, and one-key operation application is realized in the plurality of target terminals.
In an embodiment of the present application, an electronic device includes: one or more processors; and
one or more computer-readable media having stored thereon a program for application deployment and execution, wherein the program, when executed by one or more processors, performs the steps in the above embodiments.
In an embodiment of the present application, one or more computer-readable media having stored thereon a program for deployment and running of an application, where the program, when executed by one or more processors, causes a communication device to perform the steps in the above-described embodiments.
Based on the same inventive concept, the embodiment of the present application further provides an application deployment and operation device, and because the principle of the device and the equipment for solving the problem is similar to that of an application deployment and operation method, the implementation of the device can refer to the implementation of the method, and repeated details are not repeated.
As shown in fig. 4, which is a schematic structural diagram of an application deployment and execution apparatus provided in an embodiment of the present application, applied to a server built with an integrated development environment, and including:
a generating unit 40, configured to generate a configuration file for each target terminal according to the acquired terminal information;
a deployment unit 41, configured to send the kernel image and the corresponding configuration file to each target terminal, so that each target terminal deploys the operating system according to the received kernel image and configuration file;
and an operation unit 42, configured to send the application file to each target terminal specified in the MPI target machine working set created by the user, so that each target terminal installs and operates a corresponding application, where the MPI target machine working set includes each configured target terminal.
Preferably, the generating unit 40 is configured to:
creating a kernel project according to a user instruction, and acquiring terminal information of each target terminal input by a user according to MPI running environment configuration provided by the kernel project; the terminal information at least comprises the following parameters: the number of each target terminal, an Internet Protocol (IP) address, an operation directory and operation information;
configuring the number of nodes according to the number of each target terminal contained in the terminal information, configuring an operation directory according to the operation directory contained in the terminal information, and configuring a corresponding target node for each target terminal according to the operation information contained in the terminal information;
compiling the kernel project according to the number of nodes, the operation directory and the target nodes configured aiming at each target terminal, and respectively generating configuration files aiming at each target terminal.
Preferably, the operation information includes any one or a combination of the following parameters: host name, network card index number and network card device number.
Preferably, the operation unit 42 is configured to:
acquiring each target terminal appointed in an MPI target machine working set created by a user;
and respectively sending the application program file to each appointed target terminal according to the IP address of each appointed target terminal, so that each target terminal installs the corresponding application program based on the operation directory contained in the configuration file and operates the application program based on the operation information contained in the configuration file.
In the application deployment and operation method, device, terminal equipment and medium provided by the embodiment of the application, a configuration file is respectively generated for each target terminal according to the acquired terminal information; respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys an operating system according to the received kernel images and the configuration files; and sending the application program file to each target terminal specified in the MPI target machine working set created by the user, so that each target terminal installs and runs the corresponding application program. Therefore, the integrated development environment is combined with the MPI, so that the one-key deployment operating system and the one-key deployment application can be carried out on each target terminal, the deployment operation steps are simplified, and the deployment efficiency of the application is improved.
For convenience of description, the above parts are separately described as modules (or units) according to functional division. Of course, the functionality of the various modules (or units) may be implemented in the same one or more pieces of software or hardware when implementing the present application.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (8)

1. An application deployment and operation method is applied to a server with an integrated development environment, and comprises the following steps:
creating a kernel project according to a user instruction, and acquiring terminal information of each target terminal input by a user according to MPI running environment configuration provided by the kernel project; the terminal information at least comprises the following parameters: the number of each target terminal, an Internet Protocol (IP) address, an operation directory and operation information;
configuring the number of nodes according to the number of each target terminal contained in the terminal information, configuring an operation directory according to an operation directory contained in the terminal information, and configuring a corresponding target node for each target terminal according to operation information contained in the terminal information;
compiling the kernel project according to the number of nodes, the operation directory and the target nodes configured for each target terminal, and respectively generating a configuration file for each target terminal;
respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys an operating system according to the received kernel images and the configuration files;
and sending an application program file to each target terminal specified in a working set of an MPI (message passing interface) target machine created by a user, so that each target terminal installs and runs a corresponding application program, wherein the working set of the MPI target machine comprises each configured target terminal.
2. The method of claim 1, wherein the operational information comprises any one or a combination of the following parameters: host name, network card index number and network card device number.
3. The method of claim 1, wherein sending application files to each target terminal specified in the user-created MPI target machine working set, such that each target terminal installs and runs an application, comprises:
acquiring each target terminal appointed in the MPI target machine working set created by the user;
and respectively sending the application program file to each appointed target terminal according to the IP address of each appointed target terminal, so that each target terminal installs a corresponding application program based on an operation directory contained in each configuration file and operates the application program based on operation information contained in the configuration file.
4. An application deployment and operation device is applied to a server built with an integrated development environment, and comprises the following components:
the generating unit is used for creating a kernel project according to an instruction of a user and acquiring terminal information of each target terminal input by the user according to MPI running environment configuration provided by the kernel project; the terminal information at least comprises the following parameters: the number of each target terminal, an Internet Protocol (IP) address, an operation directory and operation information; configuring the number of nodes according to the number of each target terminal contained in the terminal information, configuring an operation directory according to an operation directory contained in the terminal information, and configuring a corresponding target node for each target terminal according to operation information contained in the terminal information; compiling the kernel project according to the number of nodes, the operation directory and the target nodes configured for each target terminal, and respectively generating a configuration file for each target terminal;
the deployment unit is used for respectively sending the kernel images and the corresponding configuration files to each target terminal, so that each target terminal deploys the operating system according to the received kernel images and the configuration files;
and the operation unit is used for sending the application program file to each target terminal specified in a working set of an MPI (message passing interface) target machine created by a user so that each target terminal can install and operate the corresponding application program, wherein the working set of the MPI target machine comprises each configured target terminal.
5. The apparatus of claim 4, wherein the operational information comprises any one or a combination of the following parameters: host name, network card index number and network card device number.
6. The apparatus of claim 4, wherein the operating unit is configured to operate
Acquiring each target terminal appointed in the MPI target machine working set created by the user;
and respectively sending the application program file to each appointed target terminal according to the IP address of each appointed target terminal, so that each target terminal installs a corresponding application program based on an operation directory contained in each configuration file and operates the application program based on operation information contained in the configuration file.
7. A terminal device, comprising at least one processing unit and at least one memory unit, wherein the memory unit stores a computer program which, when executed by the processing unit, causes the processing unit to carry out the steps of the method according to any one of claims 1 to 3.
8. A computer-readable medium, in which a computer program executable by a terminal device is stored, which program, when run on the terminal device, causes the terminal device to carry out the steps of the method according to any one of claims 1 to 3.
CN201811433328.7A 2018-11-28 2018-11-28 Application deployment and operation method, device, terminal equipment and medium Active CN109508193B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811433328.7A CN109508193B (en) 2018-11-28 2018-11-28 Application deployment and operation method, device, terminal equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811433328.7A CN109508193B (en) 2018-11-28 2018-11-28 Application deployment and operation method, device, terminal equipment and medium

Publications (2)

Publication Number Publication Date
CN109508193A CN109508193A (en) 2019-03-22
CN109508193B true CN109508193B (en) 2022-02-18

Family

ID=65751007

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811433328.7A Active CN109508193B (en) 2018-11-28 2018-11-28 Application deployment and operation method, device, terminal equipment and medium

Country Status (1)

Country Link
CN (1) CN109508193B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110187890B (en) * 2019-05-29 2023-04-28 掌阅科技股份有限公司 Project deployment method, electronic equipment and storage medium
CN112115056A (en) * 2020-09-23 2020-12-22 北京达佳互联信息技术有限公司 Project deployment method and device, server and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102982008A (en) * 2012-11-01 2013-03-20 山东大学 Complicated function maximum and minimum solving method by means of parallel artificial bee colony algorithm based on computer cluster
CN103458002A (en) * 2013-08-15 2013-12-18 中电长城网际系统应用有限公司 One-key deployment method and device for cloud system
CN104778088A (en) * 2015-04-17 2015-07-15 华中科技大学 Method and system for optimizing parallel I/O (input/output) by reducing inter-progress communication expense
CN105159704A (en) * 2015-08-05 2015-12-16 浪潮(北京)电子信息产业有限公司 Method and apparatus for batch deployment of operation systems

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9069631B2 (en) * 2010-11-05 2015-06-30 International Business Machines Corporation Fencing data transfers in a parallel active messaging interface of a parallel computer
US10031735B2 (en) * 2016-09-30 2018-07-24 International Business Machines Corporation Secure deployment of applications in a cloud computing platform
CN108234612B (en) * 2017-12-23 2021-07-06 北京卫星信息工程研究所 Multi-terminal mode high-resolution resource dynamic allocation and on-demand service release system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102982008A (en) * 2012-11-01 2013-03-20 山东大学 Complicated function maximum and minimum solving method by means of parallel artificial bee colony algorithm based on computer cluster
CN103458002A (en) * 2013-08-15 2013-12-18 中电长城网际系统应用有限公司 One-key deployment method and device for cloud system
CN104778088A (en) * 2015-04-17 2015-07-15 华中科技大学 Method and system for optimizing parallel I/O (input/output) by reducing inter-progress communication expense
CN105159704A (en) * 2015-08-05 2015-12-16 浪潮(北京)电子信息产业有限公司 Method and apparatus for batch deployment of operation systems

Also Published As

Publication number Publication date
CN109508193A (en) 2019-03-22

Similar Documents

Publication Publication Date Title
CN110187912B (en) Node selection method and device
WO2017185606A1 (en) Overlay mechanism-based apk development method and system
CN108228444B (en) Test method and device
CN111399840B (en) Module development method and device
CN106713469B (en) Dynamic loading method, device and system for distributed container
CN107577609B (en) Embedded system dynamic module debugging system based on host end dynamic link
EP3447635A1 (en) Application architecture generation
CN113805882A (en) Method and device for developing application program, electronic equipment and storage medium
CN109508193B (en) Application deployment and operation method, device, terminal equipment and medium
CA3155732A1 (en) Business process configuring method, business request processing method, and devices
CN104166570B (en) A kind of method, equipment and the system of online updating file
CN112769706B (en) Componentized routing method and system
CN113110864A (en) Application program updating method and device and storage medium
CN110928548A (en) Data processing method and equipment
CN111752587B (en) Batch processing method and device for small programs, electronic equipment and readable storage medium
CN111142884A (en) Applet version deployment method and device, electronic equipment and storage medium
CN107844410A (en) The adjustment method and device of a kind of distributed cluster system
CN112559143A (en) Task scheduling method and system and computing device
CN110109684B (en) Block chain link point management proxy service installation method, electronic device and storage medium
CN108595178B (en) Hook-based data acquisition method, device and equipment
CN114157654A (en) Integrated circuit collaborative design system and method
You et al. A comparative study of cross-platform mobile application development
CN110018831B (en) Program processing method, program processing apparatus, and computer-readable storage medium
CN113495723B (en) Method, device and storage medium for calling functional component
CN111414154A (en) Method and device for front-end development, electronic equipment and 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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190322

Assignee: Kedong (Guangzhou) Software Technology Co., Ltd

Assignor: Beijing Dongtu Technology Co., Ltd.|Beijing keyin Jingcheng Technology Co., Ltd

Contract record no.: X2020980000255

Denomination of invention: Application deployment operation method, apparatus, terminal device and medium

License type: Exclusive License

Record date: 20200218

GR01 Patent grant
GR01 Patent grant