CN114428646A - Data processing method and device, electronic equipment and storage medium - Google Patents

Data processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114428646A
CN114428646A CN202111681045.6A CN202111681045A CN114428646A CN 114428646 A CN114428646 A CN 114428646A CN 202111681045 A CN202111681045 A CN 202111681045A CN 114428646 A CN114428646 A CN 114428646A
Authority
CN
China
Prior art keywords
component
client
instruction
execution result
sending
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
CN202111681045.6A
Other languages
Chinese (zh)
Other versions
CN114428646B (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202111681045.6A priority Critical patent/CN114428646B/en
Publication of CN114428646A publication Critical patent/CN114428646A/en
Application granted granted Critical
Publication of CN114428646B publication Critical patent/CN114428646B/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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present disclosure provides a data processing method, an apparatus, an electronic device and a storage medium, which relate to the technical field of data processing, in particular to the technical field of cloud computing, and include: calling a component method; sending an instruction to the client through a component method so that the client executes corresponding operation according to the instruction and generates an execution result; receiving an execution result sent back by the client through a callback method in the component method; and operating the component according to the execution result.

Description

Data processing method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a data processing method and apparatus, an electronic device, and a storage medium in the field of cloud computing technologies.
Background
At present, the mode for realizing the function of the same-layer component in the applet is realized by a browsing kernel, but a part of hosts definitely use the own kernel, and do not accept the browsing kernel customized by the applet, and the user experience is influenced by the lack of the same-layer component in the applet.
Disclosure of Invention
The disclosure provides a data processing method, a data processing device, an electronic device and a storage medium.
According to an aspect of the present disclosure, there is provided a data processing method including:
calling a component method;
sending an instruction to the client through the component method so that the client executes corresponding operation according to the instruction and generates an execution result;
receiving an execution result sent back by the client through a callback method in the component methods;
and operating the component according to the execution result.
According to another aspect of the present disclosure, there is provided a data processing apparatus including:
a processing module for calling a component method;
the communication module is used for sending an instruction to the client through the component method so that the client executes corresponding operation according to the instruction and generates an execution result;
the communication module is also used for receiving an execution result sent back by the client through a callback method in the component method;
and the processing module is also used for operating the components according to the execution result.
According to another aspect of the present disclosure, there is provided an electronic device including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform any of the methods described above.
According to another aspect of the present disclosure, there is provided a non-transitory computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method of any of the above.
According to another aspect of the disclosure, a computer program product is provided, comprising a computer program which, when executed by a processor, implements the method of any of the above.
It should be understood that the statements in this section do not necessarily identify key or critical features of the embodiments of the present disclosure, nor do they limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The drawings are included to provide a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
FIG. 1 is a schematic flow chart diagram of a data processing method provided in accordance with an embodiment of the present disclosure;
FIG. 2 is a flow chart illustrating a specific method of data processing according to an embodiment of the disclosure;
FIG. 3 is a schematic flow chart diagram illustrating another specific method of data processing according to an embodiment of the present disclosure;
FIG. 4 is a schematic structural diagram of an apparatus of a data processing method according to an embodiment of the present disclosure;
fig. 5 is a block diagram of an electronic device for implementing a data processing method of an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below with reference to the accompanying drawings, in which various details of embodiments of the present disclosure are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
In order to realize direct interaction between a front end and a client and improve data processing speed and user experience, as shown in fig. 1, an embodiment of the present disclosure provides a data processing method, including:
step 101, a component method is called.
The front end comprises a plurality of components, if the components need to execute a certain function, corresponding component methods need to be set for the components, and when the functions need to be executed, the front end calls the component methods corresponding to the components;
for example, an input box component method corresponding to the input box component is called.
And 102, sending an instruction to the client through the component method, so that the client executes corresponding operation according to the instruction and generates an execution result.
The front end sends an instruction to the client through a component method, the client receives the instruction, executes corresponding operation according to the instruction to complete a certain function to be executed by the component, and generates an execution result after the execution is completed;
for example, the input frame assembly method sends a keyboard popping instruction to the client, and after receiving the keyboard popping instruction, the client pops up the keyboard according to the keyboard popping instruction, and obtains the keyboard height data as an execution result.
And 103, receiving an execution result sent back by the client through a callback method in the component method.
And the client returns the generated execution result to the front end through a callback method in the component method.
For example, the client pops up the keyboard according to the keyboard popping instruction, and returns the keyboard height data to the front end through a callback method in the input box component method after acquiring the keyboard height data as an execution result.
And 104, operating the component according to the execution result.
The front end operates the component according to the execution result;
for example, the front end receives the keyboard height data through a callback method in the input frame assembly method, and the front end adjusts the page position according to the keyboard height data, so that the input frame assembly cannot be shielded by the keyboard after the keyboard is popped up.
The front end directly interacts with the client through the component method, the end capability of the client is called, the same-layer component is realized, partial codes of the client do not need to be modified, the efficiency and the speed of data processing between the front end and the client are improved, the same-layer component is realized on the premise that the small program does not depend on a browsing kernel, the small program can be seamlessly transferred to other scenes, an open source host can be smoothly accessed, and the compatibility between the small program and equipment and the user experience are improved.
Before invoking the component method in step 101, in one possible embodiment, a trigger condition is monitored in step 201.
Each component method has corresponding trigger conditions, such as component clicking, page scrolling to a specified position and the like;
for example, if the trigger condition bound to the input box component is clicking, the trigger condition can be triggered by clicking the input box component.
Step 202, determining a corresponding component method according to the triggering condition and the component.
Determining a component method corresponding to a triggering condition triggered by the component according to the component;
for example, after clicking the input box component, if the front end monitors that the trigger condition of the input box component is triggered, the component method corresponding to the trigger condition of the input box component is determined.
The component and the component method corresponding to the component are bound through the trigger condition, so that the component method can only be triggered by the operation corresponding to the trigger condition, and the stability of the component is improved.
After the component method is called in step 101, in one embodiment, the component state is modified in step 301.
Modifying the state of the corresponding component after the component method is called;
for example, after the input frame component triggers the condition, the component method corresponding to the input frame component is called, the component method firstly sets the input frame component to be in a focusing state, then modifies the state of the input frame component to be in isFocus (focusing), and avoids the situation that the component method cannot identify the state of the input frame component, so that the logic of the part of the component method, in which the input frame component is set to be in the focusing state, is repeatedly executed, and the execution efficiency and the stability of the component method are improved.
Before sending the instruction to the client by the component method in step 102, in an embodiment, in step 401, a first component attribute is obtained.
Acquiring a first component attribute corresponding to a component;
for example, the autofocus (whether focus is required) attribute of the input box component is acquired.
Step 402, determining whether the first component attribute meets a rule of sending an instruction.
Judging whether the first component attribute corresponding to the component meets the rule of sending the instruction or not;
for example, it is determined whether the autofocus attribute of the input box component is true.
And step 403, if the component method is matched with the component method, sending an instruction to the client through the component method.
If the first component attribute corresponding to the component conforms to the rule of sending the instruction, sending the instruction to the client through a component method;
for example, if the auto focus attribute of the input box component is true, the focusing instruction is sent to the client by the component method in accordance with the rule of sending the focusing instruction, so that the client sets the input box component as the focus.
Step 404, if not, rejecting the component method to send the instruction to the client.
If the first component attribute corresponding to the component does not accord with the rule of sending the instruction, the component method is refused to send the instruction to the client, and the component method corresponding to the component is controlled to approve or refuse to send the instruction by setting the first component attribute to the component, so that the expandability and the usability of the applet are improved;
for example, if the auto focus attribute of the input box component is false, the component method is rejected from sending the focus instruction to the client, which is not in compliance with the rule of sending the focus instruction.
Before sending the instruction to the client by the component method in step 102, in an embodiment, in step 501, a second component attribute is obtained.
And acquiring a second component attribute corresponding to the component.
Step 502, determining an instruction corresponding to the second component attribute according to the second component attribute.
And determining the instruction corresponding to the second component attribute according to the second component attribute.
Step 503, sending the instruction corresponding to the second component attribute to the client through the component method.
The instruction corresponding to the second component attribute is sent to the client through the component method, the component method corresponding to the component is controlled to send the corresponding instruction according to the change of the second component attribute by setting the second component attribute for the component, and the expandability and the usability of the applet are improved.
As shown in fig. 2, an embodiment of the present disclosure provides a specific data processing method, which includes:
step 201, a trigger condition is monitored.
Step 202, determining a corresponding component method according to the triggering mode and the component.
After the component method is triggered in steps 201 to 202, step 101 is executed to call the component method.
After step 101 is performed, step 301 is performed to modify the component state.
After step 301 is performed, step 401 is performed to obtain a first component attribute.
Step 402, determining whether the first component attribute meets a rule of sending an instruction.
If it is determined in step 402 that the first component attribute conforms to the rule of sending the instruction, step 403 is executed, where the instruction is sent to the client by the component method, and step 102 is executed after step 403, where the instruction is sent to the client by the component method, so that the client executes a corresponding operation according to the instruction and generates an execution result.
And 103, receiving an execution result sent back by the client through a callback method in the component methods.
And 104, operating the component according to the execution result.
If it is determined in step 402 that the first component attribute does not comply with the rule for sending the command, step 404 is executed to reject the component method from sending the command to the client.
The front end directly interacts with the client through the component method, the end capability of the client is called, the same-layer component is realized, partial codes of the client do not need to be modified, the efficiency and the speed of data processing between the front end and the client are improved, the same-layer component is realized on the premise that the small program does not depend on a browsing kernel, the small program can be seamlessly transferred to other scenes, an open source host can be smoothly accessed, and the compatibility between the small program and equipment and the user experience are improved.
As shown in fig. 3, an embodiment of the present disclosure provides another specific data processing method, where the method includes:
step 201, a trigger condition is monitored.
Step 202, determining a corresponding component method according to the triggering mode and the component.
After the component method is triggered in steps 201 to 202, step 101 is executed to call the component method.
After step 101 is performed, step 301 is performed to modify the component state.
After step 301 is performed, step 501 is performed to obtain a second component attribute.
Step 502, determining an instruction corresponding to the second component attribute according to the second component attribute.
Step 503, sending the instruction corresponding to the second component attribute to the client by the component method, and after step 503, executing step 102, sending the instruction to the client by the component method, so that the client executes the corresponding operation according to the instruction and generates an execution result.
And 103, receiving an execution result sent back by the client through a callback method in the component method.
And 104, operating the component according to the execution result.
The front end directly interacts with the client through the component method, the end capability of the client is called, the same-layer component is realized, partial codes of the client do not need to be modified, the efficiency and the speed of data processing between the front end and the client are improved, the same-layer component is realized on the premise that the small program does not depend on a browsing kernel, the small program can be seamlessly transferred to other scenes, an open source host can be smoothly accessed, and the compatibility between the small program and equipment and the user experience are improved.
An embodiment of the present disclosure provides a data processing apparatus, as shown in fig. 4, the apparatus including:
a processing module for calling the component method;
the communication module is used for sending an instruction to the client through the component method so that the client executes corresponding operation according to the instruction and generates an execution result;
the communication module is also used for receiving an execution result sent back by the client through a callback method in the component method;
and the processing module is also used for operating the components according to the execution result.
Wherein, still include: the monitoring module is used for monitoring the triggering condition;
the processing module is further configured to determine a corresponding component method according to the triggering manner and the component.
Wherein the processing module is further configured to modify the component state.
Wherein, still include: the processing module is further used for acquiring a first component attribute;
the judging module is used for judging whether the first component attribute accords with a rule of sending an instruction;
the processing module is further used for sending an instruction to the client through the component method if the component method is met;
and the processing module is also used for refusing the component method to send the instruction to the client if the component method does not accord with the instruction.
The processing module is further used for acquiring a second component attribute;
the processing module is further used for determining an instruction corresponding to the second component attribute according to the second component attribute;
the processing module is further configured to send the instruction corresponding to the second component attribute to the client through the component method.
In the technical scheme of the disclosure, the acquisition, storage, application and the like of the personal information of the related user all accord with the regulations of related laws and regulations, and do not violate the good customs of the public order.
The present disclosure also provides an electronic device, a readable storage medium, and a computer program product according to embodiments of the present disclosure.
FIG. 5 illustrates a schematic block diagram of an example electronic device 600 that can be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 5, the apparatus 600 includes a computing unit 601, which can perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM)602 or a computer program loaded from a storage unit 608 into a Random Access Memory (RAM) 603. In the RAM603, various programs and data required for the operation of the device 600 can also be stored. The calculation unit 601, the ROM602, and the RAM603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
A number of components in the device 600 are connected to the I/O interface 605, including: an input unit 606 such as a keyboard, a mouse, or the like; an output unit 607 such as various types of displays, speakers, and the like; a storage unit 608, such as a magnetic disk, optical disk, or the like; and a communication unit 609 such as a network card, modem, wireless communication transceiver, etc. The communication unit 609 allows the device 600 to exchange information/data with other devices via a computer network such as the internet and/or various telecommunication networks.
The computing unit 601 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of the computing unit 601 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and so forth. The calculation unit 601 executes the respective methods and processes described above, such as the data processing method. For example, in some embodiments, the data processing method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 608. In some embodiments, part or all of the computer program may be loaded and/or installed onto the device 600 via the ROM602 and/or the communication unit 609. When the computer program is loaded into the RAM603 and executed by the computing unit 601, one or more steps of the data processing method described above may be performed. Alternatively, in other embodiments, the computing unit 601 may be configured to perform the data processing method by any other suitable means (e.g. by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server may be a cloud server, a server of a distributed system, or a server with a combined blockchain.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present disclosure may be executed in parallel, sequentially, or in different orders, as long as the desired results of the technical solutions disclosed in the present disclosure can be achieved, and the present disclosure is not limited herein.
The above detailed description should not be construed as limiting the scope of the disclosure. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present disclosure should be included in the scope of protection of the present disclosure.

Claims (10)

1. A method of data processing, comprising:
calling a component method;
sending an instruction to the client through the component method so that the client executes corresponding operation according to the instruction and generates an execution result;
receiving an execution result sent back by the client through a callback method in the component methods;
and operating the component according to the execution result.
2. The method of claim 1, prior to said invoking component methods, further comprising:
monitoring a trigger condition;
and determining a corresponding component method according to the triggering mode and the component.
3. The method of claim 1, further comprising, after said invoking component methods:
the component state is modified.
4. The method of claim 1, before sending instructions to a client by the component method, further comprising:
acquiring a first component attribute;
judging whether the first component attribute accords with a rule of sending an instruction;
if yes, sending an instruction to the client through the component method;
and if not, rejecting the component method to send the instruction to the client.
5. The method of claim 1, before sending instructions to a client by the component method, further comprising:
acquiring a second component attribute;
determining an instruction corresponding to the second component attribute according to the second component attribute;
and sending the instruction corresponding to the second component attribute to the client through the component method.
6. A data processing apparatus comprising:
a processing module for calling the component method;
the communication module is used for sending an instruction to the client through the component method so that the client executes corresponding operation according to the instruction and generates an execution result;
the communication module is also used for receiving an execution result sent back by the client through a callback method in the component method;
and the processing module is also used for operating the components according to the execution result.
7. The apparatus of claim 6, further comprising:
the monitoring module is used for monitoring the triggering condition;
the processing module is further configured to determine a corresponding component method according to the triggering manner and the component.
8. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-5.
9. A non-transitory computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method of any one of claims 1-5.
10. A computer program product comprising a computer program which, when executed by a processor, implements the method according to any one of claims 1-5.
CN202111681045.6A 2021-12-31 2021-12-31 Data processing method and device, electronic equipment and storage medium Active CN114428646B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111681045.6A CN114428646B (en) 2021-12-31 2021-12-31 Data processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111681045.6A CN114428646B (en) 2021-12-31 2021-12-31 Data processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114428646A true CN114428646A (en) 2022-05-03
CN114428646B CN114428646B (en) 2023-11-10

Family

ID=81312181

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111681045.6A Active CN114428646B (en) 2021-12-31 2021-12-31 Data processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114428646B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170329835A1 (en) * 2016-05-10 2017-11-16 Sap Se Context-aware workload dispatching
CN109814965A (en) * 2019-01-10 2019-05-28 北京城市网邻信息技术有限公司 Processing method, device, electronic equipment and the storage medium of the H5 page
US20200252214A1 (en) * 2019-01-31 2020-08-06 Baidu Usa Llc Secure multiparty computing framework using a restricted operating environment with a guest agent
CN111522594A (en) * 2019-01-16 2020-08-11 北京京东尚科信息技术有限公司 Component calling method, device, system, server and readable medium
CN112035194A (en) * 2020-07-27 2020-12-04 长沙市到家悠享网络科技有限公司 Information input method and device
CN113282279A (en) * 2021-05-19 2021-08-20 国电南瑞科技股份有限公司 Background push curve component of power system regulation cloud and implementation method
CN113569166A (en) * 2020-04-29 2021-10-29 腾讯科技(深圳)有限公司 Data processing method and device, electronic equipment and storage medium
CN113760274A (en) * 2020-09-04 2021-12-07 北京京东振世信息技术有限公司 Front-end component logic injection method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170329835A1 (en) * 2016-05-10 2017-11-16 Sap Se Context-aware workload dispatching
CN109814965A (en) * 2019-01-10 2019-05-28 北京城市网邻信息技术有限公司 Processing method, device, electronic equipment and the storage medium of the H5 page
CN111522594A (en) * 2019-01-16 2020-08-11 北京京东尚科信息技术有限公司 Component calling method, device, system, server and readable medium
US20200252214A1 (en) * 2019-01-31 2020-08-06 Baidu Usa Llc Secure multiparty computing framework using a restricted operating environment with a guest agent
CN113569166A (en) * 2020-04-29 2021-10-29 腾讯科技(深圳)有限公司 Data processing method and device, electronic equipment and storage medium
CN112035194A (en) * 2020-07-27 2020-12-04 长沙市到家悠享网络科技有限公司 Information input method and device
CN113760274A (en) * 2020-09-04 2021-12-07 北京京东振世信息技术有限公司 Front-end component logic injection method and device
CN113282279A (en) * 2021-05-19 2021-08-20 国电南瑞科技股份有限公司 Background push curve component of power system regulation cloud and implementation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄国良;张锐;罗朝辉;: "多线程异地备份发动机数据软件设计与应用", 火箭推进, no. 04 *

Also Published As

Publication number Publication date
CN114428646B (en) 2023-11-10

Similar Documents

Publication Publication Date Title
CN112861057B (en) Page rendering method, device, equipment and storage medium based on applet
CN114327685B (en) Method and device for optimizing running speed of applet
KR20220151585A (en) Business data processing method, apparatus, electronic apparatus, storage media and computer program
CN113791875A (en) Input device virtualization method and device, electronic device and storage medium
CN114035865B (en) Method, device and equipment for starting small program and storage medium
CN114490126A (en) Page processing method and device, electronic equipment and storage medium
CN113656198A (en) Copying and pasting method and device from client to cloud mobile phone
CN114090118B (en) Method, device, equipment and storage medium for starting applet
CN114374703B (en) Cloud mobile phone information acquisition method, device, equipment and storage medium
CN114428646B (en) Data processing method and device, electronic equipment and storage medium
EP3951687A2 (en) Business content output method, apparatus, storage medium and program product
CN112966201B (en) Object processing method, device, electronic equipment and storage medium
CN114386577A (en) Method, apparatus, and storage medium for executing deep learning model
CN114237755A (en) Application running method and device, electronic equipment and storage medium
CN115016955A (en) Method and device for sharing information among multiple applications
CN114401121A (en) Application program login method and device, electronic equipment and readable storage medium
CN112540804A (en) Applet running method and device, electronic equipment and medium
CN113867920A (en) Task processing method and device, electronic equipment and medium
CN113836462A (en) Page description file generation method, device, equipment and storage medium
CN113515210A (en) Display method, display device, electronic equipment and storage medium
CN113360407B (en) Function positioning method and device, electronic equipment and readable storage medium
CN113360074B (en) Soft keyboard display method, related device and computer program product
CN114095758B (en) Cloud image intercepting method and related device
CN114860455B (en) Request processing method, device, equipment and storage medium
CN116431108B (en) Object type processing method and device, electronic 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
GR01 Patent grant
GR01 Patent grant