CN111026406A - Application running method, device and computer readable storage medium - Google Patents

Application running method, device and computer readable storage medium Download PDF

Info

Publication number
CN111026406A
CN111026406A CN201811174723.8A CN201811174723A CN111026406A CN 111026406 A CN111026406 A CN 111026406A CN 201811174723 A CN201811174723 A CN 201811174723A CN 111026406 A CN111026406 A CN 111026406A
Authority
CN
China
Prior art keywords
application
container
running
client
user
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.)
Withdrawn
Application number
CN201811174723.8A
Other languages
Chinese (zh)
Inventor
邓旺波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201811174723.8A priority Critical patent/CN111026406A/en
Publication of CN111026406A publication Critical patent/CN111026406A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses an application running method, application running equipment and a computer readable storage medium, wherein the application running method comprises the following steps: acquiring information of an application to be run selected by a user through a client; determining the type of a container for running the application and determining a mirror image required for running the application according to the information of the application; creating the container and loading the image; running the application based on the container and the image. According to the technical scheme of the invention, the application operation can be lightened, the server overhead of the application operation is reduced, the flexible allocation of server resources is realized, the utilization rate of the server resources is improved, and meanwhile, the decoupling of the application operation and an operating system platform on a client is realized through containers and images of different types, so that the optional application types and the quantity of users are greatly enriched, and the application scenes of a cloud application server are enriched.

Description

