CN117707704A - Java virtual machine configuration method and system - Google Patents

Java virtual machine configuration method and system Download PDF

Info

Publication number
CN117707704A
CN117707704A CN202311760604.1A CN202311760604A CN117707704A CN 117707704 A CN117707704 A CN 117707704A CN 202311760604 A CN202311760604 A CN 202311760604A CN 117707704 A CN117707704 A CN 117707704A
Authority
CN
China
Prior art keywords
virtual machine
data
target
generating
target virtual
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
CN202311760604.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.)
China Standard Intelligent Security Technology Co Ltd
Original Assignee
China Standard Intelligent Security 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 China Standard Intelligent Security Technology Co Ltd filed Critical China Standard Intelligent Security Technology Co Ltd
Priority to CN202311760604.1A priority Critical patent/CN117707704A/en
Publication of CN117707704A publication Critical patent/CN117707704A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

The invention provides a Java virtual machine configuration method and a Java virtual machine configuration system, wherein the Java virtual machine configuration method comprises the following steps: acquiring an environment description text of a virtual machine, and generating a virtual machine configuration file corresponding to the environment description text; identifying a current operating system, and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file; configuring memory parameters for the target virtual machine, and judging whether the idle memory of the current system meets the memory parameters when receiving a starting request pointing to the target virtual machine; and if the idle memory of the current system meets the memory parameters, starting the target virtual machine. The technical scheme provided by the invention can conveniently generate the virtual machine.

Description

