CN115421859B - Dynamic loading method and device for configuration file, computer equipment and storage medium - Google Patents

Dynamic loading method and device for configuration file, computer equipment and storage medium Download PDF

Info

Publication number
CN115421859B
CN115421859B CN202211111148.3A CN202211111148A CN115421859B CN 115421859 B CN115421859 B CN 115421859B CN 202211111148 A CN202211111148 A CN 202211111148A CN 115421859 B CN115421859 B CN 115421859B
Authority
CN
China
Prior art keywords
configuration file
virtual machine
identifier
storage area
target storage
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
CN202211111148.3A
Other languages
Chinese (zh)
Other versions
CN115421859A (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.)
Kedong Guangzhou Software Technology Co Ltd
Original Assignee
Kedong Guangzhou Software 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 Kedong Guangzhou Software Technology Co Ltd filed Critical Kedong Guangzhou Software Technology Co Ltd
Priority to CN202211111148.3A priority Critical patent/CN115421859B/en
Publication of CN115421859A publication Critical patent/CN115421859A/en
Application granted granted Critical
Publication of CN115421859B publication Critical patent/CN115421859B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • 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

Abstract

The invention discloses a dynamic loading method and device of a configuration file, computer equipment and a storage medium. The method comprises the following steps: after being triggered and started by the industrial control operating system, initializing and loading a first virtual machine configuration file stored currently from a target storage area, and storing a file identification of the first virtual machine configuration file as a reference identification; in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained and used as a comparison mark; and if the comparison identifier is not consistent with the reference identifier, dynamically loading the second virtual machine configuration file from the target storage area. By adopting the technical scheme, the configuration file of the virtual machine can be dynamically loaded, and the working efficiency of the virtual machine is effectively improved.

Description

