CN108255549B - Server program visual control method and device - Google Patents

Server program visual control method and device Download PDF

Info

Publication number
CN108255549B
CN108255549B CN201711364694.7A CN201711364694A CN108255549B CN 108255549 B CN108255549 B CN 108255549B CN 201711364694 A CN201711364694 A CN 201711364694A CN 108255549 B CN108255549 B CN 108255549B
Authority
CN
China
Prior art keywords
program
application program
data information
target application
operating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711364694.7A
Other languages
Chinese (zh)
Other versions
CN108255549A (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.)
Shenzhen Twowing Technology Co ltd
Original Assignee
Shenzhen Twowing 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 Shenzhen Twowing Technology Co ltd filed Critical Shenzhen Twowing Technology Co ltd
Priority to CN201711364694.7A priority Critical patent/CN108255549B/en
Publication of CN108255549A publication Critical patent/CN108255549A/en
Application granted granted Critical
Publication of CN108255549B publication Critical patent/CN108255549B/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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

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 invention is applicable to the technical field of software visualization and provides a server program visualization control method and device. The method comprises the following steps: loading an application program management interface, and acquiring data information of a target application program to be operated according to user input; sending the data information to an application program running table; operating the target application program according to the data information in the application program operating table, and obtaining a program operating result; and sending the program operation result to a management terminal. The invention can realize the visualization of the operation of the server program, is convenient for a user to manage and operate the software, avoids the complicated computer instruction of the user for managing the software program, and improves the user experience.

Description

