CN110941460A - Application program starting method and device, electronic equipment, system and storage medium - Google Patents

Application program starting method and device, electronic equipment, system and storage medium Download PDF

Info

Publication number
CN110941460A
CN110941460A CN201911158763.8A CN201911158763A CN110941460A CN 110941460 A CN110941460 A CN 110941460A CN 201911158763 A CN201911158763 A CN 201911158763A CN 110941460 A CN110941460 A CN 110941460A
Authority
CN
China
Prior art keywords
configuration
value
file
application program
legal
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.)
Granted
Application number
CN201911158763.8A
Other languages
Chinese (zh)
Other versions
CN110941460B (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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Beijing Kingsoft Cloud Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network Technology Co Ltd
Beijing Kingsoft Cloud 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 Beijing Kingsoft Cloud Network Technology Co Ltd, Beijing Kingsoft Cloud Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN201911158763.8A priority Critical patent/CN110941460B/en
Publication of CN110941460A publication Critical patent/CN110941460A/en
Application granted granted Critical
Publication of CN110941460B publication Critical patent/CN110941460B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The embodiment of the invention provides a starting method, a starting device, electronic equipment, a starting system and a storage medium of an application program, which are used for acquiring a configuration file of a target application program when terminal equipment acquires a starting instruction; obtaining a legal value file; detecting the legality of the configuration value of the configuration item in the configuration file according to the legal value file; if the detection result is that the configuration value of any configuration item in the configuration file is illegal, stopping starting the target application program; and if the detection result is that no illegal configuration value exists in the configuration file, configuring the configuration items in the target application program according to the configuration file so as to start the target application program. It can be seen that, before configuring the configuration items in the target application program according to the configuration file, the embodiment of the present invention detects the validity of the configuration values of the configuration items in the configuration file according to the legal value file; the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong is avoided, and normal starting of the application program is guaranteed.

Description

Application program starting method and device, electronic equipment, system and storage medium
Technical Field
The present invention relates to the field of application configuration technologies, and in particular, to a method, an apparatus, an electronic device, a system, and a storage medium for starting an application.
Background
Currently, many applications are provided with configuration items, such as: the configuration items in the distributed object storage application are as follows: the number of copies of the storage object, the log level, the data self-checking period and speed, the size of the data block, the EC (ErasureCode) encoding mode and the like. The existing starting method of the application program is generally as follows: when an application program is started, acquiring a configuration file; configuring the configuration items in the application program according to the configuration file; and starting the application program after the configuration is finished, wherein the configuration file comprises values corresponding to all configuration items of the application program.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems: in the prior art, each configuration item of an application program is configured directly according to a value in a configuration file. Since the values in the configuration file are usually configured by a designer through manual operation before the application is online, it is inevitable that there is an error in the configuration values in the configuration file due to a manual operation error. When the application program with the configuration value of the configuration item being wrong starts, especially when the configuration value of the sensitive configuration item is wrong, for example: when the size of a data block in a distributed object storage application is incorrect, unexpected behavior may occur, so that the application cannot start normally.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a device, electronic equipment, a system and a storage medium for starting an application program so as to ensure the normal starting of the application program. The specific technical scheme is as follows:
in order to achieve the above object, in a first aspect, an embodiment of the present invention provides a method for starting an application, where the method is applied to a terminal device, and the method includes:
when a target application program starting instruction is obtained, obtaining a configuration file corresponding to the target application program;
acquiring a preset legal value file, wherein the legal value of at least one configuration item of the target application program is saved in the legal value file;
detecting the legality of the configuration value of the at least one configuration item in the configuration file according to the legal value file;
if the detection result is that the configuration value of any configuration item in the configuration file is illegal, stopping starting the target application program;
and if the detection result is that no illegal configuration value exists in the configuration file, configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
Optionally, the method further includes:
and when any configuration value in the configuration file is detected to be illegal, generating an error log so that a designer can confirm the wrong configuration value in the configuration file according to the error log.
Optionally, the legal value file includes:
legal values of all configuration items of the target application program or legal values of preset key configuration items.
Optionally, the step of obtaining a preset legal value file includes:
acquiring a legal value file stored by the terminal equipment as the preset legal value file;
and the saved legal value file is received from a cloud server in communication connection with the terminal equipment in advance.
Optionally, the step of obtaining a preset legal value file includes:
sending a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and receiving a legal value file returned by the cloud server.
Optionally, the method further includes:
if the configuration file corresponding to the target application program is not obtained when the target application program starting instruction is obtained, obtaining the legal value file;
acquiring a configuration value corresponding to a configuration item of the target application program from the legal value file;
generating a configuration file according to the acquired configuration value;
and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
Optionally, the method further includes:
receiving a configuration value change request triggered by a user or a configuration value change request sent by the cloud server;
and changing the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the method further includes:
receiving a configuration value deleting request which is triggered by a user and aims at selectable configuration items in the running process of the target application program;
stopping running the target application program when the configuration value deleting request is received;
and deleting the target configuration value corresponding to the configuration value deleting request from the configuration file according to the configuration value deleting request.
In a second aspect, an embodiment of the present invention provides a method for starting an application, where the method is applied to a cloud server, and the method includes:
receiving a legal value file acquisition request sent by terminal equipment;
and sending the legal value file stored by the terminal equipment to the terminal equipment according to the legal value file acquiring request so as to enable the terminal equipment to detect the legality of the configuration value of at least one configuration item in the configuration file corresponding to the target application program according to the legal value file, stopping starting the target application program if the detection result indicates that the configuration value of any configuration item in the configuration file is illegal, and configuring the configuration item in the target application program according to the configuration file to start the target application program if the detection result indicates that the configuration value of any configuration item in the configuration file is not illegal.
Optionally, the legal value file stores legal values corresponding to all configuration items of the target application program or preset key configuration items.
Optionally, the method further includes:
receiving a configuration item legal value change request sent by a user;
and changing the legal value of the configuration item in the legal value file stored by the user according to the legal value change request of the configuration item.
Optionally, after the step of changing the legal value of the configuration item in the legal value file stored in the step according to the legal value change request of the configuration item, the method further includes:
and sending a configuration value change request to the terminal equipment according to the change condition of the legal value of the configuration value in the legal value file stored by the terminal equipment, so that the terminal equipment changes the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the method further includes:
receiving a configuration item legal value deleting request aiming at the optional configuration items;
and deleting the target legal value corresponding to the legal value deletion request of the optional configuration item from the legal value file stored by the user according to the legal value deletion request of the configuration item.
In a third aspect, an embodiment of the present invention provides an apparatus for starting an application, where the apparatus is applied to a terminal device, and the apparatus includes:
the configuration file acquisition module is used for acquiring a configuration file corresponding to a target application program when a target application program starting instruction is acquired;
a legal value file obtaining module, configured to obtain a preset legal value file, where a legal value of at least one configuration item of the target application program is saved in the legal value file;
the detection module is used for detecting the legality of the configuration value of the at least one configuration item in the configuration file according to the legal value file;
the stopping module is used for stopping starting the target application program when the detection result indicates that the configuration value of any configuration item in the configuration file is illegal;
and the configuration module is used for configuring the configuration items in the target application program according to the configuration file to start the target application program when the detection result indicates that no illegal configuration values exist in the configuration file.
Optionally, the apparatus further includes:
and the log generation module is used for generating an error log when any configuration value in the configuration file is detected to be illegal, so that a designer can confirm the wrong configuration value in the configuration file according to the error log.
Optionally, the legal value file includes:
legal values of all configuration items of the target application program or legal values of preset key configuration items.
Optionally, the legal value file obtaining module is specifically configured to:
acquiring a legal value file stored by the terminal equipment as the preset legal value file;
and the saved legal value file is received from a cloud server in communication connection with the terminal equipment in advance.
Optionally, the legal value file obtaining module is specifically configured to:
sending a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and receiving a legal value file returned by the cloud server.
Optionally, the apparatus further includes: a configuration file generation module to:
when a target application program starting instruction is obtained and a configuration file corresponding to the target application program is not obtained, obtaining the legal value file;
acquiring a configuration value corresponding to a configuration item of the target application program from the legal value file;
generating a configuration file according to the acquired configuration value;
and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
Optionally, the apparatus further includes:
the cloud server is used for sending a configuration value change request to the configuration value change request receiving module;
and the change module is used for changing the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the apparatus further includes:
a configuration value deletion request receiving module configured to: receiving a configuration value deleting request which is triggered by a user and aims at selectable configuration items in the running process of the target application program; when the configuration value deleting request is received, a stop operation module is triggered;
the operation stopping module is used for stopping the operation of the target application program and triggering the deleting module;
and the deleting module is used for deleting the target configuration value corresponding to the configuration value deleting request from the configuration file according to the configuration value deleting request.
In a fourth aspect, an embodiment of the present invention provides an apparatus for starting an application, where the apparatus is applied to a cloud server, and the apparatus includes:
the receiving module is used for receiving a legal value file acquisition request sent by the terminal equipment;
a sending module, configured to send the legal value file stored in the sending module to the terminal device according to the legal value file obtaining request, so that the terminal device detects, according to the legal value file, validity of the configuration value of the at least one configuration item in the configuration file corresponding to the target application program, if the detection result indicates that the configuration value of any configuration item in the configuration file is illegal, the target application program is stopped to be started, and if the detection result indicates that no illegal configuration value exists in the configuration file, the configuration item in the target application program is configured according to the configuration file, so as to start the target application program.
Optionally, the legal value file stores legal values corresponding to all configuration items of the target application program or preset key configuration items.
Optionally, the apparatus further includes:
a legal value change request receiving module for receiving a configuration item legal value change request sent by a user;
and the legal value changing module is used for changing the legal value of the configuration item in the legal value file stored by the legal value changing module according to the legal value changing request of the configuration item. .
Optionally, the request sending module is configured to, after the legal value of the configuration item in the legal value file stored in the terminal device is changed according to the legal value change request of the configuration item, send a configuration value change request to the terminal device according to a change condition of the legal value of the configuration value in the legal value file stored in the terminal device, so that the terminal device changes the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the apparatus further includes:
a legal value deleting request receiving module, configured to receive a configuration item legal value deleting request for the selectable configuration item;
and the legal value deleting module is used for deleting the target legal value corresponding to the legal value deleting request of the optional configuration item from the legal value file stored by the legal value deleting module according to the legal value deleting request of the configuration item.
In a fifth aspect, an embodiment of the present invention provides a terminal device, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
a processor, configured to implement the steps of the method for starting any application program applied to the terminal device according to the first aspect when executing the program stored in the memory.
In a sixth aspect, an embodiment of the present invention provides a cloud server, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
and the processor is configured to implement the steps of any one of the methods for starting an application program applied to the cloud server according to the second aspect when the processor executes the program stored in the memory.
In a seventh aspect, an embodiment of the present invention provides an application starting system, including: the terminal device according to the fifth aspect and the cloud server according to the sixth aspect.
In an eighth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, and when executed by a processor, the computer program implements the steps of the method for starting any application program applied to the terminal device in the first aspect or the method for starting any application program applied to the cloud server in the second aspect.
According to the application program starting method, the application program starting device, the electronic equipment, the application program starting system and the storage medium, the configuration file corresponding to the target application program can be obtained when the terminal equipment obtains the target application program starting instruction; acquiring a preset legal value file; detecting the legality of the configuration value of at least one configuration item in the configuration file according to the legal value file; if the detection result is that the configuration value of any configuration item in the configuration file is illegal, stopping starting the target application program; and if the detection result is that no illegal configuration value exists in the configuration file, configuring the configuration items in the target application program according to the configuration file so as to start the target application program. It can be seen that, before configuring the configuration items in the target application program according to the configuration file, the embodiment of the present invention first detects the validity of the configuration value of at least one configuration item in the configuration file according to the legal value file, and only when detecting that there is no illegal configuration value in the configuration file, configures the configuration items in the target application program according to the configuration file, and starts the target application program; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for starting an application program, which is applied to a terminal device according to an embodiment of the present invention;
fig. 2 is another schematic flow chart of the application program starting method applied to the terminal device according to the embodiment of the present invention;
fig. 3 is a schematic flowchart of another process, in which the method for starting an application according to the embodiment of the present invention is applied to a terminal device;
fig. 4 is a schematic flow chart illustrating that the method for starting the application program according to the embodiment of the present invention is applied to a cloud server;
fig. 5 is a system architecture diagram of a system for starting an application according to an embodiment of the present invention;
FIG. 6 is an interaction diagram illustrating the application program of FIG. 5 initiating system-internal collaboration;
fig. 7 is a schematic structural diagram of a service request processing apparatus applied to a terminal device according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a service request processing apparatus applied to a cloud server according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a terminal device according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of a cloud server according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a method, a device, electronic equipment, a system and a storage medium for starting an application program, and aims to ensure the normal starting of the application program.
Referring to fig. 1, a method for starting an application program applied to a terminal device according to an embodiment of the present invention may include:
s101: when a target application program starting instruction is obtained, a configuration file corresponding to the target application program is obtained;
s102: acquiring a preset legal value file, wherein the legal value of at least one configuration item of a target application program is saved in the legal value file;
wherein, the legal value file may include: legal values of all configuration items of the target application program or preset legal values of key configuration items. For example: for configuration items in a distributed object storage application: the size of the data block and the log level may be preset as key configuration items.
In a specific embodiment, a legal value file saved by the terminal device may be obtained as a preset legal value file; the stored legal value file is received from a cloud server in communication connection with the terminal equipment in advance; alternatively, a legal value file downloaded and saved from the cloud server along with the target application program may be acquired.
In another specific embodiment, the terminal device may send a request for obtaining a legal value file to a cloud server in communication connection with the terminal device; and receiving a legal value file returned by the cloud server.
S103: detecting the legality of the configuration value of at least one configuration item in the configuration file according to the legal value file; if the detection result is that the configuration value of any configuration item in the configuration file is illegal, executing step S104; if the detection result is that there is no illegal configuration value in the configuration file, executing step S105;
s104: stopping starting the target application program, and ending;
s105: and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
As can be seen from the embodiment shown in fig. 1, before configuring configuration items in a target application according to a configuration file, in the embodiment of the present invention, validity of a configuration value of at least one configuration item in the configuration file is detected according to a legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
Referring to fig. 2, based on the embodiment shown in fig. 1, in a specific embodiment, when detecting that any configuration value in the configuration file is illegal, the method for starting the application program applied to the terminal device according to the embodiment of the present invention may execute step S201:
s201: and stopping starting the target application program, generating an error log, and finishing so that a designer can confirm the configuration value of the error in the configuration file according to the error log.
Referring to fig. 3, based on the embodiment shown in fig. 1, in a specific embodiment, when a target application starting instruction is obtained but a configuration file corresponding to a target application is not obtained, the method for starting an application applied to a terminal device according to the embodiment of the present invention may also perform step S102 first, and then perform the following steps:
s301: acquiring a configuration value corresponding to a configuration item of a target application program from a legal value file;
s302: generating a configuration file according to the acquired configuration value;
s303: and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
In a specific embodiment, the method for starting an application program applied to a terminal device provided in the embodiment of the present invention may further include: receiving a configuration value change request triggered by a user or a configuration value change request sent by a cloud server; and changing the configuration value in the configuration file of the target application program according to the configuration value change request.
Specifically, in practical applications, the method for starting an application program applied to a terminal device according to the embodiment of the present invention may implement thermal modification on some configuration items in a target application program, that is, when the terminal device receives a change request for changing a configuration value of a configuration item that can be thermally modified, the method may not stop running of the target application program, but change the configuration value of the configuration item that can be thermally modified during running of the target application program, where the configuration item that can be thermally modified may be specified by an application program designer. For example: configuration items in a distributed object storage application: the number of copies of a storage object, the log level, may be specified as a thermally modifiable configuration item.
In a specific embodiment, the method for starting an application program applied to a terminal device provided in the embodiment of the present invention may further include: receiving a configuration value deleting request aiming at selectable configuration items triggered by a user in the running process of a target application program; stopping running the target application program when receiving a configuration value deleting request; and deleting the target configuration value corresponding to the configuration value deletion request from the configuration file according to the configuration value deletion request, wherein the optional configuration item refers to the configuration item which is specified by the application program designer and can be deleted in the target application program. For example: configuration items in a distributed object storage application: the data self-test period and speed may be specified as a deletable configuration item.
Certainly, in practical applications, in order to ensure that the configuration items in the configuration file and the legal value file are consistent, when a certain configuration item in the configuration file is deleted, the legal value of the configuration item in the corresponding legal value file also needs to be deleted. When the application program is started, whether the configuration item in the configuration file and the legal value of the configuration item in the legal value file are both deleted or not can be verified.
Referring to fig. 4, the method for starting an application program applied to a cloud server according to an embodiment of the present invention may include:
s401: receiving a legal value file acquisition request sent by terminal equipment;
s402: according to the obtained legal value file request, sending the legal value file stored by the terminal device to the terminal device, so that the terminal device detects the legality of the configuration value of at least one configuration item in the configuration file corresponding to the target application program according to the legal value file, if the detection result is that the configuration value of any configuration item in the configuration file is illegal, stopping starting the target application program, and if the detection result is that the configuration value of any configuration item in the configuration file is not illegal, configuring the configuration items in the target application program according to the configuration file to start the target application program.
And storing legal values corresponding to all configuration items of the target application program or preset key configuration items in the legal value file.
As can be seen from the embodiment shown in fig. 4, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
In a specific embodiment, the method for starting an application program applied to a cloud server according to an embodiment of the present invention may further include: receiving a configuration item legal value change request sent by a user; and changing the legal value of the configuration item in the legal value file stored by the user according to the legal value change request of the configuration item.
In practical applications, the user may be a maintenance person, and the manner in which the user issues the configuration item legal value change request may be various. Illustratively, a user sends a configuration item legal value change request by using a terminal device installed with a target application program; or, the user inputs a configuration item legal value change request into the cloud server; or, the user sends out a configuration item legal value change request by using other terminal equipment different from the terminal equipment provided with the target application program, and the other terminal equipment is the terminal equipment in communication connection with the cloud server. Any method for sending the request for changing the legal value of the configuration item by the user can be used in the present invention, and this embodiment is not limited thereto.
In a specific embodiment, after the cloud server changes the legal value of the configuration item in the legal value file stored in the cloud server according to the configuration item legal value change request, the cloud server may also send a configuration value change request to the terminal device according to the change condition of the legal value of the configuration value in the legal value file stored in the cloud server, so that the terminal device changes the configuration value in the configuration file of the target application program according to the configuration value change request.
In a specific embodiment, the method for starting an application program applied to a cloud server according to an embodiment of the present invention may further include: receiving a configuration item legal value deleting request aiming at the optional configuration items; and deleting a target legal value corresponding to the legal value deletion request of the optional configuration item from a legal value file stored in the legal value file according to the legal value deletion request of the configuration item, wherein the optional configuration item refers to the configuration item which is specified by an application program designer and can be deleted in the target application program.
In the above specific embodiment, since the legal value of the configuration item is stored in the cloud server, the legal value can be modified and adjusted at any time, and a configuration value change request is sent to the terminal device; and enabling the terminal equipment to change the configuration value in the configuration file of the target application program according to the configuration value change request. Therefore, the configuration values in the configuration file of the target application program can be modified more flexibly by applying the embodiment of the invention.
Referring to fig. 5, an embodiment of the present invention further provides an application starting system, including a terminal device 501 and a cloud server 502, where the terminal device 501 is configured to execute any one of the above-described starting methods applied to an application of the terminal device; the cloud server 502 may be configured to perform any of the above-described methods for starting an application applied to the cloud server.
In one particular embodiment, cloud server 502 may be a zookeeper server, which is a distributed application coordination server.
In practical application, in order to ensure the success rate of starting the application program, the cloud server for storing the legal value of the configuration item needs to be a server with high reliability and high availability.
Referring to fig. 6, an interaction flow of the terminal device and the cloud server in the system shown in fig. 5 may be:
s601: the terminal equipment acquires a configuration file corresponding to the target application program when acquiring a target application program starting instruction;
s602: the terminal equipment sends a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and storing the legal value of at least one configuration item of the target application program in the legal value file.
S603: the cloud server receives a legal value file acquisition request sent by the terminal equipment;
s604: the cloud server sends the legal value file stored by the cloud server to the terminal equipment according to the acquired legal value file request;
s605: the terminal equipment detects the legality of the configuration value of at least one configuration item in the configuration file according to the legal value file; if the detection result is that the configuration value of any configuration item in the configuration file is illegal, executing step S606; if the detection result is that there is no illegal configuration value in the configuration file, executing step S607;
s606: stopping starting the target application program, and ending;
s607: and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
As can be seen from the embodiment shown in fig. 6, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
In practical application, the cloud server can also be used for receiving a configuration item legal value change request; and changing the legal value of the configuration item in the legal value file stored by the user according to the legal value change request of the configuration item.
The cloud server may further be configured to, after the legal value of the configuration item in the legal value file stored in the cloud server is changed according to the configuration item legal value change request, send a configuration value change request to the terminal device according to a change condition of the legal value of the configuration value in the legal value file stored in the cloud server, so that the terminal device changes the configuration value in the configuration file of the target application program according to the configuration value change request.
Corresponding to the embodiment shown in fig. 1, an embodiment of the present invention further provides an apparatus for starting an application, which is applied to a terminal device, and referring to fig. 7, the apparatus may include:
a configuration file obtaining module 701, configured to obtain a configuration file corresponding to a target application program when a target application program starting instruction is obtained;
a legal value file obtaining module 702, configured to obtain a preset legal value file, where a legal value of at least one configuration item of the target application program is saved in the legal value file;
a detecting module 703, configured to detect, according to the legal value file, the validity of the configuration value of at least one configuration item in the configuration file;
a stopping module 704, configured to stop starting the target application program when the detection result indicates that the configuration value of any configuration item in the configuration file is illegal;
the configuration module 705 is configured to configure the configuration item in the target application according to the configuration file to start the target application when the detection result is that there is no illegal configuration value in the configuration file.
Optionally, the starting apparatus of the application program may further include:
and a log generating module (not shown in the figure) for generating an error log when any configuration value in the configuration file is detected to be illegal, so that a designer can confirm the wrong configuration value in the configuration file according to the error log.
Optionally, the legal value file may include:
legal values of all configuration items of the target application program or preset legal values of key configuration items.
Optionally, the legal value file obtaining module 702 is specifically configured to obtain a legal value file that is already stored in the terminal device, and use the legal value file as the preset legal value file;
and the saved legal value file is received from a cloud server in communication connection with the terminal equipment in advance.
Optionally, the legal value file obtaining module 702 is specifically configured to:
sending a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and receiving a legal value file returned by the cloud server.
Optionally, the starting apparatus of the application program may further include: a profile generation module (not shown) for:
when a target application program starting instruction is obtained and a configuration file corresponding to the target application program is not obtained, a legal value file is obtained;
acquiring a configuration value corresponding to a configuration item of a target application program from a legal value file;
generating a configuration file according to the acquired configuration value;
and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
Optionally, the starting apparatus of the application program may further include:
a configuration value change request receiving module (not shown in the figure) for receiving a configuration value change request triggered by a user or a configuration value change request sent by a cloud server;
and a change module (not shown in the figure) for changing the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the starting apparatus of the application program may further include:
a configuration value deletion request receiving module (not shown in the figure) for receiving a configuration value deletion request for the selectable configuration items, which is triggered by a user, in the running process of the target application program; when a configuration value deleting request is received, a stop operation module is triggered;
a stop module (not shown in the figure) for stopping the running of the target application and triggering the deletion module;
and a deleting module (not shown in the figure) configured to delete the target configuration value corresponding to the configuration value deleting request from the configuration file according to the configuration value deleting request.
As can be seen from the embodiment shown in fig. 7, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
Corresponding to the embodiment shown in fig. 4, an embodiment of the present invention further provides an apparatus for starting an application, which is applied to a cloud server, and referring to fig. 8, the apparatus may include:
a receiving module 801, configured to receive a legal value file acquisition request sent by a terminal device;
a sending module 802, configured to send the legal value file stored in the sending module to the terminal device according to the obtained legal value file request, so that the terminal device detects, according to the legal value file, the validity of the configuration value of at least one configuration item in the configuration file corresponding to the target application program, if the detection result is that the configuration value of any configuration item in the configuration file is illegal, the target application program is stopped to be started, and if the detection result is that no illegal configuration value exists in the configuration file, the configuration item in the target application program is configured according to the configuration file, so as to start the target application program.
Optionally, all configuration items of the target application program or legal values corresponding to preset key configuration items may be stored in the legal value file.
Optionally, the starting apparatus of the application program may further include:
a legal value change request receiving module (not shown in the figure) for receiving a configuration item legal value change request sent by a user;
and a legal value changing module (not shown in the figure) for changing the legal value of the configuration item in the legal value file stored by the legal value changing module according to the legal value changing request of the configuration item.
Optionally, the starting apparatus of the application program may further include:
and a request sending module (not shown in the figure) for sending a configuration value change request to the terminal device according to the change condition of the legal value of the configuration value in the legal value file stored by the terminal device after the legal value of the configuration item in the legal value file stored by the terminal device is changed according to the configuration item legal value change request, so that the terminal device changes the configuration value in the configuration file of the target application program according to the configuration value change request.
Optionally, the starting apparatus of the application program may further include:
a legal value deletion request receiving module (not shown in the figure) for receiving a configuration item legal value deletion request for the optional configuration item;
and a legal value deleting module (not shown in the figure) for deleting the target legal value corresponding to the optional configuration item legal value deleting request from the legal value file stored in the legal value deleting module according to the configuration item legal value deleting request.
As can be seen from the embodiment shown in fig. 8, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
Corresponding to the embodiment shown in fig. 1, the embodiment of the present invention further provides an electronic device, and in a specific application, the electronic device may be a terminal device, as shown in fig. 9, and includes a processor 901, a communication interface 902, a memory 903, and a communication bus 904, where the processor 901, the communication interface 902, and the memory 903 complete mutual communication through the communication bus 904,
a memory 903 for storing computer programs;
the processor 901 is configured to implement the steps of the method for starting an application program applied to the terminal device described above when executing the program stored in the memory 903.
As can be seen from the embodiment shown in fig. 9, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
Corresponding to the embodiment shown in fig. 4, the embodiment of the present invention further provides another electronic device, and in a specific application, the electronic device may be a cloud server, as shown in fig. 10, and includes a processor 1001, a communication interface 1002, a memory 1003 and a communication bus 1004, where the processor 1001, the communication interface 1002 and the memory 1003 complete mutual communication through the communication bus 1004,
a memory 1003 for storing a computer program;
the processor 1001 is configured to implement any of the above steps of the method for starting an application program applied to the cloud server when executing the program stored in the memory 1003.
As can be seen from the embodiment shown in fig. 10, before configuring the configuration items in the target application according to the configuration file, in the embodiment of the present invention, the validity of the configuration value of at least one configuration item in the configuration file is detected according to the legal value file, and only when it is detected that there is no illegal configuration value in the configuration file, the configuration item in the target application is configured according to the configuration file, and the target application is started; therefore, compared with the prior art, the problem that the application program cannot be normally started due to the fact that the configuration value in the configuration file is wrong can be avoided, and normal starting of the application program is guaranteed.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component.
In still another embodiment provided by the present invention, a computer-readable storage medium is further provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any of the above-mentioned methods for starting an application program applied to a terminal device.
In another embodiment of the present invention, a computer program product including instructions is provided, which when run on a computer, causes the computer to perform any of the above-mentioned methods for starting an application applied to a cloud server.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. The procedures or functions described in accordance with the embodiments of the invention may be generated, in whole or in part, upon the acquisition and execution of the computer program instructions on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the device, the electronic apparatus and the system embodiment, since they are substantially similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (30)

1. A starting method of an application program is applied to a terminal device, and the method comprises the following steps:
when a target application program starting instruction is obtained, obtaining a configuration file corresponding to the target application program;
acquiring a preset legal value file, wherein the legal value of at least one configuration item of the target application program is saved in the legal value file;
detecting the legality of the configuration value of the at least one configuration item in the configuration file according to the legal value file;
if the detection result is that the configuration value of any configuration item in the configuration file is illegal, stopping starting the target application program;
and if the detection result is that no illegal configuration value exists in the configuration file, configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
2. The method of claim 1, further comprising:
and when any configuration value in the configuration file is detected to be illegal, generating an error log so that a designer can confirm the wrong configuration value in the configuration file according to the error log.
3. The method of claim 1, wherein the legal value file comprises:
legal values of all configuration items of the target application program or legal values of preset key configuration items.
4. The method of claim 1, wherein the step of obtaining the preset legal value file comprises:
acquiring a legal value file stored by the terminal equipment as the preset legal value file;
and the saved legal value file is received from a cloud server in communication connection with the terminal equipment in advance.
5. The method of claim 1, wherein the step of obtaining the preset legal value file comprises:
sending a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and receiving a legal value file returned by the cloud server.
6. The method of claim 1, further comprising:
if the configuration file corresponding to the target application program is not obtained when the target application program starting instruction is obtained, obtaining the legal value file;
acquiring a configuration value corresponding to a configuration item of the target application program from the legal value file;
generating a configuration file according to the acquired configuration value;
and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
7. The method of claim 4 or 5, further comprising:
receiving a configuration value change request triggered by a user or a configuration value change request sent by the cloud server;
and changing the configuration value in the configuration file of the target application program according to the configuration value change request.
8. The method of claim 1, further comprising:
receiving a configuration value deleting request which is triggered by a user and aims at selectable configuration items in the running process of the target application program;
stopping running the target application program when the configuration value deleting request is received;
and deleting the target configuration value corresponding to the configuration value deleting request from the configuration file according to the configuration value deleting request.
9. A starting method of an application program is applied to a cloud server, and comprises the following steps:
receiving a legal value file acquisition request sent by terminal equipment;
and sending the legal value file stored by the terminal equipment to the terminal equipment according to the legal value file acquiring request so as to enable the terminal equipment to detect the legality of the configuration value of at least one configuration item in the configuration file corresponding to the target application program according to the legal value file, stopping starting the target application program if the detection result indicates that the configuration value of any configuration item in the configuration file is illegal, and configuring the configuration item in the target application program according to the configuration file to start the target application program if the detection result indicates that the configuration value of any configuration item in the configuration file is not illegal.
10. The method of claim 9,
and storing legal values corresponding to all configuration items of the target application program or preset key configuration items in the legal value file.
11. The method of claim 9, further comprising:
receiving a configuration item legal value change request sent by a user;
and changing the legal value of the configuration item in the legal value file stored by the user according to the legal value change request of the configuration item.
12. The method according to claim 11, wherein after the step of changing the legal value of the configuration item in the legal value file stored in the method according to the legal value change request of the configuration item, the method further comprises:
and sending a configuration value change request to the terminal equipment according to the change condition of the legal value of the configuration value in the legal value file stored by the terminal equipment, so that the terminal equipment changes the configuration value in the configuration file of the target application program according to the configuration value change request.
13. The method of claim 9, further comprising:
receiving a configuration item legal value deleting request aiming at the optional configuration items;
and deleting the target legal value corresponding to the legal value deletion request of the optional configuration item from the legal value file stored by the user according to the legal value deletion request of the configuration item.
14. An apparatus for starting an application, applied to a terminal device, the apparatus comprising:
the configuration file acquisition module is used for acquiring a configuration file corresponding to a target application program when a target application program starting instruction is acquired;
a legal value file obtaining module, configured to obtain a preset legal value file, where a legal value of at least one configuration item of the target application program is saved in the legal value file;
the detection module is used for detecting the legality of the configuration value of the at least one configuration item in the configuration file according to the legal value file;
the stopping module is used for stopping starting the target application program when the detection result indicates that the configuration value of any configuration item in the configuration file is illegal;
and the configuration module is used for configuring the configuration items in the target application program according to the configuration file to start the target application program when the detection result indicates that no illegal configuration values exist in the configuration file.
15. The apparatus of claim 14, further comprising:
and the log generation module is used for generating an error log when any configuration value in the configuration file is detected to be illegal, so that a designer can confirm the wrong configuration value in the configuration file according to the error log.
16. The apparatus of claim 14, wherein the legal value file comprises:
legal values of all configuration items of the target application program or legal values of preset key configuration items.
17. The apparatus according to claim 14, wherein the legal value file obtaining module is specifically configured to:
acquiring a stored legal value file as the preset legal value file;
and the saved legal value file is received from a cloud server in communication connection with the terminal equipment in advance.
18. The apparatus according to claim 14, wherein the legal value file obtaining module is specifically configured to:
sending a legal value file acquisition request to a cloud server in communication connection with the terminal equipment;
and receiving a legal value file returned by the cloud server.
19. The apparatus of claim 14, further comprising: a configuration file generation module to:
when a target application program starting instruction is obtained and a configuration file corresponding to the target application program is not obtained, obtaining the legal value file;
acquiring a configuration value corresponding to a configuration item of the target application program from the legal value file;
generating a configuration file according to the acquired configuration value;
and configuring the configuration items in the target application program according to the configuration file so as to start the target application program.
20. The apparatus of claim 16 or 17, further comprising:
the cloud server is used for sending a configuration value change request to the configuration value change request receiving module;
and the change module is used for changing the configuration value in the configuration file of the target application program according to the configuration value change request.
21. The apparatus of claim 14, further comprising:
a configuration value deletion request receiving module configured to: receiving a configuration value deleting request which is triggered by a user and aims at selectable configuration items in the running process of the target application program; when the configuration value deleting request is received, a stop operation module is triggered;
the operation stopping module is used for stopping the operation of the target application program and triggering the deleting module;
and the deleting module is used for deleting the target configuration value corresponding to the configuration value deleting request from the configuration file according to the configuration value deleting request.
22. An apparatus for starting an application, applied to a cloud server, the apparatus comprising:
the receiving module is used for receiving a legal value file acquisition request sent by the terminal equipment;
a sending module, configured to send the legal value file stored in the sending module to the terminal device according to the legal value file obtaining request, so that the terminal device detects, according to the legal value file, validity of the configuration value of the at least one configuration item in the configuration file corresponding to the target application program, if the detection result indicates that the configuration value of any configuration item in the configuration file is illegal, the target application program is stopped to be started, and if the detection result indicates that no illegal configuration value exists in the configuration file, the configuration item in the target application program is configured according to the configuration file, so as to start the target application program.
23. The apparatus of claim 22,
and storing legal values corresponding to all configuration items of the target application program or preset key configuration items in the legal value file.
24. The apparatus of claim 22, further comprising:
a legal value change request receiving module for receiving a configuration item legal value change request sent by a user;
and the legal value changing module is used for changing the legal value of the configuration item in the legal value file stored by the legal value changing module according to the legal value changing request of the configuration item.
25. The apparatus of claim 24,
and the request sending module is used for sending a configuration value change request to the terminal equipment according to the change condition of the legal value of the configuration value in the legal value file stored by the terminal equipment after the legal value of the configuration item in the legal value file stored by the terminal equipment is changed according to the configuration item legal value change request, so that the terminal equipment can change the configuration value in the configuration file of the target application program according to the configuration value change request.
26. The apparatus of claim 22, further comprising:
a legal value deleting request receiving module, configured to receive a configuration item legal value deleting request for the selectable configuration item;
and the legal value deleting module is used for deleting the target legal value corresponding to the legal value deleting request of the optional configuration item from the legal value file stored by the legal value deleting module according to the legal value deleting request of the configuration item.
27. The terminal equipment is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1 to 8 when executing a program stored in the memory.
28. The cloud server is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for completing mutual communication through the communication bus by the memory;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 9 to 13 when executing a program stored in the memory.
29. An application startup system, comprising: the terminal device of claim 27 and the cloud server of claim 28.
30. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1 to 8 or 9 to 13.
CN201911158763.8A 2019-11-22 2019-11-22 Application program starting method and device, electronic equipment, system and storage medium Active CN110941460B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911158763.8A CN110941460B (en) 2019-11-22 2019-11-22 Application program starting method and device, electronic equipment, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911158763.8A CN110941460B (en) 2019-11-22 2019-11-22 Application program starting method and device, electronic equipment, system and storage medium

Publications (2)

Publication Number Publication Date
CN110941460A true CN110941460A (en) 2020-03-31
CN110941460B CN110941460B (en) 2023-09-01

Family

ID=69907548

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911158763.8A Active CN110941460B (en) 2019-11-22 2019-11-22 Application program starting method and device, electronic equipment, system and storage medium

Country Status (1)

Country Link
CN (1) CN110941460B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003114893A (en) * 2001-10-03 2003-04-18 Hicom:Kk System and method for providing information
US20120198344A1 (en) * 2011-01-27 2012-08-02 Wyse Technology Inc. Comparing and provisioning configurations for a client having a windows-based embedded image
US20120260246A1 (en) * 2011-04-06 2012-10-11 International Business Machines Corporation Software application installation
US20130125107A1 (en) * 2011-11-11 2013-05-16 Wyse Technology Inc. Robust firmware update with recovery logic
CN104063239A (en) * 2013-03-22 2014-09-24 腾讯科技(深圳)有限公司 Application program update method of mobile terminal, server and client
US20150379034A1 (en) * 2014-06-30 2015-12-31 International Business Machines Corporation Determining characteristics of configuration files
CN105554091A (en) * 2015-12-11 2016-05-04 电子科技大学 Method for guaranteeing security of source of web application in mobile terminal
CN105573798A (en) * 2015-12-22 2016-05-11 北京华峰测控技术有限公司 Method and circuit capable of reconfiguring FPGA (field programmable gate array) quickly
CN107423078A (en) * 2017-02-28 2017-12-01 福建中金在线信息科技有限公司 A kind of Oftware updating method and device
CN108319554A (en) * 2018-02-13 2018-07-24 广州市百果园信息技术有限公司 Test method, computer readable storage medium and the terminal device of application function
CN109062601A (en) * 2018-08-15 2018-12-21 张家港康得新光电材料有限公司 MES system client-side program update method, device, equipment and medium
CN109347675A (en) * 2018-10-31 2019-02-15 新华三大数据技术有限公司 Server configuration method, device and electronic equipment
CN109408132A (en) * 2017-08-15 2019-03-01 腾讯科技(深圳)有限公司 A kind of configuration file processing method and server, user terminal, storage medium
CN109634682A (en) * 2018-11-29 2019-04-16 恒生电子股份有限公司 The configuration file update method and device of application program
CN109976828A (en) * 2019-03-12 2019-07-05 北京奇艺世纪科技有限公司 A kind of method and device of configuration file
CN110427735A (en) * 2019-07-31 2019-11-08 上海联影医疗科技有限公司 A kind of method of calibration, device, server and storage medium

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003114893A (en) * 2001-10-03 2003-04-18 Hicom:Kk System and method for providing information
US20120198344A1 (en) * 2011-01-27 2012-08-02 Wyse Technology Inc. Comparing and provisioning configurations for a client having a windows-based embedded image
US20120260246A1 (en) * 2011-04-06 2012-10-11 International Business Machines Corporation Software application installation
US20130125107A1 (en) * 2011-11-11 2013-05-16 Wyse Technology Inc. Robust firmware update with recovery logic
CN104063239A (en) * 2013-03-22 2014-09-24 腾讯科技(深圳)有限公司 Application program update method of mobile terminal, server and client
US20150379034A1 (en) * 2014-06-30 2015-12-31 International Business Machines Corporation Determining characteristics of configuration files
CN105554091A (en) * 2015-12-11 2016-05-04 电子科技大学 Method for guaranteeing security of source of web application in mobile terminal
CN105573798A (en) * 2015-12-22 2016-05-11 北京华峰测控技术有限公司 Method and circuit capable of reconfiguring FPGA (field programmable gate array) quickly
CN107423078A (en) * 2017-02-28 2017-12-01 福建中金在线信息科技有限公司 A kind of Oftware updating method and device
CN109408132A (en) * 2017-08-15 2019-03-01 腾讯科技(深圳)有限公司 A kind of configuration file processing method and server, user terminal, storage medium
CN108319554A (en) * 2018-02-13 2018-07-24 广州市百果园信息技术有限公司 Test method, computer readable storage medium and the terminal device of application function
CN109062601A (en) * 2018-08-15 2018-12-21 张家港康得新光电材料有限公司 MES system client-side program update method, device, equipment and medium
CN109347675A (en) * 2018-10-31 2019-02-15 新华三大数据技术有限公司 Server configuration method, device and electronic equipment
CN109634682A (en) * 2018-11-29 2019-04-16 恒生电子股份有限公司 The configuration file update method and device of application program
CN109976828A (en) * 2019-03-12 2019-07-05 北京奇艺世纪科技有限公司 A kind of method and device of configuration file
CN110427735A (en) * 2019-07-31 2019-11-08 上海联影医疗科技有限公司 A kind of method of calibration, device, server and storage medium

Also Published As

Publication number Publication date
CN110941460B (en) 2023-09-01

Similar Documents

Publication Publication Date Title
US9921819B2 (en) Persistent mobile device enrollment
CN115190035B (en) System, method, apparatus, and medium for providing mobile device support services
CN107733847B (en) Method and device for platform login website, computer equipment and readable storage medium
CN113127323A (en) Test method, test device, terminal equipment and storage medium
CN111400777B (en) Network storage system, user authentication method, device and equipment
US10956383B2 (en) Device backup and wipe
US9973494B2 (en) Upload management system, method for controlling upload management system, and storage medium
US10158990B2 (en) SMS message reading control method and terminal
EP3669530A1 (en) Systems and methods for controlling real-time traffic surge of application programming interfaces (apis) at server
CN108804938B (en) Authority detection method and device, electronic equipment and readable storage medium
CN112162825A (en) Equipment configuration method, device, equipment and storage medium
CN110598384A (en) Information protection method, information protection device and mobile terminal
CN111131131B (en) Vulnerability scanning method and device, server and readable storage medium
CN107526580B (en) Terminal application identification method and device
CN111355765B (en) Network request processing and sending method and device
CN113761498A (en) Third party login information hosting method, system, equipment and storage medium
CN109976828B (en) Method and device for configuring file
CN110674153B (en) Data consistency detection method and device and electronic equipment
CN110908881B (en) Buried point data transmitting method and device, electronic equipment and computer readable storage medium
CN112437071A (en) Method, system, device and storage medium for device control
CN110381081B (en) Network access method and device and electronic equipment
CN110941460B (en) Application program starting method and device, electronic equipment, system and storage medium
CN111488163A (en) Firmware updating method and device, electronic equipment and storage medium
CN111125586A (en) Page updating method and device
CN108694489B (en) Method and system for auditing assessment platform

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