CN111782189B - Medical system deployment method and device - Google Patents

Medical system deployment method and device Download PDF

Info

Publication number
CN111782189B
CN111782189B CN202010581646.9A CN202010581646A CN111782189B CN 111782189 B CN111782189 B CN 111782189B CN 202010581646 A CN202010581646 A CN 202010581646A CN 111782189 B CN111782189 B CN 111782189B
Authority
CN
China
Prior art keywords
medical system
installation environment
compiling
cross
platform
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
CN202010581646.9A
Other languages
Chinese (zh)
Other versions
CN111782189A (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.)
Guangzhou Digi Technology Co ltd
Original Assignee
Guangzhou Digi 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 Guangzhou Digi Technology Co ltd filed Critical Guangzhou Digi Technology Co ltd
Priority to CN202010581646.9A priority Critical patent/CN111782189B/en
Publication of CN111782189A publication Critical patent/CN111782189A/en
Application granted granted Critical
Publication of CN111782189B publication Critical patent/CN111782189B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/60ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the operation of medical equipment or devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Biomedical Technology (AREA)
  • General Business, Economics & Management (AREA)
  • Public Health (AREA)
  • Computing Systems (AREA)
  • Primary Health Care (AREA)
  • Medical Informatics (AREA)
  • General Health & Medical Sciences (AREA)
  • Epidemiology (AREA)
  • Business, Economics & Management (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides a medical system deployment method and device, and belongs to the technical field of application deployment. The method comprises the steps of obtaining a medical system developed based on a cross-platform development language, wherein the medical system is developed by adopting an Elements development tool; determining an installation environment in which the medical system is installed; determining a compiling mode of the medical system according to the installation environment; compiling the medical system into a platform version matched with the installation environment according to the compiling mode; and deploying the platform version to a platform where the installation environment is located. Therefore, the medical system can be deployed in different environments to realize cross-platform installation and cross-language compiling, so that the medical system can be deployed more flexibly, the deployment difficulty can be further reduced, the deployment time can be saved, and the deployment efficiency can be improved.

Description

Medical system deployment method and device
Technical Field
The application relates to the technical field of application deployment, in particular to a medical system deployment method and device.
Background
Along with the continuous promotion of medical level, medical system also constantly updates, realizes medical internetworking to can improve patient experience, make patient pay fee, see the doctor, queue more smooth and easy.
However, when the medical system is deployed, the medical system is difficult to deploy due to the reasons of an operation platform or a compiling language and the like, and cross-platform deployment cannot be realized, so that different hospitals need to configure the deployment environment in advance when the medical system is deployed, human resources are wasted, and the deployment efficiency is effectively reduced.
Therefore, how to solve the above-mentioned problems is a problem that needs to be solved at present.
Disclosure of Invention
The present application provides a medical system deployment method and apparatus, which aims to improve the above problems.
In a first aspect, the present application provides a medical system deployment method, the method comprising: acquiring a medical system developed based on a cross-platform development language, wherein the medical system is developed by adopting an Elements development tool; determining an installation environment in which the medical system is installed; determining a compiling mode of the medical system according to the installation environment; compiling the medical system into a platform version matched with the installation environment according to the compiling mode; and deploying the platform version to a platform where the installation environment is located.
In the implementation process, a medical system developed based on a cross-platform development language is obtained, and the medical system is developed by adopting an Elements development tool; determining an installation environment in which the medical system is installed; determining a compiling mode of the medical system according to the installation environment; compiling the medical system into a platform version matched with the installation environment according to the compiling mode; and deploying the platform version to a platform where the installation environment is located. Therefore, the medical system can be deployed in different environments to realize cross-platform installation and cross-language compiling, so that the medical system can be deployed more flexibly, the deployment difficulty can be further reduced, the deployment time can be saved, and the deployment efficiency can be improved.
Optionally, the cross-platform development language includes at least one of Golang programming language, JAVA programming language, C language, and c++ language.
In the implementation process, by providing a plurality of cross-platform development languages, the medical system has better adaptability and is more beneficial to the deployment of users.
Optionally, determining a compiling mode of the medical system according to the installation environment includes: determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes: a Linux compiling mode; a Windows compiling mode; mac compilation mode.
Optionally, the installation environment is any one of the following installation environments: linux, windows and Mac.
Optionally, the determining, according to the installation environment, the compiling mode of the medical system from the compiling modes to be selected includes: if the installation environment is Linux, dynamically configuring GOOS parameters in the cross-platform development language as Linux; or if the installation environment is Windows, dynamically configuring GOOS parameters in the cross-platform development language to Windows; or if the installation environment is Mac, dynamically configuring GOOS parameters in the cross-platform development language to be Mac.
In the implementation process, different compiling modes are dynamically configured according to different installation environments, so that compiled versions can be installed on different platforms, the medical system can be deployed more flexibly, the deployment difficulty is reduced, the deployment time is saved, and the deployment efficiency is improved.
Optionally, the installation environment further comprises an executable program bit number; the executable program bit number includes 32 bits and 64 bits; the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps: if the installation environment is Linux, the executable program bit number is 64, dynamically configuring GOOS parameters in the cross-platform development language to be Linux, and dynamically configuring GOARCH parameters in the cross-platform development language to be 64; or if the installation environment is Linux, the executable program bit number is 32 bits, the GOOS parameter in the cross-platform development language is dynamically configured as Linux, and the GOARCH parameter in the cross-platform development language is dynamically configured as 386.
In the implementation process, different GOOS parameters and GOARCH parameters are dynamically configured according to different installation environments and executable program digits, so that compiled versions can be installed on different platforms, the medical system can be deployed more flexibly, deployment difficulty is reduced, deployment time is saved, and deployment efficiency is improved.
In a second aspect, the present application provides a medical system deployment device, the device comprising: the acquisition module is used for acquiring a medical system developed based on a cross-platform development language, wherein the medical system is developed by adopting an Elements development tool; an environment acquisition module for determining an installation environment in which the medical system is installed; the processing module is used for determining the compiling mode of the medical system according to the installation environment; the compiling module is used for compiling the medical system into a platform version matched with the installation environment according to the compiling mode; the deployment module is used for deploying the platform version to the platform where the installation environment is located.
In the implementation process, the acquisition module, the environment acquisition module, the processing module, the compiling module and the deployment module are arranged, so that the medical system can be deployed in different environments to realize cross-platform installation, cross-language compiling can be realized, the medical system can be deployed more flexibly, the deployment difficulty is reduced, the deployment time is saved, and the deployment efficiency is improved.
Optionally, the cross-platform development language includes at least one of Golang programming language, JAVA programming language, C language, and c++ language.
Optionally, the processing module is further configured to: determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes: a Linux compiling mode; a Windows compiling mode; mac compilation mode.
Optionally, the installation environment is any one of the following installation environments: linux, windows and Mac.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered limiting the scope, and that other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of an electronic device according to a first embodiment of the present application;
fig. 2 is a flowchart of a medical system deployment method according to a second embodiment of the present application;
fig. 3 is a schematic functional block diagram of a medical system deployment device according to a third embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the present application will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all, embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Example 1
Fig. 1 is a schematic structural diagram of an electronic device provided in an embodiment of the present application, where an electronic device 100 used for deploying an example of a medical system deployment method and apparatus of the embodiment of the present application may be described by the schematic diagram shown in fig. 1.
Alternatively, the electronic device 100 may be an intelligent terminal device such as a computer, a tablet computer, or a palmtop computer.
As shown in fig. 1, an electronic device 100 includes one or more processors 102, one or more storage devices 104, an input device 106, and an output device 108, which are interconnected by a bus system and/or other forms of connection mechanisms (not shown). It should be noted that the components and structures of the electronic device 100 shown in fig. 1 are exemplary only and not limiting, and that the electronic device may have some of the components shown in fig. 1 or may have other components and structures not shown in fig. 1, as desired.
The processor 102 may be a Central Processing Unit (CPU) or other form of processing unit having data processing and/or instruction execution capabilities, and may control other components in the electronic device 100 to perform desired functions.
The storage 104 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM) and/or cache memory (cache), and the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, and the like. One or more computer program instructions may be stored on the computer readable storage medium, which may be executed by the processor 102.
The input device 106 may be a device used by a user to input instructions and may include one or more of a keyboard, mouse, microphone, touch screen, and the like.
The output device 108 may be a display screen for displaying a deployment scenario.
Embodiment two:
referring to the flow chart of a medical system deployment method shown in fig. 2, the method specifically includes the steps of:
step S201, a medical system developed based on a cross-platform development language is acquired.
Wherein the medical system is developed using Elements development tools. Elements support four programming languages: oxygene, java, C #, swift.
Of course, in actual use, other cross-platform development tools (e.g., ICE (The Internet Communications Engine: internet communications engine)) may also be used to implement cross-language development, e.g., C#, java, objective-C, C ++, etc., may be cross-language.
Wherein the cross-platform development language comprises at least one of Golang programming language, JAVA programming language, C language and C++ language.
Of course, in actual use, the cross-platform development language may be any other programming language besides the above-described programming languages, and is not particularly limited herein.
As one embodiment, the user may download the installation program of the medical system from a server or an application store over a network.
Of course, in actual use, the user may also copy the installation program of the medical system to the environment to be installed by moving the storage medium.
Step S202, determining an installation environment in which the medical system is installed.
The installation environment includes an operating system of a host machine (i.e., a device in which the medical system is installed), and the like. Here, the present invention is not particularly limited.
As one embodiment, the installation environment may be detected in real-time by a detection module carried in an installation program of the medical system. For example, by reading a configuration file of a host to determine the installation environment of the host.
Optionally, the installation environment is any one of the following installation environments: linux, windows and Mac.
Step S203, determining the compiling mode of the medical system according to the installation environment.
As one embodiment, step S203 includes: determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes: a Linux compiling mode; a Windows compiling mode; mac compilation mode.
The method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps: if the installation environment is Linux, dynamically configuring GOOS parameters in the cross-platform development language as Linux; or if the installation environment is Windows, dynamically configuring GOOS parameters in the cross-platform development language to Windows; or if the installation environment is Mac, dynamically configuring GOOS parameters in the cross-platform development language to be Mac.
In the implementation process, different GOOS parameters are dynamically configured according to different installation environments, so that compiled versions can be installed on different platforms, the medical system can be deployed more flexibly, deployment difficulty is reduced, deployment time is saved, and deployment efficiency is improved.
Optionally, the installation environment further comprises an executable program bit number; the executable program bit number includes 32 bits and 64 bits; the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps: if the installation environment is Linux, the executable program bit number is 64, dynamically configuring GOOS parameters in the cross-platform development language to be Linux, and dynamically configuring GOARCH parameters in the cross-platform development language to be 64; or if the installation environment is Linux, the executable program bit number is 32 bits, the GOOS parameter in the cross-platform development language is dynamically configured as Linux, and the GOARCH parameter in the cross-platform development language is dynamically configured as 386.
In the implementation process, different GOOS parameters and GOARCH parameters are dynamically configured according to different installation environments and executable program digits, so that compiled versions can be installed on different platforms, the medical system can be deployed more flexibly, deployment difficulty is reduced, deployment time is saved, and deployment efficiency is improved.
For example, suppose that the use is developed in the go language, which itself is cross-platform, by cross-compiling commands cgo_enable=0 goose=linux goarch=amd64 go build, where goose may be set to linux, windows, mac, GOARCH may be set to amd64,386. amd64, 386 represent a 64-bit executable program and a 32-bit executable program, respectively, which can be compiled into three platform versions of linux, windows, mac by the above commands.
In the implementation process, the GOOS parameters are dynamically configured so as to realize cross-platform setting, and cross-language can be realized through a cross-language programming language, so that data interaction can be performed by structures in different languages. For example, the data interaction can be performed by the above method based on the structure of the c# language, or the data interaction can be performed by the above method based on the structure of the c++ language.
And step S204, compiling the medical system into a platform version matched with the installation environment according to the compiling mode.
For example, the platform version may be any of linux, windows, mac.
Step S205, deploying the platform version to the platform where the installation environment is located.
In the implementation process, the medical system deployment method provided by the embodiment obtains the medical system developed based on the cross-platform development language, and the medical system is developed by adopting an Elements development tool; determining an installation environment in which the medical system is installed; determining a compiling mode of the medical system according to the installation environment; compiling the medical system into a platform version matched with the installation environment according to the compiling mode; and deploying the platform version to a platform where the installation environment is located. Therefore, the medical system can be deployed in different environments to realize cross-platform installation and cross-language compiling, so that the medical system can be deployed more flexibly, the deployment difficulty can be further reduced, the deployment time can be saved, and the deployment efficiency can be improved.
Embodiment III:
referring to a medical system deployment device shown in fig. 3, the device 400 comprises:
the acquiring module 410 is configured to acquire a medical system developed based on a cross-platform development language, where the medical system is developed using an Elements development tool.
Optionally, the cross-platform development language includes at least one of Golang programming language, JAVA programming language, C language, and c++ language.
An environment acquisition module 420 for determining an installation environment in which the medical system is installed.
Optionally, the installation environment is any one of the following installation environments: linux, windows and Mac.
And a processing module 430, configured to determine a compiling mode of the medical system according to the installation environment.
Optionally, the processing module 430 is further configured to: determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes: a Linux compiling mode; a Windows compiling mode; mac compilation mode.
Optionally, the determining, according to the installation environment, the compiling mode of the medical system from the compiling modes to be selected includes: if the installation environment is Linux, dynamically configuring GOOS parameters in the cross-platform development language as Linux; or if the installation environment is Windows, dynamically configuring GOOS parameters in the cross-platform development language to Windows; or if the installation environment is Mac, dynamically configuring GOOS parameters in the cross-platform development language to be Mac.
Optionally, the installation environment further comprises an executable program bit number; the executable program bit number includes 32 bits and 64 bits; the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps: if the installation environment is Linux, the executable program bit number is 64, dynamically configuring GOOS parameters in the cross-platform development language to be Linux, and dynamically configuring GOARCH parameters in the cross-platform development language to be 64; or if the installation environment is Linux, the executable program bit number is 32 bits, the GOOS parameter in the cross-platform development language is dynamically configured as Linux, and the GOARCH parameter in the cross-platform development language is dynamically configured as 386.
And the compiling module 440 is used for compiling the medical system into a platform version matched with the installation environment according to the compiling mode.
And the deployment module 450 is used for deploying the platform version to the platform where the installation environment is located.
In the implementation process, the medical system deployment device 400 provided in this embodiment, through setting the acquisition module 410, the environment acquisition module 420, the processing module 430, the compiling module 440 and the deployment module 450, can enable the medical system to be deployed in different environments, so as to implement cross-platform installation, and can also implement cross-language compiling, so that the medical system can be deployed more flexibly, the deployment difficulty is reduced, the deployment time is saved, and the deployment efficiency is improved.
Further, the present embodiment also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processing device performs the steps of any one of the medical system deployment methods provided in the second embodiment.
The computer program product of the medical system deployment method, apparatus and system provided in the embodiments of the present application includes a computer readable storage medium storing program codes, where the instructions included in the program codes may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment and will not be repeated herein.
It should be noted that the above-mentioned functions, if implemented in the form of software functional units and sold or used as a separate product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing description is only of the preferred embodiments of the present application and is not intended to limit the same, but rather, various modifications and variations may be made by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application. It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures.