Server program visual control method and device
Technical Field
The invention belongs to the technical field of software visualization, and particularly relates to a server program visualization control method and device.
Background
With the rise of graphical user interfaces, the proportion of the user interfaces in a software system is larger and larger, and the user can operate the software more conveniently. With the increase of software for Windows (Windows operating system) service management, although the graphical user interface can bring convenience to the user in software operation, the user needs to learn, run and manage the software of the Windows service, and thus, the user needs to learn complex computer instructions, which takes a lot of time and effort.
Disclosure of Invention
In view of this, embodiments of the present invention provide a server program visualization control method and apparatus, so as to solve the problem in the prior art that the management software program requires a user to learn a complicated computer instruction, which results in wasting time and energy of the user.
A first aspect of an embodiment of the present invention provides a server program visualization control method, including:
loading an application program management interface, and acquiring data information of a target application program to be operated according to user input;
sending the data information to an application program running table;
operating the target application program according to the data information in the application program operating table, and obtaining a program operating result;
and sending the program operation result to a management terminal.
Optionally, the data information includes: program name, program run class, and program start run time.
Optionally, the operating the target application according to the data information in the application operating table, and obtaining a program operating result specifically includes:
detecting whether data information of the target application program needing to be operated exists in the program operation table in real time;
and if the data information of the target application program exists in the software operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
Optionally, the program run list includes: an operation option corresponding to the target application program needing to be operated;
the operating the target application program according to the data information of the target application program specifically comprises:
acquiring an operation instruction of the target application program corresponding to the operation option through the operation option according to user input;
according to the operation instruction and the data information of the target application program corresponding to the operation option, operating the target application program corresponding to the operation option and obtaining a program operation result;
the application program operation table comprises at least one piece of data information of the target application program to be operated.
Optionally, the operation result includes: operation success information or operation exception information.
A second aspect of an embodiment of the present invention provides a server program visualization control apparatus, including:
the information acquisition module is used for loading an application program management interface and acquiring data information of a target application program to be operated according to user input;
the operation module is used for sending the data information to an application program operation table, operating the target application program according to the data information in the application program operation table and obtaining a program operation result;
and the result sending module is used for sending the program running result to the management terminal.
Optionally, the operation module includes:
the sending unit is used for sending the data information to an application program running table;
and the operation unit is used for operating the target application program according to the data information in the application program operation table and obtaining a program operation result.
Optionally, the operation unit is specifically configured to:
detecting whether data information of the target application program needing to be operated exists in the program operation table in real time;
and if the data information of the target application program exists in the software operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
A third aspect of an embodiment of the present invention provides a server program visualization control terminal, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of any one of the methods in the first aspect when executing the computer program.
A fourth aspect of embodiments of the present invention provides a computer-readable storage medium storing a computer program comprising computer program code means for performing the steps of the method of any one of the first aspect when the computer program code means is executed by a processor.
Compared with the prior art, the embodiment of the invention has the following beneficial effects: acquiring data information of a target application program to be operated according to user input by loading an application program management interface; sending the data information to an application program running table; operating the target application program according to the data information in the application program operating table, and obtaining a program operating result; and the program running result is sent to the management terminal, so that the visualization of the server program operation is realized, the software management and operation are convenient for a user, the complicated computer instruction learning for managing the software program by the user is avoided, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic flow chart of an implementation of a server program visualization control method provided by an embodiment of the present invention;
FIG. 2 is a schematic diagram of an implementation flow of step S103 in FIG. 1;
FIG. 3 is a schematic diagram of an implementation flow of step S202 in FIG. 2;
FIG. 4 is a block diagram of a visualization control device for a server program according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a server program visualization control terminal according to an embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
Example one
An implementation flow diagram of an embodiment of a server program visualization control method is provided with reference to fig. 1, which is detailed as follows:
and step S101, loading an application program management interface, and acquiring data information of a target application program required to be operated according to user input.
Optionally, the data information of at least one target application program to be run is acquired according to the user input.
Optionally, the data information includes: program name, program run class, and program start run time.
Specifically, the server program visualization management method runs the target program according to the user requirement, and the target program can run according to the program running type and the program starting running time of the target program by inputting and acquiring the program name of the target program, the program running type of the target program and the information of the program starting running time of the target program in the application program management interface by the user.
The program name may be a name of a function that can be realized by the target program, or may be a name specific to the target program in the server, such as installing an application program, uninstalling an application program, running an application program, stopping running an application program, and the like, and the program name is linked to a code address of the target program. The user can retrieve the code of the target program corresponding to the program name according to the program name, namely, the user can intuitively know the target code corresponding to the program name according to the program name. Illustratively, the target program name is upload shipment data, and a user inputs the name of the upload shipment data on an application program management interface.
Optionally, the program operation category may include the number of times of operation of the target program, and may also include an operation mode of the target program. The running times of the target program refer to the times of the target program needing to run in the running operation, or the times of the target program repeatedly running in a day, or the times of the target program repeatedly running in a week, and the like, namely the times of the target program needing to run in a certain time period in the running operation; the target program operation mode refers to an operation time mode of the target program in operation, such as an hourly operation mode, a daily operation mode, a weekly operation mode, a monthly operation mode, and the like. Specifically, the user may directly input the program operation category of the target program in the application program management interface, or the application program management interface includes a plurality of options of the program operation category, and the user may select the program operation category of the target program through the plurality of options of the program operation category.
The program start runtime refers to when the target program starts to run. The user can directly input the program start runtime of the target program in the application management interface.
Optionally, the data information may further include: program class names and program storage space names. The user can input the program class name and the program storage space name of the target program through the application program management interface, so that the target program can be indexed quickly, and the program running time is saved.
And step S102, sending the data information to an application program running table.
Optionally, the application running table includes data information of at least one target application to be run.
Specifically, the program name of the target program, the program operation category, and the program start operation time are sent to the application program list. The application program list can be used for the user to view the data information of the target program in a page display mode.
Optionally, if the user finds that the data information of the target program is wrong through the application program list, the user may return to the program management interface to re-input the data information of the target program. For example, the user finds that the program operation category of the target program is wrong through the application program list, and can re-input the data information of the target program through the return program management interface.
Optionally, if a certain target program in the application program list is not run, the data information of the certain target program in the application program list may be deleted through user operation.
Step S103, operating the target application according to the data information in the application operating table, and obtaining a program operating result.
Specifically, the target application program is operated according to the program name, the program operation type and the program starting operation time of the target program in the application program operation table, and a program operation result is obtained, namely, the target program is known, operated and managed without requiring a user to learn or know codes in each service program, the target program can be uniformly managed to realize the function of the target program, whether the target program is abnormal or not is detected, and the user does not need to repeatedly operate a plurality of service programs.
Further, referring to fig. 2, in an embodiment, the implementation process of operating the target application according to the data information in the application program operation table and obtaining the program operation result in step S103 may include:
step S201, detecting whether data information of the target application program that needs to be run exists in the program running table in real time.
Optionally, the method may further include: and circularly detecting whether the data information of the target application program needing to be operated exists in the program operation table according to a preset time point.
Specifically, a preset time for detecting whether data information of a target application program exists in a program running table is set, and whether the data information of the target application program which needs to be operated exists in the program running table is detected after the preset time, and the detection is stopped until the data information of the target application program which needs to be operated does not exist in the program running table; or, setting a preset time point for detecting whether data information of a target application program exists in a program running table, and when the preset time point is reached, detecting whether the data information of the target application program which needs to be operated exists in the program running table, until the data information of the target application program which needs to be operated does not exist in the program running table, and stopping detection. Wherein the preset time point comprises a plurality of time points.
Step S202, if the data information of the target application program exists in the software operation table, the target application program is operated according to the data information of the target application program, and a program operation result is obtained.
Specifically, as long as it is detected that the data information of the target application program exists in the software operation table, the target application program is operated according to the data information of the target application program, and a program operation result is obtained.
Optionally, the program run list includes: and running options corresponding to the target application program needing to be run.
Further, referring to fig. 3, in an embodiment, the implementation process of running the target application according to the data information of the target application in step S202 may include:
step S301, according to the user input, obtaining the operation instruction of the target application program corresponding to the operation option through the operation option.
Specifically, the program operation table includes operation options corresponding to the target application program. And the position corresponding to the data information of each target program in the program running table comprises the running option, and when the user clicks the running option in the program running table, the running instruction of the target application program corresponding to the clicked running option is obtained.
Illustratively, the program running table includes data information of 3 target programs, and a user clicks the running options of two of the target programs, that is, obtains the running instructions of the two target programs, and leaves the target programs without clicking the running options to be not run. It should be understood that, in this embodiment, the number of target programs included in the program running table is not limited.
Step S302, according to the operation instruction and the data information of the target application program corresponding to the operation option, the target application program corresponding to the operation option is operated, and the program operation result is obtained.
Specifically, the target application program corresponding to the operation option is operated according to the operation instruction, the program name of the target application program corresponding to the operation option, the program operation category and the program starting operation time, and the program operation result is obtained.
And step S104, sending the program operation result to a management terminal.
Optionally, the operation result includes: operation success information or operation exception information. The running success information may include effect information of the target program implementation and running time information of the target program; the running exception information may include code error information of the target program or running environment mismatch information of the target program.
Specifically, the successful operation information or abnormal operation information of the target program is sent to the management terminal, and the user checks the successful operation information or abnormal operation information of the target program through the management terminal, so that the user is not required to learn or know codes in each service program, the target program can be uniformly managed to realize the function of the target program, whether the target program is abnormal or not is detected, the user is not required to repeatedly operate a plurality of service programs, the operation results of the plurality of service programs are repeatedly recorded, and the time of the user is saved.
Optionally, the method may further include: and classifying the program operation result, and sending the classified program operation result to a management terminal. For example, the abnormal operation information is classified into code abnormal information, network abnormal information or abnormal operation environment information, the classified abnormal operation information is sent to the management terminal, and a user can directly know the approximate reason of the abnormal operation of the target program by checking the abnormal operation information through the management terminal, so that the time for the user to analyze the operation result of the program is saved.
Optionally, the application management interface may further include an address input terminal of the management terminal, and may further include an address storage terminal of the management terminal. And the address input end of the management terminal is used for inputting the address information of the management terminal by a user, and after the target program is operated to obtain a program operation result, the address information of the management terminal is sent to the management terminal. And the address storage end of the management terminal is used for storing the address information of the management terminal, and after the target program is operated to obtain a program operation result, the address information of the management terminal stored by the address storage end of the management terminal is sent to the management terminal. The address storage end of the management terminal may store address information of at least one of the management terminals.
Optionally, the hardware environment in which the method operates includes an operating CPU (Central Processing Unit) with a frequency of 1GHz or more and a hard disk with a capacity of 50GB or more; the system environment in which the method operates: system environments such as windows xp (windows experience, windows operating system experience version), windows7 (window operating system version 7), windows8 (window operating system version 8), and windows10 (window operating system version 10); the software platform environment in which the method operates: NET4.0(microsoft. NET Framework 4.0, microsoft NET architecture 4.0), and may also include software platform environments above NET 4.0.
According to the server program visual control method, the application program management interface is loaded, and the data information of the target application program needing to be operated is acquired according to the input of the user; sending the data information to an application program running table; operating the target application program according to the data information in the application program operating table, and obtaining a program operating result; and the program running result is sent to the management terminal, so that the visualization of the server program operation is realized, the software management and operation are convenient for a user, the complicated computer instruction learning for managing the software program by the user is avoided, and the user experience is improved.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Example two
Corresponding to the server program visualization control method described in the first embodiment, fig. 4 shows a server program visualization control apparatus provided in an embodiment of the present invention. For convenience of explanation, only the portions related to the present embodiment are shown.
The device includes: an information acquisition module 110, an execution module 120, and a result transmission module 130.
The information obtaining module 110 is configured to load an application management interface, and obtain data information of a target application that needs to be run according to user input.
The running module 120 is configured to send the data information to an application running table, run the target application according to the data information in the application running table, and obtain a program running result.
The result sending module 130 is configured to send the program running result to the management terminal.
Optionally, the operation module 120 includes: a transmitting unit 121 and an operating unit 122.
The sending unit 121 is configured to send the data information to the application running table.
The running unit 122 is configured to run the target application according to the data information in the application running table, and obtain a program running result.
Optionally, the operation unit 122 is specifically configured to:
and detecting whether data information of the target application program needing to be operated exists in the program operation table in real time.
And if the data information of the target application program exists in the software operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
The server program visualization control device loads an application program management interface through the information acquisition module 110, and acquires data information of a target application program to be operated according to user input; the operation module 120 sends the data information to an application program operation table, and the operation module 120 further operates the target application program according to the data information in the application program operation table and obtains a program operation result; the result sending module 130 sends the program running result to the management terminal, so that the visualization of the server program operation is realized, the software management and operation are facilitated for the user, the user is prevented from learning complicated computer instructions for managing the software program, and the user experience is improved.
EXAMPLE III
Fig. 5 is a schematic diagram of a server program visualization control terminal 100 according to a third embodiment of the present invention. As shown in fig. 5, the server program visualization control terminal 100 of the present embodiment includes: a processor 140, a memory 150 and a computer program 151, such as a server program visualization control program, stored in said memory 150 and executable on said processor 140. The processor 140, when executing the computer program 151, implements the steps in the various server program visualization control method embodiments described above, such as the steps S101 to S104 shown in fig. 1. Alternatively, the processor 140, when executing the computer program 151, implements the functions of each module/unit in the above-mentioned device embodiments, for example, the functions of the modules 110 to 130 shown in fig. 4.
Illustratively, the computer program 151 may be partitioned into one or more modules/units that are stored in the memory 150 and executed by the processor 140 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used for describing the execution process of the computer program 151 in the server program visualization control terminal 100. For example, the computer program 151 may be divided into an information acquisition module, an operation module, and a result transmission module, and each module has the following specific functions:
the information acquisition module is used for loading an application program management interface and acquiring data information of a target application program to be operated according to user input.
The operation module is used for sending the data information to an application program operation table, operating the target application program according to the data information in the application program operation table, and obtaining a program operation result.
And the result sending module is used for sending the program running result to the management terminal.
Optionally, the operation module includes: a sending unit and an operation unit.
The sending unit is used for sending the data information to an application program running table.
The operation unit is used for operating the target application program according to the data information in the application program operation table and obtaining a program operation result.
Optionally, the operation unit is specifically configured to:
and detecting whether data information of the target application program needing to be operated exists in the program operation table in real time.
And if the data information of the target application program exists in the software operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
The server program visualization control terminal 100 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The server program visualization control terminal 100 may include, but is not limited to, a processor 140, a memory 150. Those skilled in the art will appreciate that fig. 5 is only an example of the server program visual control terminal 100, and does not constitute a limitation of the server program visual control terminal 100, and may include more or less components than those shown, or combine some components, or different components, for example, the server program visual control terminal 100 may further include an input-output device, a network access device, a bus, etc.
The Processor 140 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 150 may be an internal storage unit of the server program visual control terminal 100, such as a hard disk or a memory of the server program visual control terminal 100. The memory 150 may also be an external storage device of the server program visual control terminal 100, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are equipped on the server program visual control terminal 100. Further, the memory 150 may also include both an internal storage unit and an external storage device of the server program visual control terminal 100. The memory 150 is used to store the computer program and other programs and data required for the server program visualization control terminal 100. The memory 150 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium includes content that can be appropriately increased or decreased according to the requirements of legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunication signals according to legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (8)