Application running method, device and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an application running method, an application running device, and a computer-readable storage medium.
Background
The existing application virtualization technology generally establishes a complete virtual machine by adopting a hardware virtualization technology in a host operating system of a cloud server, and then installs a corresponding operating system in the virtual machine to realize application virtualization of a corresponding platform. According to the virtualization technology, a complete operating system and virtualization hardware are required for supporting the running of a certain application, so that the waste of resources is caused, and the running speed of the application is reduced.
The current container technology application is limited to the operating system application of a Linux distribution version, is more suitable for the application without an interface, can only realize local display in a host operating system aiming at the application with the interface, has great limitation, and does not meet the diversified application scene of cloud application virtualization.
Disclosure of Invention
The embodiment of the invention mainly aims to provide an application running method, application running equipment and a computer readable storage medium, and aims to reduce resources required by running an application in an application virtualization technology.
In order to achieve the above object, the present invention provides an application running method, including: acquiring information of an application to be run selected by a user through a client; determining the type of a container for running the application and determining a mirror image required for running the application according to the information of the application; creating the container and loading the image; running the application based on the container and the image.
To achieve the above object, the present invention provides an application execution device, including: the application information acquisition module is used for acquiring the information of the application to be operated, which is selected by a user through a client; the container determining module is used for determining the type of a container for running the application according to the information of the application and determining a mirror image required by running the application; a container creation module that creates the container and loads the mirror image; and the application running module runs the application based on the container and the mirror image.
To achieve the above object, the present invention provides a computer-readable storage medium, characterized in that the computer-readable storage medium stores one or more programs, which are executable by one or more processors to implement the steps of the aforementioned method.
According to the above technical solutions, it can be known that the application running method, the device and the computer readable storage medium of the present invention have at least the following advantages:
according to the technical scheme of the invention, the application operation can be lightened, the server overhead of the application operation is reduced, the flexible allocation of server resources is realized, the utilization rate of the server resources is improved, and meanwhile, the decoupling of the application operation and the operating system platform at the client is realized through containers and images of different types, so that a user can use the same client and the same server account to operate the applications of different operating system platforms, the optional application types and the number of the user are greatly enriched, and the application scene of the cloud application server is enriched.
Drawings
FIG. 1 is a flow diagram of an application execution method according to one embodiment of the invention;
FIG. 2 is a flow diagram of an application execution method according to one embodiment of the invention;
FIG. 3 is a schematic diagram of an application execution method according to one embodiment of the invention;
FIG. 4 is a block diagram of an application execution device according to one embodiment of the present invention;
FIG. 5 is a block diagram of an application execution device according to one embodiment of the present invention
Fig. 6 is a schematic diagram of an application execution apparatus according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "part", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no peculiar meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
As shown in fig. 1, an embodiment of the present invention provides an application running method, including:
step S110, obtaining information of the application to be run selected by the user through the client.
The technical scheme of the embodiment runs at the server side, and runs the application selected by the user through the client side.
Step S120, determining the type of the container for running the application and determining the mirror image required for running the application according to the information of the application.
In this embodiment, the server creates and starts a container instance according to the container type and the image corresponding to the application, and runs the corresponding application program. The container instance described herein is an independent process running in the user space of the host operating system, and is provided to the application by virtualization technology to provide an isolated user space running environment, which makes resources such as CPU, memory, disk I/O, file system, etc. that are accessed by the application running in the container independent of the host operating system and independent of other container instances. The container mirror image is provided for various library files, file systems, and the like required for the operation of the application in the container.
Step S130, create a container and load the mirror.
Step S140, running the application based on the container and the mirror image.
In this embodiment, by customizing the container and the container mirror image, application running of a corresponding operating system platform can be supported, for example, for an Android system application, the Android application can normally run in the container by creating an Android-based container and loading the customized Android mirror image.
According to the technical scheme of the embodiment, the application operation can be lightened, the server overhead of the application operation is reduced, the flexible allocation of server resources is realized, the utilization rate of the server resources is improved, meanwhile, the decoupling of the application operation and the operating system platform at the client side is realized through containers and mirror images of different types, so that a user can use the same client side, the same server account number and the application of different operating system platforms, the optional application types and the number of the user are greatly enriched, and the application scene of the cloud application server is enriched.
As shown in fig. 2, an embodiment of the present invention provides an application running method, including:
step S210, information of the client and/or the user is acquired.
Step S220, an application list is created according to the information of the client and/or the user and is sent to the client, so that the user can select the application to be operated from the application list.
In this embodiment, when a client user logs in a cloud service system, the client user needs to input corresponding user authentication information, after the server passes authentication, the server establishes a session with the client, and the client reports an operation mode through a session channel, displays resolution, network bandwidth information, and capability information such as connection of peripheral devices. And the server creates a user instance according to the client capacity information and the user information, sends the instance information to the server for processing, and returns an application list corresponding to the user to the client for displaying so that the user can select the application. The user selects a certain application to run through the application list displayed by the client, and the client sends the application information to the server.
Step S230, acquiring information of the application to be run selected by the user through the client.
Step S240, determining the type of the container for running the application and determining the mirror image required for running the application according to the information of the application.
Step S250, create a container and load the mirror.
Step S260, running the application based on the container and the mirror image.
Step S270, acquiring a request of the application to the equipment during running, and selecting the corresponding equipment through the container to process, wherein the request of the application to the display and/or sound equipment is acquired, the requested data is processed into audio and/or video media stream data, and the audio and/or video media stream data is sent to the equipment where the client is located to output.
In this embodiment, by customizing the container and the container image, the device hardware service request required in the application running process can be submitted to the server through the container, and the server can process the request according to a certain processing policy. Specifically, for hardware service requests of display devices and sound devices, the server encodes and compresses requested data into audio/video media stream data, sends the audio/video media stream data to the client for decoding and outputting, and finally presents the audio/video media stream data to a user through output devices connected to the client.
Step S280, acquiring input data of the device where the client is located, converting the input data into a data packet based on a preset protocol, sending the data packet to the container in a manner that the system in the container can recognize the data packet, and transmitting the data packet to the application.
In this embodiment, for an interactive application, an input device connected to a client is converted into a uniform input data protocol packet through system software of the client, and the uniform input data protocol packet is sent to a server, and the server asynchronously notifies a corresponding container application in a manner that a system in a container can recognize the user instance information and corresponding device type information carried in a protocol, so that the application performs an interactive response. After the container and the container mirror image are subjected to customization processing, the asynchronous receiving of the input device event can be realized, the event can be forwarded to the application program running in the container, and the interactive experience is realized.
Fig. 3 shows a specific example of the technical solution according to the embodiment:
as shown in fig. 3, a specific embodiment related to the present invention is a cloud application store, and an application store client running in an Android operating system of a client terminal can realize that a user can use an application on demand without local downloading and installation. After a user logs in an application store, a client side sends information such as display resolution of a terminal where the user is located, an APP client side mode, window size of an APP and network bandwidth to a server side of the cloud application store, then the cloud application store APP displays an added application list of the user, and the user can also add a new application to the application list of the user. And after the user selects and clicks one application icon, the application running process is started, the server determines the corresponding container type and the mirror image to be loaded according to the application information, creates and starts the container, and runs the corresponding application. Interface display, sound playing and the like in application running are coded and compressed into audio and video media streams through a device request management module of the server, and the audio and video media streams are sent to a client APP of the cloud application store for decoding and outputting. Meanwhile, input devices such as a mouse, a keyboard and the like are intercepted by a client APP of a cloud application store through an interface provided by a terminal Android operating system, relevant input parameters such as a mouse position and mouse button information are obtained, are packaged into a uniform input data protocol packet and are sent to an input data management module of a server, and the uniform input data protocol packet is converted into an asynchronous event to be notified to applications in corresponding containers.
As shown in fig. 4, an embodiment of the present invention provides an application execution device, including:
the application information obtaining module 410 obtains information of an application to be run, which is selected by a user through a client.
The technical scheme of the embodiment runs at the server side, and runs the application selected by the user through the client side.
The container determination module 420 determines the type of container for running the application and determines the images required to run the application according to the information of the application.
In this embodiment, the server creates and starts a container instance according to the container type and the image corresponding to the application, and runs the corresponding application program. The container instance described herein is an independent process running in the user space of the host operating system, and is provided to the application by virtualization technology to provide an isolated user space running environment, which makes resources such as CPU, memory, disk I/O, file system, etc. that are accessed by the application running in the container independent of the host operating system and independent of other container instances. The container mirror image is provided for various library files, file systems, and the like required for the operation of the application in the container.
The container creation module 430 creates a container and loads the image.
The application execution module 440 executes the application based on the container and the image.
In this embodiment, by customizing the container and the container mirror image, application running of a corresponding operating system platform can be supported, for example, for an Android system application, the Android application can normally run in the container by creating an Android-based container and loading the customized Android mirror image.
According to the technical scheme of the embodiment, the application operation can be lightened, the server overhead of the application operation is reduced, the flexible allocation of server resources is realized, the utilization rate of the server resources is improved, meanwhile, the decoupling of the application operation and the operating system platform at the client side is realized through containers and mirror images of different types, so that a user can use the same client side, the same server account number and the application of different operating system platforms, the optional application types and the number of the user are greatly enriched, and the application scene of the cloud application server is enriched.
As shown in fig. 5, an embodiment of the present invention provides an application execution device, including:
the list creating module 510 obtains information of the client and/or the user, creates an application list according to the information of the client and/or the user, and sends the application list to the client, so that the user can select an application to be run from the application list.
In this embodiment, after the client is authenticated by the cloud server, the client reports the resolution, the network bandwidth, the capability information of the connection device, and the like, and the cloud server obtains the corresponding user information from the database and sends the corresponding user information to the client to display the application list corresponding to the user.
The application information obtaining module 520 obtains information of an application to be run, which is selected by a user through a client.
The container determination module 530 determines the type of a container for running the application and determines an image required to run the application according to the information of the application.
In this embodiment, the server generates a user instance according to the corresponding user information, determines a specific container type and a specific customized image according to an application program selected and started by the user at the client, creates and starts a container, and runs the application program selected by the user.
The container creation module 540 creates a container and loads the image.
The application running module 550 takes the request of the application running to the device, selects the corresponding device through the container to process, wherein the request of the application to the display and/or sound device is obtained, and processes the requested data into audio and/or video media stream data, and sends the audio and/or video media stream data to the device where the client is located to output.
In this embodiment, the application submits the device request required by the application to the server through the specific container and the specific customized image loaded by the application, and the server completes the processing of the corresponding device request.
The application running module 550 obtains input data of the device where the client is located, converts the input data into a data packet based on a preset protocol, sends the data packet to the container in a manner that the system in the container can recognize the data packet, and transmits the data packet to the application.
In this embodiment, an input device connected to the client sends the information to the cloud server through a unified input data protocol, and the server transmits the information to the container in the form of asynchronous event notification according to the corresponding container information and the container and the specific customized image loaded by the container, and provides the information to the user application running in the container for interactive response processing.
Fig. 6 shows a specific example of the technical solution according to the embodiment:
as shown in fig. 6, this embodiment presents a cloud operating system, and a dedicated operating system running locally at the client does not actually run an application, and is only responsible for decoding and outputting audio and video data, and driving and data acquisition of the input device, and of course, also includes communication with the cloud server. The application is operated at the cloud server side and is realized by the container. The local special operating system of the client is simple and mainly comprises an equipment driving layer, an audio and video decoding layer, a session management layer and a local simple operation interface application of the terminal. The device driving layer drives all peripheral devices connected to the terminal, including input devices and output devices (display devices, sound devices and the like), and provides the peripheral devices with unified service interfaces for the audio and video decoding layer and the session management layer. The audio and video decoding layer mainly realizes the decoding of audio and video media stream data sent by the server, and can also be realized by using a hardware decoder of the terminal, and a driving layer provides a uniform service interface. The session management layer mainly realizes communication with the server, and comprises the steps of receiving audio and video data of the server, transferring the audio and video data to the audio and video processing layer for processing, and sending input equipment data acquired from the equipment driving layer to the server in a protocol packet with a uniform format. And the local interface program of the terminal mainly provides simple cloud server login interface operation and the realization of simple operation interfaces such as some local input and output equipment management interfaces.
There is also provided in an embodiment of the present invention a computer readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to perform the steps of:
and acquiring information of the application to be run selected by the user through the client.
The technical scheme of the embodiment runs at the server side, and runs the application selected by the user through the client side.
According to the information of the application, the type of the container for running the application is determined, and the mirror image required for running the application is determined.
In this embodiment, the server creates and starts a container instance according to the container type and the image corresponding to the application, and runs the corresponding application program. The container instance described herein is an independent process running in the user space of the host operating system, and is provided to the application by virtualization technology to provide an isolated user space running environment, which makes resources such as CPU, memory, disk I/O, file system, etc. that are accessed by the application running in the container independent of the host operating system and independent of other container instances. The container mirror image is provided for various library files, file systems, and the like required for the operation of the application in the container.
Create a container and load the image.
Based on the container and the image, the application is run.
In this embodiment, by customizing the container and the container mirror image, application running of a corresponding operating system platform can be supported, for example, for an Android system application, the Android application can normally run in the container by creating an Android-based container and loading the customized Android mirror image.
According to the technical scheme of the embodiment, the application operation can be lightened, the server overhead of the application operation is reduced, the flexible allocation of server resources is realized, the utilization rate of the server resources is improved, and meanwhile, the decoupling of the application operation and the operation system platform at the client is realized through containers and images of different types, so that a user can use the same client, the same server account and the applications of different operation system platforms, and the optional application types and the number of the user are greatly enriched. Application scenes of the cloud application server are enriched.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. An application running method, comprising:
acquiring information of an application to be run selected by a user through a client;
determining the type of a container for running the application and determining a mirror image required for running the application according to the information of the application;
creating the container and loading the image;
running the application based on the container and the image.
2. The method according to claim 1, wherein before the obtaining information of the application to be run selected by the user through the client, the method further comprises:
acquiring information of the client and/or the user;
and creating an application list according to the client and/or the user information, and sending the application list to the client for the user to select an application to be operated from the application list.
3. The method of claim 1, wherein the running the application based on the container and the image comprises:
and acquiring a request of the application to the equipment during running, and selecting the corresponding equipment for processing through the container.
4. The method of claim 3, wherein obtaining the request for the device from the application runtime, and selecting the corresponding device for processing via the container comprises:
and acquiring a request of the application to display and/or sound equipment, processing the requested data into audio and/or video media stream data, and sending the audio and/or video media stream data to the equipment where the client is located for outputting.
5. The method of claim 1, wherein the running the application based on the container and the image comprises:
and acquiring input data of equipment where the client is positioned, converting the input data into a data packet based on a preset protocol, sending the data packet to the container in a mode which can be identified by the system in the container, and transmitting the data packet to the application.
6. An application execution apparatus, comprising:
the application information acquisition module is used for acquiring the information of the application to be operated, which is selected by a user through a client;
the container determining module is used for determining the type of a container for running the application according to the information of the application and determining a mirror image required by running the application;
a container creation module that creates the container and loads the mirror image;
and the application running module runs the application based on the container and the mirror image.
7. The apparatus of claim 6, further comprising:
and the list creation module is used for acquiring the information of the client and/or the user, creating an application list according to the information of the client and/or the user, and sending the application list to the client for the user to select an application to be operated from the application list.
8. The apparatus of claim 6,
and the application running module acquires a request of the application running module to the equipment, and selects the corresponding equipment for processing through the container.
9. The apparatus of claim 8,
the application running module acquires a request of the application to display and/or sound equipment, processes the data of the request into audio and/or video media stream data, and sends the audio and/or video media stream data to the equipment where the client side is located for outputting.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores one or more programs which are executable by one or more processors to implement the steps of any one of claims 1 to 5.
CN201811174723.8A 2018-10-09 2018-10-09 Application running method, device and computer readable storage medium Withdrawn CN111026406A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811174723.8A CN111026406A (en) 2018-10-09 2018-10-09 Application running method, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811174723.8A CN111026406A (en) 2018-10-09 2018-10-09 Application running method, device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111026406A true CN111026406A (en) 2020-04-17