Dynamic loading method and device for configuration file, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for dynamically loading a configuration file, a computer device, and a storage medium.
Background
In a hardware platform that runs both an industrial control system and a virtual machine, the virtual machine is often loaded to run in the industrial control system.
In the prior art, if configuration information of a virtual machine running in an industrial control operating system needs to be changed, the running of the virtual machine needs to be stopped first, and a configuration file is built by using an industrial system development tool in another terminal device (typically, a PC) and is downloaded to a hardware platform. When the virtual machine is restarted, a new configuration file can be reloaded to realize the updating of the configuration file.
The inventors found in the course of implementing the present invention that: in the actual scenario that the configuration information of the virtual machine needs to be frequently modified, the operation of the virtual machine needs to be frequently interrupted in the prior art, and various tasks in the operation of the virtual machine are also frequently interrupted, so that the working efficiency of the virtual machine is greatly reduced.
Disclosure of Invention
The invention provides a dynamic loading method, a dynamic loading device, computer equipment and a storage medium for configuration files, which can realize dynamic loading of configuration files of a virtual machine and effectively improve the working efficiency of the virtual machine.
According to an aspect of the present invention, there is provided a dynamic loading method of a configuration file, which is executed by a virtual machine loaded in an industrial control operating system, the method comprising:
After being triggered and started by the industrial control operating system, initializing and loading a first virtual machine configuration file stored currently from a target storage area, and storing a file identification of the first virtual machine configuration file as a reference identification;
in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained and used as a comparison mark;
and if the comparison identifier is not consistent with the reference identifier, dynamically loading the second virtual machine configuration file from the target storage area.
Optionally, after dynamically loading the second virtual machine configuration file from the target storage area, the method further includes:
and taking the identification mark of the second virtual machine configuration file as a new reference mark for updating and storing.
Optionally, storing the file identifier of the first virtual machine configuration file as the reference identifier includes:
calculating a first password hash function value of a first virtual machine configuration file, and storing the first password hash function value as a reference mark;
the method for acquiring the identification identifier of the second virtual machine configuration file currently stored in the target storage area as the comparison identifier comprises the following steps:
and calculating a second password hash function value of the second virtual machine configuration file as an comparison identifier.
Alternatively, each time a profile update check condition is detected, including:
and determining the detected configuration file updating check condition every time the preset check waiting time is reached.
Optionally, after being triggered and started by the industrial control operating system, the method further comprises:
creating a configuration file updating task, and starting a timer with a preset time duration to start timing;
in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained as a comparison mark, and the method specifically comprises the following steps:
in the running process of the virtual machine, controlling the timer to count again every time the timer is detected to count the time length, and triggering and executing a pre-constructed configuration file checking function;
acquiring an identification mark of a second virtual machine configuration file currently stored in a target storage area as a comparison mark by executing a configuration file checking function;
if the comparison identifier is inconsistent with the reference identifier, dynamically loading a second virtual machine configuration file from the target storage area, wherein the method specifically comprises the following steps:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, activating a configuration file updating task;
And dynamically loading the second virtual machine configuration file from the target storage area by executing the configuration file updating task.
Optionally, after creating the configuration file update task, the method further includes:
setting a configuration file updating task to a dormant state;
after dynamically loading the second virtual machine configuration file from the target storage area by performing the configuration file update task, further comprising:
the profile update task is reset to the dormant state.
Optionally, by executing the profile checking function, if it is determined that the alignment identifier is inconsistent with the reference identifier, a profile update task is activated, including:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, triggering and executing a pre-constructed configuration file activation sub-function;
the profile update task is activated by executing the profile activation subfunction.
According to another aspect of the present invention, there is provided a dynamic loading device for a configuration file, including:
the reference identifier acquisition module is used for initializing and loading the currently stored first virtual machine configuration file from the target storage area after being triggered and started by the industrial control operating system, and storing a file identifier of the first virtual machine configuration file as a reference identifier;
The comparison identifier acquisition module is used for acquiring an identification identifier of a second virtual machine configuration file currently stored in the target storage area as a comparison identifier every time a configuration file updating check condition is detected in the running process of the virtual machine;
and the second virtual machine configuration file loading module is used for dynamically loading the second virtual machine configuration file from the target storage area if the comparison identifier is not consistent with the reference identifier.
According to another aspect of the present invention, there is provided a computer apparatus including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the method of dynamically loading configuration files according to any of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to implement a method for dynamically loading a configuration file according to any embodiment of the present invention when executed.
According to the technical scheme, the reference mark in the currently stored virtual machine configuration file is compared with the comparison mark in the virtual machine configuration file updated last time at regular time by the virtual machine running in the industrial control operation system, the currently stored virtual machine configuration file is dynamically loaded when the two marks are inconsistent, the updating condition of the configuration file can be timely checked under the working state of the virtual machine, and when the virtual machine configuration file needs to be updated, the virtual machine configuration file can be effectively dynamically loaded, the continuous work of the virtual machine in the industrial control operation system can be ensured, the working efficiency of the virtual machine is effectively improved, and the real-time requirement of an industrial control scene is met to the greatest extent.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for dynamically loading configuration files according to a first embodiment of the present invention;
FIG. 2 is a flowchart of another method for dynamically loading configuration files according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a dynamic loading device for a configuration file according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer device implementing a method for dynamically loading a configuration file according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1
Fig. 1 is a flowchart of a dynamic loading method of a configuration file according to an embodiment of the present invention, where the embodiment may be applied to a virtual machine in an industrial control operating system, and in the running process, the update condition of the configuration file is detected in real time, and the updated condition of the configuration file of the virtual machine is dynamically loaded. As shown in fig. 1, the method includes:
s110, after being triggered and started by the industrial control operating system, the first virtual machine configuration file stored currently is initialized and loaded from the target storage area, and a file identification of the first virtual machine configuration file is stored as a reference identification.
Optionally, in a hardware platform running the industrial control operating system and the virtual machine at the same time, the virtual machine may be loaded and run in the industrial control operating system, and the industrial control operating system triggers starting or stopping of the virtual machine. If the configuration information of the virtual machine needs to be updated, a new virtual machine configuration file can be built by using an industrial system development tool through another terminal device (typically, a PC), and the virtual machine configuration file is downloaded to the hardware platform.
In a specific example, if the industrial operating system is an Interwell operating system, the industrial system development tool may be a Intewell Developer tool. Further, the hardware platform comprises a target storage area for storing configuration files of the virtual machine. If the industrial system development tool in the industrial control operating system generates a new configuration file, the industrial system development tool can download the new configuration file to be stored in the target storage area and cover the original configuration file.
The first virtual machine configuration file may refer to a configuration file for configuring the virtual machine when the virtual machine triggers start-up. The file identifier of the first virtual machine configuration file may be a cryptographic hash function value in the first virtual machine configuration file, or information for uniquely identifying one virtual machine configuration file such as an update time of the virtual machine configuration file.
When the cryptographic hash function value in the virtual machine configuration file is selected as the reference identifier, the cryptographic hash function value cannot be directly obtained from the virtual machine configuration file, and the cryptographic hash function value can be obtained by calculating the relevant parameters in the virtual machine configuration file.
And S120, in the running process of the virtual machine, each time the configuration file updating checking condition is detected, acquiring the identification of the second virtual machine configuration file currently stored in the target storage area as a comparison identification.
Preferably, a timer (for example, timing 10 minutes, thirty minutes, etc.) with a preset duration may be set in the virtual machine, where the timer may work cyclically in the working state of the virtual machine, that is, after the timing reaches the preset duration, it is determined that the configuration file update checking condition is detected, and then a new round of timing may be started, so as to achieve the technical effect of periodically meeting the configuration file update checking condition.
Accordingly, each time a profile update check condition is detected, it may specifically include:
and determining the detected configuration file updating check condition every time the preset check waiting time is reached.
The update checking condition of the configuration file may be understood as a condition for triggering update checking of the configuration file of the virtual machine. Of course, it is understood that, in addition to the periodic configuration file update check by using a timer, the configuration file update check condition may be set according to the current running state of the virtual machine, for example, the configuration file update check condition is determined to be satisfied whenever the number of tasks running in the virtual machine is less than or equal to a preset task number threshold, or the configuration file update check condition is determined to be satisfied whenever the CPU occupancy of the virtual machine is less than or equal to a preset occupancy threshold, or the like, which is not limited in this embodiment.
Further, the preset time length and the preset checking waiting time length in the timer can be the same time length, and the timer reaches the preset checking waiting time length in a timing mode and can be used as a configuration file updating checking condition of the virtual machine.
The obtaining, as the comparison identifier, the identification identifier of the second virtual machine configuration file currently stored in the target storage area may specifically include:
and calculating a second password hash function value of the second virtual machine configuration file as an comparison identifier.
The second virtual machine configuration file may refer to a currently stored configuration file obtained from the target storage area when the configuration file update checking condition is detected, if the configuration file is updated, the second virtual machine configuration file is different from the first virtual machine configuration file, and is changed to an updated configuration file, if the configuration file is not updated, the second virtual machine configuration file is the same as the original first virtual machine configuration file; the second cryptographic hash function value may refer to a cryptographic hash function value obtained by calculation of a relevant parameter in the second virtual machine configuration file.
The comparison identifier may be used to compare with the reference identifier, so as to further determine whether the virtual machine needs to dynamically load the second virtual machine configuration file from the storage area, and a specific comparison manner will be described in detail later.
S130, if the comparison identification is not consistent with the reference identification, dynamically loading a second virtual machine configuration file from the target storage area.
Dynamic loading may be understood as loading a second virtual machine configuration file from the target storage area by the virtual machine while the virtual machine remains operational.
If the comparison identifier is inconsistent with the reference identifier, the second virtual machine configuration file is dynamically loaded from the target storage area, which may specifically include:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, activating a configuration file updating task;
and dynamically loading the second virtual machine configuration file from the target storage area by executing the configuration file updating task.
Preferably, the virtual machine may further include a pre-built configuration file checking function, after the detected configuration file updating checking condition is determined, the configuration file checking function may be triggered, and the configuration file checking function may be used to determine whether the comparison identifier is consistent with the reference identifier, if so, it may be determined that the virtual machine configuration file does not need to be updated, and if not, it may be determined that the virtual machine configuration file needs to be updated.
Optionally, the configuration file update task is a task created in advance in the virtual machine, and when the virtual machine needs to update the configuration file, the configuration file update task can be kept in a dormant state and exist in an operating environment of the virtual machine, and when the virtual machine needs to update the configuration file, the configuration file update task can be triggered through a corresponding checking result obtained by a configuration file checking function. The triggered configuration file updating task can be used for dynamically loading a new virtual machine configuration file from the target storage area under the working state of the virtual machine.
In a specific embodiment, after the configuration file checking function determines that the virtual machine configuration file needs to be updated, a configuration file updating task may be activated, and by executing the configuration file updating task, the second virtual machine configuration file may be dynamically loaded from the target storage area, so as to implement updating of the virtual machine configuration file.
It can be understood that in the prior art, the virtual machine cannot detect the change of the configuration file, and only can take each start as a node for loading the current configuration file from the target storage area, so the invention provides a mode of checking the update condition of the configuration file of the virtual machine at fixed time and dynamically loading the new configuration file, and avoids the condition of interrupting the running state of the virtual machine because the configuration file of the virtual machine needs to be updated.
According to the technical scheme, the reference mark in the currently stored virtual machine configuration file is compared with the comparison mark in the virtual machine configuration file updated last time at regular time by the virtual machine running in the industrial control operation system, the currently stored virtual machine configuration file is dynamically loaded when the two marks are inconsistent, the updating condition of the configuration file can be timely checked under the working state of the virtual machine, and when the virtual machine configuration file needs to be updated, the virtual machine configuration file can be effectively dynamically loaded, the continuous work of the virtual machine in the industrial control operation system can be ensured, the working efficiency of the virtual machine is effectively improved, and the real-time requirement of an industrial control scene is met to the greatest extent.
Example two
Fig. 2 is a flowchart of a dynamic loading method of a configuration file according to a second embodiment of the present invention, where the dynamic loading method of the configuration file is further embodied on the basis of the foregoing embodiment. As shown in fig. 2, the method includes:
s210, after being triggered and started by the industrial control operating system, a configuration file updating task is created, and a timer with a preset time duration is started to start timing.
Further, after creating the configuration file update task, the method may further include:
the profile update task is set to a dormant state.
The configuration file updating task is only used for executing the task of updating the configuration file of the virtual machine, and the configuration file updating task is in a dormant state before being triggered or after successfully executing the task of updating the configuration file of the virtual machine.
S220, calculating a first password hash function value of the first virtual machine configuration file, and storing the first password hash function value as a reference identifier.
In a specific embodiment, the cryptographic hash function value may be selected from MD5 (Message Digest Algorithm, fifth version of message digest algorithm), and the calculated MD5 value of the first virtual machine configuration file is stored as the reference identifier.
The advantages of this arrangement are that: as the MD5 value of one file is changed after any data in the file is changed, the MD5 value can be used as a unique identification value of the file, and the MD5 value is selected as a reference mark of the virtual machine configuration file, so that the change condition of the virtual machine configuration file can be accurately identified.
And S230, in the running process of the virtual machine, controlling the timer to count again every time the timer is detected to count the time duration, and triggering and executing a pre-constructed configuration file checking function.
S240, acquiring the identification of the second virtual machine configuration file currently stored in the target storage area as the comparison identification by executing the configuration file checking function.
S250, executing a configuration file checking function, and if the comparison identifier is not consistent with the reference identifier, triggering to execute a pre-built configuration file activation sub-function.
The configuration file activation sub-function may be a sub-function in the configuration file checking function, and may be triggered to run when the configuration file checking function detects that the comparison identifier is inconsistent with the reference identifier, and may be used to activate a configuration file update task.
In a specific embodiment, the identification identifier of the second virtual machine configuration file may also select an MD5 value, and by comparing the MD5 value of the second virtual machine configuration file with the MD5 value of the first virtual configuration file, it may be simply and intuitively determined whether the comparison identifier is consistent with the reference identifier, and if the comparison identifier is inconsistent with the reference identifier, it may be determined that the configuration file of the virtual machine needs to be updated, thereby triggering execution of the pre-built configuration file activation sub-function.
S260, activating a configuration file update task by executing a configuration file activation subfunction.
S270, dynamically loading the second virtual machine configuration file from the target storage area by executing the configuration file updating task.
Further, after dynamically loading the second virtual machine configuration file from the target storage area, the method may further include:
and taking the identification mark of the second virtual machine configuration file as a new reference mark for updating and storing.
The purpose of this arrangement is that: because the configuration file may need to be updated not only once in the running process of the virtual machine, the identification identifier of the configuration file of the second virtual machine can be stored as a new reference identifier, so that the configuration file can be updated normally next time.
Further, after dynamically loading the second virtual machine configuration file from the target storage area by performing the configuration file update task, the method may further include:
the profile update task is reset to the dormant state.
According to the technical scheme, the configuration file updating task is set to be in the dormant state when the configuration file is not updated, and after the configuration file of the second virtual machine is dynamically loaded from the target storage area, the identification mark of the configuration file of the second virtual machine is used as a new reference mark, so that the configuration file of the virtual machine can be updated for multiple times in the running process of the virtual machine, the continuous work of the virtual machine is realized, and the working efficiency of the virtual machine is improved.
Specific application scene
The specific application scenario is an optional dynamic loading method of configuration files, and in the specific application scenario, an industrial control operating system is selected from an Interwell operating system, and an industrial system development tool is a Intewell Developer tool. The Interwell system and the virtual machine run in one hardware platform at the same time, and the virtual machine can be loaded and run in the Interwell operating system. If the configuration information of the virtual machine needs to be updated, a new virtual machine configuration file can be constructed by using Intewell Developer tools through another PC, and the virtual machine configuration file is downloaded to the hardware platform.
Further, a task of updating the configuration file can be created in the virtual machine, and the task of updating the configuration file is set to be in a dormant state; a timer with preset time length can be arranged in the virtual machine, and after the timer reaches the preset time length, the timing state can be reset, and the time is circularly counted; a function for detecting the configuration file can also be created in the virtual machine, the function for detecting the configuration file is triggered at intervals by timer control, and a sub-function for triggering the task for updating the configuration file can also be included in the function for detecting the configuration file.
After the Interwell operating system starts the virtual machine, the MD5 value in the current configuration file of the virtual machine can be calculated as a reference mark, a timer is started, a function for starting the detection configuration file can be triggered every time the preset time length of the timer is reached, the function can acquire the MD5 value of the configuration file in the current target storage area as a comparison mark, the reference mark is compared with the comparison mark, if the reference mark is consistent with the comparison mark, the configuration file of the virtual machine can be judged to be not updated, and if the reference mark is inconsistent with the comparison mark, the configuration file of the virtual machine can be judged to be updated.
If the configuration file of the virtual machine needs to be updated, a sub-function for triggering the task for updating the configuration file in the function for detecting the configuration file can be called, and the task for updating the configuration file is triggered, so that the task for updating the configuration file loads a new configuration file, and the configuration file of the virtual machine is updated.
Further, after the configuration file of the virtual machine is updated, the MD5 value of the updated configuration file may be used as a new reference identifier, and the task of updating the configuration file may be reset to the dormant state.
Example III
Fig. 3 is a schematic structural diagram of a dynamic loading device for a configuration file according to a third embodiment of the present invention. As shown in fig. 3, the apparatus includes: a reference identifier acquisition module 310, an alignment identifier acquisition module 320, and a second virtual machine configuration file loading module 330.
The reference identifier obtaining module 310 is configured to initialize and load a currently stored first virtual machine configuration file from the target storage area after being triggered and started by the industrial control operating system, and store a file identifier of the first virtual machine configuration file as a reference identifier.
The comparison identifier obtaining module 320 is configured to obtain, as the comparison identifier, an identification identifier of the second virtual machine configuration file currently stored in the target storage area every time a configuration file update check condition is detected during the running process of the virtual machine.
The second virtual machine configuration file loading module 330 is configured to dynamically load the second virtual machine configuration file from the target storage area if it is determined that the comparison identifier is inconsistent with the reference identifier.
According to the technical scheme, the reference mark in the currently stored virtual machine configuration file is compared with the comparison mark in the virtual machine configuration file updated last time at regular time by the virtual machine running in the industrial control operation system, the currently stored virtual machine configuration file is dynamically loaded when the two marks are inconsistent, the updating condition of the configuration file can be timely checked under the working state of the virtual machine, and when the virtual machine configuration file needs to be updated, the virtual machine configuration file can be effectively dynamically loaded, the continuous work of the virtual machine in the industrial control operation system can be ensured, the working efficiency of the virtual machine is effectively improved, and the real-time requirement of an industrial control scene is met to the greatest extent.
Based on the above embodiments, the method may further include a reference identifier update module, configured to, after dynamically loading the second virtual machine configuration file from the target storage area:
and taking the identification mark of the second virtual machine configuration file as a new reference mark for updating and storing.
Based on the above embodiments, the reference identifier obtaining module 310 may be specifically configured to:
and calculating a first password hash function value of the first virtual machine configuration file, and storing the first password hash function value as a reference identifier.
On the basis of the above embodiments, the system may further include an update task creation unit, configured to create a configuration file update task after being triggered and started by the industrial control operating system, and start a timer with a preset time duration to start timing.
Based on the above embodiments, the comparison identifier obtaining module 320 may be specifically configured to:
and calculating a second password hash function value of the second virtual machine configuration file as an comparison identifier.
Based on the above embodiments, the comparison identifier obtaining module 320 may be further specifically configured to:
and determining the detected configuration file updating check condition every time the preset check waiting time is reached.
Based on the above embodiments, the comparison identifier obtaining module 320 may be further specifically configured to:
in the running process of the virtual machine, controlling the timer to count again every time the timer is detected to count the time length, and triggering and executing a pre-constructed configuration file checking function;
and acquiring the identification identifier of the second virtual machine configuration file currently stored in the target storage area as the comparison identifier by executing the configuration file checking function.
Based on the above embodiments, the second virtual machine configuration file loading module 330 may include:
an update task activating unit, configured to activate a profile update task by executing a profile inspection function if it is determined that the comparison identifier is inconsistent with the reference identifier;
and the updating task execution unit is used for dynamically loading the second virtual machine configuration file from the target storage area by executing the configuration file updating task.
On the basis of the above embodiments, a sleep state setting unit may be further included for setting the profile update task to a sleep state after the profile update task is created.
On the basis of the above embodiments, a hibernation state resetting unit may be further included for resetting the configuration file updating task to the hibernation state after dynamically loading the second virtual machine configuration file from the target storage area by performing the configuration file updating task.
On the basis of the above embodiments, the update task activation unit may be specifically configured to:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, triggering and executing a pre-constructed configuration file activation sub-function;
the profile update task is activated by executing the profile activation subfunction.
The dynamic loading device for the configuration file provided by the embodiment of the invention can execute the dynamic loading method for the configuration file provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example IV
Fig. 4 shows a schematic diagram of a computer device 40 that may be used to implement an embodiment of the invention. Computer devices are intended to represent various forms of digital computers, such as laptops, desktops, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Computer devices may also represent various forms of mobile equipment, such as personal digital processing, cellular telephones, smart phones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing equipment. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 4, the computer device 40 includes at least one processor 41, and a memory communicatively connected to the at least one processor 41, such as a Read Only Memory (ROM) 42, a Random Access Memory (RAM) 43, etc., in which the memory stores a computer program executable by the at least one processor, and the processor 41 may perform various suitable actions and processes according to the computer program stored in the Read Only Memory (ROM) 42 or the computer program loaded from the storage unit 48 into the Random Access Memory (RAM) 43. In the RAM 43, various programs and data required for the operation of the computer device 40 may also be stored. The processor 41, the ROM 42 and the RAM 43 are connected to each other via a bus 44. An input/output (I/O) interface 45 is also connected to bus 44.
Various components in computer device 40 are connected to I/O interface 45, including: an input unit 46 such as a keyboard, a mouse, etc.; an output unit 47 such as various types of displays, speakers, and the like; a storage unit 48 such as a magnetic disk, an optical disk, or the like; and a communication unit 49 such as a network card, modem, wireless communication transceiver, etc. The communication unit 49 allows the computer device 40 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunications networks.
The processor 41 may be various general and/or special purpose processing components with processing and computing capabilities. Some examples of processor 41 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the various methods and processes described above, such as the dynamic loading of configuration files as described in embodiments of the present invention. Namely:
after being triggered and started by the industrial control operating system, initializing and loading a first virtual machine configuration file stored currently from a target storage area, and storing a file identification of the first virtual machine configuration file as a reference identification;
in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained and used as a comparison mark;
and if the comparison identifier is not consistent with the reference identifier, dynamically loading the second virtual machine configuration file from the target storage area.
In some embodiments, the dynamic loading method of the configuration file may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as the storage unit 48. In some embodiments, part or all of the computer program may be loaded and/or installed onto computer device 40 via ROM 42 and/or communication unit 49. When the computer program is loaded into RAM 43 and executed by processor 41, one or more steps of the dynamic loading method of configuration files described above may be performed. Alternatively, in other embodiments, processor 41 may be configured to perform the dynamic loading method of the configuration file in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (7)