1. A server program visualization control method, comprising:
loading an application program management interface, and acquiring data information of a target application program to be operated according to user input; wherein the data information comprises: program name, program run category and program start run time;
sending the data information to an application program running table;
operating the target application program according to the data information in the application program operating table, and obtaining a program operating result;
and sending the program operation result to a management terminal.
2. The server program visualization control method according to claim 1, wherein the operating the target application program according to the data information in the application program operating table, and obtaining a program operating result specifically includes:
detecting whether data information of the target application program needing to be operated exists in the program operation table in real time;
and if the data information of the target application program exists in the program operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
3. The server program visual control method according to claim 2, wherein the program execution table includes: an operation option corresponding to the target application program needing to be operated;
the operating the target application program according to the data information of the target application program specifically comprises:
acquiring an operation instruction of the target application program corresponding to the operation option through the operation option according to user input;
according to the operation instruction and the data information of the target application program corresponding to the operation option, operating the target application program corresponding to the operation option and obtaining a program operation result;
the application program operation table comprises at least one piece of data information of the target application program to be operated.
4. The server program visual control method according to claim 1, wherein the operation result includes: operation success information or operation exception information.
5. A server program visualization control apparatus, comprising:
the information acquisition module is used for loading an application program management interface and acquiring data information of a target application program to be operated according to user input; wherein the data information comprises: program name, program run category and program start run time;
the operation module is used for sending the data information to an application program operation table, operating the target application program according to the data information in the application program operation table and obtaining a program operation result;
and the result sending module is used for sending the program running result to the management terminal.
6. The server program visualization control apparatus as recited in claim 5, wherein the execution unit is specifically configured to:
detecting whether data information of the target application program needing to be operated exists in the program operation table in real time;
and if the data information of the target application program exists in the program operation table, operating the target application program according to the data information of the target application program, and obtaining a program operation result.
7. A server program visualization control terminal comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor implements the steps of the method according to any of claims 1 to 4 when executing said computer program.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN201711364694.7A 2017-12-18 2017-12-18 Server program visual control method and device Active CN108255549B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711364694.7A CN108255549B (en) 2017-12-18 2017-12-18 Server program visual control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711364694.7A CN108255549B (en) 2017-12-18 2017-12-18 Server program visual control method and device