Java virtual machine configuration method and system
Technical Field
The invention relates to the technical field of computers, in particular to a Java virtual machine configuration method and system.
Background
Currently, when configuring virtual machines in a computer, it is often necessary to prepare different configuration files in advance for different virtual machines. However, in many application scenarios, a person configuring a virtual machine does not have specialized virtual machine knowledge, so that an accurate configuration file cannot be provided, and thus, a configuration process of the virtual machine cannot be independently completed.
In view of this, there is a need for a simpler virtual machine configuration method.
Disclosure of Invention
The invention provides a Java virtual machine configuration method and a Java virtual machine configuration system, which can conveniently configure a virtual machine.
In view of this, an aspect of the present invention provides a Java virtual machine configuration method, the method including:
acquiring an environment description text of a virtual machine, and generating a virtual machine configuration file corresponding to the environment description text;
identifying a current operating system, and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
configuring memory parameters for the target virtual machine, and judging whether the idle memory of the current system meets the memory parameters when receiving a starting request pointing to the target virtual machine;
and if the idle memory of the current system meets the memory parameters, starting the target virtual machine.
In one embodiment, generating a target virtual machine that matches the type of the operating system includes:
generating a target virtual machine by using a Docker and KVM based virtualization technology aiming at a Windows operating system;
and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
In one embodiment, generating the virtual machine configuration file corresponding to the environment description text includes:
extracting text features corresponding to the environment description text, and generating configuration index information by taking the text features as priori conditions;
and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
In one embodiment, generating configuration index information using the text feature as a priori condition includes:
acquiring an index coding table after training, and identifying a target index code with highest similarity with the text characteristics in the index coding table;
taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition;
and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
In one embodiment, after starting the target virtual machine, the method further comprises:
after receiving an update instruction, sending a call request to a monitor of the target virtual machine, so that the monitor configures a target storage space for the target virtual machine;
and if the target storage space is configured, loading an updating program corresponding to the updating instruction into the target storage space, and updating the target virtual machine by utilizing the updating program.
The invention also provides a Java virtual machine configuration system, which comprises:
the configuration file generation unit is used for acquiring an environment description text of the virtual machine and generating a virtual machine configuration file corresponding to the environment description text;
the virtual machine generating unit is used for identifying the current operating system and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
the judging unit is used for configuring memory parameters for the target virtual machine and judging whether the idle memory of the current system meets the memory parameters or not when receiving a starting request pointing to the target virtual machine;
and the starting unit is used for starting the target virtual machine if the idle memory of the current system meets the memory parameters.
In one embodiment, the virtual machine generating unit is specifically configured to generate, for a Windows operating system, a target virtual machine using a virtualization technology based on Docker and KVM; and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
In one embodiment, the configuration file generating unit is specifically configured to extract a text feature corresponding to the environment description text, and generate configuration index information by using the text feature as a priori condition; and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
In one embodiment, the configuration file generating unit is specifically further configured to obtain an index code table after training is completed, and identify a target index code with highest similarity to the text feature in the index code table; taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition; and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
In one embodiment, the system further comprises:
the updating unit is used for sending a call request to a monitor of the target virtual machine after receiving an updating instruction so that the monitor configures a target storage space for the target virtual machine; and if the target storage space is configured, loading an updating program corresponding to the updating instruction into the target storage space, and updating the target virtual machine by utilizing the updating program.
According to the technical scheme provided by the invention, the corresponding virtual machine configuration file can be automatically generated based on the environment description text conforming to the natural language rule. In this way, the generation of the configuration file can be completed without having specialized virtual machine knowledge. Subsequently, for the generated virtual machine configuration file, a corresponding target virtual machine can be generated in different operating systems. In order to ensure that the target virtual machine can be started normally, the memory parameters can be verified in advance, and the target virtual machine can be started after the verification is passed. Obviously, the virtual machine configuration method greatly reduces the threshold of virtual machine configuration, thereby improving the efficiency of virtual machine configuration.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims thereof as well as the appended drawings.
The technical scheme of the invention is further described in detail through the drawings and the embodiments.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate the invention and together with the embodiments of the invention, serve to explain the invention. In the drawings:
FIG. 1 is a schematic diagram illustrating steps of a configuration method of a Java virtual machine according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a functional module of a Java virtual machine configuration system according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
Referring to fig. 1, one embodiment of the present application provides a Java virtual machine configuration method, which includes:
s1: acquiring an environment description text of a virtual machine, and generating a virtual machine configuration file corresponding to the environment description text;
s2: identifying a current operating system, and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
s3: configuring memory parameters for the target virtual machine, and judging whether the idle memory of the current system meets the memory parameters when receiving a starting request pointing to the target virtual machine;
s4: and if the idle memory of the current system meets the memory parameters, starting the target virtual machine.
In one embodiment, generating a target virtual machine that matches the type of the operating system includes:
generating a target virtual machine by using a Docker and KVM based virtualization technology aiming at a Windows operating system;
and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
In one embodiment, generating the virtual machine configuration file corresponding to the environment description text includes:
extracting text features corresponding to the environment description text, and generating configuration index information by taking the text features as priori conditions;
and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
In this embodiment, a transformer architecture may be used to process the environment description text to derive the virtual machine configuration file. The environment description text may be text conforming to a natural language rule, for example, may be a sentence provided by a user for describing a virtual machine. By identifying the environment description text, the characteristics required by the virtual machine to be created can be clarified, and the target virtual machine can be accurately created based on the characteristics.
The transducer architecture can provide a text sample and a configuration file matched with the text sample in the training process. In a transducer architecture, an initial index encoding table may be provided that characterizes the mapping between text features and index encodings. In the initial stage of training, the mapping relationship is often inaccurate, and the mapping relationship can be gradually corrected in the training process of the configuration file and the text sample, so that index codes in the index code table can correspond to text features. Wherein the index code may be part of the configuration index information. Each index code is predicted one by one according to the sequence, and the index codes can be formed into configuration index information.
In one embodiment, generating configuration index information using the text feature as a priori condition includes:
acquiring an index coding table after training, and identifying a target index code with highest similarity with the text characteristics in the index coding table;
taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition;
and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
For example, the initial code predicted from the text feature may be a, for example, and then the text feature+a may be used as input data, so as to predict a subsequent code B after a; the text feature +a+b may then be taken as input data, continuing with the subsequent encoding C after prediction B, and so on, until the last encoding is predicted. Finally, each predicted code can be spliced, so that complete configuration index information is obtained.
After the configuration index information and the text features are fused, the features of the virtual machine to be created can be more accurately represented, and based on the fused feature data, a neural network model which is trained can be adopted to generate a corresponding virtual machine configuration file.
In one embodiment, after starting the target virtual machine, the method further comprises:
after receiving an update instruction, sending a call request to a monitor of the target virtual machine, so that the monitor configures a target storage space for the target virtual machine;
and if the target storage space is configured, loading an updating program corresponding to the updating instruction into the target storage space, and updating the target virtual machine by utilizing the updating program.
Updating the target virtual machine with the update program includes:
step A1: before loading the update program corresponding to the update instruction into the target storage space, performing data decomposition on the update program corresponding to the update instruction, and performing data decomposition on the update program corresponding to the update instruction by using formula (1) to decompose the update program into a plurality of sub-program data
Wherein Z is 16- a represents a binary form of the decomposed a-th subroutine data; k (K) 16 A 16-system form of an update program corresponding to the update instruction is represented; n represents the maximum number of data bits of the decomposed subroutine data; a represents an integer variable; len (), len []All represent the total number of bits of the data in brackets;representing a downward rounding; k (K) 16 [a×n+1→(a+1)×n]Representing data K 16 16-ary data on the (a+1) th x n-th bit of a x n+1-th bit; k (K) 16 [a×n+1→len(K 16 )]Representing data K 16 From the (a×n+1) th to the (len) (K) 16 ) 16-ary data on bits;
step A2: performing data calibration on the plurality of subprogram data according to the positions of the plurality of subprogram data in the update program by using a formula (2)
Wherein B is 16- a represents 16-system form data after data calibration is carried out on the first subprogram data; () 16 Representing the conversion of the values in brackets to 16-ary numbers;representing an upward rounding; representing a left shift;
loading the subroutine data into the target storage space in parallel;
step A3: after the target storage space receives a plurality of data, carrying out data combination on the data according to the calibration data on each data by using a formula (3)
Wherein a_i represents the number of merging positions of the ith data received by the target storage space; b 16- i represents a 16-ary form of the i-th data received by the target storage space;
the received data is first right shiftedAnd then merging the bits according to the corresponding merging position number, thereby obtaining the original updating program corresponding to the updating instruction.
The beneficial effects of the technical scheme are as follows: utilizing the formula (1) in the step A1 to decompose the data of the update program corresponding to the update instruction into a plurality of subprogram data, thereby transmitting the data in parallel and improving the data transmission efficiency; and then carrying out data calibration on the plurality of subprogram data according to the positions of the plurality of subprogram data in the updating program by utilizing the formula (2) in the step A2, thereby ensuring the reliability of data merging after data transmission; and then, after receiving a plurality of data by utilizing the formula (3) in the step A3, carrying out data combination on the data by utilizing the formula (3) according to the calibration data on each data, thereby completely restoring the original data and ensuring the accuracy of the data.
Referring to fig. 2, the present invention further provides a Java virtual machine configuration system, which includes:
the configuration file generation unit is used for acquiring an environment description text of the virtual machine and generating a virtual machine configuration file corresponding to the environment description text;
the virtual machine generating unit is used for identifying the current operating system and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
the judging unit is used for configuring memory parameters for the target virtual machine and judging whether the idle memory of the current system meets the memory parameters or not when receiving a starting request pointing to the target virtual machine;
and the starting unit is used for starting the target virtual machine if the idle memory of the current system meets the memory parameters.
In one embodiment, the virtual machine generating unit is specifically configured to generate, for a Windows operating system, a target virtual machine using a virtualization technology based on Docker and KVM; and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
In one embodiment, the configuration file generating unit is specifically configured to extract a text feature corresponding to the environment description text, and generate configuration index information by using the text feature as a priori condition; and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
In one embodiment, the configuration file generating unit is specifically further configured to obtain an index code table after training is completed, and identify a target index code with highest similarity to the text feature in the index code table; taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition; and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
In one embodiment, the system further comprises:
the updating unit is used for sending a call request to a monitor of the target virtual machine after receiving an updating instruction so that the monitor configures a target storage space for the target virtual machine; and if the target storage space is configured, loading an updating program corresponding to the updating instruction into the target storage space, and updating the target virtual machine by utilizing the updating program.
According to the technical scheme provided by the invention, the corresponding virtual machine configuration file can be automatically generated based on the environment description text conforming to the natural language rule. In this way, the generation of the configuration file can be completed without having specialized virtual machine knowledge. Subsequently, for the generated virtual machine configuration file, a corresponding target virtual machine can be generated in different operating systems. In order to ensure that the target virtual machine can be started normally, the memory parameters can be verified in advance, and the target virtual machine can be started after the verification is passed. Obviously, the virtual machine configuration method greatly reduces the threshold of virtual machine configuration, thereby improving the efficiency of virtual machine configuration.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (10)

