CN114153585A - Data processing method and related equipment - Google Patents

Data processing method and related equipment Download PDF

Info

Publication number
CN114153585A
CN114153585A CN202111473211.3A CN202111473211A CN114153585A CN 114153585 A CN114153585 A CN 114153585A CN 202111473211 A CN202111473211 A CN 202111473211A CN 114153585 A CN114153585 A CN 114153585A
Authority
CN
China
Prior art keywords
function
command
data processing
data
target command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111473211.3A
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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202111473211.3A priority Critical patent/CN114153585A/en
Publication of CN114153585A publication Critical patent/CN114153585A/en
Pending legal-status Critical Current

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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The invention provides a data processing method and related equipment, belonging to the technical field of communication, wherein the method comprises the following steps: acquiring a target command, and determining whether a function for executing the target command is set in an operating system layer of the data processing device when the target command is determined to be a built-in command of the data processing device according to a shell layer in the data processing device; when the operating system layer does not set a function of executing the target command, controlling the shell layer to send a request for acquiring the function to the function server; receiving response information based on the request, and controlling the loading function of the operating system layer according to the response information; and controlling the shell layer to call the function to execute the target command. In the invention, when the operating system has no function for the shell to call, the response information is obtained from the function server to load the function for the operating system, so that the shell can call the loaded function to execute the target command, and the command sent by the user can be ensured to be responded.

Description