1. A method for dynamically loading configuration files, wherein the method is executed by a virtual machine loaded in an industrial control operating system, the method comprising:
after being triggered and started by the industrial control operating system, initializing and loading a first virtual machine configuration file stored currently from a target storage area, and storing a file identification of the first virtual machine configuration file as a reference identification;
in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained and used as a comparison mark;
If the comparison identifier is inconsistent with the reference identifier, dynamically loading a second virtual machine configuration file from the target storage area;
the file identification of the first virtual machine configuration file and the identification of the second virtual machine configuration file can uniquely identify the information of one virtual machine configuration file;
wherein each time a profile update check condition is detected, comprising:
determining that a configuration file update checking condition is detected whenever the number of tasks running in the virtual machine is smaller than or equal to a preset task number threshold or whenever the CPU occupancy rate of the virtual machine is smaller than or equal to a preset occupancy rate threshold;
if the comparison identifier is inconsistent with the reference identifier, dynamically loading a second virtual machine configuration file from the target storage area, wherein the method specifically comprises the following steps:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, activating a configuration file updating task;
dynamically loading a second virtual machine configuration file from the target storage area by executing a configuration file updating task; the dynamic loading is that when the virtual machine keeps working state, the virtual machine loads a second virtual machine configuration file from a target storage area;
Wherein, through executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, activating a configuration file updating task, including:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, triggering and executing a pre-constructed configuration file activation sub-function;
activating a configuration file update task by executing a configuration file activation subfunction;
after being triggered and started by the industrial control operating system, the method further comprises the following steps:
creating a configuration file updating task, and starting a timer with a preset time duration to start timing;
in the running process of the virtual machine, each time a configuration file updating and checking condition is detected, the identification mark of the second virtual machine configuration file currently stored in the target storage area is obtained as a comparison mark, and the method specifically comprises the following steps:
in the running process of the virtual machine, controlling the timer to count again every time the timer is detected to count to the preset time duration, and triggering and executing a pre-constructed configuration file checking function; the timer counts the time to reach the preset checking waiting time length to update checking conditions for the configuration file of the virtual machine;
Acquiring an identification mark of a second virtual machine configuration file currently stored in a target storage area as a comparison mark by executing a configuration file checking function;
wherein after creating the profile update task, further comprising:
setting a configuration file updating task to a dormant state;
after dynamically loading the second virtual machine configuration file from the target storage area by performing the configuration file update task, further comprising:
the profile update task is reset to the dormant state.
2. The method of claim 1, further comprising, after dynamically loading the second virtual machine configuration from the target storage area:
and taking the identification mark of the second virtual machine configuration file as a new reference mark for updating and storing.
3. The method of claim 1, wherein storing the file identification of the first virtual machine configuration file as the reference identification comprises:
calculating a first password hash function value of a first virtual machine configuration file, and storing the first password hash function value as a reference mark;
the method for acquiring the identification identifier of the second virtual machine configuration file currently stored in the target storage area as the comparison identifier comprises the following steps:
And calculating a second password hash function value of the second virtual machine configuration file as an comparison identifier.
4. The method of claim 1, wherein whenever a profile update check condition is detected, comprising:
and determining the detected configuration file updating check condition every time the preset check waiting time is reached.
5. A dynamic loading device for a configuration file, comprising:
the reference identifier acquisition module is used for initializing and loading the currently stored first virtual machine configuration file from the target storage area after being triggered and started by the industrial control operating system, and storing a file identifier of the first virtual machine configuration file as a reference identifier;
the comparison identifier acquisition module is used for acquiring an identification identifier of a second virtual machine configuration file currently stored in the target storage area as a comparison identifier every time a configuration file updating check condition is detected in the running process of the virtual machine;
the second virtual machine configuration file loading module is used for dynamically loading the second virtual machine configuration file from the target storage area if the comparison identifier is not consistent with the reference identifier;
the file identification of the first virtual machine configuration file and the identification of the second virtual machine configuration file can uniquely identify the information of one virtual machine configuration file;
The comparison identifier acquisition module is specifically configured to:
determining that a configuration file update checking condition is detected whenever the number of tasks running in the virtual machine is smaller than or equal to a preset task number threshold or whenever the CPU occupancy rate of the virtual machine is smaller than or equal to a preset occupancy rate threshold;
the second virtual machine configuration file loading module comprises:
an update task activating unit, configured to activate a profile update task by executing a profile inspection function if it is determined that the comparison identifier is inconsistent with the reference identifier;
the updating task execution unit is used for dynamically loading the second virtual machine configuration file from the target storage area by executing the configuration file updating task; the dynamic loading is that when the virtual machine keeps working state, the virtual machine loads a second virtual machine configuration file from a target storage area;
the update task activating unit is specifically configured to:
by executing the configuration file checking function, if the comparison identifier is not consistent with the reference identifier, triggering and executing a pre-constructed configuration file activation sub-function;
activating a configuration file update task by executing a configuration file activation subfunction;
The dynamic loading device of the configuration file further comprises an update task creation unit, wherein the update task creation unit is used for creating the update task of the configuration file after being triggered and started by the industrial control operating system, and starting a timer with a preset time duration to start timing;
the comparison identifier acquisition module is specifically configured to:
in the running process of the virtual machine, controlling the timer to count again every time the timer is detected to count the time length, and triggering and executing a pre-constructed configuration file checking function; the timer counts the time to reach the preset checking waiting time length to update checking conditions for the configuration file of the virtual machine;
acquiring an identification mark of a second virtual machine configuration file currently stored in a target storage area as a comparison mark by executing a configuration file checking function;
the dynamic loading device of the configuration file further comprises a dormant state setting unit, wherein the dormant state setting unit is used for setting the configuration file updating task into a dormant state after the configuration file updating task is created;
the dynamic loading device of the configuration file further comprises a dormant state resetting unit, wherein the dormant state resetting unit is used for resetting the configuration file updating task to the dormant state after the second virtual machine configuration file is dynamically loaded from the target storage area by executing the configuration file updating task.
6. A computer device, the computer device comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the method of dynamic loading of a configuration file as claimed in any one of claims 1 to 4.
7. A computer readable storage medium storing computer instructions for causing a processor to implement the method for dynamically loading a configuration file according to any one of claims 1-4 when executed.
CN202211111148.3A 2022-09-13 2022-09-13 Dynamic loading method and device for configuration file, computer equipment and storage medium Active CN115421859B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211111148.3A CN115421859B (en) 2022-09-13 2022-09-13 Dynamic loading method and device for configuration file, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211111148.3A CN115421859B (en) 2022-09-13 2022-09-13 Dynamic loading method and device for configuration file, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115421859A CN115421859A (en) 2022-12-02
CN115421859B true CN115421859B (en) 2024-02-13

