CN113032094A - CAD containerization method and device and electronic equipment - Google Patents

CAD containerization method and device and electronic equipment Download PDF

Info

Publication number
CN113032094A
CN113032094A CN202110249299.4A CN202110249299A CN113032094A CN 113032094 A CN113032094 A CN 113032094A CN 202110249299 A CN202110249299 A CN 202110249299A CN 113032094 A CN113032094 A CN 113032094A
Authority
CN
China
Prior art keywords
cad
container
related development
dockerfile
development component
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
CN202110249299.4A
Other languages
Chinese (zh)
Inventor
石康
杨军
陈挺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Wanyi Digital Technology Co ltd
Original Assignee
Wanyi 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 Wanyi Technology Co Ltd filed Critical Wanyi Technology Co Ltd
Priority to CN202110249299.4A priority Critical patent/CN113032094A/en
Publication of CN113032094A publication Critical patent/CN113032094A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a CAD containerization method, a CAD containerization device and electronic equipment, wherein the CAD containerization method comprises the steps of configuring at least one container in a windows server and configuring the container into a docker environment, wherein the windows server is configured with CAD related development components; constructing a Dockerfile of the CAD related development component, so that the Dockerfile has a command for installing and executing the CAD related development component; in a container under a docker environment, after the CAD related development component is installed and executed through the Dockerfile, a mirror image of the CAD related development component is generated. By implementing the embodiment of the invention, the CAD related components are constructed into the docker mirror images, and in any windows server with docker environment, developers can operate a plurality of docker containers on the same windows server through containerization of the CAD related components, so that the containers are isolated from each other, the server resources can be used more efficiently, and the resource waste is reduced.

Description