Claims (5)

1. A medical system deployment method is characterized in that,
the method comprises the following steps:
acquiring a medical system developed based on a cross-platform development language, wherein the medical system is developed by adopting an Elements development tool;
determining an installation environment in which the medical system is installed;
determining a compiling mode of the medical system according to the installation environment;
compiling the medical system into a platform version matched with the installation environment according to the compiling mode;
deploying the platform version to a platform where the installation environment is located;
wherein determining a compiling mode of the medical system according to the installation environment comprises:
determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes:
a Linux compiling mode;
a Windows compiling mode;
mac compiling mode;
wherein the installation environment is any one of the following installation environments:
linux, windows and Mac;
the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps:
if the installation environment is Linux, dynamically configuring GOOS parameters in the cross-platform development language as Linux; or alternatively, the first and second heat exchangers may be,
if the installation environment is Windows, dynamically configuring GOOS parameters in the cross-platform development language as Windows; or alternatively, the first and second heat exchangers may be,
and if the installation environment is Mac, dynamically configuring GOOS parameters in the cross-platform development language to be Mac.
2. The method of claim 1, wherein the cross-platform development language comprises at least one of Golang programming language, JAVA programming language, C language, and c++ language.
3. The method of claim 1, wherein the installation environment further comprises an executable program bit number; the executable program bit number includes 32 bits and 64 bits;
the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps:
if the installation environment is Linux, the executable program bit number is 64, dynamically configuring GOOS parameters in the cross-platform development language to be Linux, and dynamically configuring GOARCH parameters in the cross-platform development language to be 64; or alternatively, the first and second heat exchangers may be,
if the installation environment is Linux, the executable program bit number is 32 bits, the GOOS parameter in the cross-platform development language is dynamically configured as Linux, and the GOARCH parameter in the cross-platform development language is dynamically configured as 386.
4. A medical system deployment device, the device comprising:
the acquisition module is used for acquiring a medical system developed based on a cross-platform development language, wherein the medical system is developed by adopting an Elements development tool;
an environment acquisition module for determining an installation environment in which the medical system is installed;
the processing module is used for determining the compiling mode of the medical system according to the installation environment;
the compiling module is used for compiling the medical system into a platform version matched with the installation environment according to the compiling mode;
the deployment module is used for deploying the platform version to a platform where the installation environment is located;
wherein the installation environment is any one of the following installation environments:
linux, windows and Mac;
the processing module is further configured to:
determining a compiling mode of the medical system from the compiling modes to be selected according to the installation environment, wherein the compiling modes to be selected comprise any one of the following modes:
a Linux compiling mode;
a Windows compiling mode;
mac compiling mode;
the method for determining the compiling mode of the medical system from the compiling modes to be selected according to the installation environment comprises the following steps:
if the installation environment is Linux, dynamically configuring GOOS parameters in the cross-platform development language as Linux; or alternatively, the first and second heat exchangers may be,
if the installation environment is Windows, dynamically configuring GOOS parameters in the cross-platform development language as Windows; or alternatively, the first and second heat exchangers may be,
and if the installation environment is Mac, dynamically configuring GOOS parameters in the cross-platform development language to be Mac.
5. The medical system deployment apparatus of claim 4 wherein,
the cross-platform development language includes at least one of Golang programming language, JAVA programming language, C language, and C++ language.
CN202010581646.9A 2020-06-23 2020-06-23 Medical system deployment method and device Active CN111782189B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010581646.9A CN111782189B (en) 2020-06-23 2020-06-23 Medical system deployment method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010581646.9A CN111782189B (en) 2020-06-23 2020-06-23 Medical system deployment method and device

