CN110990162A - Data shuttling processing method and device - Google Patents

Data shuttling processing method and device Download PDF

Info

Publication number
CN110990162A
CN110990162A CN201811161864.6A CN201811161864A CN110990162A CN 110990162 A CN110990162 A CN 110990162A CN 201811161864 A CN201811161864 A CN 201811161864A CN 110990162 A CN110990162 A CN 110990162A
Authority
CN
China
Prior art keywords
data
shuttled
instruction
shuttle
shuttling
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
CN201811161864.6A
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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201811161864.6A priority Critical patent/CN110990162A/en
Publication of CN110990162A publication Critical patent/CN110990162A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

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

Abstract

The application discloses a data shuttling processing method and device. The method comprises the following steps: when a shuttle instruction is received, determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction; calling a selection function corresponding to a preset table; and shuttling the data to be shuttled from the preset table to the target table according to the selection function. Through the method and the device, the problem that the shuttle frame cannot meet the user requirement in the related technology is solved.

Description

Data shuttling processing method and device
Technical Field
The present application relates to the field of data shuttling, and in particular, to a data shuttling processing method and apparatus.
Background
The shuttle box provided by Element in the prior art is an option to shuttle back and forth between two list boxes. The concrete expression is as follows: the options can be determined to shuttle to the list 2 after being checked by the list 1 or to shuttle to the list 1 after being checked by the list 2, wherein the list options are the options composed of one relevant element, the total amount of the options of the two shuttle boxes is invariable all the time, and the options are not editable.
However, when a user needs to shuttle an option composed of a plurality of irrelevant elements, such as age, address, academic calendar, height, etc., the existing shuttle box option cannot visually express option information; in addition, the total amount of the options of the two corresponding shuttle frames in the prior art is always unchanged, and when a user wants to add and delete the options at any time, the existing shuttle frames cannot meet the requirements of the user; meanwhile, the existing shuttle box options are not editable, and when a user wants to modify the options, the existing shuttle box cannot meet the requirements of the user.
Aiming at the problem that the shuttle frame in the related technology can not meet the user requirement, an effective solution is not provided at present.
Disclosure of Invention
The application provides a data shuttling processing method and device, and aims to solve the problem that a shuttling frame in the related technology cannot meet user requirements.
According to one aspect of the application, a method for processing data shuttling is provided. The method comprises the following steps: when a shuttle instruction is received, determining data to be shuttled in the preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction; calling a selection function corresponding to the preset table; and shuttling the data to be shuttled from the preset table to the target table according to the selection function.
Optionally, before receiving the shuttle instruction, the processing method further includes: when a selected instruction is received, determining data selected by the selected instruction; and determining the data selected by the selected instruction as the data to be shuttled in the preset table.
Optionally, determining the data to be shuttled in the preset table according to the shuttle instruction, and determining the target table corresponding to the data to be shuttled includes: acquiring the data to be shuttled selected by the selected instruction according to the shuttle instruction; and taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
Optionally, the shuttling the data to be shuttled from the preset table to the target table according to the selection function includes: adding the data to be shuttled to the target table according to the selection function; and deleting the data to be shuttled from the preset table according to the selection function.
Optionally, the data in the target table and/or the preset table may perform operation processing including: delete, add, edit.
According to another aspect of the present application, a processing device for data shuttling is provided. The device includes: the first determining unit is used for determining data to be shuttled in the preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction when the shuttle instruction is received; the calling unit is used for calling the selection function corresponding to the preset table; and the shuttle unit is used for shuttling the data to be shuttled from the preset table to the target table according to the selection function.
Optionally, the processing apparatus further includes: a second determining unit, configured to determine, when a selected instruction is received, data selected by the selected instruction before receiving the shuttle instruction; and the third determining unit is used for determining that the data selected by the selected instruction is the data to be shuttled in the preset table.
Optionally, the first determining unit includes: the obtaining module is used for obtaining the data to be shuttled selected by the selected instruction according to the shuttle instruction; and the determining module is used for taking the table corresponding to the shuttle instruction as the target table corresponding to the data to be shuttled.
According to another aspect of the present application, there is provided a storage medium including a stored program, wherein the program performs the data shuttling processing method described in any one of the above.
According to another aspect of the present application, there is provided a processor configured to execute a program, where the program executes the data shuttling processing method described in any one of the above.
Through the application, the following steps are adopted: when a shuttle instruction is received, determining data to be shuttled in the preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction; calling a selection function corresponding to the preset table; and shuttling the data to be shuttled from the preset table to the target table according to the selection function, so that the problem that a shuttling frame in the related technology cannot meet the user requirement is solved.
That is, the page layout of the shuttle table is completed by using the two tables and the selection function for shuttling the data to be shuttled to the table, so that any data in the table can be shuttled through the selection function, and in addition, the operation processing which can be executed based on the table itself, for example, entering data composed of irrelevant elements, deleting and modifying the entered data, and re-adding new data, thereby achieving the technical effect of making the shuttle frame generated based on the table enough to meet the current requirements of the user.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 is a flow chart of a processing method of data shuttling provided according to an embodiment of the present application; and
fig. 2 is a schematic diagram of a processing device for data shuttling according to an embodiment of the present application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. 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.
According to an embodiment of the application, a processing method of data shuttling is provided.
Fig. 1 is a flowchart of a processing method of data shuttling according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S102, when a shuttle instruction is received, determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction.
And step S104, calling a selection function corresponding to the preset table.
And step S106, shuttling the data to be shuttled from the preset table to the target table according to the selection function.
According to the data shuttling processing method provided by the embodiment of the application, when a shuttling instruction is received, data to be shuttled in a preset table and a target table corresponding to the data to be shuttled are determined according to the shuttling instruction; calling a selection function corresponding to a preset table; and the data to be shuttled is shuttled to the target form from the preset form according to the selection function, so that the problem that the shuttle frame in the related technology cannot meet the user requirement is solved.
That is, the page layout of the shuttle table is completed by using the two tables and the selection function for shuttling the data to be shuttled to the table, so that any data in the table can be shuttled through the selection function, and in addition, the operation processing which can be executed based on the table itself, for example, entering data composed of irrelevant elements, deleting and modifying the entered data, and re-adding new data, thereby achieving the technical effect of making the shuttle frame generated based on the table enough to meet the current requirements of the user.
It should be noted that: in the processing method of data shuttling provided by the embodiment of the present application, the operation processing that can be performed on the data in the target table and/or the preset table may further include: deleting data, adding data, editing data, hiding data, and displaying the hidden data.
For example, the target table provided in the embodiment of the present application may perform a deletion operation, that is, perform a deletion operation on any data in the target table, without worrying about whether the total amount of data in the target table is required to be kept unchanged; similarly, the target table provided in the embodiment of the present application may also perform an adding operation, that is, add any data to the target table without worrying about whether the total amount of data in the target table is required to be kept unchanged or whether the data types corresponding to the data in the target table are required to be kept consistent, for example, in a case where the data type in the target table is an age, data of which the data type is a scholarly calendar may still be added to the target table; similarly, the target data provided in the embodiment of the present application may further perform an editing operation, that is, modify any data in the target table into any other data, without worrying about whether the data type corresponding to the data in the target table requires to maintain consistency.
In addition, the target table provided in the embodiment of the application may perform a hiding operation, that is, hide a part of data in a certain item of data in the target table, and only display another part of data, so as to achieve a technical effect of enabling the shuttle table to accurately express the data. Similarly, the target table provided in the embodiment of the present application may further perform an operation of displaying hidden data, that is, display a part of the hidden data in the target table, so that the shuttle table may completely and intuitively express all contents of the data.
Finally, it should be pointed out that: the preset table provided in the embodiment of the present application can also perform the above operations, and achieve the technical effect of the above operations.
In an optional example, the processing method further comprises, before receiving the shuttle instruction: when a selected instruction is received, determining data selected by the selected instruction; and determining the data selected by the selected instruction as the data to be shuttled in the preset table. And determining the data to be shuttled in the preset table and the target table corresponding to the data to be shuttled according to the shuttle instruction comprises the following steps: acquiring data to be shuttled selected by the selected instruction according to the shuttle instruction; and taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
That is, in the data shuttling processing method provided in the embodiment of the present application, the selected instruction for indicating the data to be shuttled is received first, then the shuttling instruction is received, the data to be shuttled selected by the selected instruction is obtained according to the shuttling instruction, and the table corresponding to the shuttling instruction is determined to be the target table corresponding to the data to be shuttled. And further achieving the technical effects of selecting the data to be shuttled by user-defining according to the selected instruction and selecting the target form by user-defining according to the shuttle instruction.
For example, the selected command may be input by any input device, for example, when the user clicks a certain data in a certain table through a cursor, the data is determined to be the data to be shuttled; when a user selects certain data in a certain table through "↓", "←", "→", "enter key" in the keyboard, the data is determined as data to be shuttled.
Further, after receiving the selected instruction and before receiving the shuttle instruction, the processing method of data shuttling provided by this example may further include: and when the trigger instruction is received, determining an operation button triggered by the trigger instruction, and when the operation button is a shuttle button, triggering the shuttle button to send the shuttle instruction, wherein the table corresponding to the shuttle button is a target table corresponding to the data to be shuttled.
For example, the preset table includes at least one shuttle button, and when the trigger instruction triggers a certain shuttle button, the shuttle button triggers a shuttle instruction for instructing to shuttle the data to be shuttled selected by the selected instruction to the table corresponding to the shuttle button, thereby achieving the technical effect of the operation step of data shuttling between the preset table and the target table. That is, when the user wants to shuttle the a data in the preset table to the target table, the technical effect of shuttling the a phase data in the preset table to the target table can be achieved only by selecting the a data and triggering the corresponding operation button of the target table.
It should be noted that: in the embodiment of the present application, the preset table and the target table are not specifically limited, that is, a shuttle button for shuttling data to be shuttled in the b table to the c table may be set in the b table, and meanwhile, a shuttle button for shuttling data to be shuttled in the c table to the b table may also be set in the c table.
In another optional example, in the processing method for data shuttling provided by the embodiment of the present application, shuttling data to be shuttled from the preset table to the target table according to the selection function includes: adding the data to be shuttled to a target table according to a selection function; and deleting the data to be shuttled from the preset table according to the selection function.
For example, first, the page layout of the shuttle table is completed using two tables provided by the elementUi plug-in and the operation buttons supporting left and right shuttling, where the two tables are respectively defined as table 1 and table 2, the button for shuttling data in table 1 into table 2 is defined as button 1, and the button for shuttling data in table 2 into table 1 is defined as button 2. Then, the selection function selection-change is bound for both table 1 and table 2, and the to2 function is bound for button 1 and the to1 function is bound for button 2. At this time, when the user clicks the button 1, the selection-change function bound to the table 1 is called to obtain the data to be transmitted, which is selected in advance by the user, and the data to be shuttled is added into the table 2, and the data to be shuttled is deleted from the table 1, so that the shuttling of the data from the table 1 to the table 2 is realized. Similarly, the data in table 2 can be shuttled to table 1 according to the above method.
It should also be noted that: table 1 may provide multiple buttons, where each button is used to shuttle selected data into a different table.
It should also be noted that: since the tables themselves have functions of deletion, editing, addition, and the like, the shuttle tables (shuttle boxes) generated based on the tables may also use the functions of deletion, editing, addition, and the like.
In summary, the novel shuttle form (shuttle form) provided by the embodiment of the present application uses a form as a data (option) display manner, thereby achieving the technical effects that data of different data types can be displayed in the same frame, and operations such as deletion, addition, modification and the like can also be performed on the data based on user requirements.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
The embodiment of the present application further provides a processing apparatus for data shuttling, and it should be noted that the processing apparatus for data shuttling in the embodiment of the present application may be used to execute the processing method for data shuttling provided in the embodiment of the present application. The following describes a processing apparatus for data shuttling provided by an embodiment of the present application.
FIG. 2 is a schematic diagram of a processing device for data shuttling according to an embodiment of the present application. As shown in fig. 2, the apparatus includes: a first determination unit 21, a calling unit 23 and a shuttle unit 25.
The first determining unit 21 is configured to determine, when receiving the shuttle instruction, to-be-shuttled data in the preset table and a target table corresponding to the to-be-shuttled data according to the shuttle instruction.
The calling unit 23 is configured to call a selection function corresponding to the preset table.
And a shuttle unit 25, configured to shuttle the data to be shuttled from the preset table to the target table according to the selection function.
Optionally, in the processing apparatus for data shuttling provided in the embodiment of the present application, the processing apparatus further includes: a second determining unit, configured to determine, when a selected instruction is received, data selected by the selected instruction before the shuttle instruction is received; and the third determining unit is used for determining that the data selected by the selected instruction is the data to be shuttled in the preset table.
Optionally, in the processing apparatus for data shuttling provided in the embodiment of the present application, the first determining unit 21 includes: the acquisition module is used for acquiring the data to be shuttled selected by the selected instruction according to the shuttle instruction; and the determining module is used for taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
Optionally, in the processing apparatus for data shuttling provided in the embodiment of the present application, the shuttling unit 25 includes: the adding module is used for adding the data to be shuttled to the target table according to the selection function; and the deleting module is used for deleting the data to be shuttled from the preset table according to the selection function.
Optionally, in the processing apparatus for data shuttling provided in the embodiment of the present application, the processing operations that may be performed on the data in the target table and/or the preset table include: delete, add, edit.
In the processing apparatus for data shuttling provided in the embodiment of the present application, when the first determining unit 21 receives the shuttling instruction, the data to be shuttled in the preset table and the target table corresponding to the data to be shuttled are determined according to the shuttling instruction; the calling unit 23 calls a selection function corresponding to the preset table; the shuttle unit 25 shuttles the data to be shuttled from the preset table to the target table according to the selection function, so that the problem that the shuttle frame in the related technology cannot meet the user requirement is solved.
That is, the page layout of the shuttle table is completed by using the two tables and the selection function for shuttling the data to be shuttled to the table, so that any data in the table can be shuttled through the selection function, and in addition, the operation processing which can be executed based on the table itself, for example, entering data composed of irrelevant elements, deleting and modifying the entered data, and re-adding new data, thereby achieving the technical effect of making the shuttle frame generated based on the table enough to meet the current requirements of the user.
The processing device for data shuttling comprises a processor and a memory, wherein the first determining unit 21, the calling unit 23, the shuttling unit 25 and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the shuttle data can be deleted, modified and added at will by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a storage medium, on which a program is stored, where the program implements a processing method of data shuttling when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program runs a processing method for executing data shuttling.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein the processor executes the program and realizes the following steps: when a shuttle instruction is received, determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction; calling a selection function corresponding to a preset table; and shuttling the data to be shuttled from the preset table to the target table according to the selection function.
Optionally, before receiving the shuttle instruction, the processing method further includes: when a selected instruction is received, determining data selected by the selected instruction; and determining the data selected by the selected instruction as the data to be shuttled in the preset table.
Optionally, determining the data to be shuttled in the preset table according to the shuttle instruction, and determining the target table corresponding to the data to be shuttled includes: acquiring data to be shuttled selected by the selected instruction according to the shuttle instruction; and taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
Optionally, the shuttling the data to be shuttled from the preset table to the target table according to the selection function includes: adding the data to be shuttled to a target table according to a selection function; and deleting the data to be shuttled from the preset table according to the selection function.
Optionally, the data in the target table and/or the preset table may perform operation processing including: delete, add, edit. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device: when a shuttle instruction is received, determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction; calling a selection function corresponding to a preset table; and shuttling the data to be shuttled from the preset table to the target table according to the selection function.
Optionally, before receiving the shuttle instruction, the processing method further includes: when a selected instruction is received, determining data selected by the selected instruction; and determining the data selected by the selected instruction as the data to be shuttled in the preset table.
Optionally, determining the data to be shuttled in the preset table according to the shuttle instruction, and determining the target table corresponding to the data to be shuttled includes: acquiring data to be shuttled selected by the selected instruction according to the shuttle instruction; and taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
Optionally, the shuttling the data to be shuttled from the preset table to the target table according to the selection function includes: adding the data to be shuttled to a target table according to a selection function; and deleting the data to be shuttled from the preset table according to the selection function.
Optionally, the data in the target table and/or the preset table may perform operation processing including: delete, add, edit.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
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 application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for processing data shuttling, comprising:
when a shuttle instruction is received, determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to the shuttle instruction;
calling a selection function corresponding to the preset table;
and shuttling the data to be shuttled from the preset table to the target table according to the selection function.
2. The method of claim 1, wherein prior to receiving the shuttle instruction, the processing method further comprises:
when a selected instruction is received, determining data selected by the selected instruction;
and determining the data selected by the selected instruction as the data to be shuttled in the preset table.
3. The method according to claim 2, wherein determining the data to be shuttled in the preset table according to the shuttle instruction, and the target table corresponding to the data to be shuttled comprises:
acquiring the data to be shuttled selected by the selected instruction according to the shuttle instruction;
and taking the table corresponding to the shuttle instruction as a target table corresponding to the data to be shuttled.
4. The method of claim 1, wherein shuttling the data to be shuttled from the preset table to the target table according to the selection function comprises:
adding the data to be shuttled to the target table according to the selection function;
and deleting the data to be shuttled from the preset table according to the selection function.
5. The method according to claim 1, wherein the data in the target table and/or the preset table can perform operation processing including: delete, add, edit.
6. A data shuttling processing device, comprising:
the first determining unit is used for determining data to be shuttled in a preset table and a target table corresponding to the data to be shuttled according to a shuttle instruction when the shuttle instruction is received;
the calling unit is used for calling the selection function corresponding to the preset table;
and the shuttle unit is used for shuttling the data to be shuttled from the preset table to the target table according to the selection function.
7. The apparatus of claim 6, wherein the processing means further comprises:
a second determining unit, configured to determine, when a selected instruction is received, data selected by the selected instruction before receiving the shuttle instruction;
and the third determining unit is used for determining that the data selected by the selected instruction is the data to be shuttled in the preset table.
8. The apparatus of claim 7, wherein the first determining unit comprises:
the obtaining module is used for obtaining the data to be shuttled selected by the selected instruction according to the shuttle instruction;
and the determining module is used for taking the table corresponding to the shuttle instruction as the target table corresponding to the data to be shuttled.
9. A storage medium comprising a stored program, wherein the program executes the data shuttling processing method of any one of claims 1 to 5.
10. A processor, configured to execute a program, wherein the program executes the data shuttling processing method according to any one of claims 1 to 5.
CN201811161864.6A 2018-09-30 2018-09-30 Data shuttling processing method and device Pending CN110990162A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811161864.6A CN110990162A (en) 2018-09-30 2018-09-30 Data shuttling processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811161864.6A CN110990162A (en) 2018-09-30 2018-09-30 Data shuttling processing method and device