CAD containerization method and device and electronic equipment
Technical Field
The invention relates to the technical field of containers, in particular to a CAD containerization method, a CAD containerization device and electronic equipment.
Background
At present, technicians mainly store relevant installation packages of revit, RealDWG and AutoCAD components in a virtual machine based on the virtual machine, complete installation and configuration of the dependent components through interface operation of a windows server, then print the self-research service into the installation packages to be transmitted to the windows server, install and start the self-research relevant service, and finally provide applied functional service, however, when developing the CAD relevant service based on the virtual machine, one server cannot deploy a plurality of CAD relevant services, and component deployment depended on the CAD relevant service needs to be completed manually, which consumes time and labor; the component files depended on by the CAD related services need to be stored greatly, and the operation is not flexible when the CAD related services are newly added.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a CAD containerization method, device and electronic device, so as to containerize CAD related components.
In a first aspect, an embodiment of the present invention provides a CAD containerization method, including:
configuring at least one container in a windows server and configuring the container into a docker environment, wherein the windows server is configured with CAD related development components;
constructing a Dockerfile of the CAD related development component, so that the Dockerfile has a command for installing and executing the CAD related development component;
in a container under a docker environment, after the CAD related development component is installed and executed through the Dockerfile, a mirror image of the CAD related development component is generated.
In an optional implementation manner, when constructing the Dockerfile of the CAD related development component, the Dockerfile contains a command to introduce the windows base image into the container, and the command to introduce the windows base image into the container is executed before executing the command to install and execute the CAD related development component.
In an alternative implementation, after the CAD-related development component is installed and executed through the Dockerfile, an image of the CAD-related development component is generated, including generating the image of the CAD-related development component using docker through the PowerShell client.
In an optional implementation manner, when constructing the Dockerfile of the CAD-related development component, a CMD process command of a container in a docker environment is also constructed in the Dockerfile.
In an alternative implementation, the Dockerfile has a command to copy CAD-related development components in the windows server and outside the container into the container, and before installing and executing the command of the CAD-related development components, the CAD-related development components in the windows server and outside the container are copied into the container through the copy command in the Dockerfile.
In an alternative implementation, the CAD-related development component comprises at least one of a CAD-related development component installation package and a CAD-related development component compression package.
In an optional implementation manner, the Dockerfile further has a delete command, where the delete command is used to delete the file, the installation package, or the compression package in the container after receiving a delete instruction of the user.
In an optional implementation manner, after the CAD-related development component is installed in the container in the docker environment, the CAD-related development component installation package or/and the CAD-related development component compression package is deleted through the deletion command of the Dockerfile.
In a second aspect, the present application provides a CAD containerization apparatus, comprising:
the system comprises a container configuration module, a container configuration module and a container configuration module, wherein the container configuration module is used for configuring at least one container in a windows server and configuring the container into a docker environment, and the windows server is configured with CAD related development components;
the container command construction module is used for constructing a Dockerfile of the CAD related development component, so that the Dockerfile has commands for installing and executing the CAD related development component;
and the mirror image generation module is used for generating a mirror image of the CAD related development component after the CAD related development component is installed and executed in the container under the docker environment through the Dockerfile.
In a third aspect, the present application provides an electronic device comprising a storage for storing a computer program and a processor for invoking the computer program to perform the method of any one of claims 1-8.
By implementing the embodiment of the invention, the CAD related components are constructed into the docker mirror images, the mirror images can be downloaded to the server in any windows server with docker environment only by using docker pull commands, the use is simple and convenient, the constructed docker mirror images all depend on the same basic mirror image, the storage of the basic mirror image can be shared, thereby reducing the size of the required disk, through the containerization of the CAD related components, developers can operate a plurality of docker containers on the same windows server, the resources among the containers are isolated, the server resources can be used more efficiently, and the resource waste is reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments or the background art of the present invention, the drawings required to be used in the embodiments or the background art of the present invention will be described below.
FIG. 1 is a flow chart of a CAD containerization method provided by an embodiment of the present invention;
fig. 2 is a block diagram of a CAD containerization apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device for implementing CAD containerization according to an embodiment of the present invention;
wherein, 10, the device; 101. a container configuration module; 102. a container command construction module; 103. a mirror image generation module; 200. a processor; 300. a reservoir.
Detailed Description
The embodiments of the present invention will be described below with reference to the drawings.
In order to more clearly understand the CAD containerization method provided by the embodiment of the present application, terms mentioned in the CAD containerization method are explained first below.
CAD, which is referred to in the embodiments of the present application as application software of Computer Aided Design (CAD Design), exists in multiple versions, such as AutoCAD2007, AutoCAD2008 and AutoCAD 2019.
A container, a container, is an abstraction of the application layer that packages code and dependencies together. In the CAD containerization method provided by the embodiment of the application, the CAD application software is isolated in the container, so that the CAD application software does not interfere with the application in other containers.
In the embodiment of the application, the Dockerfile is used for constructing the mirror image of the CAD related component in the Docker environment.
Docker is an open source application container engine, so that developers can pack their applications and dependence packages into a portable container, and then distribute the container to any popular Linux machine or Windows machine, and can also realize virtualization, and the containers completely use a sandbox mechanism and do not have any interface.
Docker uses a client-server (C/S) architecture schema, using remote interfaces, to manage and create Docker containers, the C/S architecture being a client and server architecture, the C/S architecture being a software system architecture.
Referring to fig. 1, fig. 1 is a flowchart of a CAD containerization method according to an embodiment of the present invention, where a subject of the CAD containerization method shown in fig. 1 may be the apparatus 100, or may be an electronic device, and the method includes steps S1-S3, which include the following specific steps:
s1, configuring at least one container in a windows server and configuring the container into a docker environment, wherein the windows server is configured with CAD related development components;
in this embodiment, the configuring at least one container in the windows server means that the apparatus 100 may configure more than two containers on the windows server. Each container is configured with independent physical resources, and the basic environment of each container is configured, so that each container is ensured to monopolize the physical resources, and physical resource sharing is not performed.
S2, constructing a Dockerfile of the CAD related development component, so that the Dockerfile has a command for installing and executing the CAD related development component;
in the embodiment of the application, the Docker file is constructed, meanwhile, the work directory of the container is further constructed in the container, the Docker file is provided with a command corresponding to the work directory, the container can be controlled to run through the command of the Docker file, before the CAD related development component is installed and executed, the CAD related development component in the windows server is copied to the container, and the container is installed and executed in a Docker environment. And establishing a mirror image according to the three layers of the operating system layer, the middle layer and the application layer.
Specifically, when the mirror image of the CAD related development assembly is constructed, mcr. microsoft. com/windows:1809 in a windows server is used as a basic mirror image, the storage of the parts can be shared, so that the size of a required disk is reduced, an operating system layer pulls the mcr. microsoft. com/windows:1809 mirror image in a mirror image warehouse as the basic mirror image, and OpenSSH service is installed; the middle layer loads the installation files of the CAD related development components into the basic mirror image, and the application layer loads the Etcd client into the basic mirror image.
S3, in the container under the docker environment, after the CAD related development component is installed and executed through the Dockerfile, a mirror image of the CAD related development component is generated.
In the embodiment of the application, the container is installed and executed in a Docker environment, so that a mirror image of the CAD related development component can be generated, and a developer can use the mirror image of the containerized CAD related development component as a basic mirror image of a self-research service to quickly deploy and start the self-research service based on the CAD related development component in a windows server.
The generated mirror image of the CAD related component can be downloaded to the server only by using a docker pull command in any windows server with docker environment, and the method is simple and convenient to use.
In an embodiment of the application, when constructing the Dockerfile of the CAD related development component, the Dockerfile includes a command to introduce a windows base image into a container, and the command to introduce the windows base image into the container is executed before executing the command to install and execute the CAD related development component.
In this embodiment, the Dockerfile has a working directory, and the working directory corresponds to the execution of the commands in the container one to one.
In the embodiment of the application, the windows basic mirror image is mcr. microsoft.com/windows 1809 mirror image, when the CAD related development component is installed and executed, the operating system layer pulls the mcr. microsoft.com/windows 1809 mirror image in the mirror image warehouse as the basic mirror image, and installs OpenSSH service; the middle layer loads the installation files of the CAD related development components into the basic mirror image, and the application layer loads the Etcd client into the basic mirror image, so that the construction of the mirror image of the CAD related development components is realized.
After the CAD related development component is installed and executed through the Dockerfile, when the mirror image of the CAD related development component is pushed according to the request of another container, the mirror image of the CAD related development component is pushed through the PowerShell client by using a docker command.
In this embodiment, the Dockerfile has a push command, and when another container sends an image for downloading the CAD related development component, the PowerShell client pushes the image of the CAD related development component to the container by using the docker command.
In the embodiment of the application, when the Dockerfile of the CAD related development component is constructed, a CMD process command of a container in a docker environment is also constructed in the Dockerfile.
The CAD process command is a Windows command prompt which is a shell program used for running a Windows control panel program or some DOS programs under Windows NT; or the CMD process command of the container can control the operation of the container under the docker environment.
The Dockerfile has commands for copying CAD related development components in the windows server and outside the container into the container, and the CAD related development components in the windows server and outside the container are copied into the container through the copy commands in the Dockerfile before the commands of the CAD related development components are installed and executed.
In this embodiment, when an application of the CAD related development component needs to be run in the container, the CAD related development component needs to be installed in the container, after the container is configured, the CAD related development component in the windows server is copied into the container through a copy command in the Dockerfile, and the CAD related development component is installed in the container, so that the CAD related development component can be run in the independent space in the container.
The CAD related development component includes at least one of a CAD related development component installation package and a CAD related development component compression package.
In this embodiment, the CAD related development component in the Windows server may be an installation package or a compression package, and if the CAD related development component in the Windows server is an installation package, the installation package is directly copied into a container for installation, and if the CAD related development component is a compression package, the compression package needs to be decompressed through a decompression command of a Dockerfile, and then the CAD related development component is installed.
The Dockerfile also has a delete command, which is used to delete the file, installation package or compression package in the container after receiving a delete instruction from the user.
In this embodiment, after the installation package of the CAD-related development component in the container is installed, the installation package of the CAD-related development component in the container may be deleted, which does not affect the operation of the CAD-related development component in the container, and the storage size in the container may be reduced by deleting the CAD-related development component in the container.
Specifically, after the CAD related development component is installed in the container in the docker environment, the CAD related development component installation package or/and the CAD related development component compression package is deleted through the deletion command of the Dockerfile.
By implementing the embodiment of the invention, the CAD related components are constructed into the docker mirror images, the mirror images can be downloaded to the server in any windows server with docker environment only by using docker pull commands, the use is simple and convenient, the constructed docker mirror images all depend on the same basic mirror image, the storage of the basic mirror image can be shared, thereby reducing the size of the required disk, through the containerization of the CAD related components, developers can operate a plurality of docker containers on the same windows server, the resources among the containers are isolated, the server resources can be used more efficiently, and the resource waste is reduced.
Referring to fig. 2, fig. 2 is a block diagram of a CAD containerization apparatus 100 according to an embodiment of the present application, where the apparatus 100 may perform a CAD containerization method, and the apparatus 100 includes a container configuration module 101, a mirror generation module 103, and a mirror push module.
The container configuration module 101 is configured to configure at least one container in a windows server, and configure the container into a docker environment, where the windows server is configured with a CAD-related development component; when configuring a container, the container configuration module 101 detects an operation instruction for configuring the container, and configures the container in the windows server.
The container command construction module 102 is configured to construct a Dockerfile of the CAD-related development component, so that the Dockerfile has commands for installing and executing the CAD-related development component;
when obtaining an operation instruction for constructing a Dockerfile, the mirror image generation module 103 executes the constructed Dockerfile, where the Dockerfile has a working directory, the Dockerfile has a command corresponding to the working directory, and the operation of application software (CAD-related development component) in the container can be controlled through the command of the Dockerfile.
The mirror image generation module 103 is configured to, in a container in a docker environment, install and execute a CAD-related development component through a Dockerfile, and then generate a mirror image of the CAD-related development component through a PowerShell client using a docker command.
That is, after the CAD-related development component is installed and executed by the Dockerfile, an image of the CAD-related development component is generated according to an operation instruction of the user (using a docker command by the PowerShell client).
Specifically, when constructing the Dockerfile of the CAD-related development component, the Dockerfile contains a command to introduce a windows base image into a container, and the command to introduce the windows base image into the container is executed before executing the command to install and execute the CAD-related development component.
When constructing a Dockerfile of the CAD-related development component, the container command construction module 102 further constructs a CMD process command of a container in a docker environment in the Dockerfile.
The Dockerfile has commands for copying CAD related development components in the windows server and outside the container into the container, and the CAD related development components in the windows server and outside the container are copied into the container through the copy commands in the Dockerfile before the commands of the CAD related development components are installed and executed.
The CAD related development component includes at least one of a CAD related development component installation package and a CAD related development component compression package.
The Dockerfile also has a delete command, which is used to delete the file, installation package or compression package in the container after receiving a delete instruction from the user.
And after the CAD related development component is installed in the container under the docker environment, deleting the CAD related development component installation package or/and the CAD related development component compression package through the deletion command of the Dockerfile.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device for implementing CAD containerization provided in an embodiment of the present application, where the electronic device includes a storage 300 and a processor 200, the storage 300 is used for storing a computer program, and the processor 200 is used for calling the computer program to execute the containerization method described above.
The Memory 300 includes, but is not limited to, a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read Only Memory (EPROM) 300, or a portable Read Only Memory (CD-ROM), and the Memory 300 is used for storing related instructions and data.
The processor 200 may be one or more Central Processing Units (CPUs) 200, and in the case that the processor 200 is one CPU, the CPU may be a single core or a multi-core.
The processor 200 in the electronic device is configured to read the program code stored in the storage 300, and perform the following operations:
configuring at least one container in a windows server and configuring the container into a docker environment, wherein the windows server is configured with CAD related development components;
constructing a Dockerfile of the CAD related development component, so that the Dockerfile has a command for installing and executing the CAD related development component;
in a container under a docker environment, after the CAD related development component is installed and executed through the Dockerfile, a mirror image of the CAD related development component is generated.
It should be noted that the implementation of each operation may also correspond to the corresponding description of the method embodiment shown in fig. 1.
Those skilled in the art will appreciate that all or part of the processes in the methods of the above embodiments can be implemented by hardware instructions of a computer program, which can be stored in a computer-readable storage medium, and when executed, the processes can include the processes of the above method embodiments. The storage medium includes: various media capable of storing program codes, such as ROM or RAM, magnetic disk or optical disk.

