CN114116030A - Operating system running method and device, electronic equipment and storage medium - Google Patents

Operating system running method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114116030A
CN114116030A CN202111370717.1A CN202111370717A CN114116030A CN 114116030 A CN114116030 A CN 114116030A CN 202111370717 A CN202111370717 A CN 202111370717A CN 114116030 A CN114116030 A CN 114116030A
Authority
CN
China
Prior art keywords
operating system
system software
configuration information
version configuration
storage partition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111370717.1A
Other languages
Chinese (zh)
Inventor
刘春雷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Spreadtrum Semiconductor Nanjing Co Ltd
Original Assignee
Spreadtrum Semiconductor Nanjing 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 Spreadtrum Semiconductor Nanjing Co Ltd filed Critical Spreadtrum Semiconductor Nanjing Co Ltd
Priority to CN202111370717.1A priority Critical patent/CN114116030A/en
Publication of CN114116030A publication Critical patent/CN114116030A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention discloses an operating method and device of an operating system, electronic equipment and a storage medium. The method is applied to electronic equipment, and the electronic equipment stores multiple versions of operating system software; the operation method comprises the following steps: determining version configuration information of the operating system in response to a running request of the operating system; and operating the operating system software matched with the version configuration information. By storing a plurality of versions of operating system software in the electronic equipment for the user to select by himself, on one hand, the user does not need to develop the operating system software again according to the respective requirements, and can select the operating system required by the user by configuring version configuration information, so that manpower and material resources for software development are saved. On the other hand, the electronic equipment has the function of running the operating systems of various versions, and a user can change the version configuration information of the operating system of the electronic equipment according to actual requirements without directly replacing the electronic equipment.

Description

