CN112379927A - Method and device for remotely executing code instructions, computer equipment and storage medium - Google Patents

Method and device for remotely executing code instructions, computer equipment and storage medium Download PDF

Info

Publication number
CN112379927A
CN112379927A CN202011285929.5A CN202011285929A CN112379927A CN 112379927 A CN112379927 A CN 112379927A CN 202011285929 A CN202011285929 A CN 202011285929A CN 112379927 A CN112379927 A CN 112379927A
Authority
CN
China
Prior art keywords
code instruction
kernel
module
server
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011285929.5A
Other languages
Chinese (zh)
Other versions
CN112379927B (en
Inventor
罗伟东
黄楠嘉
张玉柱
张庆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Hexun Huagu Information Technology Co ltd
Original Assignee
Shenzhen Hexun Huagu Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Hexun Huagu Information Technology Co ltd filed Critical Shenzhen Hexun Huagu Information Technology Co ltd
Priority to CN202011285929.5A priority Critical patent/CN112379927B/en
Publication of CN112379927A publication Critical patent/CN112379927A/en
Application granted granted Critical
Publication of CN112379927B publication Critical patent/CN112379927B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30145Instruction analysis, e.g. decoding, instruction word fields
    • 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a method, a device, computer equipment and a storage medium for remotely executing a code instruction, wherein the method comprises the steps of binding an interactive page with a kernel ID; inputting a code instruction through an interactive page; the server analyzes the code instruction and transfers the code instruction to a corresponding kernel; the kernel executes the code instruction and feeds back an execution result to the server; and the server packs the execution result according to a fixed format and sends the execution result to the interactive page for displaying. The whole execution process of the invention does not need to distribute the program application client to developers, thus reducing the maintenance cost and machine resources, and the invention can conveniently realize the authority control and data security by adopting the web page access.

Description

Method and device for remotely executing code instructions, computer equipment and storage medium
Technical Field
The invention relates to the field of Internet application design, in particular to a method and a device for remotely executing code instructions, computer equipment and a storage medium.
Background
Currently, the execution of an application requires logging into a virtual machine boot program and then executing code instructions in an interactive environment. The method has the advantages of large occupation of application memory, more virtual machine resources, non-uniform environment, high operation and maintenance cost and data security problem.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method, a device, a computer device and a storage medium for remotely executing code instructions.
In order to achieve the purpose, the invention adopts the following technical scheme:
in a first aspect, a method of remotely executing code instructions, the method comprising:
binding the interactive page with the kernel ID;
inputting a code instruction through an interactive page;
the server analyzes the code instruction and transfers the code instruction to a corresponding kernel;
the kernel executes the code instruction and feeds back an execution result to the server;
and the server packs the execution result according to a fixed format and sends the execution result to the interactive page for displaying.
The further technical scheme is as follows: the step of binding the interactive page with the kernel ID specifically includes:
starting an interactive page through a Web page;
establishing a WebSocket long link between the interactive page and the server;
the kernel is initialized.
The further technical scheme is as follows: the step of the kernel executing the code instruction and feeding back an execution result to the server specifically includes:
analyzing the code instruction type;
extracting parameters in the code instruction;
carrying out syntax check on the code instruction;
and calling the interface to operate the code instruction.
In a second aspect, a code instructs a device for remote execution, the device comprising a binding unit, an input unit, a parsing unit, an execution unit, and a packaging unit;
the binding unit is used for binding the interactive page with the kernel ID;
the input unit is used for inputting a code instruction through an interactive page;
the analysis unit is used for analyzing the code instruction by the server and transferring the code instruction to the corresponding kernel;
the execution unit is used for executing the code instruction by the kernel and feeding back an execution result to the server;
and the packing unit is used for packing the execution result by the server according to a fixed format and sending the packed execution result to the interactive page for displaying.
The further technical scheme is as follows: the binding unit comprises a starting module, an establishing module and an initializing module;
the starting module is used for starting the interactive page through the Web page;
the establishing module is used for establishing a WebSocket long link between the interactive page and the server;
the initialization module is used for initializing the kernel.
The further technical scheme is as follows: the execution unit comprises an analysis module, an extraction module, a verification module and a calling module;
the analysis module is used for analyzing the code instruction type;
the extracting module is used for extracting parameters in the code instruction;
the checking module is used for checking the grammar of the code instruction;
and the calling module is used for calling the interface to operate the code instruction.
In a third aspect, a computer device comprises a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method steps as described above for remote execution of code instructions when executing the computer program.
In a fourth aspect, a storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method steps as described above for remote execution of code instructions.
Compared with the prior art, the invention has the beneficial effects that: according to the method and the device, the interactive page is established on the Web page, then the interactive page is bound with the kernel ID, when a code instruction needing to be executed exists, the execution is carried out through the kernel according to the type of the code instruction, the execution result is returned to the server after the kernel is executed, the server packs and sends the execution result to the interactive page for display, the program application client does not need to be distributed to developers in the whole execution process, maintenance cost and machine resources are reduced, and the right control and data safety can be conveniently achieved by adopting Web page access.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented according to the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more apparent, the following detailed description will be given of preferred embodiments.
Drawings
FIGS. 1-3 are flow diagrams of embodiments of methods for remote execution of code instructions according to the present invention;
FIGS. 4-6 are block diagrams schematically illustrating the structure of an embodiment of the apparatus for remote execution of code instructions according to the present invention;
FIG. 7 is a schematic block diagram of one embodiment of a computer device of the present invention.
Detailed Description
In order to more fully understand the technical content of the present invention, the technical solution of the present invention will be further described and illustrated with reference to the following specific embodiments, but not limited thereto.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
The invention provides a method for remotely executing code instructions, which is designed based on Web interaction. The invention is described below by means of specific examples.
Referring to fig. 1, a method for remotely executing code instructions, the method comprising the steps of:
s10, binding the interactive page with the kernel ID;
s20, inputting a code instruction through an interactive page;
s30, the server analyzes the code instruction and transfers the code instruction to a corresponding kernel;
s40, the kernel executes the code instruction and feeds back the execution result to the server;
and S50, the server packages and sends the execution result to the interactive page for display according to the fixed format.
Further, referring to fig. 2, step S10 specifically includes the following sub-steps:
s101, starting an interactive page through a Web page;
s102, establishing a WebSocket long link between the interactive page and the server;
s103, initializing the kernel.
Further, referring to fig. 3, step S40 specifically includes the following sub-steps:
s401, analyzing a code instruction type;
s402, extracting parameters in the code instruction;
s403, carrying out grammar check on the code instruction;
s404, calling an interface to operate the code instruction.
According to the method and the device, the interactive page is established on the Web page, then the interactive page is bound with the kernel ID, when a code instruction needing to be executed exists, the execution is carried out through the kernel according to the type of the code instruction, the execution result is returned to the server after the kernel is executed, the server packs and sends the execution result to the interactive page for display, the program application client does not need to be distributed to developers in the whole execution process, maintenance cost and machine resources are reduced, and the right control and data safety can be conveniently achieved by adopting Web page access.
The processing of the overall method is described below as executing an HDFS (distributed file system) instruction.
The traditional way of executing is to log on a server installed with an HDFS program to execute relevant commands, and the server is required to be network interworked with the data cluster.
For the invention, firstly, a user only needs to start an HDFS interactive page on a Web page, and at the moment, a Websocket long link is established with a server to inform a request for initializing an HDFS kernel, and the page is bound with a kernel ID. After initialization is completed, a related HDFS command is input in an input box of an interactive page, the HDFS command is packaged into a fixed data structure and is transmitted to a server, the server analyzes the type and the page ID of the command, a corresponding HDFS processing kernel is selected, and the HDFS transfers the command to the kernel for processing (HDFS kernel processing logic needs to be developed in advance and is registered in a system). The HDFS kernel can analyze the command, analyze the command type (copy, download and the like), extract parameters, perform necessary syntax check, call an interface to complete command operation, return a result to the server after the execution is completed, and return the result to the interactive page for display after the server packages the result according to a fixed format.
In addition, the mode of realizing the function by the kernel is flexible, the command processing logic can be analyzed by the kernel, and a communication request can be established to complete related instructions by relying on third-party proxy service.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Corresponding to the above method for remotely executing code instructions, the present invention further provides a device for remotely executing code instructions without space sharing, referring to fig. 4, the device 1 for remotely executing code instructions includes a binding unit 11, an input unit 12, a parsing unit 13, an execution unit 14, and a packing unit 15;
a binding unit 11, configured to bind the interactive page with the kernel ID;
an input unit 12 for inputting a code instruction through an interactive page;
the analysis unit 13 is used for analyzing the code instruction by the server and transferring the code instruction to a corresponding kernel;
the execution unit 14 is used for the kernel to execute the code instruction and feed back the execution result to the server;
and the packaging unit 15 is used for packaging and sending the execution result to the interactive page for displaying by the server according to the fixed format.
Further, referring to fig. 5, the binding unit 11 includes a starting module 111, an establishing module 112, and an initializing module 113;
the starting module 111 is used for starting the interactive page through the Web page;
the establishing module 112 is used for establishing a WebSocket long link between the interactive page and the server;
an initialization module 113, configured to initialize the kernel.
Further, referring to fig. 6, the execution unit 41 includes an analysis module 411, an extraction module 412, a verification module 413, and a calling module 414;
an analysis module 411, configured to analyze a code instruction type;
an extracting module 412, configured to extract parameters in the code instruction;
a checking module 413, configured to perform syntax checking on the code instruction;
and the calling module 414 is used for calling the interface to operate the code instruction.
As shown in fig. 7, the present invention also provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method steps of the remote execution of the code instructions as described above when executing the computer program.
The computer device 700 may be a terminal or a server. The computer device 700 includes a processor 720, memory, and a network interface 750, which are connected by a system bus 710, where the memory may include non-volatile storage media 730 and internal memory 740.
The non-volatile storage medium 730 may store an operating system 731 and computer programs 732. The computer program 732, when executed, may cause the processor 720 to perform any of a variety of methods that may be remotely performed by code instructions.
The processor 720 is used to provide computing and control capabilities, supporting the operation of the overall computer device 700.
The internal memory 740 provides an environment for the execution of the computer program 732 in the non-volatile storage medium 730, and when the computer program 732 is executed by the processor 720, the processor 720 can be caused to perform any of the methods of remotely executing code instructions.
The network interface 750 is used for network communication such as sending assigned tasks and the like. Those skilled in the art will appreciate that the architecture shown in fig. 7 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing device 700 to which the disclosed aspects apply, as a particular computing device 700 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components. Wherein the processor 720 is configured to execute the program code stored in the memory to perform the following steps:
binding the interactive page with the kernel ID;
inputting a code instruction through an interactive page;
the server analyzes the code instruction and transfers the code instruction to a corresponding kernel;
the kernel executes the code instruction and feeds back an execution result to the server;
and the server packs the execution result according to a fixed format and sends the execution result to the interactive page for displaying.
The further technical scheme is as follows: the step of binding the interactive page with the kernel ID specifically includes:
starting an interactive page through a Web page;
establishing a WebSocket long link between the interactive page and the server;
the kernel is initialized.
The further technical scheme is as follows: the step of the kernel executing the code instruction and feeding back an execution result to the server specifically includes:
analyzing the code instruction type;
extracting parameters in the code instruction;
carrying out syntax check on the code instruction;
and calling the interface to operate the code instruction.
It should be understood that, in the embodiment of the present Application, the Processor 720 may be a Central Processing Unit (CPU), and the Processor 720 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Those skilled in the art will appreciate that the configuration of computer device 700 depicted in FIG. 7 is not intended to be limiting of computer device 700 and may include more or less components than those shown, or some components in combination, or a different arrangement of components.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present invention may be implemented in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the above-mentioned apparatus may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical functional division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another device, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The technical contents of the present invention are further illustrated by the examples only for the convenience of the reader, but the embodiments of the present invention are not limited thereto, and any technical extension or re-creation based on the present invention is protected by the present invention. The protection scope of the invention is subject to the claims.

Claims (8)

1. A method for remotely executing code instructions, the method comprising:
binding the interactive page with the kernel ID;
inputting a code instruction through an interactive page;
the server analyzes the code instruction and transfers the code instruction to a corresponding kernel;
the kernel executes the code instruction and feeds back an execution result to the server;
and the server packs the execution result according to a fixed format and sends the execution result to the interactive page for displaying.
2. The method for remotely executing code instructions according to claim 1, wherein the step of binding the interactive page with the kernel ID specifically comprises:
starting an interactive page through a Web page;
establishing a WebSocket long link between the interactive page and the server;
the kernel is initialized.
3. The method for remotely executing code instructions according to claim 1, wherein the step of executing the code instructions by the kernel and feeding back the execution result to the server specifically comprises:
analyzing the code instruction type;
extracting parameters in the code instruction;
carrying out syntax check on the code instruction;
and calling the interface to operate the code instruction.
4. The device for remotely executing the code instruction is characterized by comprising a binding unit, an input unit, an analysis unit, an execution unit and a packaging unit;
the binding unit is used for binding the interactive page with the kernel ID;
the input unit is used for inputting a code instruction through an interactive page;
the analysis unit is used for analyzing the code instruction by the server and transferring the code instruction to the corresponding kernel;
the execution unit is used for executing the code instruction by the kernel and feeding back an execution result to the server;
and the packing unit is used for packing the execution result by the server according to a fixed format and sending the packed execution result to the interactive page for displaying.
5. The apparatus for remote execution of code instructions according to claim 4, wherein the binding unit comprises a start module, an establish module, and an initialize module;
the starting module is used for starting the interactive page through the Web page;
the establishing module is used for establishing a WebSocket long link between the interactive page and the server;
the initialization module is used for initializing the kernel.
6. The apparatus for remote execution of code instructions according to claim 4, wherein the execution unit comprises an analysis module, an extraction module, a verification module, and a calling module;
the analysis module is used for analyzing the code instruction type;
the extracting module is used for extracting parameters in the code instruction;
the checking module is used for checking the grammar of the code instruction;
and the calling module is used for calling the interface to operate the code instruction.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method steps of remote execution of code instructions according to any one of claims 1 to 3 when executing the computer program.
8. A storage medium, characterized in that the storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to carry out the method steps remotely performed by code instructions according to any one of claims 1 to 3.
CN202011285929.5A 2020-11-17 2020-11-17 Method, device, computer equipment and storage medium for remotely executing code instructions Active CN112379927B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011285929.5A CN112379927B (en) 2020-11-17 2020-11-17 Method, device, computer equipment and storage medium for remotely executing code instructions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011285929.5A CN112379927B (en) 2020-11-17 2020-11-17 Method, device, computer equipment and storage medium for remotely executing code instructions

Publications (2)

Publication Number Publication Date
CN112379927A true CN112379927A (en) 2021-02-19
CN112379927B CN112379927B (en) 2024-01-23

Family

ID=74585735

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011285929.5A Active CN112379927B (en) 2020-11-17 2020-11-17 Method, device, computer equipment and storage medium for remotely executing code instructions

Country Status (1)

Country Link
CN (1) CN112379927B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2056196A1 (en) * 2007-10-26 2009-05-06 France Telecom Method of making and processing procedure calls, corresponding system and computer program product
CN101631107A (en) * 2008-07-16 2010-01-20 福建升腾资讯有限公司 Method for configuring Linux kernel based on Web method
KR20150029184A (en) * 2013-09-09 2015-03-18 삼성에스디에스 주식회사 Techniques for testing applications
US20150331809A1 (en) * 2014-05-16 2015-11-19 Wind River Systems, Inc. Method and System for Enforcing Kernel Mode Access Protection
US9195457B1 (en) * 2014-06-11 2015-11-24 Amazon Technologies, Inc. Interactive application programming interface documentation
CN108255890A (en) * 2016-12-29 2018-07-06 腾讯科技(深圳)有限公司 The treating method and apparatus of the page
CN109002706A (en) * 2018-06-08 2018-12-14 中国科学院计算技术研究所 Data isolation guard method and system in a kind of process based on user class page table
CN110020947A (en) * 2018-12-21 2019-07-16 中国银联股份有限公司 Accepting terminal system based on cloud kernel
CN111177617A (en) * 2019-12-06 2020-05-19 上海上讯信息技术股份有限公司 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2056196A1 (en) * 2007-10-26 2009-05-06 France Telecom Method of making and processing procedure calls, corresponding system and computer program product
CN101631107A (en) * 2008-07-16 2010-01-20 福建升腾资讯有限公司 Method for configuring Linux kernel based on Web method
KR20150029184A (en) * 2013-09-09 2015-03-18 삼성에스디에스 주식회사 Techniques for testing applications
US20150331809A1 (en) * 2014-05-16 2015-11-19 Wind River Systems, Inc. Method and System for Enforcing Kernel Mode Access Protection
US9195457B1 (en) * 2014-06-11 2015-11-24 Amazon Technologies, Inc. Interactive application programming interface documentation
CN108255890A (en) * 2016-12-29 2018-07-06 腾讯科技(深圳)有限公司 The treating method and apparatus of the page
CN109002706A (en) * 2018-06-08 2018-12-14 中国科学院计算技术研究所 Data isolation guard method and system in a kind of process based on user class page table
CN110020947A (en) * 2018-12-21 2019-07-16 中国银联股份有限公司 Accepting terminal system based on cloud kernel
CN111177617A (en) * 2019-12-06 2020-05-19 上海上讯信息技术股份有限公司 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
韦理;徐广斌;张尧学;夏楠;匡文渊;: "一种扩展的多操作系统远程启动协议ENCBP", 计算机研究与发展, no. 06, pages 19 - 26 *

Also Published As

Publication number Publication date
CN112379927B (en) 2024-01-23

Similar Documents

Publication Publication Date Title
CN108563517B (en) Calling method and device of system interface
CN107423619B (en) Method for constructing WEB operation of intelligent terminal based on virtualization technology
CN105183675A (en) USB equipment access method, device and system, terminal and server
CN104809045B (en) Running method and device of monitoring script
CN111026439B (en) Application program compatibility method, device, equipment and computer storage medium
CN105242962A (en) Quick lightweight thread triggering method based on heterogeneous many-core
CN111831538A (en) Debugging method, device and storage medium
CN106843901B (en) Page rendering and verification method and device
CN110750255A (en) Applet rendering method and device
CN106452835B (en) The method and device thereof that the terminal software of particular hardware configuration updates
CN111008132A (en) Application debugging method and device for Android system, computer equipment and storage medium
CN113645308B (en) Mobile terminal TCP communication, device, equipment and storage medium
CN107483412B (en) HTML5web worker migration method and system
CN115065684A (en) Data processing method, device, equipment and medium
CN112379927A (en) Method and device for remotely executing code instructions, computer equipment and storage medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN108270787B (en) Data decryption method and device and electronic equipment
CN114416108B (en) Anti-decompilation method, system and device based on Android resource file index table
CN112579448A (en) Debugging method and system for hybrid application
CN103716405A (en) Game server remote sharing system and method
CN109408133A (en) A kind of method and apparatus starting component
CN112416470B (en) Command execution method and device, storage medium and electronic device
CN113377376A (en) Data packet generation method, data packet generation device, electronic device, and storage medium
CN109597952B (en) Webpage information processing method, system, electronic equipment and storage medium
CN108509329B (en) Method and device for verifying operation executed on client

Legal Events

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