Claims (10)

1. A CAD containerization method, comprising:
configuring at least one container in a windows server and configuring the container into a docker environment, wherein the windows server is configured with CAD related development components;
constructing a Dockerfile of the CAD related development component, so that the Dockerfile has a command for installing and executing the CAD related development component;
in a container under a docker environment, after the CAD related development component is installed and executed through the Dockerfile, a mirror image of the CAD related development component is generated.
2. The CAD containerization method of claim 1, wherein in constructing the Dockerfile of the CAD related development component, the Dockerfile contains a command to introduce a windows base image into the container, and the command to introduce the windows base image into the container is executed before executing the command to install and execute the CAD related development component.
3. The CAD containerization method of claim 1, wherein generating an image of the CAD related development component after installation and execution of the CAD related development component via Dockerfile comprises generating an image of the CAD related development component via PowerShell client using docker.
4. The CAD containerization method of claim 1, wherein when constructing the Dockerfile of the CAD related development component, a CMD process command of the container in the docker environment is also constructed in the Dockerfile.
5. The CAD containerization method of claim 1, wherein the Dockerfile has a command to copy CAD related development components in a windows server and outside the container into the container, and wherein the CAD related development components in the windows server and outside the container are copied into the container by the copy command in the Dockerfile before the command of the CAD related development components is installed and executed.
6. The CAD containerization method of any of claims 1-5, wherein the CAD related development components include at least one of CAD related development component installation packages and CAD related development component compression packages.
7. The CAD containerization method of claim 6, wherein the Dockerfile further comprises a delete command, and the delete command is used for deleting the file, the installation package or the compression package in the container after receiving a delete command from a user.
8. The CAD containerization method according to claim 7, wherein after the CAD related development component is installed in the container in a docker environment, the CAD related development component installation package or/and the CAD related development component compression package is deleted by a delete command of the Dockerfile.
9. A CAD containerization apparatus, comprising:
the system comprises a container configuration module, a container configuration module and a container configuration module, wherein the container configuration module is used for configuring at least one container in a windows server and configuring the container into a docker environment, and the windows server is configured with CAD related development components;
the container command construction module is used for constructing a Dockerfile of the CAD related development component, so that the Dockerfile has commands for installing and executing the CAD related development component;
and the mirror image generation module is used for generating a mirror image of the CAD related development component after the CAD related development component is installed and executed in the container under the docker environment through the Dockerfile.
10. An electronic device, comprising a storage for storing a computer program and a processor for invoking the computer program to perform the method of any of claims 1-8.
CN202110249299.4A 2021-03-08 2021-03-08 CAD containerization method and device and electronic equipment Pending CN113032094A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110249299.4A CN113032094A (en) 2021-03-08 2021-03-08 CAD containerization method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110249299.4A CN113032094A (en) 2021-03-08 2021-03-08 CAD containerization method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN113032094A true CN113032094A (en) 2021-06-25