Data processing method and related equipment
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a data processing method and a related device.
Background
In computer science, shell is commonly called shell (to distinguish it from core) and refers to software that "provides an operation interface for users".
The shell receives the user command and then calls the corresponding application program. The shell manages the interaction between the user and the operating system layer, for example, the shell sends interpretation input to the operating system side while waiting for the user input, and processes the output results of various operating systems.
In the prior art, when an external command is received, a shell needs to call a corresponding function execution command of an operating system, and if the operating system does not have a corresponding function for the shell to call, the shell cannot automatically process, so that the command sent by a user cannot be responded.
Disclosure of Invention
The invention provides a data processing method and related equipment, which are used for solving the problem that a command sent by a user cannot be responded.
In one aspect, the present invention provides a data processing method applied to a data processing apparatus, including:
acquiring a target command, and determining whether the target command is a built-in command of the data processing device according to a shell layer in the data processing device;
when the target command is a built-in command of the data processing apparatus, determining whether a function of executing the target command is set in an operating system layer of the data processing apparatus;
when the operating system layer does not set a function for executing the target command, controlling the shell layer to send a request for acquiring the function to a function server;
receiving response information based on the request, and controlling the operating system layer to load the function according to the response information;
and controlling the shell layer to call the function to execute the target command.
In an embodiment, the step of controlling the operating system layer to load the function according to the response information includes:
generating a loading request of the function according to the response information, and sending the loading request to the function server;
and receiving loading information corresponding to the function, and controlling the operating system layer to load the function according to the loading information.
In an embodiment, after the step of controlling the shell layer to call the function to execute the target command, the method further includes:
acquiring first function data of the target command after the target command is executed by the function;
and outputting the first functional data when the first functional data is matched with the data stored in the data server.
In an embodiment, after the step of obtaining the first function data after the built-in command is executed by the function, the method further includes:
when the first function data is not matched with the data stored in the data server, acquiring second function data corresponding to the target command executed by the function from the data server;
and outputting the second functional data and outputting fault prompt information of the system operation layer.
In one embodiment, the step of obtaining the target command includes:
acquiring input characters and displaying each candidate command containing the characters;
when a selected operation is detected, determining the candidate command corresponding to the selected operation as the target command.
In one embodiment, the step of displaying each candidate command containing the character comprises:
determining respective candidate commands comprising the character;
acquiring the use times corresponding to each candidate command;
and displaying the candidate commands according to the sequence of the use times from the beginning to the end.
In another aspect, the present invention provides a data processing apparatus comprising:
the acquisition module is used for acquiring a target command and determining whether the target command is a built-in command of the data processing device according to a shell layer in the data processing device;
a determination module configured to determine whether a function of executing the target command is set in an operating system layer of the data processing apparatus when the target command is a built-in command of the data processing apparatus;
the control module is used for controlling the shell layer to send a request for acquiring the function to a function server when the function for executing the target command is not set in the operating system layer;
the receiving module is used for receiving response information based on the request and controlling the operating system layer to load the function according to the response information;
the control module is further configured to control the shell layer to call the function to execute the target command.
In another aspect, the present invention provides a data processing apparatus comprising: a memory and a processor;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored by the memory, causing the processor to perform the data processing method as described above.
In another aspect, the present invention provides a computer-readable storage medium having stored therein computer-executable instructions for implementing the data processing method as described above when executed by a processor.
In another aspect, the invention provides a computer program product comprising a computer program which, when executed by a processor, implements a data processing method as described above.
The data processing method and the related equipment provided by the invention are used for acquiring the target command, determining whether the target command is a built-in command of the data processing device according to the shell layer in the data processing device, determining whether an operating system layer of the data processing device is provided with a function for executing the target command if the target command is the built-in command, controlling the shell layer to send a request for acquiring the function to the function server if the target command is not the built-in command, controlling the operating system layer to load the function according to response information after receiving response information based on the request, and finally controlling the shell layer to call the function to execute the target command. In the invention, when the operating system has no function for the shell to call, the response information is obtained from the function server to load the function for the operating system, so that the shell can call the loaded function to execute the target command, and the command sent by the user can be ensured to be responded.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a system architecture diagram of a data processing method implemented in the present invention;
FIG. 2 is a flowchart illustrating a data processing method according to a first embodiment of the present invention;
FIG. 3 is a detailed flowchart of step S40 in the second embodiment of the data processing method according to the present invention;
FIG. 4 is a flowchart illustrating a data processing method according to a third embodiment of the present invention;
FIG. 5 is a detailed flowchart of step S10 in the second embodiment of the data processing method according to the present invention;
FIG. 6 is a block diagram of a data processing apparatus according to the present invention;
fig. 7 is a schematic diagram of a hardware configuration of the data processing apparatus of the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The invention provides a data processing method which can be realized by a system architecture diagram shown in figure 1. As shown in fig. 1, the data processing apparatus 100 includes a shell layer 110 and an operating system layer 120. The shell layer 110 and the operating system layer 120 are in bidirectional signal connection. The shell layer 110 is a shell processing layer. After receiving the command, the data processing apparatus 100 sends the command to the shell layer 110 for interpretation processing to determine whether the command is a built-in command, and if the command is a built-in command, the shell layer 110 needs to call a function of the system operating layer 120 to execute the command. If the system operation layer 120 does not load the function that can be called by the shell layer, the shell layer 110 obtains the request of the function from the function server 200, so as to receive the response information about the function fed back by the function service 200, and the operation system layer 120 loads the function according to the response information, so that the shell layer 110 can call the function execution command.
The following describes the technical solutions of the present invention and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 2, fig. 2 is a first embodiment of the data processing method of the present invention, and the data processing method includes the following steps:
step S10, acquiring the target command, and determining whether the target command is a built-in command of the data processing apparatus according to the shell layer in the data processing apparatus.
In the present embodiment, the execution subject is a data processing apparatus, and for convenience of description, the apparatus is hereinafter referred to as a data processing apparatus. The apparatus may be a computer or other device having data processing capabilities. The user may send a command to the device through the external apparatus, defining the command received by the device as a target command. The device is provided with a shell layer and an operating system layer. The device transmits the target command to the shell layer, and the shell layer interprets the target command so as to determine whether the target command is a built-in command of the device.
In step S20, when the target command is a built-in command of the data processing apparatus, it is determined whether a function of executing the target command is set in an operating system layer of the data processing apparatus.
When determining that the target command is a built-in command, the shell layer needs to determine the type of the target command, wherein each type of command corresponds to a function, but the operating system layer may not be loaded with the function. Therefore, after determining that the target command is a built-in command of the device, the shell layer needs to determine whether the operating system layer of the device sets a function of executing the target command.
Of course, if the target command is not a built-in command of the device, the target command may be an erroneous command, and there is no need to respond to the built-in command.
Step S30, when the operating system layer does not set the function of executing the target command, the control shell layer sends a request for obtaining the function to the function server.
When the operating system layer does not set the function of executing the target command, the operating system layer is required to load the function for the shell layer to call. The shell layer and the operating system layer are both connected with the function server through the internet, when the shell layer accesses the function server, the address of the function server is found through the DNS server, the shell sends a request for acquiring the function to the function server, the request carries information of the function of a required device, and the information can be information of the name, the version and the like of the function. And the function server sends response information when receiving the request. The response information includes information such as the version of the function and the description of the function.
And if the operating system layer is provided with a function of executing the target command, the device controls the shell layer to call the function of the operating system layer to execute the target command.
And step S40, receiving response information based on the request, and controlling the operating system layer loading function according to the response information.
The device receives response information sent by the function server based on the request, and the device can control the operating system layer to load the function according to the response information, namely the device can acquire an installation package of the function from the function server and install the function through the installation package.
And step S50, controlling the shell layer to call the function execution target command.
After the operating system layer loads the function, the device can control the shell layer to call the function to execute the target command.
In the technical scheme provided by this embodiment, a target command is acquired, whether the target command is a built-in command of a data processing device is determined according to a shell layer in the data processing device, if the target command is the built-in command, whether an operating system layer of the data processing device is provided with a function of executing the target command is determined, if not, the shell layer is controlled to send a request for acquiring the function to a function server, after response information based on the request is received, a loading function of the operating system layer is controlled according to the response information, and finally, the shell layer is controlled to call the function to execute the target command. In the invention, when the operating system has no function for the shell to call, the response information is obtained from the function server to load the function for the operating system, so that the shell can call the loaded function to execute the target command, and the command sent by the user can be ensured to be responded.
Referring to fig. 3, fig. 3 is a second embodiment of the data processing method of the present invention, and based on the first embodiment, step S40 includes:
in step S41, a loading request for the function is generated based on the response information, and the loading request is sent to the function server.
In this embodiment, after receiving the response information, the device sends the response information to the operating system layer, so that the operating system layer knows that the function server has the function of executing the target command, and further, the operating system layer generates a loading request based on the response information, where the loading request is an instruction for the operating system layer to request the function server to issue an installation package of the function. And the operating system layer sends a loading request to the function server based on the address of the function server found by the shell layer.
And step S42, receiving loading information corresponding to the function, and controlling the loading function of the operating system layer according to the loading information.
And after receiving the loading request, the function server sends loading information corresponding to the functions under the operating system layer. The loading information comprises the installation package with the function, and the operating system layer can load the function according to the installation package with the loading information.
In the technical scheme provided by this embodiment, the device generates a loading request of the function according to the response information, and sends the loading request to the function server, so as to receive loading information sent by the function server, and further control an operating system layer loading function based on the device information for the shell layer to call.
Referring to fig. 4, fig. 4 is a third embodiment of the data processing method according to the present invention, and based on the first or second embodiment, after step S50, the method further includes:
in step S60, first function data after the target command is executed by the function is acquired.
In this embodiment, the shell layer calls a function of the operating system layer to execute the target command, and then obtains function data, which is defined as first function data. The first function data needs to be fed back to the user, that is, the first function data needs to be output. The output mode can be displaying the first function data, or directly sending the first function data to the user terminal.
In step S70, when the first function data matches the data stored in the data server, the first function data is output.
The data server stores data, the stored data are all data generated when the function of the operating system layer is called, and the data are data generated when the operating system layer operates normally. After the device obtains the first functional data, the first functional data is compared with the data stored in the data server to determine whether the first functional data is matched with the stored data. The hash value of the first functional data may be calculated, and the hash value of the stored data may be calculated, and if the hash value of the first functional data has the same hash value in the data server, it may be determined that the first functional data is matched with the data stored in the data server. At this time, it can be determined that the shell layer has called the function of the normal operating system layer, that is, the data with correct first function data. The device outputs first function data.
In step S80, when the first function data does not match the data stored in the data server, the second function data corresponding to the function execution target command is acquired from the data server.
And step S90, outputting the second function data and outputting the fault prompt information of the system operation layer.
When the hash value of the first functional data does not contain the same hash value in the data server, the first functional data can be determined to be not matched with the data stored in the data server, at the moment, the operating system layer can be determined to have a fault, and the device outputs fault prompt information of the operating system layer to remind a user of repairing the fault of the operating system layer. Further, the device needs to acquire correct function data of the function execution target command. The data server stores the function data, the device can acquire the function data from the data server based on the target command and the function, and the function data is defined as second function data, namely the function data stored in the data server is associated with the target command and the function. The device then outputs the second functional data so that the user obtains correct functional data.
In the technical solution provided in this embodiment, the device obtains the first function data after the target command is executed by the function, and determines whether the first function data matches with the data stored in the data server, thereby outputting correct function data to the user according to the matching result.
Referring to fig. 5, fig. 5 is a fourth embodiment of the data processing method of the present invention, and based on any one of the first to third embodiments, step S10 includes:
step S11, the input character is acquired, and each candidate command containing the character is displayed.
In this embodiment, the user may enter commands in the device. In particular, the user may enter any character in the commands at the device, and the device displays all commands including that character, which are defined as candidate commands. The character may be a character at any position of the candidate command, or may be a beginning or ending character of the candidate command. The characters may be letters, numbers, etc.
In addition, when the shell layer interprets and processes a command input by a user, an operation data recording module in the device records the number of times of interpreting and processing the command by the shell layer, stores the number of times of using the command in the operation data storage module, and sorts the number of times of inputting the command by the user in the operation data storage module from multiple times to multiple times. When the user inputs any character of the same command again, for example, the initial letter of the command, the candidate commands with the initial letter are displayed according to the sequence of the use times from the top to the bottom, and the user can select the target command from the displayed candidate commands.
Specifically, the device determines each candidate command comprising the character, and acquires the use times corresponding to each candidate command, so that each candidate command is displayed for the user to select according to the sequence of the use times from the largest to the smallest.
In step S12, when the selection operation is detected, the candidate command corresponding to the selection operation is determined as the target command.
When the device detects the selection operation, the device can determine that the user selects the target command in each candidate command. At this time, the device determines the candidate command corresponding to the selected operation as the target command.
In the technical scheme provided by the embodiment, the device acquires the input characters, displays each candidate command comprising the characters, determines the candidate command corresponding to the selected operation as the target command when the selected operation is detected, does not need a user to input a complete command, reduces the operation time of the user, and simplifies the operation flow.
The following is a brief description of the data processing apparatus of the present invention.
The shell reading input system (data processing device) comprises an external input device for command input, a shell layer for performing reading processing on input and processing an output structure of an operating system layer, a function server for storing various system functions, the operating system layer for outputting various results, an operating data recording module for recording shell layer interpreted user input commands, and an operating data storage module for storing user input commands.
The operation data recording module and the operation data storage module are in signal connection with the shell layer, and the operation data recording module and the operation data storage module are in signal connection.
When the shell layer interprets and processes a command input by a user, the operation data recording module records the practical times of the shell layer interpreting and processing the command, and stores the use times of the command in the operation data storage module. Meanwhile, the operation data recording module can sort the use times of the user input commands in the operation data storage module from a plurality of times. When the user inputs any character of the command again, for example, the first letter of the command, the commands having the first letter are displayed in order of the number of uses from the top to the bottom. The user may select among the displayed commands.
The data server is used for storing the functional data generated by the operating system layer called by the shell layer after interpreting and processing various system built-in commands. And the data server is in communication connection with the shell layer. After the shell layer explains and processes the built-in command input by the user, functional data in the operating system layer is called, and the functional data is compared with data stored in the data server in advance. If the two match (the functional data match with the data stored by the data server), the functional data will be returned to the user. If the two are not matched, the operating system layer is judged to be in fault, the user is reminded to process the operating system layer in time, and the data server obtains complete functional data and feeds the functional data back to the user.
And the external input device, the function server and the operating system layer are in signal connection with the shell layer. And the function server and the operating system layer are in bidirectional signal connection with the shell layer. And the external input device inputs the command of the user and delivers the command to the shell layer for interpretation. After the shell layer interprets the command input by the user, if the command is a built-in command, the shell layer calls a function in the operating system layer to execute the command. And if the operating system layer does not have the corresponding function, the information is fed back to the shell layer, the shell layer accesses the function server, finds the corresponding function and feeds back the information with the corresponding function in the function server to the operating system layer. At this time, the operating system layer accesses the function server and loads a corresponding function in the function server. The function is then supplied to the shell layer for invocation. The shell layer and the operating layer are connected with the functional server through the Internet, and when the shell layer and the operating system layer access the functional server, the address of the functional server is found through the DNS server, and then data interaction is carried out.
The present invention also provides a data processing apparatus, and referring to fig. 6, a data processing apparatus 600 includes:
an obtaining module 610, configured to obtain a target command, and determine whether the target command is a built-in command of the data processing apparatus according to a shell layer in the data processing apparatus;
a determining module 620, configured to determine whether a function of executing the target command is set in an operating system layer of the data processing apparatus when the target command is a built-in command of the data processing apparatus;
the control module 630 is configured to control the shell layer to send a request for acquiring a function to the function server when the operating system layer does not set a function of executing the target command;
a receiving module 640, configured to receive response information based on the request, and control an operating system layer loading function according to the response information;
and the control module 630 is configured to control the shell layer to call the function to execute the target command.
In one embodiment, the data processing apparatus 600 comprises:
the generating module is used for generating a loading request of the function according to the response information and sending the loading request to the function server;
the receiving module 640 is configured to receive loading information corresponding to a function, and control an operating system layer loading function according to the loading information.
In one embodiment, the data processing apparatus 600 comprises:
an obtaining module 610, configured to obtain first function data after the target command is executed by the function;
and the output module is used for outputting the first functional data when the first functional data is matched with the data stored in the data server.
In one embodiment, the data processing apparatus 600 comprises:
an obtaining module 610, configured to obtain, from the data server, second function data corresponding to the function execution target command when the first function data does not match the data stored in the data server;
and the output module is used for outputting the second functional data and outputting fault prompt information of the system operation layer.
In one embodiment, the data processing apparatus 600 comprises:
an obtaining module 610, configured to obtain an input character and display candidate commands including the character;
the determining module 620 is configured to, when the selected operation is detected, determine a candidate command corresponding to the selected operation as a target command.
In one embodiment, the data processing apparatus 600 comprises:
a determining module 620 for determining respective candidate commands comprising characters;
an obtaining module 610, configured to obtain a number of times of use corresponding to each candidate command;
and the display module is used for displaying each candidate command according to the sequence of the number of use times from the maximum number to the minimum number.
FIG. 7 is a hardware block diagram of a data processing device, shown in accordance with an exemplary embodiment.
The data processing device 700 may include: a process 701, such as a CPU, a memory 702, and a transceiver 703. Those skilled in the art will appreciate that the architecture shown in FIG. 7 does not constitute a limitation of the data processing apparatus and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. The memory 702 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The processor 701 may call a computer program stored in the memory 702 to perform all or part of the steps of the data processing method described above.
The transceiver 703 is used for receiving information transmitted from and transmitting information to an external device.
A non-transitory computer readable storage medium, in which instructions, when executed by a processor of a data processing apparatus, enable the data processing apparatus to perform the above-described data processing method.
A computer program product comprising a computer program which, when executed by a processor of a data processing device, enables the data processing device to carry out the above-mentioned data processing method.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A data processing method is applied to a data processing device and is characterized by comprising the following steps:
acquiring a target command, and determining whether the target command is a built-in command of the data processing device according to a shell layer in the data processing device;
when the target command is a built-in command of the data processing apparatus, determining whether a function of executing the target command is set in an operating system layer of the data processing apparatus;
when the operating system layer does not set a function for executing the target command, controlling the shell layer to send a request for acquiring the function to a function server;
receiving response information based on the request, and controlling the operating system layer to load the function according to the response information;
and controlling the shell layer to call the function to execute the target command.
2. The data processing method of claim 1, wherein the step of controlling the operating system layer to load the function according to the response information comprises:
generating a loading request of the function according to the response information, and sending the loading request to the function server;
and receiving loading information corresponding to the function, and controlling the operating system layer to load the function according to the loading information.
3. The data processing method according to claim 1, wherein after the step of controlling the shell layer to call the function to execute the target command, the method further comprises:
acquiring first function data of the target command after the target command is executed by the function;
and outputting the first functional data when the first functional data is matched with the data stored in the data server.
4. The data processing method according to claim 3, wherein the step of obtaining the first function data after the built-in command is executed by the function further comprises:
when the first function data is not matched with the data stored in the data server, acquiring second function data corresponding to the target command executed by the function from the data server;
and outputting the second functional data and outputting fault prompt information of the system operation layer.
5. The data processing method according to any one of claims 1 to 4, wherein the step of obtaining a target command comprises:
acquiring input characters and displaying each candidate command containing the characters;
when a selected operation is detected, determining the candidate command corresponding to the selected operation as the target command.
6. The data processing method of claim 5, wherein the step of displaying each candidate command containing the character comprises:
determining respective candidate commands comprising the character;
acquiring the use times corresponding to each candidate command;
and displaying the candidate commands according to the sequence of the use times from the beginning to the end.
7. A data processing apparatus, comprising:
the acquisition module is used for acquiring a target command and determining whether the target command is a built-in command of the data processing device according to a shell layer in the data processing device;
a determination module configured to determine whether a function of executing the target command is set in an operating system layer of the data processing apparatus when the target command is a built-in command of the data processing apparatus;
the control module is used for controlling the shell layer to send a request for acquiring the function to a function server when the function for executing the target command is not set in the operating system layer;
the receiving module is used for receiving response information based on the request and controlling the operating system layer to load the function according to the response information;
the control module is further configured to control the shell layer to call the function to execute the target command.
8. A data processing apparatus, characterized by comprising: a memory and a processor;
the memory stores computer-executable instructions;
the processor executing the computer-executable instructions stored by the memory causes the processor to perform the data processing method of any of claims 1 to 6.
9. A computer-readable storage medium having computer-executable instructions stored thereon, which when executed by a processor, are configured to implement the data processing method of any one of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program, when being executed by a processor, carries out the data processing method of any one of claims 1 to 6.
CN202111473211.3A 2021-12-02 2021-12-02 Data processing method and related equipment Pending CN114153585A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111473211.3A CN114153585A (en) 2021-12-02 2021-12-02 Data processing method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111473211.3A CN114153585A (en) 2021-12-02 2021-12-02 Data processing method and related equipment