1. A Java virtual machine configuration method, the method comprising:
acquiring an environment description text of a virtual machine, and generating a virtual machine configuration file corresponding to the environment description text;
identifying a current operating system, and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
configuring memory parameters for the target virtual machine, and judging whether the idle memory of the current system meets the memory parameters when receiving a starting request pointing to the target virtual machine;
and if the idle memory of the current system meets the memory parameters, starting the target virtual machine.
2. The method of claim 1, wherein generating a target virtual machine that matches a type of the operating system comprises:
generating a target virtual machine by using a Docker and KVM based virtualization technology aiming at a Windows operating system;
and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
3. The method of claim 1, wherein generating the virtual machine configuration file corresponding to the environment description text comprises:
extracting text features corresponding to the environment description text, and generating configuration index information by taking the text features as priori conditions;
and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
4. A method according to claim 3, wherein generating configuration index information using the text feature as a priori condition comprises:
acquiring an index coding table after training, and identifying a target index code with highest similarity with the text characteristics in the index coding table;
taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition;
and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
5. The method of claim 1, wherein after starting the target virtual machine, the method further comprises:
after receiving an update instruction, sending a call request to a monitor of the target virtual machine, so that the monitor configures a target storage space for the target virtual machine;
and if the target storage space is configured, loading an updating program corresponding to the updating instruction into the target storage space, and updating the target virtual machine by utilizing the updating program.
6. The method of claim 5, wherein updating the target virtual machine with the update program comprises:
step A1: before loading the update program corresponding to the update instruction into the target storage space, performing data decomposition on the update program corresponding to the update instruction, and performing data decomposition on the update program corresponding to the update instruction by using formula (1) to decompose the update program into a plurality of sub-program data
Wherein Z is 16 A represents the broken-down 16-ary form of the a-th subroutine data; k (K) 16 A 16-system form of an update program corresponding to the update instruction is represented; n represents the maximum number of data bits of the decomposed subroutine data; a represents an integer variable; len (), len []All represent the total number of bits of the data in brackets;representing a downward rounding; k (K) 16 [a×n+1→(a+1)×n]Representing data K 16 16-ary data on the (a+1) th x n-th bit of a x n+1-th bit; k (K) 16 [a×n+1→len(K 16 )]Representing data K 16 From the (a×n+1) th to the (len) (K) 16 ) 16-ary data on bits;
step A2: performing data calibration on the plurality of subprogram data according to the positions of the plurality of subprogram data in the update program by using a formula (2)
Wherein B is 16 A represents 16-system form data after data calibration of the first subroutine data; () 16 Representing the conversion of the values in brackets to 16-ary numbers;representing an upward rounding;<<representing a left shift;
loading the subroutine data into the target storage space in parallel;
step A3: after the target storage space receives a plurality of data, carrying out data combination on the data according to the calibration data on each data by using a formula (3)
Wherein a_i represents the number of merging positions of the ith data received by the target storage space; b 16 I represents the 16 th form of the i-th data received by the target storage space;
the received data is first right shiftedAnd then merging the bits according to the corresponding merging position number, thereby obtaining the original updating program corresponding to the updating instruction.
7. A Java virtual machine configuration system, the system comprising:
the configuration file generation unit is used for acquiring an environment description text of the virtual machine and generating a virtual machine configuration file corresponding to the environment description text;
the virtual machine generating unit is used for identifying the current operating system and generating a target virtual machine matched with the type of the operating system according to the virtual machine configuration file;
the judging unit is used for configuring memory parameters for the target virtual machine and judging whether the idle memory of the current system meets the memory parameters or not when receiving a starting request pointing to the target virtual machine;
and the starting unit is used for starting the target virtual machine if the idle memory of the current system meets the memory parameters.
8. The system according to claim 7, wherein the virtual machine generating unit is specifically configured to generate, for the Windows operating system, the target virtual machine using a virtualization technology based on Docker and KVM; and generating a target virtual machine by using a Docker Stream technology aiming at the Linux operating system.
9. The system according to claim 7, wherein the configuration file generating unit is specifically configured to extract a text feature corresponding to the environment description text, and generate configuration index information using the text feature as a priori condition; and fusing the configuration index information with the text features, and generating a virtual machine configuration file based on the fused feature data.
10. The system according to claim 9, wherein the configuration file generating unit is further specifically configured to obtain a training-completed index code table, and identify, in the index code table, a target index code having a highest similarity to the text feature; taking the target index code as an initial code of index information, and predicting a subsequent code after the initial code under the condition that the text characteristic is taken as a priori condition; and continuously predicting undetermined subsequent codes based on the currently determined initial codes and the subsequent codes until complete coded data is generated, and taking the complete coded data as generated configuration index information.
CN202311760604.1A 2023-12-20 2023-12-20 Java virtual machine configuration method and system Pending CN117707704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311760604.1A CN117707704A (en) 2023-12-20 2023-12-20 Java virtual machine configuration method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311760604.1A CN117707704A (en) 2023-12-20 2023-12-20 Java virtual machine configuration method and system