Family

ID=76466984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110249299.4A Pending CN113032094A (en) 2021-03-08 2021-03-08 CAD containerization method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN113032094A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105490860A (en) * 2015-12-24 2016-04-13 北京奇虎科技有限公司 Method, device and system for deploying application program operation environment
CN110888655A (en) * 2019-11-14 2020-03-17 中国民航信息网络股份有限公司 Application publishing method and device
CN111399865A (en) * 2020-04-21 2020-07-10 贵州新致普惠信息技术有限公司 Method for automatically constructing target file based on container technology
CN112181588A (en) * 2020-09-18 2021-01-05 济南浪潮数据技术有限公司 Application containerization method and device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105490860A (en) * 2015-12-24 2016-04-13 北京奇虎科技有限公司 Method, device and system for deploying application program operation environment
CN110888655A (en) * 2019-11-14 2020-03-17 中国民航信息网络股份有限公司 Application publishing method and device
CN111399865A (en) * 2020-04-21 2020-07-10 贵州新致普惠信息技术有限公司 Method for automatically constructing target file based on container technology
CN112181588A (en) * 2020-09-18 2021-01-05 济南浪潮数据技术有限公司 Application containerization method and device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李洋: "基于Docker的铸造CAE云平台设计与实现", 万方数据, pages 19 - 30 *