Family

ID=84201763

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211111148.3A Active CN115421859B (en) 2022-09-13 2022-09-13 Dynamic loading method and device for configuration file, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115421859B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117193886B (en) * 2023-11-06 2024-01-05 成都科江科技有限公司 Dynamic loading method for configuration file of industrial control system

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006092469A (en) * 2004-09-27 2006-04-06 Nec Corp Mode, method and system for program update, and update program
KR20070096316A (en) * 2006-03-23 2007-10-02 한국과학기술원 Extensible virtual machine for reprogramming in wireless sensor networks and reprogramming method using it
CN101174217A (en) * 2007-11-22 2008-05-07 上海交通大学 Method for implementing dynamic update of Java program
JP2010134710A (en) * 2008-12-04 2010-06-17 Ntt Data Corp Method for migrating virtual machine, server, and program
US9280338B1 (en) * 2013-03-11 2016-03-08 Amazon Technologies, Inc. Dynamic application updates
CN106878363A (en) * 2016-06-01 2017-06-20 阿里巴巴集团控股有限公司 A kind of information processing method, apparatus and system
CN109101381A (en) * 2018-08-02 2018-12-28 Oppo(重庆)智能科技有限公司 Configuration file update method, system, electronic equipment and storage medium
CN109857429A (en) * 2019-01-04 2019-06-07 浪潮商用机器有限公司 A kind of update method, device, equipment and the storage medium of resources of virtual machine configuration
CN110083373A (en) * 2019-03-21 2019-08-02 中国平安财产保险股份有限公司 Method, apparatus, computer equipment and the storage medium of more new data
CN110399145A (en) * 2018-04-24 2019-11-01 宏碁股份有限公司 Computer system, its update method and computer program product
JP2019204413A (en) * 2018-05-25 2019-11-28 株式会社デンソーテン Update device, vehicle control device, and update method
US10534759B1 (en) * 2018-08-23 2020-01-14 Cohesity, Inc. Incremental virtual machine metadata extraction
CN110851167A (en) * 2019-11-15 2020-02-28 腾讯科技(深圳)有限公司 Container environment updating method, device, equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102207885A (en) * 2010-03-31 2011-10-05 国际商业机器公司 Virtual machine manager of computer system and method for starting virtual machine
US10503531B2 (en) * 2013-12-24 2019-12-10 Red Hat, Inc. Loading runtime configuration files into virtual machine instances which when executed transform a stored virtual machine image into a customized configuration

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006092469A (en) * 2004-09-27 2006-04-06 Nec Corp Mode, method and system for program update, and update program
KR20070096316A (en) * 2006-03-23 2007-10-02 한국과학기술원 Extensible virtual machine for reprogramming in wireless sensor networks and reprogramming method using it
CN101174217A (en) * 2007-11-22 2008-05-07 上海交通大学 Method for implementing dynamic update of Java program
JP2010134710A (en) * 2008-12-04 2010-06-17 Ntt Data Corp Method for migrating virtual machine, server, and program
US9280338B1 (en) * 2013-03-11 2016-03-08 Amazon Technologies, Inc. Dynamic application updates
CN106878363A (en) * 2016-06-01 2017-06-20 阿里巴巴集团控股有限公司 A kind of information processing method, apparatus and system
CN110399145A (en) * 2018-04-24 2019-11-01 宏碁股份有限公司 Computer system, its update method and computer program product
JP2019204413A (en) * 2018-05-25 2019-11-28 株式会社デンソーテン Update device, vehicle control device, and update method
CN109101381A (en) * 2018-08-02 2018-12-28 Oppo(重庆)智能科技有限公司 Configuration file update method, system, electronic equipment and storage medium
US10534759B1 (en) * 2018-08-23 2020-01-14 Cohesity, Inc. Incremental virtual machine metadata extraction
CN109857429A (en) * 2019-01-04 2019-06-07 浪潮商用机器有限公司 A kind of update method, device, equipment and the storage medium of resources of virtual machine configuration
CN110083373A (en) * 2019-03-21 2019-08-02 中国平安财产保险股份有限公司 Method, apparatus, computer equipment and the storage medium of more new data
CN110851167A (en) * 2019-11-15 2020-02-28 腾讯科技(深圳)有限公司 Container environment updating method, device, equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Yang Yu 等.A feather-weight virtual machine for windows applications.《VEE '06: Proceedings of the 2nd international conference on Virtual execution environments》.2006,24-34. *
分布式业务集成部署平台的设计与实现;王瑞雪;《中国优秀硕士学位论文全文数据库 信息科技辑》(第3期);I138-2891 *
系统远程集中控制更新方法研究;白钢;《信息通信》(第4期);108 *

