WO2016095383A1 - Procédé pour mettre en œuvre un appel d'application et machine virtuelle - Google Patents

Procédé pour mettre en œuvre un appel d'application et machine virtuelle Download PDF

Info

Publication number
WO2016095383A1
WO2016095383A1 PCT/CN2015/076794 CN2015076794W WO2016095383A1 WO 2016095383 A1 WO2016095383 A1 WO 2016095383A1 CN 2015076794 W CN2015076794 W CN 2015076794W WO 2016095383 A1 WO2016095383 A1 WO 2016095383A1
Authority
WO
WIPO (PCT)
Prior art keywords
shortcut icon
desktop
terminal
application
virtual
Prior art date
Application number
PCT/CN2015/076794
Other languages
English (en)
Chinese (zh)
Inventor
刘大宇
钟卫东
张华强
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016095383A1 publication Critical patent/WO2016095383A1/fr

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

Definitions

  • This paper deals with the technology of implementing application calls, especially a method and virtual machine for implementing application calls between a terminal desktop and a virtual desktop.
  • VDI Virtual Desktop Infrastructure
  • the essence of VDI is one. It is also understood that the server-based client/server computing mode separates the personal computer environment from the physical device and stores all the data in a centralized large-scale storage device in the data center. It is a technology that supports enterprise-level remote dynamic access to desktop systems and unified hosting of data centers.
  • the goal of VDI is to access any personal desktop system on the Internet from any location, at any time, through any terminal electronic device.
  • the typical architecture of a virtual desktop system is generally a large virtual machine cluster in the background remote end. Each user needs a virtual machine to serve it; all terminal devices are finally connected to a gateway relay device through the Internet. And then distribute the virtual machine to the user.
  • VDI brings two advantages: On the one hand, administrators can deploy, host, and manage all desktop virtual machines in the Internet data center to reduce operation and maintenance costs; on the other hand, terminals that use electronic devices. Users can access virtual desktops over the network, gaining a similar experience to a complete physical PC (PC) desktop, reducing the physical hardware cost of the client.
  • PC physical PC
  • VDI the key technology used by VDI is the Desktop Transfer Protocol (also known as Network Display Protocol) and its implementation.
  • Host Rendering that is, all graphic image processing work of the virtual machine desktop is completed on the remote server, and only pixel information is sent to the user terminal.
  • the user terminal does not need to perform a large number of operations, and eliminates the client design that requires high CPU and memory resources, and keeps the client structure simple.
  • this processing method requires a large amount of network bandwidth.
  • client rendering that is, the client has a certain computing power, and undertakes part of the desktop graphics image computing As a result, desktop data can be compressed and transmitted to save network bandwidth.
  • FIG 1 is a block diagram of the virtualization architecture and components of the related technology X86 architecture server host.
  • the hypervisor virtualization engine also known as the virtual machine monitor/manager (VMM, Virtual Machine Monitor)
  • VMM virtual Machine Monitor
  • Each virtual machine is similar to a physical PC, completely independent and isolated from each other.
  • GuestOS operating systems
  • Hypervisor virtualization engine is an intermediate software layer running between the underlying physical server and the operating system, allowing multiple operating systems and their The application shares the hardware.
  • Hypervisor is a "meta" operating system in a virtual computing environment that can access all physical device resources including CPU processor, memory, disk, and network card on the server host. Hypervisor not only can schedule and coordinate the access and allocation of these hardware resources, but also can isolate and protect each virtual machine at the same time. When the server starts and runs the hypervisor, each virtual machine can be allocated the right amount of CPU, memory, network and disk resources, and the virtual machine's GuestOS is loaded.
  • Hypervisor is the core of all virtualization technologies. It manages the life cycle of virtual machines through Hypervisor.
  • one of its basic capabilities is to support non-disruptive online migration of virtual machines, so that virtual machines can be migrated from one host to another.
  • the end user does not have any awareness during the process of using the virtual machine, and will not cause application or service interruption in the virtual machine.
  • X86 virtualization hypervisors on the market today include: virtual machines run directly on the system hardware, and hypervisors create instances of full hardware emulation, known as bare models. Or, the virtual machine runs on a traditional operating system, and the same hardware-simulated instance is created, which is called a hosted or hosted type. Alternatively, the virtual machine runs on a traditional operating system and creates a separate virtualized instance (container) that points to the underlying managed operating system and is referred to as "operating system virtualization.” The most common one is still the bare-machine hypervisor. The virtualization kernel is installed directly on the hardware computing resources. The virtual machine and its GuestOS are installed and run on top of the hypervisor.
  • the feature is that the hardware and software architecture and management are more efficient and flexible, and the performance of the hardware can be better utilized, thereby improving the utilization of computing resources, storage resources, and network resources on the physical server, and reducing operating costs.
  • Industry Major vendors and products include Red Hat RedHat's RHEV, Citrix's XenServer, VMware's vSphere, Microsoft's Hyper-V, IBM's PowerVM, open source Xen, KVM, VirtualBox and other cores. Server virtualization product.
  • the virtual desktop technology is the desktop of the virtual machine operating system created and managed by the hypervisor, and is extended to the user's terminal local system for display, and the audio and video of the virtual machine is also redirected to the terminal output, and the end user's mouse is used.
  • Human keyboard input operations such as keyboards, audio and video input operations such as recording and video recording, redirected to the virtual machine, and then presented and presented through the desktop of the virtual machine.
  • a virtual desktop client program installed on a user terminal can access the enterprise hypervisor virtual.
  • the Hypervisor server host creates and manages virtual machines for device emulation of virtual machines.
  • components such as virtual desktop agents, target stubs, and other drivers are deployed to enable message interaction and communication between the virtual desktop and the client program.
  • Virtual desktop technology provides end users with the means and methods to operate, use, and maintain virtual machine operating systems (OS), desktop systems, and installed applications on them, to achieve the same user experience and use as physical PC desktops. effect.
  • Major vendors on the market today including Open Source Virtual Network Computer (VNC) products, ZTE's VPlat products based on Remote Access Protocol (RAP); Red Hat RedHat's Simple Protocol based on Independent Computing Environment (SPICE) Technology RHEV products, Citrix's XenDesktop and XenApp products based on High Definition eXperience (HDX) and Independent Computing Architecture (ICA) technology, VMware's PCoIP-based View products, Microsoft's RDP-based and RemoteFX Technology virtual desktop products, etc.
  • VNC Open Source Virtual Network Computer
  • RAP Remote Access Protocol
  • SPICE Red Hat RedHat's Simple Protocol based on Independent Computing Environment
  • HDX High Definition eXperience
  • ICA Independent Computing Architecture
  • the guest OS in the virtual machine and the local terminal operating system of the user are independent, and various applications required by the user are deployed.
  • the guest OS of the virtual desktop and start running this is the usage scenario and mode of most users of the virtual desktop
  • it is deployed in the terminal local system and starts running.
  • An application originally installed in the terminal can not directly launch an application locally installed in the guest OS of the virtual desktop from the terminal.
  • the terminal operating system refers to an operating system installed and operated by the user on terminals of various electronic devices (such as smart phones, smart pads, thin clients, laptops, PCs, etc.), such as Android, iOS, Windows series, and Linux.
  • the calling method of such an application is to first install such an application locally on the user terminal, and when needed, it is necessary to repeatedly switch between the virtual desktop and the local desktop of the terminal to implement the call to the application. This greatly reduces the ease of use of the desktop and greatly reduces the user experience.
  • the present invention provides a method and a virtual machine for implementing an application call, which can quickly start an application installed locally on a terminal from a virtual desktop, and does not need to repeatedly switch between the virtual desktop and the local desktop of the terminal, thereby Greatly improve the ease of use of the desktop.
  • the embodiment of the invention further discloses a method for implementing an application call, which is used for a virtual desktop client, and includes:
  • the virtual desktop client program determines whether the mouse drag operation is released in the client area of the virtual desktop window, and the virtual desktop client program uses the dragged shortcut icon as the specified shortcut icon, and acquires The file name corresponding to the dragged shortcut icon;
  • the virtual desktop client program obtains the dragged shortcut according to the obtained file name
  • the attribute information of the icon wherein the attribute information includes a file name, a path, and icon information of the target application corresponding to the dragged shortcut icon;
  • the virtual desktop client program sends a notification message to the virtual machine, where the attribute information is carried in the notification message.
  • the method further includes ending the process if the virtual desktop client program determines that the mouse is not dragged into the virtual desktop window area.
  • the embodiment of the invention further discloses a method for implementing an application call, which is used on the virtual machine side, and includes:
  • the virtual machine obtains the attribute information of the specified shortcut icon on the local desktop of the terminal;
  • the application corresponding to the shortcut icon installed on the terminal is run.
  • the method before the step of acquiring the attribute information of the specified shortcut icon by the virtual machine, the method further includes:
  • the step of the virtual machine acquiring the attribute information of the specified shortcut icon includes:
  • the virtual desktop client program determines whether the mouse drag operation is released in the client area of the virtual desktop window, and the virtual desktop client program uses the dragged shortcut icon as the specified shortcut icon, and acquires The file name corresponding to the dragged shortcut icon;
  • the virtual desktop client program acquires attribute information of the dragged shortcut icon according to the obtained file name, where the attribute information includes a file name and a path of the target application corresponding to the dragged shortcut icon. And icon information;
  • the virtual desktop client program sends a notification message to the inside of the virtual machine, and the attribute information is carried in the notification message.
  • the method further includes: if the virtual desktop client program determines that the mouse is not dragged Drag to the virtual desktop window area to end the process.
  • the step of creating a shortcut icon that is applied to the virtual desktop corresponding to the specified shortcut icon includes:
  • the desktop agent deployed in the virtual machine After receiving the notification message from the virtual desktop client program, the desktop agent deployed in the virtual machine saves the attribute information carried in the notification message;
  • the desktop agent creates a shortcut icon on the virtual desktop of the virtual machine, and the name of the shortcut icon is the same as the name of the shortcut on the desktop of the terminal, and correspondingly saves and corresponds to the dragged shortcut icon.
  • the file name and actual path of the application stored locally in the terminal;
  • the step of creating a shortcut icon that is applied to the virtual desktop corresponding to the specified shortcut icon includes:
  • the shortcut created in the virtual desktop uses a shortcut icon that is completely consistent with the shortcut icon of the terminal application.
  • the step of running the application corresponding to the shortcut icon and installed on the terminal includes:
  • the target stub program first obtains the file name and path of the terminal application corresponding to the shortcut icon created on the virtual desktop, and the obtained file name and path are carried as parameter information in the startup notification message and sent to the desktop agent. ;
  • the desktop agent After receiving the startup notification message, the desktop agent sends a notification message carrying the file name and path to a desktop client program deployed on the user terminal through a transmission channel of the virtual desktop protocol;
  • the desktop client program of the terminal is based on the parameter information carried in the notification message. Specify the application file name and path to start the application running the terminal local.
  • the method further comprises: hiding, or minimizing, or embedding, or merging the desktop client program into its own virtual desktop window.
  • the embodiment of the invention further discloses a virtual machine, comprising the obtaining module, the creating module, and the calling module as described above; wherein
  • the obtaining module is configured to: obtain attribute information of the specified shortcut icon on the local desktop of the terminal;
  • the creating module is configured to: create, on the virtual desktop, a shortcut icon of the application corresponding to the specified shortcut icon on the virtual desktop;
  • the calling module is configured to: when receiving an instruction to trigger a shortcut icon on the virtual desktop, run an application corresponding to the shortcut icon installed locally in the terminal.
  • the creating module is configured to create a shortcut icon of the application on the virtual desktop corresponding to the specified shortcut icon according to the following manner: after receiving the notification message from the virtual desktop client program, save the notification An attribute information carried in the message, where the attribute information includes a file name, a path, and icon information of the target application corresponding to the specified shortcut icon; and then, a shortcut icon is created on the virtual desktop, and the name of the shortcut icon And the name of the designated shortcut icon on the desktop of the terminal is the same, and correspondingly saves the file name and the actual path of the application stored in the terminal corresponding to the specified shortcut icon; the shortcut established on the virtual desktop
  • the mode icon is associated with the specified target stub.
  • the creating module is configured to create a shortcut icon of the application on the virtual desktop corresponding to the specified shortcut icon as follows:
  • the shortcut created in the virtual desktop uses a shortcut icon that is completely consistent with the shortcut icon of the terminal application.
  • the calling module is configured to run an application corresponding to the shortcut icon installed on the terminal in the following manner: receiving an instruction to trigger a shortcut icon on the virtual desktop And running the target stub program associated with the shortcut icon; notifying the target stub program to first obtain the file name and path of the terminal application corresponding to the shortcut icon created on the virtual desktop, and obtaining the file name and path
  • the parameter information is carried in the startup notification message; after receiving the file name of the terminal application and the startup notification message of the path corresponding to the shortcut icon sent by the target stub program, the information is transmitted to the user terminal through the transmission channel of the virtual desktop protocol.
  • the local desktop client sends a notification message carrying the file name and the path, so that the local desktop client program starts the application running the terminal locally according to the application file name and path specified in the parameter information carried in the notification message. program.
  • the embodiment of the invention further discloses a virtual desktop client, comprising the judging module and the processing module as described above;
  • the determining module is configured to: determine whether the mouse drag operation is released in the client area of the virtual desktop window, and notify the processing module;
  • the processing module is configured to: receive a notification from the determining module, and obtain a file name corresponding to the dragged shortcut icon; and obtain attribute information of the dragged shortcut icon according to the obtained file name, where The attribute information includes a file name, a path, and icon information of the target application corresponding to the dragged shortcut icon.
  • the notification message is sent to the virtual machine, and the attribute information of the obtained shortcut icon is carried in the notification message.
  • the embodiment of the invention further discloses a computer program, comprising program instructions, when the program instruction is executed by the virtual machine, the virtual machine can execute the method of implementing the application call on any of the virtual machine sides.
  • the embodiment of the invention also discloses a carrier carrying the computer program.
  • the embodiment of the invention further discloses a computer program, including program instructions, when the program instruction is executed by the virtual desktop client, the virtual desktop client can execute any method of implementing the application call on the virtual desktop client side. .
  • the embodiment of the invention also discloses a carrier carrying the computer program.
  • the technical solution of the present application includes the virtual machine acquiring the attribute information of the specified shortcut icon; the virtual machine creates a shortcut icon of the application corresponding to the specified shortcut icon on the virtual desktop on the virtual desktop; when triggered When the shortcut icon on the virtual desktop is run, the shortcut icon is displayed corresponding to the application installed locally on the terminal.
  • the method of the invention solves the problems and disadvantages that the virtual desktop application and the terminal local application are completely isolated and cannot be conveniently and quickly launched in the related art, and provides a quick connection of the application shortcut soft link between the virtual desktop and the end user local.
  • the technical solution achieves the purpose of directly starting the terminal local application in the virtual desktop without repeatedly switching between the virtual desktop and the terminal local desktop, thereby greatly improving the ease of use and convenience of the desktop user, further Increased automation of virtual desktops in terms of operation and use.
  • FIG. 1 is a block diagram of a virtualization architecture and components of a related art X86 architecture server host;
  • FIG. 2 is a block diagram showing the architecture and components of a related art virtual desktop
  • FIG. 3 is a flowchart of a method for implementing an application call according to an embodiment of the present invention.
  • FIG. 4 is a flowchart of processing a virtual desktop client program of a user terminal in an embodiment of a method for implementing an application according to an embodiment of the present invention
  • FIG. 5 is a flowchart of a desktop agent processing process of a virtual machine in an embodiment of a method for implementing an application according to an embodiment of the present invention
  • FIG. 6 is a flowchart of starting a local application from a remote virtual desktop in an embodiment of a method for implementing an application according to an embodiment of the present invention
  • FIG. 7 is a schematic flowchart diagram of an embodiment of a method for implementing an application call according to an embodiment of the present invention.
  • FIG. 8 is a schematic diagram of dragging a shortcut icon from a desktop of a local terminal to a virtual desktop according to an embodiment of the present invention
  • FIG. 9 is a schematic structural diagram of a device for implementing an application call according to an embodiment of the present invention.
  • FIG. 10 is a schematic structural diagram of a virtual desktop client according to an embodiment of the present invention.
  • the dragging refers to a method of dragging by a trigger mode such as a mouse or a touch screen, and moving between different windows of different programs, between different windows of the same program, and between different controls of the same program in the same window.
  • Techniques for copying and pasting operations The drag operation is done with the help of the operating system.
  • the object being dragged first registers the data format it uses with the operating system and provides the data in the specified data format.
  • the program window of the dragged object is received, the relevant data is extracted according to the specified data format, and the corresponding object is generated according to the extracted data.
  • the shortcut icon for dragging an application between the terminal desktop and the virtual desktop in the embodiment of the present invention is based on a mouse drag mechanism supported by the operating system.
  • the core idea of the embodiment of the present invention is to detect the user dragging and dropping on the desktop of the terminal system by using the mouse drag mechanism supported by the operating system and the desktop client deployed on the user terminal (the program component for accessing the desktop of the remote virtual machine).
  • the operation of the shortcut icon when the shortcut icon is dragged into the virtual desktop, the virtual desktop client program serves as a program window for receiving the dragged shortcut icon, through the virtual desktop protocol transmission channel, or socket (Socket)
  • the method further sends the related attribute information of the extracted shortcut icon to the desktop agent in the virtual machine, and the desktop agent also creates a shortcut icon of the application corresponding to the dragged shortcut icon in the virtual desktop, and establishes the shortcut.
  • the association between the mode icon and the target stub program enables a terminal-local application to be called from the remote virtual desktop (cloud desktop).
  • the technical solution provided by the embodiment of the present invention allows a user to directly drag a shortcut icon of an application on a desktop of a terminal, such as a mouse or a touch screen, onto a virtual desktop of the virtual machine to establish a shortcut on the virtual desktop.
  • the link relationship between the mode and the terminal application thus quickly launching the application running the terminal directly from the cloud desktop.
  • the technical solution provided by the embodiment of the present invention realizes the requirement that a certain terminal application can be quickly run from a virtual desktop (cloud desktop), and does not need to repeatedly switch between the virtual desktop and the local desktop of the terminal, thereby greatly Improved desktop usability.
  • FIG. 3 is a flowchart of a method for implementing an application call according to an embodiment of the present invention. As shown in FIG. 3, the method includes:
  • Step 300 The virtual machine obtains the attribute information of the specified shortcut icon on the local desktop of the terminal.
  • FIG. 4 is a flowchart of processing a virtual desktop client program of the user terminal in the embodiment of the method for implementing an application according to an embodiment of the present invention. As shown in FIG. 4, the method includes steps 400-405:
  • Step 400 Initialize and map the mouse dragging message processing function of the Windows, and implement the conventional technical means that are known to those skilled in the art, and details are not described herein again.
  • Step 401 to step 402 the virtual desktop client program performs tracking and detection by using a mouse dragging message processing function of Windows, and determines whether the mouse drag operation is released in the client area of the virtual desktop window, and if yes, proceeds to step 403; otherwise, End.
  • Step 403 If the mouse is dragged into the virtual desktop window area, and the drag operation is ended to release the mouse button, it is determined that the user performs the operation of dragging the shortcut icon from the terminal desktop to the virtual desktop, and the virtual desktop client program obtains the dragged The file name corresponding to the shortcut icon,
  • Step 404 Call a component object model (COM) interface provided by the Windows system, and obtain attribute information of the shortcut icon according to the file name corresponding to the shortcut.
  • the attribute information includes at least information such as a file name, a path, and an icon of the target application corresponding to the shortcut icon.
  • Step 405 The virtual desktop client program sends a notification message to the inside of the virtual machine, and carries the attribute information of the obtained shortcut icon.
  • a shortcut icon can be created directly in the virtual machine, and then the corresponding relationship between the created shortcut icon and the terminal-designated shortcut icon can be manually created.
  • the mouse drag operation is not released in the window area of the virtual desktop, and the virtual desktop client program does not perform any processing, ending the tracking and detecting of the mouse drag event. .
  • the virtual desktop client program refers to a program component that is installed, deployed, and runs on the user electronic device terminal for accessing the remote virtual machine and the virtual desktop, and is generally presented as a window application.
  • Step 301 The virtual machine creates, on its virtual desktop, a shortcut icon of the virtual desktop corresponding to the specified shortcut icon.
  • FIG. 5 is a flowchart of a desktop agent processing process of a virtual machine in an embodiment of a method for implementing an application according to an embodiment of the present invention. As shown in FIG. 5, step 301 specifically includes the following steps 500-503:
  • Steps 500 to 501 The desktop agent deployed in the virtual machine runs in the background service mode, and after receiving the notification message from the virtual desktop client program, saves the attribute information carried in the virtual device, such as the shortcut name and the corresponding installation.
  • Step 502 The desktop agent calls the component object model provided by the Windows system. (COM) interface, creating a shortcut icon on the desktop of the virtual machine.
  • the name of the shortcut icon is the same as the name of the shortcut on the terminal desktop.
  • the shortcut icon can use the remote application icon provided by the Windows system, and correspondingly store the application stored in the terminal corresponding to the dragged shortcut icon.
  • Step 503 Associate the shortcut icon created on the virtual desktop to the specified target stub program.
  • target stub program and the desktop agent are pre-deployed inside the virtual machine and run as a Windows background service.
  • the shortcut icon can use the remote application icon provided by the Windows system.
  • the desktop agent can also create the virtual desktop by acquiring the icon file or icon data of the terminal application of the terminal desktop.
  • the shortcut uses a shortcut icon that is identical to the shortcut icon for the terminal application, further enhancing the user experience and ease of use.
  • a desktop agent is a background server that is installed, deployed, and run in a virtual machine for processes such as message interaction processing, object creation, and association.
  • the target stub program is similar to the desktop agent. It is also a background service program installed and running inside the virtual machine to complete the function of receiving, encapsulating and forwarding messages.
  • Step 302 When the virtual machine receives the shortcut icon command on the virtual desktop, the virtual machine corresponding to the shortcut icon is installed and installed in the terminal.
  • FIG. 6 is a flowchart of starting a local application from a remote virtual desktop in an embodiment of a method for implementing an application according to an embodiment of the present invention. As shown in FIG. 6, step 302 specifically includes the following steps 600-604:
  • Step 600 When the user double-clicks the shortcut icon corresponding to the application corresponding to the dragged shortcut icon from the virtual desktop, it indicates that the associated target stub program is triggered to run.
  • Step 601 The target stub program first obtains the file name and path of the corresponding terminal application saved in the shortcut icon, and the obtained file name and path are carried as parameter information in the startup notification message and sent to the desktop agent, and the terminal is desired to be started. application.
  • Step 602 After receiving the startup notification message, the desktop agent sends a notification message to the desktop client program deployed on the user terminal through the transmission channel of the virtual desktop protocol, and carries the above message. Parameter information.
  • Step 603 The desktop client program of the terminal starts the application running the terminal locally through the Win32 API interface of the related technology according to the application file name and path specified in the parameter information carried in the notification message.
  • the method further includes a step 604: the desktop client program hides or minimizes the virtual desktop window of the terminal, so that the window or interface of the application local to the terminal can run on the virtual desktop window (or implement embedding of the parent and child windows). , fusion), to avoid being covered or occluded by the virtual desktop window, enhancing the ease of use.
  • the desktop client program hides or minimizes the virtual desktop window of the terminal, so that the window or interface of the application local to the terminal can run on the virtual desktop window (or implement embedding of the parent and child windows). , fusion), to avoid being covered or occluded by the virtual desktop window, enhancing the ease of use.
  • the method of the embodiment of the present invention solves the problems and disadvantages that the virtual desktop application and the terminal local application existing in the related art are completely isolated and cannot be conveniently and quickly started, and is provided between the virtual desktop and the end user local.
  • FIG. 7 is a schematic flowchart of an embodiment of a method for implementing an application call according to an embodiment of the present invention.
  • a hardware part is assumed to be composed of an X86 server host, a user terminal, such as a thin client, a PC, or a notebook computer.
  • a shortcut icon from the system desktop of the local terminal and places it in the virtual desktop (the desktop of the remote virtual machine), as shown in FIG. 7, it includes:
  • Step 700 Add a function of supporting mouse dragging on the virtual desktop client program provided by the related technology virtual desktop, such as VDClient.exe, including: calling the Win32 API function DragAcceptFiles when the virtual desktop client program window is created or initialized. Or, through the Accept Files property of the Windows Integrated Development Environment Settings window, the virtual desktop client program window allows the operation of dragging files. Maps the Windows message WM_DROPFILES to handle mouse drag events in the message handler OnDropFiles.
  • Step 701 Call the Win32 API function GetClientRect to obtain the coordinates of the virtual desktop window client area, and then call the ClientToScreen function to convert the coordinates of the obtained virtual desktop client area to The screen coordinate system; the Win32 API function DragQueryPoint is used to obtain the position coordinates of the pointer when the drag operation ends and the mouse is released, thereby determining whether the dragged shortcut icon falls within the rectangular area of the window of the virtual desktop client program.
  • Step 702 If it is detected that the drag and drop is completed, the mouse is released, and the dragged shortcut icon falls within the rectangular area of the desktop client window, in the OnDropFiles message processing function, the Win32 API function DragQueryFile is called to obtain the shortcut of being dragged and dropped.
  • the file name and path of the mode are saved; then, by referring to the IWshRuntimeLibrary function of the COM component, the WshShell and IWshShortcut objects are created, and various properties of the shortcut are obtained, including the installation path and file name of the target application corresponding to the shortcut in the terminal. .
  • the DragFinish function is directly called to release the memory allocated by the system and the end is can.
  • Step 703 Send the information corresponding to the dragged shortcut icon, the path of the terminal target application, and the file name to the desktop agent in the virtual machine through the transmission channel and the VDI interface of the virtual desktop protocol, and notify the desktop agent.
  • the program also creates a corresponding shortcut on the virtual machine desktop.
  • Step 705 On the basis of the desktop agent provided by the related technology virtual desktop, such as VDAgent.exe, adding a message processing function, creating a desktop shortcut and associating the target stub program: according to the VDI interface specification of the virtual desktop protocol transmission channel, receiving from The virtual desktop client program message is processed and saved, the name of the received shortcut icon, and the corresponding terminal object application path and file name and other message data are saved; by referring to the COM component IWshRuntimeLibrary, the operation object WshShell is declared, and the CreateShortcut method is called.
  • the desktop agent provided by the related technology virtual desktop, such as VDAgent.exe, adding a message processing function, creating a desktop shortcut and associating the target stub program: according to the VDI interface specification of the virtual desktop protocol transmission channel, receiving from The virtual desktop client program message is processed and saved, the name of the received shortcut icon, and the corresponding terminal object application path and file name and other message data are saved; by referring to the COM component IWs
  • Step 706 When the user double-clicks the dragged shortcut icon in the virtual desktop, the terminal corresponding application is started from the desktop of the remote virtual machine.
  • Step 707 The target stub program is deployed in the virtual machine, in the manner of a Windows background service. run.
  • the target stub program calls PostMessage to notify the desktop agent, and carries the path and file name information of the terminal local application corresponding to the shortcut icon to inform that the local application of the terminal needs to be started.
  • Step 708 to step 709 the desktop agent program: according to the VDI interface specification, carries the path and file name information of the terminal local application corresponding to the shortcut icon, and notifies the client program to start a local terminal. application.
  • Step 710 The desktop client window program uses a ShellExecute or CreateProcess method to finally start an application running on the local terminal according to the path and file name of the terminal local application corresponding to the shortcut icon.
  • Step 711 The desktop client window program, calling ShowWindow, hiding its own desktop window (SW_HIDE) or minimizing (SW_MINIMIZE), or implementing embedding and fusion of the parent and child windows, avoiding occlusion or overwriting to the terminal local application runtime popping up Window or interface.
  • SW_HIDE hiding its own desktop window
  • SW_MINIMIZE minimizing
  • FIG. 9 is a schematic structural diagram of a virtual machine according to the present invention. As shown in FIG. 9, the method includes: an obtaining module 901, a creating module 902, and a calling module 903;
  • the obtaining module 901 is configured to: obtain the specified attribute information of the shortcut icon that is dragged;
  • the creating module 902 is configured to: create, on the virtual desktop, a shortcut icon of the application in the virtual desktop corresponding to the specified shortcut icon;
  • the calling module 903 is configured to: when receiving the shortcut icon command on the trigger virtual desktop, run the application installed in the terminal corresponding to the shortcut icon.
  • the creating module 902 is specifically configured to: after receiving the notification message, the desktop agent saves the attribute information carried therein; the desktop agent creates a shortcut icon on the virtual desktop, the shortcut The name of the mode icon is the same as the name of the shortcut on the terminal desktop, and correspondingly saves the file name and the actual path of the application stored in the terminal corresponding to the specified shortcut icon; the shortcut icon created on the virtual desktop Link to the specified target stub program.
  • the calling module 903 is specifically configured to: when the user double-clicks the shortcut icon corresponding to the application corresponding to the specified shortcut icon, the target stub program acquires the corresponding terminal application saved in the shortcut icon.
  • the file name and path are carried as parameter information in the startup notification message and sent to the desktop agent; the desktop agent receives the startup notification message and deploys to the local desktop deployed on the user terminal through the transmission channel of the virtual desktop protocol.
  • the client program sends a notification message carrying the parameter information; the desktop client program of the terminal starts the application running the terminal through the Win32 API interface of the related technology according to the application file name and path specified in the parameter information carried in the notification message. program.
  • FIG. 10 is a schematic structural diagram of a virtual desktop client according to an embodiment of the present invention. As shown in FIG. 10, the method includes at least a determining module 1001 and a processing module 1002.
  • the determining module 1001 is configured to: determine whether the mouse drag operation is released in the client area of the virtual desktop window, and notify the processing module 1002;
  • the processing module 1002 is configured to: receive a notification, obtain a file name corresponding to the dragged shortcut icon, and obtain attribute information of the dragged shortcut icon according to the obtained file name, where the attribute information includes the The dragged shortcut icon corresponds to the file name, path, and icon information of the target application; sends a notification message to the virtual machine, and carries the attribute information of the obtained shortcut icon.
  • the embodiment of the invention further discloses a method for implementing an application call, which is used for a virtual desktop client, and includes:
  • the virtual desktop client program determines whether the mouse drag operation is released in the client area of the virtual desktop window, and the virtual desktop client program uses the dragged shortcut icon as the specified shortcut icon, and acquires The file name corresponding to the dragged shortcut icon;
  • the virtual desktop client program acquires attribute information of the dragged shortcut icon according to the obtained file name, where the attribute information includes a file name and a path of the target application corresponding to the dragged shortcut icon. And icon information;
  • the virtual desktop client program sends a notification message to the virtual machine, where the attribute information is carried in the notification message.
  • the method further includes ending the process if the virtual desktop client program determines that the mouse is not dragged into the virtual desktop window area.
  • the embodiment of the invention further discloses a method for implementing an application call, which is used on the virtual machine side, and includes:
  • the virtual machine obtains the attribute information of the specified shortcut icon on the local desktop of the terminal;
  • the application corresponding to the shortcut icon installed on the terminal is run.
  • the method before the step of acquiring the attribute information of the specified shortcut icon by the virtual machine, the method further includes:
  • the step of the virtual machine acquiring the attribute information of the specified shortcut icon includes:
  • the virtual desktop client program determines whether the mouse drag operation is released in the client area of the virtual desktop window, and the virtual desktop client program uses the dragged shortcut icon as the specified shortcut icon, and acquires The file name corresponding to the dragged shortcut icon;
  • the virtual desktop client program acquires attribute information of the dragged shortcut icon according to the obtained file name, where the attribute information includes a file name and a path of the target application corresponding to the dragged shortcut icon. And icon information;
  • the virtual desktop client program sends a notification message to the inside of the virtual machine, and the notification is cancelled.
  • the attribute information is carried in the interest.
  • the method further includes ending the process if the virtual desktop client program determines that the mouse is not dragged into the virtual desktop window area.
  • the step of creating a shortcut icon that is applied to the virtual desktop corresponding to the specified shortcut icon includes:
  • the desktop agent deployed in the virtual machine After receiving the notification message from the virtual desktop client program, the desktop agent deployed in the virtual machine saves the attribute information carried in the notification message;
  • the desktop agent creates a shortcut icon on the virtual desktop of the virtual machine, and the name of the shortcut icon is the same as the name of the shortcut on the desktop of the terminal, and correspondingly saves and corresponds to the dragged shortcut icon.
  • the file name and actual path of the application stored locally in the terminal;
  • the step of creating a shortcut icon that is applied to the virtual desktop corresponding to the specified shortcut icon includes:
  • the shortcut created in the virtual desktop uses a shortcut icon that is completely consistent with the shortcut icon of the terminal application.
  • the step of running the application corresponding to the shortcut icon and installed on the terminal includes:
  • the target stub program first obtains the file name and path of the terminal application corresponding to the shortcut icon created on the virtual desktop, and the obtained file name and path are carried as parameter information in the startup notification message and sent to the desktop agent. ;
  • the desktop agent After receiving the startup notification message, the desktop agent sends the file name and path to the desktop client program deployed on the user terminal through the transmission channel of the virtual desktop protocol. Notification message of the trail;
  • the desktop client program of the terminal starts the application running locally on the terminal according to the application file name and path specified in the parameter information carried in the notification message.
  • the method further comprises: hiding, or minimizing, or embedding, or merging the desktop client program into its own virtual desktop window.
  • the embodiment of the invention further discloses a virtual machine, comprising the obtaining module, the creating module, and the calling module as described above; wherein
  • the obtaining module is configured to: obtain attribute information of the specified shortcut icon on the local desktop of the terminal;
  • the creating module is configured to: create, on the virtual desktop, a shortcut icon of the application corresponding to the specified shortcut icon on the virtual desktop;
  • the calling module is configured to: when receiving an instruction to trigger a shortcut icon on the virtual desktop, run an application corresponding to the shortcut icon installed locally in the terminal.
  • the creating module is configured to create a shortcut icon of the application on the virtual desktop corresponding to the specified shortcut icon according to the following manner: after receiving the notification message from the virtual desktop client program, save the notification An attribute information carried in the message, where the attribute information includes a file name, a path, and icon information of the target application corresponding to the specified shortcut icon; and then, a shortcut icon is created on the virtual desktop, and the name of the shortcut icon And the name of the designated shortcut icon on the desktop of the terminal is the same, and correspondingly saves the file name and the actual path of the application stored in the terminal corresponding to the specified shortcut icon; the shortcut established on the virtual desktop
  • the mode icon is associated with the specified target stub.
  • the creating module is configured to create a shortcut icon of the application on the virtual desktop corresponding to the specified shortcut icon as follows:
  • the shortcut created in the virtual desktop uses a shortcut icon that is completely consistent with the shortcut icon of the terminal application.
  • the calling module is configured to run an application corresponding to the shortcut icon installed in the terminal according to the following manner: when receiving an instruction to trigger a shortcut icon on the virtual desktop, running the icon with the shortcut icon
  • the associated target stub program is notified that the target stub program first obtains the file name and path of the terminal application corresponding to the shortcut icon created on the virtual desktop, and the obtained file name and path are carried as parameter information in the startup notification message.
  • the file name of the terminal application and the start notification message of the path corresponding to the shortcut icon sent by the target stub program are sent to the desktop client program deployed on the user terminal through the transmission channel of the virtual desktop protocol.
  • the notification message of the file name and the path causes the desktop client program of the terminal to start the application running the terminal local according to the application file name and path specified in the parameter information carried in the notification message.
  • the embodiment of the invention further discloses a virtual desktop client, comprising the judging module and the processing module as described above;
  • the determining module is configured to: determine whether the mouse drag operation is released in the client area of the virtual desktop window, and notify the processing module;
  • the processing module is configured to: receive a notification from the determining module, and obtain a file name corresponding to the dragged shortcut icon; and obtain attribute information of the dragged shortcut icon according to the obtained file name, where The attribute information includes a file name, a path, and icon information of the target application corresponding to the dragged shortcut icon.
  • the notification message is sent to the virtual machine, and the attribute information of the obtained shortcut icon is carried in the notification message.
  • the embodiment of the invention further discloses a computer program, comprising program instructions, when the program instruction is executed by the virtual machine, the virtual machine can execute the method of implementing the application call on any of the virtual machine sides.
  • the embodiment of the invention also discloses a carrier carrying the computer program.
  • the embodiment of the invention further discloses a computer program, comprising program instructions, when the program instruction is executed by the virtual desktop client, enabling the virtual desktop client to execute any of the above virtual tables.
  • the embodiment of the invention also discloses a carrier carrying the computer program.
  • the technical solution of the present application includes the virtual machine acquiring the attribute information of the specified shortcut icon; the virtual machine creates a shortcut icon of the application corresponding to the specified shortcut icon on the virtual desktop on the virtual desktop; when triggered When the shortcut icon on the virtual desktop is run, the shortcut icon is displayed corresponding to the application installed locally on the terminal.
  • the method of the invention solves the problems and disadvantages that the virtual desktop application and the terminal local application are completely isolated and cannot be conveniently and quickly launched in the related art, and provides a quick connection of the application shortcut soft link between the virtual desktop and the end user local.
  • the technical solution achieves the purpose of directly starting the terminal local application in the virtual desktop without repeatedly switching between the virtual desktop and the terminal local desktop, thereby greatly improving the ease of use and convenience of the desktop user, further Increased automation of virtual desktops in terms of operation and use. Therefore, the present invention has strong industrial applicability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