Publications (2)

Publication Number Publication Date
CN111782189A CN111782189A (en) 2020-10-16
CN111782189B true CN111782189B (en) 2024-03-22

Family

ID=72757008

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010581646.9A Active CN111782189B (en) 2020-06-23 2020-06-23 Medical system deployment method and device

Country Status (1)

Country Link
CN (1) CN111782189B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102289374A (en) * 2011-08-31 2011-12-21 中兴通讯股份有限公司 Method and device for constructing cross-platform software running environment
CN103853589A (en) * 2014-02-26 2014-06-11 上海爱数软件有限公司 Cross-platform system compiling and building method
CN108681444A (en) * 2018-04-12 2018-10-19 华中科技大学 A kind of Soft- PLC configuration development approach based on XML technology
CN110362490A (en) * 2019-07-16 2019-10-22 中国工商银行股份有限公司 Merge the automated testing method and system of iOS and Android mobile application

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150039442A1 (en) * 2001-01-25 2015-02-05 Content Directions, Inc. dba Linkstorm Multiple-Resolution, Information-Engineered, Self-Improving Advertising and Information Access Apparatuses, Methods and Systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102289374A (en) * 2011-08-31 2011-12-21 中兴通讯股份有限公司 Method and device for constructing cross-platform software running environment
CN103853589A (en) * 2014-02-26 2014-06-11 上海爱数软件有限公司 Cross-platform system compiling and building method
CN108681444A (en) * 2018-04-12 2018-10-19 华中科技大学 A kind of Soft- PLC configuration development approach based on XML technology
CN110362490A (en) * 2019-07-16 2019-10-22 中国工商银行股份有限公司 Merge the automated testing method and system of iOS and Android mobile application