Family

ID=70191052

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811174723.8A Withdrawn CN111026406A (en) 2018-10-09 2018-10-09 Application running method, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111026406A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360380A (en) * 2021-06-04 2021-09-07 中国工商银行股份有限公司 Method and device for generating data case based on flow chart
CN113722105A (en) * 2021-09-14 2021-11-30 百度在线网络技术(北京)有限公司 Cloud application operation method, device, equipment, medium and product
CN113934464A (en) * 2021-12-14 2022-01-14 北京鲸鲮信息系统技术有限公司 Method and device for starting android application in Linux system and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130206787A1 (en) * 2012-02-09 2013-08-15 Aaron C. Shiell Multiple Magazine Self Dispensing Container
CN105550130A (en) * 2015-12-14 2016-05-04 中电科华云信息技术有限公司 Container based dynamic arrangement method for application environment and system applying method
CN105577779A (en) * 2015-12-21 2016-05-11 用友网络科技股份有限公司 Method and system for containerized deployment of large enterprise private cloud

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130206787A1 (en) * 2012-02-09 2013-08-15 Aaron C. Shiell Multiple Magazine Self Dispensing Container
CN105550130A (en) * 2015-12-14 2016-05-04 中电科华云信息技术有限公司 Container based dynamic arrangement method for application environment and system applying method
CN105577779A (en) * 2015-12-21 2016-05-11 用友网络科技股份有限公司 Method and system for containerized deployment of large enterprise private cloud

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360380A (en) * 2021-06-04 2021-09-07 中国工商银行股份有限公司 Method and device for generating data case based on flow chart
CN113722105A (en) * 2021-09-14 2021-11-30 百度在线网络技术(北京)有限公司 Cloud application operation method, device, equipment, medium and product
CN113934464A (en) * 2021-12-14 2022-01-14 北京鲸鲮信息系统技术有限公司 Method and device for starting android application in Linux system and electronic equipment