Publications (2)

Publication Number Publication Date
CN108255549A CN108255549A (en) 2018-07-06
CN108255549B true CN108255549B (en) 2021-07-06

Family

ID=62723109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711364694.7A Active CN108255549B (en) 2017-12-18 2017-12-18 Server program visual control method and device

Country Status (1)

Country Link
CN (1) CN108255549B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110837399A (en) * 2019-10-31 2020-02-25 锐捷网络股份有限公司 Method and device for managing streaming computing application program and computing equipment
CN117272284B (en) * 2023-09-13 2024-04-12 河北纬坤电子科技有限公司 Application program management and control system, method, application server and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004655A (en) * 2010-11-25 2011-04-06 北京飞天诚信科技有限公司 Device and method for automatically installing drivers
CN102081553A (en) * 2009-12-01 2011-06-01 联想(北京)有限公司 Portable equipment task processing method and device as well as portable equipment
CN102622159A (en) * 2011-01-28 2012-08-01 炬力集成电路设计有限公司 Portable equipment as well as realizing method and system of user interface of same
CN103559445A (en) * 2013-11-07 2014-02-05 北京奇虎科技有限公司 Application-program interactive control method and device
CN104375845A (en) * 2013-08-14 2015-02-25 中兴通讯股份有限公司 Application startup method and device and terminal
CN104380254A (en) * 2014-06-11 2015-02-25 华为技术有限公司 A method and a terminal for quick start of an application service

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103500002B (en) * 2013-09-17 2016-08-03 小米科技有限责任公司 The method of application program management, device and terminal unit
CN105653364B (en) * 2015-12-30 2019-04-16 Oppo广东移动通信有限公司 Application process management method and application process managing device
CN107305487A (en) * 2016-04-18 2017-10-31 北京万合鸿瑞科技有限公司 One kind virtualizes assistant's management software system based on vmware

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102081553A (en) * 2009-12-01 2011-06-01 联想(北京)有限公司 Portable equipment task processing method and device as well as portable equipment
CN102004655A (en) * 2010-11-25 2011-04-06 北京飞天诚信科技有限公司 Device and method for automatically installing drivers
CN102622159A (en) * 2011-01-28 2012-08-01 炬力集成电路设计有限公司 Portable equipment as well as realizing method and system of user interface of same
CN104375845A (en) * 2013-08-14 2015-02-25 中兴通讯股份有限公司 Application startup method and device and terminal
CN103559445A (en) * 2013-11-07 2014-02-05 北京奇虎科技有限公司 Application-program interactive control method and device
CN104380254A (en) * 2014-06-11 2015-02-25 华为技术有限公司 A method and a terminal for quick start of an application service