Also Published As

Publication number Publication date
CN111782189A (en) 2020-10-16

Similar Documents

Publication Publication Date Title
CN109976761B (en) Software development kit generation method and device and terminal equipment
Okolica et al. Windows operating systems agnostic memory analysis
JP5663006B2 (en) System and method for building a runtime environment
CN108182069B (en) Program language conversion method, terminal device and computer readable medium
US6093216A (en) Method of run-time tracking of object references in Java programs
US7814476B2 (en) Systems and methods for updating software
CN102625934B (en) Shared virtual memory
RU2520344C2 (en) Caching runtime generated code
US8407667B2 (en) Inferring missing type information for reflection
US6574747B2 (en) Extensible execute in place (XIP) architecture and related methods
CN108139896A (en) EVM(extended virtual machine) instruction set framework
US20120030653A1 (en) Assumption-based compilation
US20100242015A1 (en) Generating libraries for reflection without project compilation
CN103718155A (en) Runtime system
EP1618474B1 (en) Apparatus and methods for desynchronizing object-oriented software applications in managed runtime environments
JP2000035893A (en) Method for statically initializing arrangement of data processing system, data processing method, data processing system and computer readable storage medium storing program making computer execute its control procedure
US20240078116A1 (en) Just-in-Time Containers
CN113918195A (en) Application interface updating method and device, electronic equipment and readable storage medium
US7908591B1 (en) Memory profiling
US7743020B2 (en) Automatic instance data mapping generation
CN114830099A (en) Markup integrating references and secondary objects
EP2977897A1 (en) Compatibility method and apparatus
CN111782189B (en) Medical system deployment method and device
CN107077365B (en) Selectively loading precompiled headers and/or portions thereof
US20180157506A1 (en) Apparatus and method for realizing runtime system for programming language

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant