CN112527274A - Data processing method and related equipment - Google Patents

Data processing method and related equipment Download PDF

Info

Publication number
CN112527274A
CN112527274A CN202011508227.9A CN202011508227A CN112527274A CN 112527274 A CN112527274 A CN 112527274A CN 202011508227 A CN202011508227 A CN 202011508227A CN 112527274 A CN112527274 A CN 112527274A
Authority
CN
China
Prior art keywords
function
target
operation instruction
user
editor page
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
CN202011508227.9A
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.)
Chengdu Pan Micro Network Technology Co ltd
Original Assignee
Chengdu Pan Micro Network 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 Chengdu Pan Micro Network Technology Co ltd filed Critical Chengdu Pan Micro Network Technology Co ltd
Priority to CN202011508227.9A priority Critical patent/CN112527274A/en
Publication of CN112527274A publication Critical patent/CN112527274A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Landscapes

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

Abstract

The embodiment of the invention provides a data processing method and related equipment, which can reduce the use door bar of an editor, and can quickly generate codes required by a user through configuration options and filling modes of functions even if the user is not professional, so that the user experience is improved. The method comprises the following steps: providing an editor page and displaying a functional function on the editor page; responding to a first operation instruction of a user, and displaying a configuration interface corresponding to a target function on the editor page according to the first operation instruction, wherein the configuration interface comprises configuration options and filling modes corresponding to the target function, and the target function is any one of the functional functions; and determining target incoming parameters through configuration options corresponding to the target function and the filling mode based on a second operation instruction of the user.

Description

Data processing method and related equipment
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to a data processing method and a related device.
Background
The code editor is a core function of a page editor. The ease of use of a code editor is a key to determining the quality of a page editor.
Existing code editors mainly exhibit modes including multi-line text boxes, code highlight editors, and Integrated Development Environment (IDE) editors. The multi-line text box is written with native html tag textarea; the code highlight editor is characterized in that the input codes are highlighted by javascript grammar; the IDE-like editor is used for inputting codes with javascript grammar prompt and grammar highlight.
However, both the multi-line text box, the code highlight editor and the IDE-like editor have certain use thresholds, and are not friendly enough for non-professional users and have low experience of the non-professional users.
Disclosure of Invention
The embodiment of the invention provides a data processing method and related equipment, which can reduce the use doorsill of an editor and improve the user experience.
A first aspect of an embodiment of the present invention provides a data processing method, including:
providing an editor page and displaying a functional function on the editor page;
responding to a first operation instruction of a user, and displaying a configuration interface corresponding to a target function on the editor page according to the first operation instruction, wherein the configuration interface comprises configuration options and filling modes corresponding to the target function, and the target function is any one of the functional functions;
and determining target incoming parameters through configuration options corresponding to the target function and the filling mode based on a second operation instruction of the user.
Optionally, the method further comprises:
providing a code editing area on the editor page;
determining a target keyword according to a third operation instruction of the user, wherein the target keyword has an association relation with the functional function;
and displaying the matching method and the attribute of the target keyword.
Optionally, the method further comprises:
providing a first region on the editor page;
and displaying the description and parameter information corresponding to the method matched with the target keyword in the first area.
Optionally, the displaying the functional function on the editor page includes:
providing a second region on the editor page;
and displaying the functional functions in the second area in a list form.
Optionally, the displaying, according to the first operation instruction, the configuration interface corresponding to the objective function on the editor page includes:
providing a third area on the editor page;
and displaying a configuration interface corresponding to the objective function in the third area according to the first operation instruction.
Optionally, the configuration interface further includes an example corresponding to the target function, and the determining the target incoming parameters by combining the configuration options corresponding to the target function and the filling manner includes:
and combining the configuration options corresponding to the target function and the filling mode to determine the target incoming parameters based on the example corresponding to the target function.
A second aspect of the embodiments of the present invention provides a data processing apparatus, including:
the first display unit is used for providing an editor page and displaying a functional function on the editor page;
the second display unit is used for responding to a first operation instruction of a user and displaying a configuration interface corresponding to an objective function on the editor page according to the first operation instruction, wherein the configuration interface comprises configuration options and filling modes corresponding to the objective function, and the objective function is any one of the functional functions;
and the determining unit is used for determining target incoming parameters through configuration options corresponding to the target function and the filling mode based on a second operation instruction of the user.
Optionally, the determining unit is further configured to provide a code editing area on the editor page;
the determining unit is further configured to determine a target keyword according to a third operation instruction of the user, where the target keyword has an association relationship with the functional function;
the second display unit is also used for displaying the matching method and the attribute of the target keyword.
Optionally, the determining unit is further configured to provide a first area on the editor page;
the second display unit is further configured to display description and parameter information corresponding to the method for matching the target keyword in the first area.
Optionally, the first display unit is specifically configured to:
providing a second region on the editor page;
and displaying the functional functions in the second area in a list form.
Optionally, the displaying, by the second display unit, the configuration interface corresponding to the objective function on the editor page according to the first operation instruction includes:
providing a third area on the editor page;
and displaying a configuration interface corresponding to the objective function in the third area according to the first operation instruction.
Optionally, the configuration interface further includes an example corresponding to the target function, and the determining unit combines the configuration options corresponding to the target function and the filling manner to determine the target incoming parameters includes:
and combining the configuration options corresponding to the target function and the filling mode to determine the target incoming parameters based on the example corresponding to the target function.
A third aspect of embodiments of the present invention provides an electronic device, including a memory and a processor, where the processor is configured to implement the steps of the data processing method according to the first aspect when executing a computer management class program stored in the memory.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, on which a computer management class program is stored, where the computer management class program, when executed by a processor, implements the steps of the data processing method according to the first aspect.
In summary, it can be seen that, in the embodiment provided by the present invention, the data processing apparatus displays the functional function in a page manner, and displays the configuration option and the filling-in manner of the target function selected by the user in the page, so that even a non-professional user can quickly generate a code required by the user through the configuration option and the filling-in manner of the function, thereby improving user experience.
Drawings
Fig. 1 is a schematic flow chart of a data processing method according to an embodiment of the present invention;
fig. 2 is a schematic view of a virtual structure of a data processing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic hardware structure diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a hardware structure of a server according to an embodiment of the present invention.
Detailed Description
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus. 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 only a part of the embodiments of the present invention, and not all of the embodiments.
The data processing method will be described below from the perspective of a data processing apparatus, which may be a terminal device, a server, or a service unit in a server.
Referring to fig. 1, fig. 1 is a schematic diagram of an embodiment of a data processing method according to an embodiment of the present invention, the data processing method includes:
101. an editor page is provided and the functional function is exposed on the editor page.
In this embodiment, the data processing apparatus may provide an editor page, and display the functional function on the editor page, where the display manner is not particularly limited as long as the functional function can be displayed on the editor page. The function is a plurality of shortcut functions supported by the editor page, and can be realized without packaging by a user, so that the user can directly call the function.
It should be noted that the data processing apparatus may provide the second area on the editor page, and present the functional function in the second area in the form of a list. That is to say, the data processing apparatus may acquire all the functional functions, and then display all the functional functions in the second area in the editor page in the form of a list, for example, the data processing apparatus may display the functional functions in the form of a list on the left side of the editor page, which is convenient for the user to quickly locate the functional function that needs to be used.
102. And responding to a first operation instruction of a user and displaying a configuration interface corresponding to the objective function on an editor page according to the first operation instruction.
In this embodiment, after displaying the functional function on the editor page, the data processing apparatus may receive a first operation instruction of a user, and display a configuration interface corresponding to the target function on the editor page according to the first operation instruction, where the configuration page includes a configuration option corresponding to the target function and a filling manner corresponding to the target function, and the target function is any one of the functional functions. That is to say, the first operation instruction of the user is an operation of selecting an objective function from the functional functions displayed on the editor page, and it can be understood that, after the user selects the objective function from the functional functions displayed on the editor page, the data processing apparatus may display the configuration options of the objective function and the filling manner of the objective function on the configuration interface in the editor page, that is, the first operation instruction is a selection objective function, and trigger an operation of displaying the configuration options and the filling manner corresponding to the objective function in the configuration interface in the editor page.
It should be noted that the configuration interface may be a certain area in the editor page, for example, the data processing apparatus may provide a third area, and display the configuration interface corresponding to the objective function in the third area of the editor page, but the configuration interface may also be a page different from the editor page, and is not limited specifically, as long as the objective function is selected and the configuration option and the filling manner corresponding to the objective function are displayed in the configuration interface when the first operation instruction of the user is received.
In one embodiment, the operation for generating the first operation instruction at least includes one of a gesture operation, a sliding operation, a clicking operation and a voice control operation, for example, when a user performs a clicking operation on a target interface, the processor may receive the clicking operation, at this time, the clicking operation generates the first operation instruction, that is, an operation instruction may be defined in advance, for example, an operation for defining a sliding operation in advance to select a target function from functional functions displayed on an editor page (e.g., a left-sliding operation, a right-sliding operation, a top-sliding operation, a bottom-sliding operation, and the like), an operation for defining a clicking operation to select a target function from functional functions displayed on an editor page (e.g., a double-clicking operation, a mouse-sliding operation, a long-pressing operation, a single-clicking operation, a simultaneous pressing operation of left and right mouse keys, and a middle mouse button of a scroll wheel mouse, and the like), or an operation for defining a gesture operation to select a target function from functional Moving the wrist or arm, swinging the wrist or arm to the right, such as a four-finger pinch operation or a three-finger slide-up operation, etc.), or defining a voice control operation as an operation of selecting an objective function from the functional functions displayed on the editor page (such as receiving a voice of the user's selection of the objective function and the name of the objective function), which are merely examples and do not represent a limitation on the operation of generating the first operation instruction. Of course, the first operation instruction may also be generated by setting a corresponding shortcut key on an input device, for example, the input device is a keyboard, and the "CTRL + a key" on the keyboard is set as an operation for generating the first operation instruction, which is not limited specifically.
103. And determining the target incoming parameters through configuration options and filling modes corresponding to the target function based on a second operation instruction of the user.
In this embodiment, after the data processing apparatus displays the configuration options and the filling-in mode corresponding to the target function on the configuration interface of the editor page, the data processing apparatus may receive an operation instruction of a user, and determine the target incoming parameters according to the configuration options and the filling-in mode corresponding to the target function based on a second operation instruction of the user. That is, the data processing apparatus presents the user with configuration options and fills in an interface manner by analyzing the parameters of the objective function, and the user combines the required target incoming parameters by these configurations.
In one embodiment, the configuration interface further includes an example corresponding to the objective function, and after receiving the second operation instruction of the user, the data processing apparatus may combine the configuration options and the filling manner corresponding to the objective function to determine the target incoming parameters based on the example corresponding to the objective function. That is, the data processing apparatus may present the configuration options, the filling manner, and the example of the objective function in the configuration interface, and then the user may combine the configuration options and the filling manner according to the example corresponding to the objective function to determine the parameters that need to be introduced. Therefore, even if the user is a non-professional user, the required code can be quickly generated through function configuration, and the user experience is improved.
In one embodiment, the data processing apparatus may provide a code editing area on an editor page;
determining a target keyword according to a third operation instruction of the user;
and showing the matching method and the attribute of the target keyword.
In this embodiment, the data processing apparatus may provide a code editing area in the editor page, determine the target keyword according to the third operation instruction, that is, the target keyword is a keyword input by the user through the third operation instruction, and then display the target method matched with the target keyword and the attribute corresponding to the target method. That is, the data processing apparatus may implement the prompt, highlight, and describe functions of the javascript code by using the ace. And through deep customization of the ace, keywords and method definitions of the functional function are supported, a user inputs a target keyword through a third operation instruction, and the data processing device can show a method and an attribute matched with the target keyword through an editor page. It can be understood that, after the data processing apparatus displays the method and the attribute for matching the target keyword on the editor page, the data processing apparatus may further provide a first region on the editor page, and display the description and the parameter information corresponding to the method for matching the target keyword in the first region, which is convenient for a user to write javascript code quickly.
Js is a javascript library open by a third party, and mainly supports an editor library for code editing and development on a web page. Js depth customization process is as follows:
firstly, defining a custom module, then acquiring a config object through require ("ace/config"), and loading the declared custom module by using config
1. Acquiring self-defined functional function list data through an ajax request;
2. obtaining a mode object through a callback method of config.loadModule, and assigning a value of functional function list data to mode.snippets;
3. snippets and mode are defined by using snippetmanager register through a parameter transfer mode.
It should be noted that, a manner of generating the second operation instruction and the third operation instruction by the data processing apparatus is similar to the manner of generating the first operation instruction, and the above-mentioned operation of generating the first operation instruction has been described in detail, and details of the operation of generating the second operation instruction and the third operation instruction are not repeated here.
In summary, it can be seen that, in the embodiment provided by the present invention, the data processing apparatus displays the functional function in a page manner, and displays the configuration option and the filling-in manner of the target function selected by the user in the page, so that even a non-professional user can quickly generate a code required by the user through the configuration option and the filling-in manner of the function, thereby improving user experience.
The data processing method provided by the embodiment of the invention is explained with reference to fig. 1, and the data processing device provided by the embodiment of the invention is explained with reference to fig. 2.
Referring to fig. 2, fig. 2 is a schematic view of a virtual structure of a data processing apparatus according to an embodiment of the present invention, including:
a first presentation unit 201, configured to provide an editor page and present a functional function on the editor page;
a second display unit 202, configured to respond to a first operation instruction of a user, and display a configuration interface corresponding to an objective function on the editor page according to the first operation instruction, where the configuration interface includes configuration options and filling manners corresponding to the objective function, and the objective function is any one of the functional functions;
a determining unit 203, configured to determine, based on the second operation instruction of the user, a target incoming parameter through the configuration option corresponding to the target function and the filling manner.
Optionally, the determining unit 203 is further configured to provide a code editing area on the editor page;
the determining unit 203 is further configured to determine a target keyword according to a third operation instruction of the user, where the target keyword has an association relationship with the functional function;
the second presentation unit 202 is further configured to present the method and the attribute matched with the target keyword.
Optionally, the determining unit 203 is further configured to provide a first area on the editor page;
the second display unit 202 is further configured to display description and parameter information corresponding to the method matching the target keyword in the first area.
Optionally, the first display unit 201 is specifically configured to:
providing a second region on the editor page;
and displaying the functional functions in the second area in a list form.
Optionally, the displaying, by the second displaying unit 202, the configuration interface corresponding to the objective function on the editor page according to the first operation instruction includes:
providing a third area on the editor page;
and displaying a configuration interface corresponding to the objective function in the third area according to the first operation instruction.
Optionally, the configuration interface further includes an example corresponding to the target function, and the determining unit 203 combines the configuration options corresponding to the target function and the filling manner to determine the target incoming parameters includes:
and combining the configuration options corresponding to the target function and the filling mode to determine the target incoming parameters based on the example corresponding to the target function.
In summary, it can be seen that, in the embodiment provided by the present invention, the data processing apparatus displays the functional function in a page manner, and displays the configuration option and the filling-in manner of the target function selected by the user in the page, so that even a non-professional user can quickly generate a code required by the user through the configuration option and the filling-in manner of the function, thereby improving user experience.
As shown in fig. 3, for convenience of description, only the parts related to the embodiment of the present invention are shown, and details of the specific technology are not disclosed, please refer to the method part of the embodiment of the present invention. The terminal may be any terminal device including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a POS (Point of Sales), a vehicle-mounted computer, and the like, and the terminal is taken as the mobile phone for example:
fig. 3 is a block diagram illustrating a partial structure of a mobile phone related to a terminal provided by an embodiment of the present invention. Referring to fig. 3, the cellular phone includes: radio Frequency (RF) circuit 310, memory 320, input unit 330, display unit 340, sensor 350, audio circuit 360, wireless fidelity (WiFi) module 370, processor 380, and power supply 390. Those skilled in the art will appreciate that the handset configuration shown in fig. 3 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile phone in detail with reference to fig. 3:
the RF circuit 310 may be used for receiving and transmitting signals during information transmission and reception or during a call, and in particular, receives downlink information of a base station and then processes the received downlink information to the processor 380; in addition, the data for designing uplink is transmitted to the base station. In general, the RF circuit 310 includes, but is not limited to, an antenna, at least one Amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, RF circuit 310 may also communicate with networks and other devices via wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Messaging Service (SMS), and the like.
The memory 320 may be used to store software programs and modules, and the processor 380 executes various functional applications and data processing of the mobile phone by operating the software programs and modules stored in the memory 320. The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 320 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The input unit 330 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the cellular phone. Specifically, the input unit 330 may include a touch panel 331 and other input devices 332. The touch panel 331, also referred to as a touch screen, can collect touch operations of a user (e.g., operations of the user on the touch panel 331 or near the touch panel 331 using any suitable object or accessory such as a finger, a stylus, etc.) on or near the touch panel 331, and drive the corresponding connection device according to a preset program. Alternatively, the touch panel 331 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 380, and can receive and execute commands sent by the processor 380. In addition, the touch panel 331 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 330 may include other input devices 332 in addition to the touch panel 331. In particular, other input devices 332 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 340 may be used to display information input by the user or information provided to the user and various menus of the mobile phone. The Display unit 340 may include a Display panel 341, and optionally, the Display panel 341 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 331 can cover the display panel 341, and when the touch panel 331 detects a touch operation on or near the touch panel 331, the touch panel is transmitted to the processor 380 to determine the type of the touch event, and then the processor 380 provides a corresponding visual output on the display panel 341 according to the type of the touch event. Although in fig. 3, the touch panel 331 and the display panel 341 are two independent components to implement the input and output functions of the mobile phone, in some embodiments, the touch panel 331 and the display panel 341 may be integrated to implement the input and output functions of the mobile phone.
The handset may also include at least one sensor 350, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that adjusts the brightness of the display panel 341 according to the brightness of ambient light, and a proximity sensor that turns off the display panel 341 and/or the backlight when the mobile phone is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
Audio circuitry 360, speaker 361, microphone 362 may provide an audio interface between the user and the handset. The audio circuit 360 may transmit the electrical signal converted from the received audio data to the speaker 361, and the audio signal is converted by the speaker 361 and output; on the other hand, the microphone 362 converts the collected sound signals into electrical signals, which are received by the audio circuit 360 and converted into audio data, which are then processed by the audio data output processor 380 and then transmitted to, for example, another cellular phone via the RF circuit 310, or output to the memory 320 for further processing.
WiFi belongs to short-distance wireless transmission technology, and the mobile phone can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 370, and provides wireless broadband internet access for the user. Although fig. 3 shows the WiFi module 370, it is understood that it does not belong to the essential constitution of the handset, and can be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 380 is a control center of the mobile phone, connects various parts of the whole mobile phone by using various interfaces and lines, and performs various functions of the mobile phone and processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory 320, thereby performing overall monitoring of the mobile phone. Optionally, processor 380 may include one or more processing units; preferably, the processor 380 may integrate an application processor, which primarily handles operating systems, user interfaces, applications, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 380.
The handset also includes a power supply 390 (e.g., a battery) for powering the various components, which may preferably be logically connected to the processor 380 via a power management system to manage charging, discharging, and power consumption via the power management system.
Although not shown, the mobile phone may further include a camera, a bluetooth module, etc., which are not described herein.
In the embodiment of the present invention, the processor 380 included in the terminal is further configured to execute the operations executed by the data processing device.
Referring to fig. 4, fig. 4 is a schematic diagram of a server structure according to an embodiment of the present invention, the server 400 may have a relatively large difference due to different configurations or performances, and may include one or more Central Processing Units (CPUs) 422 (e.g., one or more processors) and a memory 432, one or more storage media 430 (e.g., one or more mass storage devices) storing applications 442 or data 444. Wherein the memory 432 and storage medium 430 may be transient or persistent storage. The program stored on the storage medium 430 may include one or more modules (not shown), each of which may include a series of instruction operations for the server. Still further, the central processor 422 may be arranged to communicate with the storage medium 430, and execute a series of instruction operations in the storage medium 430 on the server 400.
The server 400 may also include one or more power supplies 426, one or more wired or wireless network interfaces 450, one or more input-output interfaces 458, and/or one or more operating systems 441, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, and so forth.
The steps performed by the data processing apparatus in the above embodiments may be based on the server structure shown in fig. 4.
An embodiment of the present invention further provides a computer-readable storage medium, on which a program is stored, and the program, when executed by a processor, implements the steps of the data processing method.
The embodiment of the invention also provides a processor, wherein the processor is used for running a program, and the steps of the data processing method are executed when the program runs.
The embodiment of the present invention further provides a terminal device, where the device includes a processor, a memory, and a program stored in the memory and capable of running on the processor, and the program code is loaded and executed by the processor to implement the steps of the data processing method.
The invention also provides a computer program product adapted to perform the steps of the data processing method described above when executed on a data processing device.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present invention, and are not intended to limit the present invention. Various modifications and alterations to this invention will become apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the scope of the claims of the present invention.

Claims (10)

1. A data processing method, comprising:
providing an editor page and displaying a functional function on the editor page;
responding to a first operation instruction of a user, and displaying a configuration interface corresponding to a target function on the editor page according to the first operation instruction, wherein the configuration interface comprises configuration options and filling modes corresponding to the target function, and the target function is any one of the functional functions;
and determining target incoming parameters through configuration options corresponding to the target function and the filling mode based on a second operation instruction of the user.
2. The method of claim 1, further comprising:
providing a code editing area on the editor page;
determining a target keyword according to a third operation instruction of the user, wherein the target keyword has an association relation with the functional function;
and displaying the matching method and the attribute of the target keyword.
3. The method of claim 2, further comprising:
providing a first region on the editor page;
and displaying the description and parameter information corresponding to the method matched with the target keyword in the first area.
4. The method of any of claims 1-3, wherein said exposing a functional function to the editor page comprises:
providing a second region on the editor page;
and displaying the functional functions in the second area in a list form.
5. The method according to any one of claims 1 to 3, wherein the displaying the configuration interface corresponding to the objective function on the editor page according to the first operation instruction comprises:
providing a third area on the editor page;
and displaying a configuration interface corresponding to the objective function in the third area according to the first operation instruction.
6. The method of any one of claims 1 to 3, wherein the configuration interface further comprises an example corresponding to the objective function, and wherein the determining the target incoming parameters by combining the configuration options corresponding to the objective function and the filling manner comprises:
and combining the configuration options corresponding to the target function and the filling mode to determine the target incoming parameters based on the example corresponding to the target function.
7. A data processing apparatus, comprising:
the first display unit is used for providing an editor page and displaying a functional function on the editor page;
the second display unit is used for responding to a first operation instruction of a user and displaying a configuration interface corresponding to an objective function on the editor page according to the first operation instruction, wherein the configuration interface comprises configuration options and filling modes corresponding to the objective function, and the objective function is any one of the functional functions;
and the determining unit is used for determining target incoming parameters through configuration options corresponding to the target function and the filling mode based on a second operation instruction of the user.
8. The apparatus of claim 7,
the determining unit is further used for providing a code editing area on the editor page;
the determining unit is further configured to determine a target keyword according to a third operation instruction of the user, where the target keyword has an association relationship with the functional function;
the second display unit is also used for displaying the matching method and the attribute of the target keyword.
9. An electronic device comprising a memory, a processor, wherein the processor is configured to implement the steps of the data processing method according to any one of claims 1 to 6 when executing a computer management class program stored in the memory.
10. A computer-readable storage medium having stored thereon a computer management-like program, characterized in that: the computer management class program, when executed by a processor, implementing the steps of the data processing method of any one of claims 1 to 6.
CN202011508227.9A 2020-12-18 2020-12-18 Data processing method and related equipment Pending CN112527274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011508227.9A CN112527274A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011508227.9A CN112527274A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Publications (1)

Publication Number Publication Date
CN112527274A true CN112527274A (en) 2021-03-19

Family

ID=75001795

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011508227.9A Pending CN112527274A (en) 2020-12-18 2020-12-18 Data processing method and related equipment

Country Status (1)

Country Link
CN (1) CN112527274A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040046806A1 (en) * 2002-06-24 2004-03-11 Makowski Thomas A. Task based polymorphic graphical program function nodes
US20170123762A1 (en) * 2015-10-28 2017-05-04 Apple Inc. Graphical representation of data in a program code editor
CN106775771A (en) * 2017-01-18 2017-05-31 郑州云海信息技术有限公司 One drop-down selection component and its method based on js
US9870205B1 (en) * 2014-12-29 2018-01-16 Palantir Technologies Inc. Storing logical units of program code generated using a dynamic programming notebook user interface
CN107797804A (en) * 2017-11-20 2018-03-13 北京百度网讯科技有限公司 The method and apparatus for generating front end interactive interface
CN108255709A (en) * 2017-12-26 2018-07-06 平安壹钱包电子商务有限公司 Script tests method, apparatus, terminal device and the storage medium of written in code
CN109032568A (en) * 2018-07-13 2018-12-18 孟智平 Generation method, terminal device and the storage medium of programmed logic
CN110580189A (en) * 2019-09-06 2019-12-17 深圳前海环融联易信息科技服务有限公司 method and device for generating front-end page, computer equipment and storage medium
CN111897525A (en) * 2020-07-15 2020-11-06 深圳市腾讯网域计算机网络有限公司 Big data processing method and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040046806A1 (en) * 2002-06-24 2004-03-11 Makowski Thomas A. Task based polymorphic graphical program function nodes
US9870205B1 (en) * 2014-12-29 2018-01-16 Palantir Technologies Inc. Storing logical units of program code generated using a dynamic programming notebook user interface
US20170123762A1 (en) * 2015-10-28 2017-05-04 Apple Inc. Graphical representation of data in a program code editor
CN106775771A (en) * 2017-01-18 2017-05-31 郑州云海信息技术有限公司 One drop-down selection component and its method based on js
CN107797804A (en) * 2017-11-20 2018-03-13 北京百度网讯科技有限公司 The method and apparatus for generating front end interactive interface
CN108255709A (en) * 2017-12-26 2018-07-06 平安壹钱包电子商务有限公司 Script tests method, apparatus, terminal device and the storage medium of written in code
CN109032568A (en) * 2018-07-13 2018-12-18 孟智平 Generation method, terminal device and the storage medium of programmed logic
CN110580189A (en) * 2019-09-06 2019-12-17 深圳前海环融联易信息科技服务有限公司 method and device for generating front-end page, computer equipment and storage medium
CN111897525A (en) * 2020-07-15 2020-11-06 深圳市腾讯网域计算机网络有限公司 Big data processing method and system

Similar Documents

Publication Publication Date Title
CN111741513B (en) Network distribution method of Internet of things equipment and related equipment
US10186244B2 (en) Sound effect processing method and device, plug-in unit manager and sound effect plug-in unit
CN111580815B (en) Page element editing method and related equipment
CN106547844B (en) A kind for the treatment of method and apparatus of user interface
CN107943685B (en) Traversal path generation method and device, server and storage medium
CN108958629B (en) Split screen quitting method and device, storage medium and electronic equipment
CN107368298B (en) Text control simulation touch method, terminal and computer readable storage medium
CN109067981A (en) Split screen application switching method, device, storage medium and electronic equipment
US10298590B2 (en) Application-based service providing method, apparatus, and system
CN111770009B (en) Data transmission method and related equipment
US20140372930A1 (en) Method and device for displaying a list view through a sliding operation
US11520841B2 (en) Information recommendation method, terminal device, and server
CN108182090B (en) Flash plug-in loading method and device based on blink kernel
CN107479799B (en) Method and device for displaying window
CN113050863A (en) Page switching method and device, storage medium and electronic equipment
CN112328349B (en) Parameter setting method and related equipment
US11327639B2 (en) Split view exiting method, split view exiting device, and electronic device
US9479888B2 (en) Methods and apparatus for implementing sound events
CN111562910A (en) Packaging method and related equipment
WO2015043239A1 (en) Method and device for playing media data on a terminal
CN106484230B (en) A kind of method for handover control and equipment
CN112527274A (en) Data processing method and related equipment
CN112800359A (en) Data processing method and related equipment
CN112819615A (en) Information display method and related equipment
CN108073508B (en) Compatibility detection method and device

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