Also Published As

Publication number Publication date
CN108255549A (en) 2018-07-06

Similar Documents

Publication Publication Date Title
CN108388598B (en) Electronic device, data storage method, and storage medium
CN108365967B (en) Method, system, terminal and computer readable storage medium for dynamically configuring communication parameters
CN108459962B (en) Code normalization detection method and device, terminal equipment and storage medium
CN109814524B (en) Vehicle diagnosis method, device and system
CN111078140A (en) Nuclear power station file uploading management method and device, terminal equipment and medium
CN105122206A (en) Method and apparatus for guest return address stack emulation supporting speculation
CN108491304B (en) electronic device, business system risk control method and storage medium
CN108170425B (en) Program code modification method and device and terminal equipment
CN108255549B (en) Server program visual control method and device
CN108628712B (en) Application program testing method and terminal equipment
CN111242164A (en) Decision result determination method, device and equipment
CN110866382A (en) Document generation method, device, terminal equipment and medium
CN113094087A (en) Software configuration method, electronic device and storage medium
CN111459629A (en) Azkaban-based project operation method and device and terminal equipment
CN111782210A (en) Page management method and device, electronic equipment and computer readable medium
CN111130828A (en) Intelligent network distribution method and device and terminal equipment
CN112380094A (en) RPA service flow processing method and device
CN111220899A (en) CEC circuit testing method and device of HDMI interface and terminal
CN116149941A (en) Monitoring method and device of server component, server and storage medium
CN113904450B (en) Misoperation prevention method, device and equipment of power grid dispatching system
CN115643172A (en) Abnormity detection method, abnormity detection device, terminal equipment and storage medium
CN116292360A (en) Method, system, terminal and storage medium for realizing fan rotating speed by combining BMC and CPLD
CN114425787A (en) Control method and device for robot automatic test, server and storage medium
CN114185804A (en) Interface testing method and device and terminal equipment
CN113760237A (en) Compiling address updating method and device, terminal equipment and readable storage medium

Legal Events

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