Publications (1)

Publication Number Publication Date
CN110990162A true CN110990162A (en) 2020-04-10

Family

ID=70059856

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811161864.6A Pending CN110990162A (en) 2018-09-30 2018-09-30 Data shuttling processing method and device

Country Status (1)

Country Link
CN (1) CN110990162A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115113822A (en) * 2022-07-12 2022-09-27 北京天融信网络安全技术有限公司 Data processing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101556605A (en) * 2009-05-13 2009-10-14 用友软件股份有限公司 Free penetrating method of report data based on two-dimensional query model and system thereof
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101556605A (en) * 2009-05-13 2009-10-14 用友软件股份有限公司 Free penetrating method of report data based on two-dimensional query model and system thereof
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115113822A (en) * 2022-07-12 2022-09-27 北京天融信网络安全技术有限公司 Data processing method and device

Similar Documents

Publication Publication Date Title
KR101934998B1 (en) Method and system for providing user interface to a plurality of applications
CN106779791B (en) Generation method and device for collocation object picture combination
US20120185794A1 (en) Method and Apparatus for Managing Buttons on Taskbar
CN112182349A (en) Method, device and system for querying compliance file
CN110941428A (en) Website creation method and device
CN109582305B (en) Encoding method and device for mobile application page elements and electronic equipment
CN106126115A (en) A kind of method and device of the disk of EVM(extended virtual machine)
CN108874379B (en) Page processing method and device
CN115080016A (en) Extended function implementation method, device, equipment and medium based on UE editor
CN110018812B (en) Graph drawing method and device
CN111897607A (en) Application interface loading and interaction method, device and storage medium
CN110990162A (en) Data shuttling processing method and device
CN112579066A (en) Chart display method and device, storage medium and equipment
CN111414123B (en) Information processing method and device
CN111381745B (en) Page switching method, device and equipment
CN110647377A (en) Picture processing system, device and medium for human-computer interaction interface
CN110990006A (en) Form management system and form generation device
CN116257315A (en) Input box display method and device
CN113485746B (en) Method and device for generating application program interface document
CN107818000B (en) Operation method and device of page table
CN113836872A (en) Page diagram object editing method, device, equipment and readable medium
CN114281463A (en) Form interface format configuration and interface display method, equipment and medium
CN113901033A (en) Data migration method, device, equipment and medium
CN113792237A (en) Card type layout optimization method and device, storage medium and processor
US11797719B2 (en) Dynamic preview generation in a product lifecycle management environment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200410

RJ01 Rejection of invention patent application after publication