L'invention concerne un procédé pour mettre en œuvre un appel d'application et une machine virtuelle. Le procédé consiste : à acquérir, par une machine virtuelle, des informations concernant des attributs d'une icône de raccourci spécifiée ; à créer, par la machine virtuelle, une icône de raccourci d'une application correspondant à l'icône de raccourci spécifiée sur un bureau virtuel ; et lorsque la machine virtuelle reçoit une instruction pour déclencher l'icône de raccourci sur le bureau virtuel, à exécuter une application locale qui correspond à l'icône de raccourci et est installée sur un terminal. Le procédé de la solution technique de la présente invention fournit une solution technique pour établir rapidement une liaison souple de raccourci de programme d'application entre le bureau virtuel et un utilisateur de terminal local, de telle sorte que l'objectif de démarrage direct d'un programme d'application locale du terminal dans le bureau virtuel est atteint, et une commutation répétée entre le bureau virtuel et un bureau local du terminal n'est pas nécessaire, permettant ainsi d'améliorer considérablement la facilité d'utilisation et la commodité d'utilisateurs de bureau, et, en outre, d'améliorer le niveau d'automatisation du bureau virtuel en ce qui concerne les aspects de l'exploitation et de l'utilisation.
PCT/CN2015/076794 2014-12-19 2015-04-16 Procédé pour mettre en œuvre un appel d'application et machine virtuelle WO2016095383A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410802798.1 2014-12-19
CN201410802798.1A CN104536802B (zh) 2014-12-19 2014-12-19 一种实现应用调用的方法及虚拟机