Publications (1)

Publication Number Publication Date
CN114153585A true CN114153585A (en) 2022-03-08

Family

ID=80453124

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111473211.3A Pending CN114153585A (en) 2021-12-02 2021-12-02 Data processing method and related equipment

Country Status (1)

Country Link
CN (1) CN114153585A (en)

Similar Documents

Publication Publication Date Title
US5367667A (en) System for performing remote computer system diagnostic tests
US8352963B2 (en) Method and system for data preparation and communication between software applications
US10542422B2 (en) Data backup method, storage medium and electronic device
CN109901881B (en) Plug-in loading method and device of application program, computer equipment and storage medium
CN103686788A (en) Terminal and network parameter configuration method and device thereof
CN111949314A (en) Method and device for generating application installation package, server and storage medium
CN108763888A (en) Files on each of customers processing method, device, computer equipment and storage medium
CN110442636B (en) Data reading and writing method and device and data reading and writing equipment
US20140380409A1 (en) Network device management apparatus, network device management method, and program for executing network device management method
CN112631664A (en) Signal distribution method and device, computer equipment and readable storage medium
CN109995931B (en) Method and device for realizing automatic calling
CN114153585A (en) Data processing method and related equipment
CN109951549B (en) Network page access method and device and computer readable storage medium
CN109189294B (en) Control method and device of electronic control equipment and computer readable storage medium
CN109600738A (en) Updating method of user information, device, equipment and storage medium
CN112685613B (en) Resource package query method and device and information processing system
CN116266482A (en) Equipment software upgrading method and device
CN116483446A (en) Driver installation guide control method and device and terminal equipment
CN107341269A (en) A kind of file storage location management method, device and operation system
CN114465994B (en) File transmission method, system, computer equipment and storage medium
CN113422791A (en) Cloud service configuration method and device, electronic equipment and computer-readable storage medium
CN110647465A (en) Test data entry method and device and computer readable storage medium
CN111061630A (en) Product debugging method, debugging device and readable storage medium
CN114615377B (en) Application program control method, device and equipment
CN112306838A (en) Page layout compatibility testing method, device and equipment and readable storage medium

Legal Events

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