Publications (1)

Publication Number Publication Date
CN117707704A true CN117707704A (en) 2024-03-15

Family

ID=90158615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311760604.1A Pending CN117707704A (en) 2023-12-20 2023-12-20 Java virtual machine configuration method and system

Country Status (1)

Country Link
CN (1) CN117707704A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100235831A1 (en) * 2009-03-12 2010-09-16 Arend Erich Dittmer Method for dynamic configuration of virtual machine
US20130097357A1 (en) * 2011-10-18 2013-04-18 Industrial Technology Research Institute Method for identifying memory of virtual machine and computer system thereof
CN105843670A (en) * 2016-03-22 2016-08-10 浙江大学 Cloud platform based virtual cluster deployment and integration method
CN107729117A (en) * 2016-08-10 2018-02-23 中国移动通信集团重庆有限公司 A kind of virtual machine generation method and system
CN108984268A (en) * 2018-07-13 2018-12-11 郑州云海信息技术有限公司 The method and apparatus of Container Management in Docker system
CN110941440A (en) * 2019-10-31 2020-03-31 北京浪潮数据技术有限公司 Batch updating method, device and equipment for virtual machines and readable storage medium
CN112463296A (en) * 2020-11-25 2021-03-09 苏州浪潮智能科技有限公司 Method and device for creating virtual machine
CN113791873A (en) * 2021-11-16 2021-12-14 统信软件技术有限公司 Virtual machine creating method, computing device and storage medium
CN116107690A (en) * 2022-12-13 2023-05-12 超聚变数字技术有限公司 Virtual machine memory management method and computing device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100235831A1 (en) * 2009-03-12 2010-09-16 Arend Erich Dittmer Method for dynamic configuration of virtual machine
US20130097357A1 (en) * 2011-10-18 2013-04-18 Industrial Technology Research Institute Method for identifying memory of virtual machine and computer system thereof
CN105843670A (en) * 2016-03-22 2016-08-10 浙江大学 Cloud platform based virtual cluster deployment and integration method
CN107729117A (en) * 2016-08-10 2018-02-23 中国移动通信集团重庆有限公司 A kind of virtual machine generation method and system
CN108984268A (en) * 2018-07-13 2018-12-11 郑州云海信息技术有限公司 The method and apparatus of Container Management in Docker system
CN110941440A (en) * 2019-10-31 2020-03-31 北京浪潮数据技术有限公司 Batch updating method, device and equipment for virtual machines and readable storage medium
CN112463296A (en) * 2020-11-25 2021-03-09 苏州浪潮智能科技有限公司 Method and device for creating virtual machine
CN113791873A (en) * 2021-11-16 2021-12-14 统信软件技术有限公司 Virtual machine creating method, computing device and storage medium
CN116107690A (en) * 2022-12-13 2023-05-12 超聚变数字技术有限公司 Virtual machine memory management method and computing device