Operating system running method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an operating method and apparatus for an operating system, an electronic device, and a storage medium.
Background
At present, for different requirements, users often need to develop different operating system software by themselves, which may increase software development and maintenance costs of users such as OEMs (Original Equipment manufacturers)/ODMs (Original Design manufacturers), and waste manpower and material resources.
Disclosure of Invention
The invention provides an operating method and device of an operating system, electronic equipment and a storage medium, aiming at overcoming the defect that the development and maintenance costs of operating system software of different versions are very high in the prior art.
The invention solves the technical problems through the following technical scheme:
in a first aspect, an operating method of an operating system is provided, which is applied to an electronic device, where the electronic device stores multiple versions of operating system software; the operation method comprises the following steps:
determining version configuration information of the operating system in response to a running request of the operating system;
and operating the operating system software matched with the version configuration information.
Optionally, the electronic device includes a plurality of memory partitions, and different versions of operating system software are stored in different memory partitions;
operating the operating system software matched with the version configuration information, and comprising:
determining a target storage partition matched with the version configuration information;
and mounting the target storage partition.
Optionally, the electronic device comprises a plurality of memory partitions; each operating system software comprises a plurality of functional components, each functional component is stored in one storage partition, and the functional components stored in each storage partition are different;
operating the operating system software matched with the version configuration information, and comprising:
determining target operating system software matched with the version configuration information;
determining a target storage partition of each functional component contained in the target operating system software;
and mounting the target storage partition.
Optionally, the version configuration information includes at least one of the following parameters: a mobile country code, a mobile network code, virtual private network information VPN, an access point name APN and a self-defined parameter;
and/or packaging the operating system software of the plurality of versions into a software package to be burned in the electronic equipment.
In a second aspect, an operating device of an operating system is provided, which is applied to an electronic device, where the electronic device stores multiple versions of operating system software; the operation device includes:
the determining module is used for responding to the running request of the operating system and determining the version configuration information of the operating system;
and the running module is used for running the operating system software matched with the version configuration information.
Optionally, the electronic device includes a plurality of memory partitions, and different versions of operating system software are stored in different memory partitions;
the operation module comprises:
a determining unit, configured to determine a target storage partition that matches the version configuration information;
and the mounting unit is used for mounting the target storage partition.
Optionally, the electronic device comprises a plurality of memory partitions; each operating system software comprises a plurality of functional components, each functional component is stored in one storage partition, and the functional components stored in each storage partition are different;
the operation module comprises:
the first determining unit is used for determining target operating system software matched with the version configuration information;
a second determining unit, configured to determine a target storage partition of each functional component included in the target operating system software;
and the mounting unit is used for mounting the target storage partition.
Optionally, the version configuration information includes at least one of the following parameters: a mobile country code, a mobile network code, virtual private network information VPN, an access point name APN and a self-defined parameter;
and/or packaging the operating system software of the plurality of versions into a software package to be burned in the electronic equipment.
In a third aspect, an electronic device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the processor implements the operating system execution method described in any one of the above.
In a fourth aspect, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, implements the operating method of any one of the above-mentioned operating systems.
The positive progress effects of the invention are as follows: by storing a plurality of versions of operating system software in the electronic equipment for the user to select by himself, on one hand, the user does not need to develop the operating system software again according to the respective requirements, and can select the operating system required by the user by configuring version configuration information, so that manpower and material resources for software development are saved. On the other hand, the electronic equipment has the function of running the operating systems of various versions, and a user can change the version configuration information of the operating system of the electronic equipment according to actual requirements without directly replacing the electronic equipment.
Drawings
Fig. 1 is a flowchart of a method for operating an operating system according to an exemplary embodiment of the present invention;
fig. 2 is a schematic view of a scenario of an operating method of an operating system according to an exemplary embodiment of the present invention;
fig. 3 is a block diagram of an operating device of an operating system according to an exemplary embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electron according to an exemplary embodiment of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Fig. 1 is a flowchart of an operating method of an operating system according to an exemplary embodiment of the present invention, where the operating method is applied to an electronic device, and the electronic device stores multiple versions of operating system software, so that the electronic device selects and runs an appropriate operating system software according to a user requirement or an application scenario. Operating system software may be, but is not limited to being, stored on a magnetic disk or hard drive of the electronic device. The electronic device can be, for example, a mobile phone with a communication function, a tablet computer, a wearable device, a vehicle-mounted terminal, and the like.
Referring to fig. 1, the operation method includes the steps of:
step 101, responding to an operation request of an operating system, and determining version configuration information of the operating system.
The operation request may be, but is not limited to, generated when the electronic device is powered on.
The version configuration information includes at least one of the following parameters: version identification, Mobile Country Code (MCC), Mobile Network Code (MNC), Virtual Private Network information (VPN), Access Point Name (APN), and personalized function definition, etc.
The user can configure the required version configuration information according to the actual requirement. In the case where the user does not configure the version configuration information, default version configuration information may be selected.
The version configuration information may be written to a configuration file (config file) of the operating system for runtime invocation. Different parameters included in the version configuration information may be written into one configuration file, or may be written into different configuration files, which is not particularly limited in this embodiment of the present invention, and the storage location of the configuration file is also not particularly limited in this embodiment of the present invention, as long as the operating system of the electronic device can read the configuration file.
And step 102, operating the operating system software matched with the version configuration information.
Different users have different requirements on the operating system software, and the operating system software of multiple versions is stored in the electronic equipment, namely the operating system software of multiple versions is integrated into a set of operating system software (or packaged into a software package) to be burnt into the electronic equipment for the users to select by themselves, so that on one hand, the users do not need to develop the operating system software again according to respective requirements, and the users can select the operating system required by themselves by configuring version configuration information, thereby saving manpower and material resources for software development. On the other hand, the electronic equipment has the function of running the operating systems of various versions, and a user can change the version configuration information of the operating system of the electronic equipment according to actual requirements without directly replacing the electronic equipment.
In one embodiment, the electronic device includes multiple memory partitions, with different versions of operating system software stored in different memory partitions. That is, when the operating system software of each version is burned into the electronic device, the operating system software of different versions is burned into different memory partitions, and the operating system software of one version may be stored in one memory partition or may be stored in a plurality of memory partitions, but the content stored in each memory partition only belongs to the operating system software of one version.
When operating the operating system software matched with the version configuration information, determining a target storage partition matched with the version configuration information, mounting the target storage partition, and not mounting other storage partitions not matched with the version configuration information, namely dynamically mounting a required storage partition (product partition), so as to realize the operation of the operating system software matched with the version configuration information.
By storing the operating system software of different versions in different storage partitions, the physical isolation of the operating system software of different versions is realized, and errors are avoided when the storage partitions are mounted.
In one embodiment, a correspondence between a storage partition and stored operating system software may be established, and a target storage partition that matches the version configuration information may be determined based on the correspondence. The operating system software of each version can be correspondingly provided with description information, and under the condition that the keywords contained in the version configuration information are matched with the keywords contained in the operating system software description information of one version, the operating system software of the version is determined to be the operating system software matched with the version configuration information.
In one embodiment, before burning the operating system software of each version into the electronic device, each operating system software is split and split into a plurality of functional components, where a functional component refers to a minimum functional unit capable of being independently implemented, and the functional components of all versions of the operating system software are deduplicated, and the deduplicated functional components are the same functional components. When the software is burnt in, the function components which are subjected to the past weight are burnt in each storage partition of the electronic equipment, so that each function component is stored in one storage partition, and the function components stored in each storage partition are different. After deduplication, the space occupied by the various versions of operating system software is greatly reduced. And through the selection of the memory space, the complete operating system software of any version can be formed.
When operating the operating system software matched with the version configuration information, sequentially determining target operating system software matched with the version configuration information, determining target storage partitions of all functional components contained in the target operating system software, mounting the target storage partitions, and not mounting other storage partitions not matched with the version configuration information, namely dynamically mounting required storage partitions (product partitions).
In one embodiment, description information may be set for each version of operating system software, and when a keyword included in the version configuration information matches a keyword included in the description information of one version of operating system software, it is determined that the version of operating system software is the operating system software that matches the version configuration information. The correspondence between the storage partition and the stored functional component may be established, and the target storage partition of each functional component included in the target operating system software may be established according to the correspondence.
The operating system software of different versions can be the operating system software suitable for different communication operators, so that the effect of supporting multiple operators is achieved; the different versions of operating system software may also be operating system software developed at different times, etc.
Fig. 2 is a schematic view of a scenario of an operating system operation method according to an exemplary embodiment of the present invention, where version configuration information includes a mobile country code and a mobile network code, which is taken as an example to further describe operation of an operating system.
Writing a mobile country code MCC and a mobile network code MNC into electronic equipment by using tools on a production line, after an init process is started, matching a specific xx _ skip _ mount.cfg configuration file to mount a storage partition according to the written mobile country code MCC and the written mobile network code MNC when the operation of mounting the storage partition is executed, wherein the configuration file records the storage partition which is not mounted, and when mounting is carried out, mounting a target storage partition which is not recorded by the configuration file, so that the self-adaption of an operator version is realized, namely, the operation system software is adapted according to the mobile country code.
For example, if the written combination of the mobile country code MCC and the mobile network code MNC is 46002, a product3 (indicating the version id of the operating system software) needs to be mounted, the init process reads the configuration file 46002_ skip _ mount.cfg matching with 46002, performs matching mounting when mounting the storage partition, and mounts the target storage partition not recorded in the configuration file 46002_ skip _ mount.cfg.
If the written combination of the mobile country code MCC and the mobile network code MNC is 46001, a product2 (indicating the version identifier of the operating system software) needs to be mounted, the init process reads the configuration file 46001_ skip _ mount.cfg matched with 46001, matching mounting is performed when the storage partition is mounted, and the target storage partition which is not recorded in the configuration file 46001_ skip _ mount.cfg is mounted.
If the written combination of the mobile country code MCC and the mobile network code MNC is 46003, a product1 (indicating the version id of the operating system software) needs to be mounted, the init process reads the configuration file 46003_ skip _ mount.cfg matched with 46003, matching mounting is performed when the storage partition is mounted, and the target storage partition which is not recorded in the configuration file 46003_ skip _ mount.cfg is mounted.
In one embodiment, the version configuration information includes the mobile country code, and does not include the mobile network code, then only the target storage space matching the mobile country code is mounted.
For example, if the written MCC is 460, product3 (indicating the version id of the os software) needs to be mounted, the init process reads the configuration file 460_ skip _ mount.cfg matching 460, and performs matching mounting when mounting the storage partition, and mounts the target storage partition not recorded in the configuration file 460_ skip _ mount.cfg.
It should be noted that the configuration file may also record a target storage partition that needs to be mounted, and when mounting is performed, the target storage partition recorded in the configuration file is mounted.
Therefore, the software requirements of operators in a plurality of national regions can be met by developing a software package containing a plurality of versions of operating system software, compared with the prior art that the operator in each national region needs to generate a corresponding version, the embodiment of the invention greatly reduces the cost and efficiency of software development, and only one version needs to be maintained for version maintenance, thereby facilitating maintenance.
Corresponding to the foregoing operating system running method embodiment, the present invention also provides an embodiment of an operating system running apparatus.
Fig. 3 is a schematic block diagram of an operating apparatus of an operating system according to an exemplary embodiment of the present invention, which is applied to an electronic device, where multiple versions of operating system software are stored in the electronic device; the operation device includes:
a determining module 31, configured to determine version configuration information of the operating system in response to a running request of the operating system;
and the running module 32 is used for running the operating system software matched with the version configuration information.
Optionally, the electronic device includes a plurality of memory partitions, and different versions of operating system software are stored in different memory partitions;
the operation module comprises:
a determining unit, configured to determine a target storage partition that matches the version configuration information;
and the mounting unit is used for mounting the target storage partition.
Optionally, the electronic device comprises a plurality of memory partitions; each operating system software comprises a plurality of functional components, each functional component is stored in one storage partition, and the functional components stored in each storage partition are different;
the operation module comprises:
the first determining unit is used for determining target operating system software matched with the version configuration information;
a second determining unit, configured to determine a target storage partition of each functional component included in the target operating system software;
and the mounting unit is used for mounting the target storage partition.
Optionally, the version configuration information includes at least one of the following parameters: a mobile country code, a mobile network code, virtual private network information VPN, an access point name APN and a self-defined parameter;
and/or packaging the operating system software of the plurality of versions into a software package to be burned in the electronic equipment.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention. One of ordinary skill in the art can understand and implement it without inventive effort.
Fig. 4 is a schematic diagram of an electronic device according to an exemplary embodiment of the present invention, and shows a block diagram of an exemplary electronic device 40 suitable for implementing an embodiment of the present invention. The electronic device 40 shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in FIG. 4, electronic device 40 may take the form of a general purpose computing device, which may be a server device, for example. The components of electronic device 40 may include, but are not limited to: the at least one processor 41, the at least one memory 42, and a bus 43 connecting the various system components (including the memory 42 and the processor 41).
The bus 43 includes a data bus, an address bus, and a control bus.
The memory 42 may include volatile memory, such as Random Access Memory (RAM)421 and/or cache memory 422, and may further include Read Only Memory (ROM) 423.
Memory 42 may also include a program tool 425 (or utility tool) having a set (at least one) of program modules 424, such program modules 424 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 41 executes various functional applications and data processing, such as the methods provided by any of the above embodiments, by running a computer program stored in the memory 42.
The electronic device 40 may also communicate with one or more external devices 44 (e.g., keyboard, pointing device, etc.). Such communication may be through an input/output (I/O) interface 45. Also, the model-generated electronic device 40 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via a network adapter 46. As shown, the network adapter 46 communicates with the other modules of the model-generated electronic device 40 over a bus 43. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating electronic device 40, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Embodiments of the present invention further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method provided in any of the above embodiments.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation manner, the embodiment of the present invention may also be implemented in a form of a program product, which includes program code for causing a terminal device to execute a method implementing any of the above-mentioned embodiments when the program product runs on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. The operating method of the operating system is characterized by being applied to electronic equipment, wherein the electronic equipment stores a plurality of versions of operating system software; the operation method comprises the following steps:
determining version configuration information of the operating system in response to a running request of the operating system;
and operating the operating system software matched with the version configuration information.
2. The operating system running method according to claim 1, wherein the electronic device comprises a plurality of memory partitions, and different versions of operating system software are stored in different memory partitions;
operating the operating system software matched with the version configuration information, and comprising:
determining a target storage partition matched with the version configuration information;
and mounting the target storage partition.
3. The operating system execution method according to claim 1, wherein the electronic device includes a plurality of memory partitions; each operating system software comprises a plurality of functional components, each functional component is stored in one storage partition, and the functional components stored in each storage partition are different;
operating the operating system software matched with the version configuration information, and comprising:
determining target operating system software matched with the version configuration information;
determining a target storage partition of each functional component contained in the target operating system software;
and mounting the target storage partition.
4. The operating system running method according to claim 1, wherein the version configuration information includes at least one of the following parameters: a mobile country code, a mobile network code, virtual private network information VPN, an access point name APN and a self-defined parameter;
and/or packaging the operating system software of the plurality of versions into a software package to be burned in the electronic equipment.
5. The operating device of the operating system is applied to electronic equipment, and the electronic equipment stores a plurality of versions of operating system software; the operation device includes:
the determining module is used for responding to the running request of the operating system and determining the version configuration information of the operating system;
and the running module is used for running the operating system software matched with the version configuration information.
6. The operating system running device of claim 5, wherein the electronic device comprises a plurality of memory partitions, and different versions of operating system software are stored in different memory partitions;
the operation module comprises:
a determining unit, configured to determine a target storage partition that matches the version configuration information;
and the mounting unit is used for mounting the target storage partition.
7. The operating system execution apparatus according to claim 5, wherein the electronic device includes a plurality of memory partitions; each operating system software comprises a plurality of functional components, each functional component is stored in one storage partition, and the functional components stored in each storage partition are different;
the operation module comprises:
the first determining unit is used for determining target operating system software matched with the version configuration information;
a second determining unit, configured to determine a target storage partition of each functional component included in the target operating system software;
and the mounting unit is used for mounting the target storage partition.
8. The operating system running device of claim 5, wherein the version configuration information comprises at least one of the following parameters: a mobile country code, a mobile network code, virtual private network information VPN, an access point name APN and a self-defined parameter;
and/or packaging the operating system software of the plurality of versions into a software package to be burned in the electronic equipment.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements a method of operating the operating system of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method of operating an operating system according to any one of claims 1 to 4.
CN202111370717.1A 2021-11-18 2021-11-18 Operating system running method and device, electronic equipment and storage medium Pending CN114116030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111370717.1A CN114116030A (en) 2021-11-18 2021-11-18 Operating system running method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111370717.1A CN114116030A (en) 2021-11-18 2021-11-18 Operating system running method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114116030A true CN114116030A (en) 2022-03-01