Publications (1)

Publication Number Publication Date
WO2016095383A1 true WO2016095383A1 (fr) 2016-06-23

Family

ID=52852334

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/076794 WO2016095383A1 (fr) 2014-12-19 2015-04-16 Procédé pour mettre en œuvre un appel d'application et machine virtuelle

Country Status (2)

Country Link
CN (1) CN104536802B (fr)
WO (1) WO2016095383A1 (fr)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112099655A (zh) * 2020-10-28 2020-12-18 深圳市启望科文技术有限公司 语音鼠标移动办公的实现方法、装置、计算机设备及存储介质
CN112783596A (zh) * 2021-02-03 2021-05-11 广东中兴新支点技术有限公司 实现虚拟桌面多任务视图响应的操作系统、方法及介质
CN113238691A (zh) * 2021-05-27 2021-08-10 维沃移动通信(杭州)有限公司 应用图标管理方法、装置及电子设备
CN113656196A (zh) * 2021-08-16 2021-11-16 深圳技德智能科技研究院有限公司 一种Linux兼容Android的应用间传送文件方法及装置
CN113885756A (zh) * 2021-10-21 2022-01-04 深圳市快易典教育科技有限公司 一种桌面图标调整方法、系统、设备及存储介质
CN114077367A (zh) * 2021-11-29 2022-02-22 北京鲸鲮信息系统技术有限公司 Linux系统中实现安卓应用快捷方式的方法和装置
CN114416239A (zh) * 2021-12-30 2022-04-29 麒麟软件有限公司 一种将Android应用消息通知快速显示在Linux系统上的方法
CN114840351A (zh) * 2022-03-18 2022-08-02 阿里巴巴(中国)有限公司 一种按键事件处理方法、装置、控制设备及可读存储介质
CN116016480A (zh) * 2022-12-05 2023-04-25 杭州未斯科技有限公司 基于虚拟桌面的流程自动化控制方法及系统

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105141608B (zh) * 2015-08-25 2018-09-11 浪潮(北京)电子信息产业有限公司 一种云操作系统中提供安全即服务的系统和方法
CN107391161B (zh) * 2016-05-17 2020-07-07 阿里巴巴集团控股有限公司 一种JavaScript模块安装方法及装置
CN106886447A (zh) * 2017-01-16 2017-06-23 武汉噢易云计算股份有限公司 基于云计算提升三维图形软件性能的系统及方法
CN107256162B (zh) * 2017-06-13 2020-12-08 时瑞科技(深圳)有限公司 基于Windows视觉特性和个性化的桌面管理方法
CN108255547B (zh) * 2017-09-28 2021-05-28 新华三云计算技术有限公司 一种应用程序控制方法及装置
CN109656646B (zh) * 2017-10-11 2022-05-24 阿里巴巴集团控股有限公司 一种远程桌面控制方法、装置、设备及虚拟化芯片
CN107783811A (zh) * 2017-11-15 2018-03-09 北京易讯通信息技术股份有限公司 一种虚拟桌面环境中的可控文件传输方法
CN109960551B (zh) * 2017-12-26 2023-03-28 中国电信股份有限公司 云桌面服务方法、平台和计算机可读存储介质
WO2019127476A1 (fr) * 2017-12-29 2019-07-04 深圳前海达闼云端智能科技有限公司 Procédé et dispositif de communication bluetooth de système virtuel, système virtuel, support de stockage et appareil électronique
CN108519900B (zh) * 2018-03-28 2021-03-09 新华三云计算技术有限公司 显示窗口控制方法、装置及服务器
CN108769135B (zh) * 2018-05-07 2021-01-12 广州杰赛科技股份有限公司 云桌面连接方法、装置、设备及系统
CN110413365B (zh) * 2019-07-29 2022-11-11 锐捷网络股份有限公司 一种融合调度方法及装置
CN110457132B (zh) * 2019-08-01 2022-08-05 武汉斗鱼鱼乐网络科技有限公司 一种功能对象的创建方法、装置和终端设备
CN110442389B (zh) * 2019-08-07 2024-01-09 北京技德系统技术有限公司 一种多桌面环境共享使用gpu的方法
CN110837405B (zh) * 2019-11-04 2024-05-24 西安雷风电子科技有限公司 基于容器技术的多实例图形桌面运行和切换方法
CN115623115B (zh) * 2020-03-31 2024-06-18 华为技术有限公司 一种跨设备创建应用快捷方式的方法、设备、系统及存储介质
CN111782318A (zh) * 2020-06-16 2020-10-16 贵州省广播电视信息网络股份有限公司 远程挂载本地磁盘到云桌面虚拟机中共享访问系统及方法
CN114519034A (zh) * 2020-11-20 2022-05-20 华为技术有限公司 文件操作方法及相关设备
CN112748831A (zh) * 2020-12-23 2021-05-04 湖南麒麟信安科技股份有限公司 一种通过桌面快捷方式打开虚拟应用的方法、装置及介质
CN115617223A (zh) * 2021-07-12 2023-01-17 广州视源电子科技股份有限公司 切换控制方法、装置、交互智能平板及存储介质
WO2023056620A1 (fr) * 2021-10-09 2023-04-13 广州视源电子科技股份有限公司 Procédé et appareil de commande d'application de bureau, dispositif électronique et support de stockage

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130283269A1 (en) * 2010-02-24 2013-10-24 Novell, Inc. System and method for providing virtual desktop extensions on a client desktop
CN103677970A (zh) * 2012-09-24 2014-03-26 北京云端时代科技有限公司 实现终端本地桌面和远端虚拟桌面合并显示的系统和方法
CN104216607A (zh) * 2013-09-05 2014-12-17 侯金涛 基于html5的虚拟操作系统的图标拖拽方法及系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192129B (zh) * 2006-11-30 2012-05-30 重庆优腾信息技术有限公司 一种控制桌面背景的方法及装置
TW201229902A (en) * 2011-01-12 2012-07-16 Hon Hai Prec Ind Co Ltd Method of launching application in VM
CN102591671A (zh) * 2011-01-14 2012-07-18 鸿富锦精密工业(深圳)有限公司 在虚拟环境中启动应用程序的方法
CN103442007A (zh) * 2013-08-29 2013-12-11 成都卫士通信息安全技术有限公司 基于虚拟桌面控制方式实现访问远端应用服务的方法
CN105335176B (zh) * 2014-07-22 2019-10-25 南京中兴软件有限责任公司 一种调用安装于电子设备上的应用的方法及装置
CN104202357A (zh) * 2014-08-08 2014-12-10 深信服网络科技(深圳)有限公司 内容分享方法和系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130283269A1 (en) * 2010-02-24 2013-10-24 Novell, Inc. System and method for providing virtual desktop extensions on a client desktop
CN103677970A (zh) * 2012-09-24 2014-03-26 北京云端时代科技有限公司 实现终端本地桌面和远端虚拟桌面合并显示的系统和方法
CN104216607A (zh) * 2013-09-05 2014-12-17 侯金涛 基于html5的虚拟操作系统的图标拖拽方法及系统

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112099655A (zh) * 2020-10-28 2020-12-18 深圳市启望科文技术有限公司 语音鼠标移动办公的实现方法、装置、计算机设备及存储介质
CN112783596A (zh) * 2021-02-03 2021-05-11 广东中兴新支点技术有限公司 实现虚拟桌面多任务视图响应的操作系统、方法及介质
CN112783596B (zh) * 2021-02-03 2024-04-05 广东中兴新支点技术有限公司 实现虚拟桌面多任务视图响应的操作系统、方法及介质
CN113238691A (zh) * 2021-05-27 2021-08-10 维沃移动通信(杭州)有限公司 应用图标管理方法、装置及电子设备
CN113238691B (zh) * 2021-05-27 2024-03-01 维沃移动通信(杭州)有限公司 应用图标管理方法、装置及电子设备
CN113656196B (zh) * 2021-08-16 2024-02-27 深圳技德应用技术有限公司 一种Linux兼容Android的应用间传送文件方法及装置
CN113656196A (zh) * 2021-08-16 2021-11-16 深圳技德智能科技研究院有限公司 一种Linux兼容Android的应用间传送文件方法及装置
CN113885756A (zh) * 2021-10-21 2022-01-04 深圳市快易典教育科技有限公司 一种桌面图标调整方法、系统、设备及存储介质
CN114077367A (zh) * 2021-11-29 2022-02-22 北京鲸鲮信息系统技术有限公司 Linux系统中实现安卓应用快捷方式的方法和装置
CN114416239A (zh) * 2021-12-30 2022-04-29 麒麟软件有限公司 一种将Android应用消息通知快速显示在Linux系统上的方法
CN114416239B (zh) * 2021-12-30 2023-08-22 麒麟软件有限公司 一种将Android应用消息通知快速显示在Linux系统上的方法
CN114840351A (zh) * 2022-03-18 2022-08-02 阿里巴巴(中国)有限公司 一种按键事件处理方法、装置、控制设备及可读存储介质
CN116016480B (zh) * 2022-12-05 2023-09-29 杭州未斯科技有限公司 基于虚拟桌面的流程自动化控制方法及系统
CN116016480A (zh) * 2022-12-05 2023-04-25 杭州未斯科技有限公司 基于虚拟桌面的流程自动化控制方法及系统