Similar Documents

Publication Publication Date Title
AU2019233201B2 (en) Resource configuration method and apparatus, terminal, and storage medium
CN111882626A (en) Image processing method, apparatus, server and medium
CN109474688B (en) Method, device, equipment and medium for sending instant communication network request message
CN113542757B (en) Image transmission method and device for cloud application, server and storage medium
CN106301865B (en) Data processing method and device applied to service providing device
US9614931B2 (en) Identifying a resource set require for a requested application and launching the resource set in a container for execution in a host operating system
MX2007001164A (en) Methods and apparatus for subscribing to multimedia delivery services in a data network.
CN111026406A (en) Application running method, device and computer readable storage medium
CN113181646A (en) Game data method and device, electronic equipment and storage medium
CN111045781B (en) Method, device and storage medium for creating mirror image by cloud platform
CA2953502A1 (en) Efficient frame rendering
CN109510881A (en) Method, apparatus, electronic equipment and the readable storage medium storing program for executing of sharing files
CN110764805B (en) Client non-inductive upgrading method, device, terminal and storage medium
CN109168012B (en) Information processing method and device for terminal equipment
WO2016202201A1 (en) Resource allocation method and apparatus, and smart television system
CN113422839A (en) Cloud mobile phone system based on cloud computing, control method, medium and electronic device
US11736761B2 (en) Methods for media streaming content preparation for an application provider in 5G networks
CN112121411A (en) Vibration control method, device, electronic equipment and computer readable storage medium
CN114116092A (en) Cloud desktop system processing method, cloud desktop system control method and related equipment
CN112044078A (en) Access method, device, equipment and storage medium for virtual scene application
CN114265648A (en) Code scheduling method, server, client and system for acquiring remote desktop
CN109948082B (en) Live broadcast information processing method and device, electronic equipment and storage medium
CN110012003B (en) Cloud application screen capturing method and device
WO2016202202A1 (en) Device connection method and apparatus, and smart television system
CN114286293B (en) Message push management method, device, system, computer equipment and 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200417