Similar Documents

Publication Publication Date Title
US11567755B2 (en) Integration of containers with external elements
US9864600B2 (en) Method and system for virtualization of software applications
CN110413288B (en) Application deployment method, device, server and storage medium
US9779111B2 (en) Method and system for configuration of virtualized software applications
AU2014324086B2 (en) Virtual computing systems and methods
EP2831726B1 (en) Dynamic plugin(s) for cloud application(s)
US6938250B2 (en) Image-based software installation
US8418169B2 (en) Management method for managing software module and information processor
US20100205604A1 (en) Systems and methods for efficiently running multiple instances of multiple applications
AU2014324086A1 (en) Virtual computing systems and methods
US20200057654A1 (en) Method and system for mirror image package preparation and application operation
CN113986395B (en) Packaging method for application-dependent self-contained technology under linux system
CN114168255A (en) Operation method and device of heterogeneous instruction set container in container cloud platform
WO2016176005A1 (en) Translating operating system processes
US10552135B1 (en) Reducing a size of an application package
Qin et al. Nuka: A generic engine with millisecond initialization for serverless computing
CN112395096A (en) Remote function call processing method and device, electronic equipment and storage medium
CN113032094A (en) CAD containerization method and device and electronic equipment
US8924963B2 (en) In-process intermediary to create virtual processes
Ayres et al. Virtualisation as a means for dynamic software update within the automotive E/E architecture
JP2019133509A (en) Container accommodation apparatus, system, container accommodation method and program
US20240152371A1 (en) Dynamic re-execution of parts of a containerized application pipeline
CN116069515A (en) Request processing method and device, electronic equipment and storage medium
CN115756514A (en) Software automation compiling method and system
CN116909888A (en) Script testing method, script testing device, computer 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230706

Address after: A601, Zhongke Naneng Building, No. 06 Yuexing 6th Road, Gaoxin District Community, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province, 518051

Applicant after: Shenzhen Wanyi Digital Technology Co.,Ltd.

Address before: 519000 room 105-24914, No.6 Baohua Road, Hengqin New District, Zhuhai City, Guangdong Province (centralized office area)

Applicant before: WANYI TECHNOLOGY Co.,Ltd.