Also Published As

Publication number Publication date
CN104536802B (zh) 2021-05-04
CN104536802A (zh) 2015-04-22

Similar Documents

Publication Publication Date Title
WO2016095383A1 (fr) Procédé pour mettre en œuvre un appel d'application et machine virtuelle
CN108021425B (zh) 一种集成多个应用图形窗口的虚拟桌面系统及运行方法
WO2015117539A1 (fr) Procédé et appareil pour invoquer une application installée sur un dispositif électronique
EP3183649B1 (fr) Publication d'application par partage d'état de mémoire
US9406099B2 (en) Methods and systems for maintaining state in a virtual machine when disconnected from graphics hardware
CN105765534B (zh) 虚拟计算系统和方法
US8484653B2 (en) Mechanism for delayed hardware upgrades in virtualization systems
US20210224100A1 (en) Virtual machine migration using multiple, synchronized streams of state data
CN110032413B (zh) 一种桌面虚拟化方法、相关设备及计算机存储介质
US9880868B2 (en) Modifying an OS installer to allow for hypervisor-specific adjustment of an OS
US8671404B2 (en) Distributing and managing virtual machines
US9286094B2 (en) Human interface device virtualization using paravirtual USB system
CN104598294B (zh) 用于移动设备的高效安全的虚拟化方法及其设备
US20140115606A1 (en) Multi-platform mobile and other computing devices and methods
US20150193285A1 (en) Hosted app integration services in multi-operating system mobile and other computing devices
WO2023202179A1 (fr) Procédé de migration à chaud de conteneur et appareil de migration à chaud de conteneur
EP3701373B1 (fr) Opérations de virtualisation pour des dispositifs directement affectés
US11875145B2 (en) Virtual machine update while keeping devices attached to the virtual machine
CN108255547B (zh) 一种应用程序控制方法及装置
CN115943365A (zh) 用于实例化和透明地迁移执行中的容器化进程的方法和系统
CN106233226B (zh) 在移动装置上执行的寄载应用内的服务代替的进程内俘获
US20150193284A1 (en) Host/hosted hybrid apps in multi-operating system mobile and other computing devices
US11487559B2 (en) Dynamically switching between pointer modes
US20230026015A1 (en) Migration of virtual computing storage resources using smart network interface controller acceleration
Finamore et al. Vector permutation encoding for the uniform sources

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15868899

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15868899

Country of ref document: EP

Kind code of ref document: A1