CN116028114A - Software operation method, system, equipment and computer readable storage medium - Google Patents
Software operation method, system, equipment and computer readable storage medium Download PDFInfo
- Publication number
- CN116028114A CN116028114A CN202310018435.8A CN202310018435A CN116028114A CN 116028114 A CN116028114 A CN 116028114A CN 202310018435 A CN202310018435 A CN 202310018435A CN 116028114 A CN116028114 A CN 116028114A
- Authority
- CN
- China
- Prior art keywords
- target
- platform
- software
- type
- client
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
The application discloses a software operation method, a system, equipment and a computer readable storage medium, which are applied to a first platform and used for receiving request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the operation requirements of the client on different types of target software are met, and the user experience is improved.
Description
Technical Field
The present application relates to the field of computer technology, and more particularly, to a software operation method, system, device, and computer readable storage medium.
Background
Along with the increase of the types of service platforms, the types of the systems of the application software are increased, for example, the application software is a windows system or a linux system, and the application software among different types cannot be compatible and cannot be used simultaneously, so that various software installed on a server side is not the windows platform software or the linux platform software, and correspondingly, the application software used by a client side locally can only be the windows platform software or the linux platform software, the application software of different platforms cannot be used at will, and the user experience is poor.
In summary, how to improve the user experience of the client using the software is a problem to be solved by those skilled in the art.
Disclosure of Invention
The purpose of the application is to provide a software operation method, which can solve the technical problem of how to improve the user experience of a client using software to a certain extent. The application also provides a software operating system, a device and a computer readable storage medium.
In order to achieve the above object, the present application provides the following technical solutions:
a method of software operation, for a first platform, comprising:
receiving request information transmitted by a client to target software;
analyzing the target system type of the target software based on the request information;
if the target system type is the first type, acquiring target information of the target software from a connected second platform;
if the target system type is the second type, acquiring target information of the target software from a connected third platform;
transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
Preferably, the receiving the request information of the target software transmitted by the client includes:
and receiving the request information of the target software transmitted after the client accesses the web interface through the browser based on the web service.
Preferably, the web service receives request information for the target software transmitted after the client accesses the web interface through the browser, and the request information comprises:
and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
Preferably, the obtaining the target information of the target software from the connected third platform includes:
the target information of the target software is acquired from the connected third platform based on the xdmcp protocol.
Preferably, the transmitting the target information to the client includes:
and transmitting the target information to the client based on a streaming media technology.
Preferably, the first type includes windows systems, and the second type includes linux systems.
Preferably, the second platform and the third platform each include a physical machine or a virtual machine.
A software operating system for a first platform, comprising:
the first receiving module is used for receiving request information of target software transmitted by a client;
the first analysis module is used for analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform;
the first transmission module is used for transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
A software operating apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the software operating method of any one of the above claims when executing the computer program.
A computer readable storage medium having stored therein a computer program which when executed by a processor performs the steps of the software operating method of any of the above.
The software operation method is applied to a first platform and used for receiving request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, no matter whether the client requests the first type or the second type of target software, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the operation requirements of the client on different types of target software are met, and the user experience is improved. The software operating system, the software operating device and the computer readable storage medium also solve the corresponding technical problems.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1 is a first flowchart of a software operation method according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of a software operating scheme according to an embodiment of the present application;
FIG. 3 is a second flowchart of a software operation method according to an embodiment of the present application;
FIG. 4 is a third flowchart of a software operation method according to an embodiment of the present application;
FIG. 5 is a fourth flowchart of a software operation method according to an embodiment of the present application;
FIG. 6 is a schematic structural diagram of a software operating system according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a software operation device according to an embodiment of the present application;
fig. 8 is another schematic structural diagram of a software operation device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Along with the increase of the types of service platforms, the types of the systems of the application software are increased, for example, the application software is a windows system or a linux system, and the application software among different types cannot be compatible and cannot be used simultaneously, so that various software installed on a server side is not the windows platform software or the linux platform software, and correspondingly, the application software used by a client side locally can only be the windows platform software or the linux platform software, the application software of different platforms cannot be used at will, and the user experience is poor. The software operation scheme provided by the application can improve the user experience of the client using the software.
Referring to fig. 1 and fig. 2, fig. 1 is a first flowchart of a software operation method according to an embodiment of the present application; fig. 2 is a schematic structural diagram of a software operation scheme provided in the embodiment of the present application, in fig. 2, the first platform is a windows platform, the second platform is a windows platform, the third platform is a linux platform, and the client is a windows system, however, the types of the first platform, the second platform, the third platform, and the client may be adjusted as required, and the application is not limited herein.
The software operation method provided by the embodiment of the application is applied to the first platform, and can include the following steps:
step S101: and receiving request information transmitted by the client to the target software.
In practical application, the first platform may first receive the request information of the target software transmitted by the client, so as to meet the application requirement of the client on the target software based on the request information.
It should be noted that, the software in the present application is a set of computer data and instructions organized in a specific order, and the type of the software may be determined according to actual needs, for example, may be music software, video software, office software, engineering software, etc.; in addition, the type of the request information in the present application may also be determined according to actual needs, for example, may be a software open request, a software close request, a software use request, etc., which is not specifically limited herein.
Step S102: analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; and if the target system type is the second type, acquiring target information of the target software from a connected third platform.
In practical application, after receiving request information of target software transmitted by a client, the first platform can analyze a target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; and if the target system type is the second type, acquiring target information of the target software from a connected third platform, wherein the target information is the software data of the interaction required by the client and the target software. That is, the first platform in the application is connected with the second platform and the third platform, and the second platform and the third platform can provide different types of application software for the first platform, so that no matter what type of target software needs to be used by the client, the first platform can meet the application requirements of the client, and the user experience is improved.
The first platform may also send the request information to the second platform or the third platform for response when needed, which is not specifically limited herein.
Step S103: transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
In practical application, the first platform analyzes the type of the target system of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, after the target information of the target software is obtained from the connected third platform, the target information can be transmitted to the client so as to complete the corresponding operation of the client on the target software.
It should be noted that, because the system types among the first platform, the client and the second platform are the same, the first platform can transmit the target information transmitted by the second platform to the client in an unobstructed manner; the system types between the first platform and the third platform are different, so that the first platform can transmit information only after format conversion with the third platform, and the format conversion mode of the first platform can be flexibly determined according to specific application scenes, and the application is not limited specifically.
It should be noted that, in this application, the first type may include a windows system, the second type may include a linux system, or the first type may include a linux system, the second type may include a windows system, or the like. In addition, the second platform and the third platform may be physical machines or virtual machines, etc.
The software operation method is applied to a first platform and used for receiving request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, no matter whether the client requests the first type or the second type of target software, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the cross-platform running of the software is realized, the operation requirements of the client on different types of target software are met, and the user experience is improved. Correspondingly, only the software on the second platform and the third platform is required to be maintained, so that the software applied by all clients can be maintained conveniently, in addition, the time and energy for installing and maintaining various software by the clients can be saved, the hardware facility cost of the clients and the authorized software cost are saved, and the complex software cost for installing the users is saved.
Referring to fig. 2 and 3, fig. 3 is a second flowchart of a software operation method according to an embodiment of the present application.
The software operation method provided by the embodiment of the application is applied to the first platform, and can include the following steps:
step S201: and receiving the request information of the target software transmitted after the client accesses the web interface through the browser based on the web service.
In practical application, in the process of receiving the request information of the target software transmitted by the client, the first platform may receive the request information of the target software transmitted after the client accesses the Web interface through the browser based on Web service, so as to quickly receive the request information of the required response from the client. That is, in the present application, the first platform is deployed with a web service, and the first platform may provide a corresponding web interface to the client, so that the client may access the web interface through the browser to transmit the request information to the first platform.
Step S202: analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; and if the target system type is the second type, acquiring target information of the target software from a connected third platform.
Step S203: transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
Referring to fig. 4, fig. 4 is a third flowchart of a software operation method according to an embodiment of the present application.
The software operation method provided by the embodiment of the application is applied to the first platform, and can include the following steps:
step S301: and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
In practical application, in the process of receiving the request information of the target software transmitted by the client through the browser based on the web service after the client accesses the web interface, the first platform may receive the request information of the target software transmitted by the client based on the web service, where the request information includes information generated after the client accesses the web interface through the browser and clicks on software icons of different system types. The second platform and the third platform can register the self-deployed software into the web service of the first platform, and generate corresponding software icons in the web service of the first platform to establish association with the real software of the first platform, so that after the client accesses the web interface through the browser, the first platform can quickly know which type of target software the client operates by clicking corresponding software images.
Step S302: analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; and if the target system type is the second type, acquiring target information of the target software from a connected third platform.
Step S303: transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
Referring to fig. 5, fig. 5 is a fourth flowchart of a software operation method according to an embodiment of the present application.
The software operation method provided by the embodiment of the application is applied to the first platform, and can include the following steps:
step S301: and receiving request information transmitted by the client to the target software.
Step S302: analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; and if the target system type is the second type, acquiring the target information of the target software from the connected third platform based on the xdmcp protocol.
In practical application, in the process of acquiring the target information of the target software from the connected third platform, the first platform may acquire the target information of the target software from the connected third platform based on an xdmcp (X Display Manager Control Protocol, X display monitor protocol) protocol. Specifically, an x-server may be installed on the first platform, and an x-client may be installed on the third platform, where, at this time, a connection is established between the first platform and the third platform through the x-server and the x-client, and then information interaction is performed based on the xdmcp protocol.
Step S303: transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
In practical application, the first platform may transmit the target information to the client based on a streaming media technology in a process of transmitting the target information to the client.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a software operating system according to an embodiment of the present application.
The software operating system provided in the embodiment of the present application is applied to a first platform, and may include:
a first receiving module 101, configured to receive request information for target software transmitted by a client;
a first parsing module 102, configured to parse a target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform;
a first transmission module 103, configured to transmit the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
The software operating system is applied to a first platform and used for receiving request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, no matter whether the client requests the first type or the second type of target software, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the operation requirements of the client on different types of target software are met, and the user experience is improved.
The software operating system provided in the embodiment of the present application is applied to a first platform, and the first receiving module may include:
the first receiving unit is used for receiving the request information of the target software, which is transmitted after the client accesses the web interface through the browser, based on the web service.
The software operating system provided in the embodiment of the present application is applied to a first platform, and a first receiving unit may be specifically configured to:
and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
The software operating system provided in the embodiment of the present application is applied to a first platform, and the first parsing module may include:
and the first acquisition unit is used for acquiring the target information of the target software from the connected third platform based on the xdmcp protocol.
The software operating system provided in the embodiment of the present application is applied to a first platform, and the first transmission module may include:
and the first transmission unit is used for transmitting the target information to the client based on a streaming media technology.
The software operating system provided by the embodiment of the application is applied to a first platform, wherein the first type comprises a windows system, and the second type comprises a linux system.
The software operating system provided by the embodiment of the application is applied to a first platform, and the second platform and the third platform both comprise a physical machine or a virtual machine.
The application also provides software operation equipment and a computer readable storage medium, which have the corresponding effects of the software operation method provided by the embodiment of the application. Referring to fig. 7, fig. 7 is a schematic structural diagram of a software operation device according to an embodiment of the present application.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program:
receiving request information transmitted by a client to target software;
analyzing the target system type of the target software based on the request information;
if the target system type is the first type, acquiring target information of the target software from a connected second platform;
if the target system type is the second type, acquiring target information of the target software from a connected third platform;
transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
In the application, a first platform receives request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, no matter whether the client requests the first type or the second type of target software, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the operation requirements of the client on different types of target software are met, and the user experience is improved.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: and receiving the request information of the target software transmitted after the client accesses the web interface through the browser based on the web service.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: the target information of the target software is acquired from the connected third platform based on the xdmcp protocol.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: and transmitting the target information to the client based on a streaming media technology.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: the first type includes windows systems and the second type includes linux systems.
The software operation device provided in the embodiment of the present application includes a memory 201 and a processor 202, where the memory 201 stores a computer program, and the processor 202 implements the following steps when executing the computer program: the second platform and the third platform each comprise a physical machine or a virtual machine.
Referring to fig. 8, another software operation device provided in an embodiment of the present application may further include: an input port 203 connected to the processor 202 for transmitting an externally input command to the processor 202; a display unit 204 connected to the processor 202, for displaying the processing result of the processor 202 to the outside; and the communication module 205 is connected with the processor 202 and is used for realizing communication between the software operation device and the outside. The display unit 204 may be a display panel, a laser scanning display, or the like; communication means employed by the communication module 205 include, but are not limited to, mobile high definition link technology (HML), universal Serial Bus (USB), high Definition Multimedia Interface (HDMI), wireless connection: wireless fidelity (WiFi), bluetooth communication, bluetooth low energy communication, ieee802.11s based communication.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
receiving request information transmitted by a client to target software;
analyzing the target system type of the target software based on the request information;
if the target system type is the first type, acquiring target information of the target software from a connected second platform;
if the target system type is the second type, acquiring target information of the target software from a connected third platform;
transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
In the application, a first platform receives request information of target software transmitted by a client; analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform; transmitting the target information to the client; the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type. In the application, no matter whether the client requests the first type or the second type of target software, the first platform can acquire the required target information from the second platform or the third platform and transmit the target information to the client, so that the operation requirements of the client on different types of target software are met, and the user experience is improved.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: and receiving the request information of the target software transmitted after the client accesses the web interface through the browser based on the web service.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: the target information of the target software is acquired from the connected third platform based on the xdmcp protocol.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: and transmitting the target information to the client based on a streaming media technology.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: the first type includes windows systems and the second type includes linux systems.
The embodiment of the application provides a computer readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented: the second platform and the third platform each comprise a physical machine or a virtual machine.
The computer readable storage medium referred to in this application includes Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The description of the related parts in the software operating system, the device and the computer readable storage medium provided in the embodiments of the present application refers to the detailed description of the corresponding parts in the software operating method provided in the embodiments of the present application, and will not be repeated here. In addition, the parts of the above technical solutions provided in the embodiments of the present application, which are consistent with the implementation principles of the corresponding technical solutions in the prior art, are not described in detail, so that redundant descriptions are avoided.
It is further noted that relational terms such as first and second, and the like are 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A method of software operation, applied to a first platform, comprising:
receiving request information transmitted by a client to target software;
analyzing the target system type of the target software based on the request information;
if the target system type is the first type, acquiring target information of the target software from a connected second platform;
if the target system type is the second type, acquiring target information of the target software from a connected third platform;
transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
2. The method according to claim 1, wherein receiving the request information for the target software transmitted by the client includes:
and receiving the request information of the target software transmitted after the client accesses the web interface through the browser based on the web service.
3. The method according to claim 2, wherein the receiving, based on the web service, the request information for the target software transmitted after the client accesses the web interface through the browser, includes:
and receiving the request information of the target software transmitted by the client based on the web service, wherein the request information comprises information generated after the client accesses a web interface through a browser and clicks software icons of different system types.
4. A method according to any one of claims 1 to 3, wherein said obtaining target information of the target software from the connected third platform comprises:
the target information of the target software is acquired from the connected third platform based on the xdmcp protocol.
5. The method of claim 4, wherein said transmitting said target information to said client comprises:
and transmitting the target information to the client based on a streaming media technology.
6. The method of claim 1, wherein the first type comprises windows systems and the second type comprises linux systems.
7. The method of claim 1, wherein the second platform and the third platform each comprise a physical machine or a virtual machine.
8. A software operating system for a first platform, comprising:
the first receiving module is used for receiving request information of target software transmitted by a client;
the first analysis module is used for analyzing the target system type of the target software based on the request information; if the target system type is the first type, acquiring target information of the target software from a connected second platform; if the target system type is the second type, acquiring target information of the target software from a connected third platform;
the first transmission module is used for transmitting the target information to the client;
the system types of the first platform, the client and the second platform are all of the first type; the system type of the third platform is the second type.
9. A software operating apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the software operating method according to any one of claims 1 to 7 when said computer program is executed.
10. A computer-readable storage medium, in which a computer program is stored which, when executed by a processor, implements the steps of the software operating method according to any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310018435.8A CN116028114A (en) | 2023-01-06 | 2023-01-06 | Software operation method, system, equipment and computer readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310018435.8A CN116028114A (en) | 2023-01-06 | 2023-01-06 | Software operation method, system, equipment and computer readable storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN116028114A true CN116028114A (en) | 2023-04-28 |
Family
ID=86077496
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202310018435.8A Pending CN116028114A (en) | 2023-01-06 | 2023-01-06 | Software operation method, system, equipment and computer readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN116028114A (en) |
-
2023
- 2023-01-06 CN CN202310018435.8A patent/CN116028114A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109542427B (en) | System customization method and device, electronic equipment and storage medium | |
US8762544B2 (en) | Selectively communicating data of a peripheral device to plural sending computers | |
US20140026057A1 (en) | Providing access to a remote application via a web client | |
CN113204730B (en) | Resource acquisition method, webvpn proxy server, system and server | |
CN111177617A (en) | Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment | |
CN112114928B (en) | Processing method and device for display page | |
US10223062B1 (en) | Method and apparatus of capturing a screen image of a remotely managed machine | |
EP3343337A1 (en) | Method and device for controlling screen between terminals, and storage medium | |
CN110011875B (en) | Dial testing method, device, equipment and computer readable storage medium | |
CN113489805B (en) | Butt joint method, device, equipment and storage medium of cloud desktop system | |
US20230161541A1 (en) | Screen projection method and system | |
CN104980512A (en) | Method and equipment for providing target object based on mobile application | |
CN109743381A (en) | Client and the long connection exchange method of server-side and device | |
CN113079164A (en) | Remote control method and device for bastion machine resources, storage medium and terminal equipment | |
CN114490383A (en) | Remote debugging system, remote debugging method, computing device and readable medium | |
US20170034030A1 (en) | Monitoring single content page application transitions | |
CN111143017B (en) | Cloud operation system interaction processing method, client and cloud operation system | |
CN112491940B (en) | Request forwarding method and device of proxy server, storage medium and electronic equipment | |
CN113806008A (en) | Cluster access method and device, electronic equipment and readable storage medium | |
CN112416698B (en) | Expansion method and device of monitoring system, storage medium and electronic equipment | |
CN111600883A (en) | Vehicle diagnosis method and system, electronic equipment and storage medium | |
CN110933070A (en) | User identification method, system, equipment and computer readable storage medium | |
CN114422236B (en) | Intelligent device access method and device and electronic device | |
CN111193717A (en) | FTP black and white list control method and device and electronic equipment | |
CN116028114A (en) | Software operation method, system, equipment and computer 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 |