Similar Documents

Publication Publication Date Title
CN111222317B (en) Sequence labeling method, system and computer equipment
Ron et al. The power of amnesia: Learning probabilistic automata with variable memory length
CN110097085B (en) Lyric text generation method, training method, device, server and storage medium
CN111814466A (en) Information extraction method based on machine reading understanding and related equipment thereof
CN112215013B (en) Clone code semantic detection method based on deep learning
CN112528634A (en) Text error correction model training and recognition method, device, equipment and storage medium
CN111241814A (en) Error correction method and device for voice recognition text, electronic equipment and storage medium
CN108959388B (en) Information generation method and device
CN115328756A (en) Test case generation method, device and equipment
CN112084752B (en) Sentence marking method, device, equipment and storage medium based on natural language
CN109977014A (en) Code error recognition methods, device, equipment and storage medium based on block chain
CN112732741A (en) SQL statement generation method, device, server and computer readable storage medium
CN113190675A (en) Text abstract generation method and device, computer equipment and storage medium
CN112800737B (en) Natural language text generation method and device and dialogue system
CN113296755A (en) Code structure tree library construction method and information push method
CN112395880B (en) Error correction method and device for structured triples, computer equipment and storage medium
CN110442843B (en) Character replacement method, system, computer device and computer readable storage medium
CN117707704A (en) Java virtual machine configuration method and system
CN111324344A (en) Code statement generation method, device, equipment and readable storage medium
CN116702761A (en) Text error correction method, device, equipment and storage medium
CN116167382A (en) Intention event extraction method and device, electronic equipment and storage medium
CN112346737B (en) Method, device and equipment for training programming language translation model and storage medium
CN115328753A (en) Fault prediction method and device, electronic equipment and storage medium
CN115099359A (en) Address recognition method, device, equipment and storage medium based on artificial intelligence
CN115525535A (en) Electric energy meter function detection method based on multi-protocol identification and self-test

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