Family

ID=80396594

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111370717.1A Pending CN114116030A (en) 2021-11-18 2021-11-18 Operating system running method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114116030A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114816571A (en) * 2022-04-15 2022-07-29 西安广和通无线通信有限公司 Method, device and equipment for hanging flash memory and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114816571A (en) * 2022-04-15 2022-07-29 西安广和通无线通信有限公司 Method, device and equipment for hanging flash memory and storage medium
CN114816571B (en) * 2022-04-15 2023-06-16 西安广和通无线通信有限公司 Method, device, equipment and storage medium for plug-in flash memory

Similar Documents

Publication Publication Date Title
CN109783117B (en) Mirror image file making and starting method of diskless system
CN107967159B (en) Method for configuring file application and server
CN102799464B (en) Virtual machine creation method and system, virtual machine reloading method and system
CN100461104C (en) Method and system for creation of operating system partition table
CN113835644B (en) Complete machine migration method, device, equipment and storage medium
CN105450759A (en) System mirror image management method and device
CN111124286A (en) Libcloud-based multi-cloud management implementation method
US20180039419A1 (en) Virtual storage pool
US20150149756A1 (en) System and method for setting up a bootable storage device using image
CN112769706B (en) Componentized routing method and system
CN114489512A (en) Method and device for limiting container capacity, electronic equipment and storage medium
CN114116030A (en) Operating system running method and device, electronic equipment and storage medium
CN113760306A (en) Method and device for installing software, electronic equipment and storage medium
CN112230978A (en) Multi-data-source dynamic switching method, electronic equipment and storage medium
CN115469807A (en) Disk function configuration method, device, equipment and storage medium
CN111158645B (en) System and method for providing an integrated development environment
US11354312B2 (en) Access-plan-based querying for federated database-management systems
CN113111138A (en) Data processing method, device, computing equipment and medium
CN112256277A (en) Software compiling method, system, electronic device and storage medium
JP2021515301A (en) Methods for recovery from failures during garbage collection in the system, computer programs and equipment for recovery from failures during garbage collection in the system.
CN111737149B (en) Real machine platform, test method and test script processing method
CN112783834B (en) Service resource online restocking method and device and electronic equipment
CN113448644B (en) Operating system ring3 mode OC hard disk configuration method, device, terminal and storage medium
CN114201240B (en) Method and device for configuring helm chart
CN115757041B (en) Method for collecting dynamically configurable multi-cluster logs and application

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