Also Published As

Publication number Publication date
CN115421859A (en) 2022-12-02

Similar Documents

Publication Publication Date Title
CN115421859B (en) Dynamic loading method and device for configuration file, computer equipment and storage medium
CN115904656A (en) State control method, device and equipment applied to chip and storage medium
CN116521573A (en) Automatic test method, device, equipment and storage medium
CN116545905A (en) Service health detection method and device, electronic equipment and storage medium
CN116450176A (en) Version updating method and device, electronic equipment and storage medium
CN110795239A (en) Application memory leakage detection method and device
CN107179911B (en) Method and equipment for restarting management engine
CN114721876A (en) Data backup method, device and medium
CN113139891B (en) Image processing method, device, electronic equipment and storage medium
CN112131179B (en) Task state detection method, device, computer equipment and storage medium
CN109491771B (en) Task processing method based on system performance optimization and related equipment
CN113220554B (en) Method and apparatus for detecting performance of program code
CN116719621B (en) Data write-back method, device, equipment and medium for mass tasks
CN114371889B (en) Event configuration method, device, electronic equipment and storage medium
CN116719552A (en) Game heat updating method and device, electronic equipment and storage medium
CN117608925A (en) Application restarting method and device, electronic equipment and storage medium
CN117806867A (en) Control method, device and equipment for vehicle-mounted security system and storage medium
CN115766697A (en) File downloading method, device, equipment and storage medium
CN117290179A (en) Method, device, equipment and storage medium for determining event timeout state
CN117785403A (en) Heartbeat task execution device for equipment, electronic equipment and storage medium
CN115470476A (en) Authentication renewal method and device, electronic equipment and storage medium
CN117349105A (en) Flash memory space detection method, device, equipment and medium
CN116319454A (en) Method, device, equipment and storage medium for detecting time consumption of application program network
CN116069764A (en) Data verification method, device, electronic equipment and storage medium
CN116303098A (en) Application testing method and device, electronic equipment and storage medium

Legal Events

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