WO2016177255A1 - Data batch processing method and apparatus - Google Patents

Data batch processing method and apparatus Download PDF

Info

Publication number
WO2016177255A1
WO2016177255A1 PCT/CN2016/079154 CN2016079154W WO2016177255A1 WO 2016177255 A1 WO2016177255 A1 WO 2016177255A1 CN 2016079154 W CN2016079154 W CN 2016079154W WO 2016177255 A1 WO2016177255 A1 WO 2016177255A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
batch
database
batch processing
function
Prior art date
Application number
PCT/CN2016/079154
Other languages
French (fr)
Chinese (zh)
Inventor
于东
Original Assignee
阿里巴巴集团控股有限公司
于东
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 阿里巴巴集团控股有限公司, 于东 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2016177255A1 publication Critical patent/WO2016177255A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present application relates to the field of computer software technologies, and in particular, to a method and an apparatus for data batch processing.
  • a method for batch processing data includes the following steps in the embodiment of the present application, including:
  • the selected data row is stored in a batch database, which is used to store the selected data row obtained after performing a batch trigger operation on any page;
  • the device of the present application further provides an apparatus for batch processing data, including:
  • a batch data storage module configured to acquire a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into a batch processing database, where the batch processing database is used for storing The selected data row obtained after the batch trigger operation is executed on any page;
  • a batch data display module configured to acquire a trigger operation of entering a batch process, and display data in the batch processing database
  • a batch data execution module configured to acquire a function triggering operation on the displayed data, and perform the function operation.
  • the technical solution provided by the embodiment of the present application stores the cross-page data that needs to be batch processed through the batch processing database, after obtaining the trigger operation of entering the batch processing, the data in the batch processing database is displayed, and the batch processing is performed according to the batch triggering operation.
  • the data in the database performs functional operations, which solves the problem of batch operation of part of the data distributed in different pages.
  • FIG. 1 shows an information display interface in the prior art
  • FIG. 2 is a schematic flowchart diagram of a method for implementing data batch processing according to an embodiment of the present application
  • FIG. 3 is a schematic flowchart diagram of a method for implementing data batch processing according to another embodiment of the present application.
  • FIG. 3A shows an information display interface provided in the embodiment of the present application
  • FIG. 3B shows a batch display interface provided in the embodiment of the present application
  • FIG. 3C illustrates another batch processing display interface provided in the embodiment of the present application.
  • FIG. 4 is a schematic flowchart diagram of a method for performing data batch processing according to another embodiment of the present application.
  • FIG. 4A shows an information display interface provided in the embodiment of the present application
  • FIG. 5 is a schematic structural diagram of a data batch processing apparatus provided in an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of still another data batch processing apparatus provided in the embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of still another data batch processing apparatus provided in the embodiment of the present application.
  • a functional unit that needs to be batch processed is set in advance in the information display interface.
  • the backend server acquires the trigger operation of the user, and the data of the current page is selected.
  • the line is saved to the batch database.
  • the method of data batch processing provided by the present application can be applied to all behaviors that are processed (operated) after being selected similarly to items in the list. For example, the mailing list of the e-mail, the product list in the e-commerce website, the resources in the cloud computing field, and the list of the examples are not specifically limited in this embodiment.
  • the data batch processing method provided in this embodiment may be applied to a terminal including a touch display screen or a touch panel, and the terminal may include a smart phone, a tablet computer, an e-book reader, and an MP3 player (Moving Picture Experts Group Audio) Layer III, motion picture expert compresses standard audio layer 3), MP4 (Moving Picture Experts Group Audio Layer IV, motion picture expert compresses standard audio layer 3) Players, laptop portable computers, desktop computers, and the like, which are not specifically limited in this embodiment.
  • MP3 player Moving Picture Experts Group Audio
  • MP4 Motion Picture Experts Group Audio Layer IV
  • a method for batch processing data provided in the embodiment of the present application, the method includes:
  • Step 101 Acquire a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into the batch processing database.
  • the current page refers to the page displayed to the user
  • the data row refers to the row where each instance in the list is located.
  • the batch processing database is configured to store the selected data row obtained after the batch triggering operation is performed on any page of the information display interface.
  • Step 102 Acquire a trigger operation that enters the batch process, and display data in the batch processing database.
  • Step 103 Acquire a function triggering operation on the displayed data, and perform a function operation.
  • the method further includes:
  • the function option to enter the batch interface pops up on the current page, and the function option is suspended on the current page;
  • the triggering operation to enter the batch is obtained, including:
  • the data in the batch database is displayed, including:
  • the first batch of display interface pops up on the current page
  • the data name of each of the data rows is displayed on the first batch display interface.
  • the data in the batch database is displayed, including:
  • the data rows in the batch database are displayed on the second batch display interface.
  • acquiring a function triggering operation on the displayed data, performing the work After being able to operate it also includes:
  • the function unit that needs to be batch processed is preset in the information display interface, and after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit.
  • the batch database stores the cross-page data that needs to be batch processed. After obtaining the trigger operation into the batch process, the data in the batch database is displayed, and the function operation is performed on the data in the batch database according to the batch trigger operation, thereby solving the problem. The problem of bulk operations on some of the data distributed across different pages.
  • the functional unit of the information display interface may be specifically implemented by depositing a batch processing vehicle control, wherein the functional unit is displayed in the information.
  • the name of the interface can be “save to batch truck”.
  • the name is optional, and the actual application is not limited to this name.
  • the function unit that enters the batch processing is preset in the information display interface, and after the trigger operation of the unit is obtained, the batch processing display interface is entered.
  • FIG. 3A shows an information display interface, which adds a “Save in Batch Processing Vehicle” function option and enters a batch processing vehicle function option on the original information display interface.
  • FIG. 3A only gives An example is given.
  • the location and the name of the two function options are adjustable, which is not specifically limited in this embodiment.
  • the method includes:
  • Step 201 Acquire a trigger operation for performing a batch operation on the data row selected by the current page in the information display interface, and store the selected data row of the current page into the batch processing database.
  • a batch processing database is set, and the database is used for storing the selected data rows acquired after performing the “storing into the batch processing vehicle” operation on any page, that is, storing the data rows selected by the cross-page.
  • the backend server obtains the trigger operation of the user clicking "save into the batch processing car", obtains the data row selected by the current page, and stores the selected data row into the batch processing database, when the page is obtained.
  • flip to the specified page of the user use the specified page as the current page, and get the "save into the batch car” again.
  • the data row information includes the data name (ID) and the attribute information.
  • the information of the data row After the information of the data row is obtained, it is uniformly sent to the back-end server and stored in the batch processing database. If the selected data is too large, the data is The scheme of the segment transmission is transmitted to the back-end server, and when it is displayed correspondingly, the execution result is returned by the server segment.
  • the process of data acquisition is similar to the implementation method in the prior art, and is not described in this embodiment.
  • the triggering operation of the function item by the user may be performed by the mouse trigger function, and the device with the touch function may also be operated by the touch trigger function, and of course, may be operated by the voice trigger function. No specific restrictions are made.
  • the trigger operation on the page is monitored in real time, and it is determined whether the trigger operation is a page turning operation. If yes, the user is turned to the user specified page to obtain the function operation of the user on the specified page, and if the triggering operation is not a page turning operation Then, it is determined whether the triggering operation is a triggering operation to enter the batch processing. If yes, step 202 is performed, if otherwise, the corresponding functional operations, such as deleting, marking, etc., are performed.
  • the number of data rows stored in the batch database is simultaneously displayed on the function option interface of the batch processing operation, specifically, when the operation of triggering “storing into the batch processing vehicle” is obtained. Get the number of rows of data currently stored, and update the number of displays in the function option interface of the batch operation, such as updating from "12 instances have been placed” to "16 instances have been placed", each of which is data The row corresponds to an instance.
  • Step 202 Acquire a trigger operation that enters the batch process, and display data in the batch processing database.
  • the data in the batch processing database is acquired at the same time, and the data is displayed in a preset manner.
  • two batch processing display interfaces may be preset, and the first one is to simplify the interface.
  • the batch processing display interface is popped up on the current page, and the batch processing is performed.
  • the display interface is suspended on the current page, and the floating interface can be enlarged or reduced by a trigger operation.
  • displaying the data in the batch database includes: obtaining data in the batch database, parsing out the data name of each data row in the database, and displaying the data of each data row on the pop-up batch display interface. name.
  • the pop-up display interface includes the data name of the data line and the function selection required for the batch operation. Items, such as stop, start, empty instances, etc., where Something1, Something2, Something3, Something4, Something5, etc. are examples of data names of the obtained cross-page data rows.
  • the second batch processing display interface may be preset by the control. After the user triggers the operation of entering the batch processing, the second batch processing display interface is jumped. In this manner, the batch processing is displayed.
  • the data in the database includes: obtaining the data rows in the batch database, jumping to the second batch processing display interface, and displaying the data rows in the batch database on the interface. As shown in FIG. 3C, in this display mode, the data rows selected by the user on any page are directly displayed on the batch display interface.
  • a function area such as a search, a full selection, and a deletion may be set on the batch display interface, so that the batch processing data is processed again.
  • a function area such as a search, a full selection, and a deletion
  • the user can select a part of the batch data separately, or delete some or all of the data in the batch database by deleting the function option.
  • the functional areas that can be attached to the batch interface are not described in detail in this embodiment.
  • Step 203 Acquire a function triggering operation on the displayed data, and perform a function operation.
  • the function operation triggered by the user is obtained, and the corresponding function operations, such as restarting and stopping, are performed on the data in the batch database, which is not specifically limited in this embodiment.
  • Step 204 Determine whether the functional operation of the displayed data has been completed. If yes, execute step 205, otherwise continue to perform the acquired functional operation.
  • the function operation of the displayed data it is determined whether the function operation of the displayed data has been completed, and it may be determined whether the back-end server has received the result of the successful function operation, and if so, it is confirmed that the function operation on the data has been completed.
  • the specific implementation process of the function-triggered operation is similar to that in the prior art, and is not described in this embodiment.
  • the data that has been subjected to the function operation may be all the data in the batch database, or may be part of the data in the batch database, which is not specifically limited in this embodiment.
  • the user's trigger operation is obtained. For example, the function that needs to be performed by the triggering operation is confirmed, and the corresponding function is continued, which is not described in this embodiment.
  • the data of the completed operation may be deleted in time to ensure that there is sufficient storage space in the batch processing database.
  • a function option of “retaining an object after operation” may also be preset in the batch display interface. Before step 204, determining whether the function option of “retaining object after operation” is Triggered, if the function option has been triggered, the execution of step 204 is cancelled, the data of the function operation is continuously retained in the batch database, and if not, step 204 is continued.
  • the function unit that needs to be batch processed is preset in the information display interface, and after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit.
  • the batch database stores the cross-page data that needs to be batch processed. After obtaining the trigger operation into the batch process, the data in the batch database is displayed, and the function operation is performed on the data in the batch database according to the batch trigger operation, thereby solving the problem.
  • the function option of entering the batch processing in the information display interface is convenient for the user to view the data that has been stored in the batch processing database, thereby improving the user experience.
  • the data in the batch database is deleted in time, which improves the stability and work efficiency of the system.
  • the functional unit of the information display interface may be specifically implemented by storing a batch processing vehicle control, wherein the unit is in the information display interface.
  • the name may be "storing into the batch processing vehicle". Of course, the name is optional.
  • the actual application is not limited to the name.
  • the batch processing is not preset in this embodiment.
  • Car function unit but after the user triggers "save to batch car", pops up on the page Enter the batch car function option. After the user triggers the function option, the user enters the batch display interface.
  • the method specifically includes:
  • Step 301 Acquire a trigger operation for batch processing the selected data row of the current page in the information display interface, and store the selected data row of the current page into the batch processing database.
  • a batch processing database is set, and the database is used for storing the selected data rows acquired after performing the “storing into the batch processing vehicle” operation on any page, that is, storing the data rows selected by the cross-page.
  • the backend server obtains the trigger operation of the user clicking "save into the batch processing car", obtains the data row selected by the current page, and stores the selected data row into the batch processing database, when the page is obtained.
  • the user flips to the specified page of the user, and the designated page is used as the current page.
  • the trigger operation of “storing into the batch truck” is acquired again, the data row selected by the user on the current page is acquired and saved.
  • Step 302 The function option of entering the batch processing interface is popped up on the current page, and the number of data rows stored in the batch processing database is displayed on the interface of the function option.
  • the function option of entering the batch processing is popped up in the interface, and preferably, the unit can be set to display the saved batch processing.
  • the data row of the database as shown in FIG. 4A, can pop up the function option shown in FIG. 4A on the interface.
  • the function option is suspended on the interface and can be suspended at any position, such as the right side of the interface, or the bottom side, or the top. The specific position is not specifically limited in this embodiment.
  • the function option to enter the batch process will always float on the current page, and the current page will be triggered to "save into the batch processing car".
  • the function option interface that enters the batch process updates the data of the data row stored in the batch database, such as from "12 instances have been put” to "16 instances have been placed".
  • the function options of entering the batch processing may also be hidden.
  • the hidden operation of the unit is not limited to being triggered by the page turning operation, and may be hidden by other means, which is not specifically limited in this embodiment.
  • the trigger operation on the page is monitored in real time, and it is determined whether the trigger operation is a page turning operation. If yes, the user is turned to the user specified page to obtain the function operation of the user on the specified page, and if the triggering operation is not a page turning operation Then, it is determined whether the triggering operation is a triggering operation to enter the batch processing. If yes, step 303 is performed, if otherwise, the corresponding functional operations, such as deleting, marking, etc., are performed.
  • Step 303 Acquire a trigger operation of entering the batch process, and display data in the batch processing database.
  • This step is similar to step 202 in the above embodiment, and will not be described again in this embodiment.
  • Step 304 Acquire a function triggering operation on the displayed data, and perform a function operation.
  • This step is similar to step 203 in the above embodiment, and will not be described again in this embodiment.
  • Step 305 Determine whether the function operation of the displayed data has been completed. If yes, execute step 306, otherwise continue to perform the acquired function operation.
  • This step is similar to step 204 in the above embodiment, and will not be described again in this embodiment.
  • This step is similar to the step 205 in the foregoing embodiment, and is not described in detail in this embodiment.
  • the selected data row can be uniformly saved to the batch processing database by triggering the unit, and the batch is approved.
  • Processing the database storage cross-page data that needs to be batch processed after obtaining the trigger operation into the batch processing, displaying the data in the batch processing database, performing functional operations on the data in the batch processing database according to the batch triggering operation, thereby solving the problem The problem of batch operations of partial data distributed across different pages.
  • the function of popping into the batch processing is popped up, which improves the user's experience.
  • the data in the batch database is deleted in time, thereby improving the stability and working efficiency of the system.
  • an embodiment of the data batch processing is also provided in the embodiment of the present application. Since the principle of solving the problem of these devices is similar to the method for batch processing data, the implementation of these devices can be referred to the implementation of the method. It will not be repeated here.
  • the apparatus may include: a batch processing data storage module 401, batch processing data display Module 402 and batch data execution module 403;
  • the batch data storage module 401 is configured to obtain a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into the batch processing database, where the batch processing database is used to store any page.
  • the batch data display module 402 is configured to acquire a trigger operation of entering the batch process, and display data in the batch processing database;
  • the batch data execution module 403 is configured to acquire a function triggering operation on the displayed data and perform a function operation.
  • the apparatus further includes:
  • the first pop-up module 404 is configured to: after the storage module saves the selected data row of the current page into the batch processing database, pop up a function option of entering the batch processing interface on the current page, where the function option is suspended on the current page;
  • the batch data display module 402 includes:
  • the first obtaining unit 402a is configured to acquire a triggering operation on a function option popped up by the first popup module.
  • the batch data display module 402 includes:
  • a second obtaining unit 402a configured to acquire a data row in the batch processing database
  • the parsing unit 402b is configured to parse the data name of each data row in the batch processing database
  • the pop-up unit 402c is configured to pop up the first batch processing display interface on the current page
  • the first display unit 402d is configured to display the data name of each data row on the first batch processing display interface.
  • the batch data display module 402 includes:
  • a third obtaining unit 402e configured to acquire a data row in the batch processing database
  • the jumping unit 402f is configured to jump to the second batch processing display interface
  • the second display unit 402g is configured to display the data rows in the batch database on the second batch processing display interface.
  • the apparatus further includes:
  • the determining module 405 is configured to determine whether the functional operation of the displayed data has been completed
  • the deleting module 406 is configured to delete the data of the completed function operation in the batch database when the determining module 405 determines that the function operation of the displayed data has been completed.
  • the selected data row can be uniformly saved to the batch processing database by triggering the unit, and the batch is approved. Processing the database storage cross-page data that needs to be batch processed, after obtaining the trigger operation into the batch processing, displaying the data in the batch processing database, performing functional operations on the data in the batch processing database according to the batch triggering operation, thereby solving the problem The problem of batch operations of partial data distributed across different pages.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware.
  • the application can 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, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A data batch processing method and apparatus, the method comprising: acquiring a trigger operation for batch processing of selected data rows on a current page, storing the selected data rows on the current page into a batch processing database, the batch processing database being used for storing the selected data rows acquired after the trigger operation for batch processing is executed on any page; acquiring a trigger operation for proceeding to batch processing, and exhibiting data in the batch processing database; acquiring a function trigger operation for the exhibited data and executing the function operation. Cross-page data that needs to be subjected to batch processing is stored in the batch processing database and the function operation is executed on the data in the batch processing database on the basis of the trigger operation for batch processing, so that the problem that batch operations are performed on some of data distributed on different pages is solved.

Description

一种数据批量处理的方法及装置Method and device for batch processing data 技术领域Technical field
本申请涉及计算机软件技术领域,尤其涉及一种数据批量处理的方法及装置。The present application relates to the field of computer software technologies, and in particular, to a method and an apparatus for data batch processing.
背景技术Background technique
目前,在云计算领域对资源的选择大多是通过检索、筛选、排序后,在列表当页进行选择,在实际应用中常存在需要对列表中的数据进行批量处理的操作,现有信息系统大多只支持对当前页的数据进行批量操作,如在第一页选中某一项或某几项数据行,然后进行批量审核、删除或是标记等操作,第一页操作完成后,再翻到第二页,对第二页中的部分数据行进行批量操作。有些信息系统可能会支持跨页选择所有页列表内容的操作,然后再对所有列表内容统一进行批量操作。At present, in the field of cloud computing, most of the resources are selected by searching, filtering, sorting, and selecting on the list page. In actual applications, there is often a need to batch process the data in the list. Most of the existing information systems only Support batch operation of the current page data, such as selecting one or several data lines on the first page, and then performing batch review, deletion or marking operations, and then turning to the second after the first page operation is completed. Page, batch operations on some of the data rows in the second page. Some information systems may support the ability to select all page list content across pages, and then batch operations on all list content.
然而,在信息资源的实际应用中,常存在需要对分布在不同页中的部分数据进行批量操作的需求,如,需要对第一页中的3、4、5行数据,对第二页中的2、7、8行数据,对第三页中的5、6行数据进行批量操作,但传统的大部分的信息系统并不支持跨页选择数据的操作,虽然有些能实现跨页选择全部的数据的操作,但仍不支持跨页选择每页中的部分数据进行批量处理的操作,只能对当前页选中的数据进行操作,如图1所示的信息展示界面,只能对当前页的数据行进行操作,不能同时选择多页的部分数据行进行操作。However, in the practical application of information resources, there is often a need to perform batch operations on part of data distributed in different pages, for example, 3, 4, and 5 rows of data in the first page are required, and in the second page. 2, 7, and 8 rows of data, batch operations of 5, 6 rows of data in the third page, but most of the traditional information systems do not support the operation of selecting data across pages, although some can achieve cross-page selection all The operation of the data, but still does not support the cross-page selection of part of the data in each page for batch processing operations, can only operate on the data selected on the current page, as shown in the information display interface shown in Figure 1, only for the current page The data row operates, and it is not possible to select a plurality of pages of data rows at the same time to operate.
发明内容Summary of the invention
本申请实施例中提出了一种数据批量处理的方法及装置,以解决现有技术中无法对分布在不同页中的部分数据进行批量操作的技术问题。In the embodiment of the present application, a method and an apparatus for data batch processing are proposed to solve the technical problem that the partial data distributed in different pages cannot be batch-operated in the prior art.
本申请实施例中提供了一种数据批量处理的方法,包括:A method for batch processing data includes the following steps in the embodiment of the present application, including:
获取对当前页面被选中的数据行进行批处理的触发操作,将所述当前页面 被选中的数据行存入到批处理数据库中,所述批处理数据库用于存储任一页执行批处理触发操作后获取的被选中的数据行;Obtaining a trigger operation for batch processing the data row of the current page to be selected, and the current page The selected data row is stored in a batch database, which is used to store the selected data row obtained after performing a batch trigger operation on any page;
获取进入批处理的触发操作,展示所述批处理数据库中的数据;Obtaining a trigger operation into the batch process, displaying data in the batch database;
获取对所述展示的数据的功能触发操作,执行所述功能操作。Acquiring a function triggering operation on the displayed data, performing the functional operation.
本申请实施例中还提供了一种数据批量处理的装置,包括:The device of the present application further provides an apparatus for batch processing data, including:
批处理数据存储模块,用于获取对当前页面被选中的数据行进行批处理的触发操作,将所述当前页面被选中的数据行存入到批处理数据库中,所述批处理数据库用于存储任一页执行批处理触发操作后获取的被选中的数据行;a batch data storage module, configured to acquire a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into a batch processing database, where the batch processing database is used for storing The selected data row obtained after the batch trigger operation is executed on any page;
批处理数据展示模块,用于获取进入批处理的触发操作,展示所述批处理数据库中的数据;a batch data display module, configured to acquire a trigger operation of entering a batch process, and display data in the batch processing database;
批处理数据执行模块,用于获取对所述展示的数据的功能触发操作,执行所述功能操作。And a batch data execution module, configured to acquire a function triggering operation on the displayed data, and perform the function operation.
有益效果如下:The benefits are as follows:
由于本申请实施例所提供的技术方案通过批处理数据库存储需要进行批处理的跨页数据,当获取到进入批处理的触发操作后,展示批处理数据库中的数据,根据批触发操作对批处理数据库中的数据执行功能操作,从而解决了对分布在不同页中的部分数据进行批量操作的问题。Because the technical solution provided by the embodiment of the present application stores the cross-page data that needs to be batch processed through the batch processing database, after obtaining the trigger operation of entering the batch processing, the data in the batch processing database is displayed, and the batch processing is performed according to the batch triggering operation. The data in the database performs functional operations, which solves the problem of batch operation of part of the data distributed in different pages.
附图说明DRAWINGS
下面将参照附图描述本申请的具体实施例,其中:Specific embodiments of the present application will be described below with reference to the accompanying drawings, in which:
图1示出了现有技术中的信息展示界面;FIG. 1 shows an information display interface in the prior art;
图2示出了本申请实施例中提供的一种数据批量处理的方法实施的流程示意图;FIG. 2 is a schematic flowchart diagram of a method for implementing data batch processing according to an embodiment of the present application;
图3示出了本申请又一实施例中提供的一种数据批量处理的方法实施的流程示意图;FIG. 3 is a schematic flowchart diagram of a method for implementing data batch processing according to another embodiment of the present application;
图3A示出了本申请实施例中提供的一种信息展示界面; FIG. 3A shows an information display interface provided in the embodiment of the present application;
图3B示出了本申请实施例中提供的一种批处理展示界面;FIG. 3B shows a batch display interface provided in the embodiment of the present application;
图3C示出了本申请实施例中提供的另一种批处理展示界面;FIG. 3C illustrates another batch processing display interface provided in the embodiment of the present application;
图4示出了本申请又一实施例中提供的一种数据批量处理的方法实施的流程示意图;FIG. 4 is a schematic flowchart diagram of a method for performing data batch processing according to another embodiment of the present application;
图4A示出了本申请实施例中提供的一种信息展示界面;FIG. 4A shows an information display interface provided in the embodiment of the present application;
图5示出了本申请实施例中提供的一种数据批量处理装置的结构示意图;FIG. 5 is a schematic structural diagram of a data batch processing apparatus provided in an embodiment of the present application;
图6示出了本申请实施例中提供的又一种数据批量处理装置的结构示意图;FIG. 6 is a schematic structural diagram of still another data batch processing apparatus provided in the embodiment of the present application;
图7示出了本申请实施例中提供的又一种数据批量处理装置的结构示意图。FIG. 7 is a schematic structural diagram of still another data batch processing apparatus provided in the embodiment of the present application.
具体实施方式detailed description
为了使本申请的技术方案及优点更加清楚明白,以下结合附图对本申请的示例性实施例进行进一步详细的说明,显然,所描述的实施例仅是本申请的一部分实施例,而不是所有实施例的穷举。并且在不冲突的情况下,本说明中的实施例及实施例中的特征可以互相结合。The exemplary embodiments of the present application are further described in detail below with reference to the accompanying drawings, in which the embodiments described are only a part of the embodiments of the present application, but not all embodiments. An exhaustive example. And in the case of no conflict, the features in the embodiments and the embodiments in the description can be combined with each other.
本申请中为了实现对数据的批量处理,预先在信息展示界面设置需进行批处理的功能单元,当用户点击该功能单元时,后端服务器获取用户的触发操作,并将当前页面被选中的数据行存入到批处理数据库中。本申请提供的数据批量处理的方法可应用于所有的针对类似于列表中的诸项目选中后进行处理(操作)的行为。如,邮箱的邮件列表、电子商务网站中的产品列表、云计算领域中的资源、实例列表等,对具体应用场景本实施例中不做具体限定。本实施例提供的数据批量处理的方法可以应用于包含有触摸显示屏或者触控板的终端中,该终端可以包括智能手机、平板电脑、电子书阅读器、MP3播放器(Moving Picture Experts Group Audio Layer III,动态影像专家压缩标准音频层面3)、MP4(Moving Picture Experts Group Audio Layer IV,动态影像专家压缩标准音频层 面3)播放器、膝上型便携计算机和台式计算机等等,对此本实施例不做具体限定。In this application, in order to implement batch processing of data, a functional unit that needs to be batch processed is set in advance in the information display interface. When the user clicks on the functional unit, the backend server acquires the trigger operation of the user, and the data of the current page is selected. The line is saved to the batch database. The method of data batch processing provided by the present application can be applied to all behaviors that are processed (operated) after being selected similarly to items in the list. For example, the mailing list of the e-mail, the product list in the e-commerce website, the resources in the cloud computing field, and the list of the examples are not specifically limited in this embodiment. The data batch processing method provided in this embodiment may be applied to a terminal including a touch display screen or a touch panel, and the terminal may include a smart phone, a tablet computer, an e-book reader, and an MP3 player (Moving Picture Experts Group Audio) Layer III, motion picture expert compresses standard audio layer 3), MP4 (Moving Picture Experts Group Audio Layer IV, motion picture expert compresses standard audio layer 3) Players, laptop portable computers, desktop computers, and the like, which are not specifically limited in this embodiment.
参见图2,本申请实施例中提供的一种数据批量处理的方法,该方法包括:Referring to FIG. 2, a method for batch processing data provided in the embodiment of the present application, the method includes:
步骤101、获取对当前页面被选中的数据行进行批处理的触发操作,将当前页面被选中的数据行存入到批处理数据库中。Step 101: Acquire a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into the batch processing database.
本实施例及以下实施例中,当前页指显示给用户查看的所在页,数据行指列表中的每个实例所在的行。其中,批处理数据库用于存储信息展示界面的任一页执行批处理触发操作后获取的被选中的数据行。In this embodiment and the following embodiments, the current page refers to the page displayed to the user, and the data row refers to the row where each instance in the list is located. The batch processing database is configured to store the selected data row obtained after the batch triggering operation is performed on any page of the information display interface.
步骤102、获取进入批处理的触发操作,展示批处理数据库中的数据。Step 102: Acquire a trigger operation that enters the batch process, and display data in the batch processing database.
步骤103、获取对展示的数据的功能触发操作,执行功能操作。Step 103: Acquire a function triggering operation on the displayed data, and perform a function operation.
在一种可能实施的方式中,将当前页面被选中的数据行存入到批处理数据库中之后,还包括:In a possible implementation manner, after the data row of the current page is selected into the batch database, the method further includes:
在当前页面上弹出进入批处理界面的功能选项,该功能选项悬浮于当前页面上;The function option to enter the batch interface pops up on the current page, and the function option is suspended on the current page;
相应地,获取进入批处理的触发操作,包括:Correspondingly, the triggering operation to enter the batch is obtained, including:
获取对弹出的功能选项的触发操作。Get the trigger action on the popped function options.
在一种实施方式中,展示批处理数据库中的数据,包括:In one embodiment, the data in the batch database is displayed, including:
获取批处理数据库中的数据行;Obtain the data rows in the batch database;
解析出批处理数据库中的每条数据行的数据名称;Parsing out the data name of each data row in the batch database;
在当前页面上弹出第一批处理显示界面;The first batch of display interface pops up on the current page;
在第一批处理显示界面上显示所述每条数据行的数据名称。The data name of each of the data rows is displayed on the first batch display interface.
在另一种可能的实施方式中,展示批处理数据库中的数据,包括:In another possible implementation, the data in the batch database is displayed, including:
获取批处理数据库中的数据行;Obtain the data rows in the batch database;
跳转到第二批处理显示界面;Jump to the second batch processing display interface;
在第二批处理显示界面上显示批处理数据库中的数据行。The data rows in the batch database are displayed on the second batch display interface.
在另一种可能的实施方式中,获取对展示的数据的功能触发操作,执行功 能操作之后,还包括:In another possible implementation manner, acquiring a function triggering operation on the displayed data, performing the work After being able to operate, it also includes:
判断是否已完成对展示的数据的功能操作,如果是,则将已完成功能操作的数据在批处理数据库中删除。Determines whether the functional operation of the displayed data has been completed, and if so, the data of the completed functional operation is deleted in the batch database.
有益效果:本实施例中通过在信息展示界面预设需进行批量处理的功能单元,在每一页选中数据行后,可以通过触发该单元统一将选中的数据行保存到批处理数据库中,通过批处理数据库存储需要进行批处理的跨页数据,当获取到进入批处理的触发操作后,展示批处理数据库中的数据,根据批触发操作对批处理数据库中的数据执行功能操作,从而解决了对分布在不同页中的部分数据进行批量操作的问题。Advantageous Effects: In the embodiment, the function unit that needs to be batch processed is preset in the information display interface, and after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit. The batch database stores the cross-page data that needs to be batch processed. After obtaining the trigger operation into the batch process, the data in the batch database is displayed, and the function operation is performed on the data in the batch database according to the batch trigger operation, thereby solving the problem. The problem of bulk operations on some of the data distributed across different pages.
参见图3,本申请又一实施例中提供的一种数据批量处理的方法,本实施例中,信息展示界面的功能单元具体可以由存入批处理车控件完成,其中该功能单元在信息展示界面的名称可为“存入批处理车”,当然该名称是可选的,实际应用中并不局限于该名称。可选地,在信息展示界面预设进入批处理的功能单元,在获取到该单元的触发操作后,进入批处理显示界面。如图3A所示,图3A示出了一种信息展示界面,该界面在原有的信息展示界面上添加了“存入批处理车”功能选项以及进入批处理车功能选项,当然图3A只是给出了一种示例,具体应用中,两个功能选项的位置和名称均是可以调整的,对此本实施例不做具体限定。如图3所示,该方法包括:Referring to FIG. 3, a data batch processing method is provided in another embodiment of the present application. In this embodiment, the functional unit of the information display interface may be specifically implemented by depositing a batch processing vehicle control, wherein the functional unit is displayed in the information. The name of the interface can be “save to batch truck”. Of course, the name is optional, and the actual application is not limited to this name. Optionally, the function unit that enters the batch processing is preset in the information display interface, and after the trigger operation of the unit is obtained, the batch processing display interface is entered. As shown in FIG. 3A, FIG. 3A shows an information display interface, which adds a “Save in Batch Processing Vehicle” function option and enters a batch processing vehicle function option on the original information display interface. Of course, FIG. 3A only gives An example is given. In the specific application, the location and the name of the two function options are adjustable, which is not specifically limited in this embodiment. As shown in FIG. 3, the method includes:
步骤201、在信息展示界面获取对当前页面被选中的数据行进行批处理操作的触发操作,将当前页面被选中的数据行存入到批处理数据库中。Step 201: Acquire a trigger operation for performing a batch operation on the data row selected by the current page in the information display interface, and store the selected data row of the current page into the batch processing database.
本实施例中设置批处理数据库,该数据库用于存放任一页执行“存入批处理车”操作后获取的被选中的数据行,即存储跨页选择的数据行。在当前页,后端服务器获取用户点击“存入批处理车”的触发操作后,获取当前页面被选中的数据行,将被选中的数据行存入到批处理数据库中,当获取到翻页操作后,翻转到用户的指定页,将该指定页作为当前页,当再次获取到“存入批处理车” 的触发操作时,获取并保存用户在当前页选择的数据行。其中数据行的信息包括数据名称(ID)和属性信息,在获取到数据行的信息后,统一发给后端服务器存入批处理数据库中,如果所选的数据量级过大,这些数据就采取分段传输的方案传给后端服务器,相应地展现时,再由服务器分段返回执行结果。其中数据获取的过程与现有技术中的实现方法类似,对此本实施例中不再赘述。In this embodiment, a batch processing database is set, and the database is used for storing the selected data rows acquired after performing the “storing into the batch processing vehicle” operation on any page, that is, storing the data rows selected by the cross-page. On the current page, the backend server obtains the trigger operation of the user clicking "save into the batch processing car", obtains the data row selected by the current page, and stores the selected data row into the batch processing database, when the page is obtained. After the operation, flip to the specified page of the user, use the specified page as the current page, and get the "save into the batch car" again. When the action is triggered, the data row selected by the user on the current page is obtained and saved. The data row information includes the data name (ID) and the attribute information. After the information of the data row is obtained, it is uniformly sent to the back-end server and stored in the batch processing database. If the selected data is too large, the data is The scheme of the segment transmission is transmitted to the back-end server, and when it is displayed correspondingly, the execution result is returned by the server segment. The process of data acquisition is similar to the implementation method in the prior art, and is not described in this embodiment.
本实施例中,用户对功能项的触发操作可以是通过鼠标触发功能操作,对于有触摸功能的设备,也可以是通过触控触发功能操作,当然可以通过语音触发功能操作,对此本实施例中不做具体限定。In this embodiment, the triggering operation of the function item by the user may be performed by the mouse trigger function, and the device with the touch function may also be operated by the touch trigger function, and of course, may be operated by the voice trigger function. No specific restrictions are made.
本实施例中,实时监控页面上的触发操作,判断该触发操作是否为翻页操作,如果是,则翻到用户指定页,获取用户在指定页的功能操作,如果该触发操作不是翻页操作,则确定该触发操作是否为进入批处理的触发操作,如果是,则执行步骤202,如果否则执行相应的功能操作,如删除、标记等操作。In this embodiment, the trigger operation on the page is monitored in real time, and it is determined whether the trigger operation is a page turning operation. If yes, the user is turned to the user specified page to obtain the function operation of the user on the specified page, and if the triggering operation is not a page turning operation Then, it is determined whether the triggering operation is a triggering operation to enter the batch processing. If yes, step 202 is performed, if otherwise, the corresponding functional operations, such as deleting, marking, etc., are performed.
本实施例中,优选地,在进入批处理操作的功能选项界面上同时显示批处理数据库中存入的数据行的条数,具体的,当获取到触发“存入批处理车”的操作时,获取当前存储的数据行条数,并在进入批处理操作的功能选项界面更新条数显示,如从“已放入12个实例”更新为“已放入16个实例”,其中每一条数据行对应为一条实例。In this embodiment, preferably, the number of data rows stored in the batch database is simultaneously displayed on the function option interface of the batch processing operation, specifically, when the operation of triggering “storing into the batch processing vehicle” is obtained. Get the number of rows of data currently stored, and update the number of displays in the function option interface of the batch operation, such as updating from "12 instances have been placed" to "16 instances have been placed", each of which is data The row corresponds to an instance.
步骤202、获取进入批处理的触发操作,展示批处理数据库中的数据。Step 202: Acquire a trigger operation that enters the batch process, and display data in the batch processing database.
本实施例中,获取进入批处理的触发操作后,同时获取批处理数据库中的数据,将数据通过预设方式进行展示。可选地,本实施例中可预设两种批处理显示界面,第一种为简化界面,当获取到用户触发进入批处理的操作后,在当前页面上弹出批处理显示界面,该批处理显示界面悬浮于当前页面上,且该悬浮界面通过触发操作可被放大或缩小。在此种方式下,展示批处理数据库中的数据包括:获取批处理数据库中的数据,解析出数据库中每条数据行的数据名称,在弹出的批处理显示界面上显示每条数据行的数据名称。如图3B所示的弹出的显示界面,该界面包括数据行的数据名称以及需要批处理操作的功能选 项,如停止、启动、清空实例等,其中Something1、Something2、Something3、Something4、Something5等为获取的跨页数据行的数据名称的示例。In this embodiment, after obtaining the triggering operation of entering the batch processing, the data in the batch processing database is acquired at the same time, and the data is displayed in a preset manner. Optionally, in this embodiment, two batch processing display interfaces may be preset, and the first one is to simplify the interface. After the user triggers the operation of entering the batch processing, the batch processing display interface is popped up on the current page, and the batch processing is performed. The display interface is suspended on the current page, and the floating interface can be enlarged or reduced by a trigger operation. In this way, displaying the data in the batch database includes: obtaining data in the batch database, parsing out the data name of each data row in the database, and displaying the data of each data row on the pop-up batch display interface. name. As shown in FIG. 3B, the pop-up display interface includes the data name of the data line and the function selection required for the batch operation. Items, such as stop, start, empty instances, etc., where Something1, Something2, Something3, Something4, Something5, etc. are examples of data names of the obtained cross-page data rows.
本实施例中还可以通过控件预设第二种批处理显示界面,当获取到用户触发进入批处理的操作后,跳转到第二种批处理显示界面,在此种方式下,展示批处理数据库中的数据包括:获取批处理数据库中的数据行,跳转到第二批处理显示界面,在该界面上行显示批处理数据库中的数据行。如图3C所示,这种显示方式中,直接将用户在任一页选取的数据行显示在批处理显示界面上。In this embodiment, the second batch processing display interface may be preset by the control. After the user triggers the operation of entering the batch processing, the second batch processing display interface is jumped. In this manner, the batch processing is displayed. The data in the database includes: obtaining the data rows in the batch database, jumping to the second batch processing display interface, and displaying the data rows in the batch database on the interface. As shown in FIG. 3C, in this display mode, the data rows selected by the user on any page are directly displayed on the batch display interface.
本实施例中,可选地,还可以在批处理显示界面上设置搜索、全选复选项、删除等功能区,便于对批量处理数据进行再次处理。如,通过搜索栏可以在批处理数据库中搜索任一数据名称,通过全选复选项,可以对所有批处理数据进行选择,实现统一处理,当然可以在每个数据名称前再加一复选项,使得用户可以单独选择其中部分的批处理数据,也可以通过删除功能选项删除批处理数据库中的部分或所有数据,对于批处理界面可附加的功能区域本实施例中不再一一赘述。In this embodiment, optionally, a function area such as a search, a full selection, and a deletion may be set on the batch display interface, so that the batch processing data is processed again. For example, through the search bar, you can search for any data name in the batch database. With the all-selection option, you can select all batch data to achieve unified processing. Of course, you can add a complex option before each data name. The user can select a part of the batch data separately, or delete some or all of the data in the batch database by deleting the function option. The functional areas that can be attached to the batch interface are not described in detail in this embodiment.
步骤203、获取对展示的数据的功能触发操作,执行功能操作。Step 203: Acquire a function triggering operation on the displayed data, and perform a function operation.
在触发进入批处理操作界面后,获取用户触发的功能操作,对批处理数据库中的数据进行相应的功能操作,如重启、停止等操作,对此本实施例中不做具体限定。After the triggering of the batch operation interface, the function operation triggered by the user is obtained, and the corresponding function operations, such as restarting and stopping, are performed on the data in the batch database, which is not specifically limited in this embodiment.
步骤204、判断是否已完成对展示的数据的功能操作,如果是,则执行步骤205,否则继续执行获取的功能操作。Step 204: Determine whether the functional operation of the displayed data has been completed. If yes, execute step 205, otherwise continue to perform the acquired functional operation.
本实施例中,判断是否已完成对展示的数据的功能操作,可通过判断后端服务器是否已收到功能操作成功的结果,如果是,则确认已完成了对数据的功能操作。其中功能触发操作完成的具体实现流程与现有技术中类似,本实施例中不再赘述。已完成功能操作的数据可以是批处理数据库中的所有数据,也可以是批处理数据库中的部分数据,对此本实施例中不做具体限定。In this embodiment, it is determined whether the function operation of the displayed data has been completed, and it may be determined whether the back-end server has received the result of the successful function operation, and if so, it is confirmed that the function operation on the data has been completed. The specific implementation process of the function-triggered operation is similar to that in the prior art, and is not described in this embodiment. The data that has been subjected to the function operation may be all the data in the batch database, or may be part of the data in the batch database, which is not specifically limited in this embodiment.
如果还未完成对批处理数据库中的数据的功能操作,则获取用户的触发操 作,确认该触发操作需要执行的功能,继续执行相应功能,对此本实施例中不再赘述。If the functional operation of the data in the batch database has not been completed, the user's trigger operation is obtained. For example, the function that needs to be performed by the triggering operation is confirmed, and the corresponding function is continued, which is not described in this embodiment.
205、将已完成功能操作的数据在批处理数据库中删除。205. Delete the data of the completed function operation in the batch database.
本实施例中,为了确保后端服务器的稳定性,在确认已完成对批处理数据库中数据的功能操作后,可及时将完成操作的数据删除,以保证批处理数据库中有足够的存储空间,从而提高系统工作效率。In this embodiment, in order to ensure the stability of the back-end server, after confirming that the function operation of the data in the batch database has been completed, the data of the completed operation may be deleted in time to ensure that there is sufficient storage space in the batch processing database. Thereby improving system efficiency.
可选地,在另一种实现方式中,通过控件,也可以在批处理显示界面预设“操作后保留对象”的功能选项,在步骤204之前,判断“操作后保留对象”的功能选项是否被触发,如果该功能选项已被触发,则取消步骤204的执行,在批处理数据库中继续保留执行完功能操作的数据,如果否,则继续执行步骤204。Optionally, in another implementation manner, by using a control, a function option of “retaining an object after operation” may also be preset in the batch display interface. Before step 204, determining whether the function option of “retaining object after operation” is Triggered, if the function option has been triggered, the execution of step 204 is cancelled, the data of the function operation is continuously retained in the batch database, and if not, step 204 is continued.
有益效果:本实施例中通过在信息展示界面预设需进行批量处理的功能单元,在每一页选中数据行后,可以通过触发该单元统一将选中的数据行保存到批处理数据库中,通过批处理数据库存储需要进行批处理的跨页数据,当获取到进入批处理的触发操作后,展示批处理数据库中的数据,根据批触发操作对批处理数据库中的数据执行功能操作,从而解决了对分布在不同页中的部分数据进行批量操作的问题。在信息展示界面预设进入批处理的功能选项,可方便用户查看已存入批处理数据库中的数据,提高了用户的体验感。另一方面,在完成对批处理数据库中的数据的功能操作后,及时删除批处理数据库中的数据,提高了系统的稳定性及工作效率。Advantageous Effects: In the embodiment, the function unit that needs to be batch processed is preset in the information display interface, and after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit. The batch database stores the cross-page data that needs to be batch processed. After obtaining the trigger operation into the batch process, the data in the batch database is displayed, and the function operation is performed on the data in the batch database according to the batch trigger operation, thereby solving the problem. The problem of bulk operations on some of the data distributed across different pages. The function option of entering the batch processing in the information display interface is convenient for the user to view the data that has been stored in the batch processing database, thereby improving the user experience. On the other hand, after completing the functional operation of the data in the batch database, the data in the batch database is deleted in time, which improves the stability and work efficiency of the system.
参见图4,本申请又一实施例中提供了一种数据批量处理的方法,本实施例中,信息展示界面的功能单元具体可以由存入批处理车控件完成,其中该单元在信息展示界面的名称可为“存入批处理车”,当然该名称是可选的,实际应用中并不局限于该名称,优选的,为了提高用户体验度,本实施例中并不预设进入批处理车功能单元,而是在用户触发“存入批处理车”后,在页面弹出 进入批处理车功能选项,用户触发该功能选项后,会进入批处理显示界面,如图4所示,该方法具体包括:Referring to FIG. 4, another embodiment of the present application provides a method for batch processing data. In this embodiment, the functional unit of the information display interface may be specifically implemented by storing a batch processing vehicle control, wherein the unit is in the information display interface. The name may be "storing into the batch processing vehicle". Of course, the name is optional. The actual application is not limited to the name. Preferably, in order to improve the user experience, the batch processing is not preset in this embodiment. Car function unit, but after the user triggers "save to batch car", pops up on the page Enter the batch car function option. After the user triggers the function option, the user enters the batch display interface. As shown in Figure 4, the method specifically includes:
步骤301、在信息展示界面获取对当前页面被选中的数据行进行批处理的触发操作,将当前页面被选中的数据行存入到批处理数据库中。Step 301: Acquire a trigger operation for batch processing the selected data row of the current page in the information display interface, and store the selected data row of the current page into the batch processing database.
本实施例中设置批处理数据库,该数据库用于存放任一页执行“存入批处理车”操作后获取的被选中的数据行,即存储跨页选择的数据行。在当前页,后端服务器获取用户点击“存入批处理车”的触发操作后,获取当前页面被选中的数据行,将被选中的数据行存入到批处理数据库中,当获取到翻页操作后,翻转到用户的指定页,将该指定页作为当前页,当再次获取到“存入批处理车”的触发操作时,获取并保存用户在当前页选择的数据行。In this embodiment, a batch processing database is set, and the database is used for storing the selected data rows acquired after performing the “storing into the batch processing vehicle” operation on any page, that is, storing the data rows selected by the cross-page. On the current page, the backend server obtains the trigger operation of the user clicking "save into the batch processing car", obtains the data row selected by the current page, and stores the selected data row into the batch processing database, when the page is obtained. After the operation, the user flips to the specified page of the user, and the designated page is used as the current page. When the trigger operation of “storing into the batch truck” is acquired again, the data row selected by the user on the current page is acquired and saved.
步骤302、在当前页面上弹出进入批处理界面的功能选项,在该功能选项的界面上显示存入批处理数据库的数据行条数。Step 302: The function option of entering the batch processing interface is popped up on the current page, and the number of data rows stored in the batch processing database is displayed on the interface of the function option.
本实施例中,如果当前页为首次执行“存入批处理车”触发操作的界面,则在该界面中弹出进入批处理的功能选项,优选地,该单元上可设置显示已存入批处理数据库的数据行,如图4A所示,可在该界面弹出如图4A所示的功能选项,该功能选项悬浮于界面上,可悬浮于任何位置,如界面右侧,或底侧,或顶端,对其具体位置本实施例中不做具体限定。In this embodiment, if the current page is the interface for performing the “storing into the batch vehicle” triggering operation for the first time, the function option of entering the batch processing is popped up in the interface, and preferably, the unit can be set to display the saved batch processing. The data row of the database, as shown in FIG. 4A, can pop up the function option shown in FIG. 4A on the interface. The function option is suspended on the interface and can be suspended at any position, such as the right side of the interface, or the bottom side, or the top. The specific position is not specifically limited in this embodiment.
当然,如果当前页不是首次执行“存入批处理车”触发操作的界面,则可选地,进入批处理的功能选项会一直悬浮在当前页面上,在当前页面触发“存入批处理车”操作后,进入批处理的功能选项界面会更新批处理数据库中已存入数据行的数据,如从“已放入12个实例”更新为“已放入16个实例”。可选地,也可以隐藏进入批处理的功能选项,如在获取到触发翻页操作后,将进入批处理的功能选项隐藏,在翻到另一页后,不显示该功能选项,当再次获取到触发“存入批处理车”的操作后,再触发弹出该功能选项。当然该单元的隐藏操作也不局限于通过翻页操作进行触发,也可以通过其他方式进行隐藏,对此本实施例不做具体限定。 Of course, if the current page is not the first time to execute the "Save in Batch Car" trigger operation interface, optionally, the function option to enter the batch process will always float on the current page, and the current page will be triggered to "save into the batch processing car". After the operation, the function option interface that enters the batch process updates the data of the data row stored in the batch database, such as from "12 instances have been put" to "16 instances have been placed". Optionally, the function options of entering the batch processing may also be hidden. For example, after the triggering page turning operation is acquired, the function option of entering the batch processing is hidden, and after turning to another page, the function option is not displayed, and when the function is acquired again, After the action of "storing into the batch car" is triggered, the option to pop up the function is triggered. Of course, the hidden operation of the unit is not limited to being triggered by the page turning operation, and may be hidden by other means, which is not specifically limited in this embodiment.
本实施例中,实时监控页面上的触发操作,判断该触发操作是否为翻页操作,如果是,则翻到用户指定页,获取用户在指定页的功能操作,如果该触发操作不是翻页操作,则确定该触发操作是否为进入批处理的触发操作,如果是,则执行步骤303,如果否则执行相应的功能操作,如删除、标记等操作。In this embodiment, the trigger operation on the page is monitored in real time, and it is determined whether the trigger operation is a page turning operation. If yes, the user is turned to the user specified page to obtain the function operation of the user on the specified page, and if the triggering operation is not a page turning operation Then, it is determined whether the triggering operation is a triggering operation to enter the batch processing. If yes, step 303 is performed, if otherwise, the corresponding functional operations, such as deleting, marking, etc., are performed.
步骤303、获取进入批处理的触发操作,展示批处理数据库中的数据。Step 303: Acquire a trigger operation of entering the batch process, and display data in the batch processing database.
本步骤与上述实施例中的步骤202类似,对比本实施例中不再赘述。This step is similar to step 202 in the above embodiment, and will not be described again in this embodiment.
步骤304、获取对展示的数据的功能触发操作,执行功能操作。Step 304: Acquire a function triggering operation on the displayed data, and perform a function operation.
本步骤与上述实施例中的步骤203类似,对比本实施例中不再赘述。This step is similar to step 203 in the above embodiment, and will not be described again in this embodiment.
步骤305、判断是否已完成对展示的数据的功能操作,如果是,则执行步骤306,否则继续执行获取的功能操作。Step 305: Determine whether the function operation of the displayed data has been completed. If yes, execute step 306, otherwise continue to perform the acquired function operation.
本步骤与上述实施例中的步骤204类似,对比本实施例中不再赘述。This step is similar to step 204 in the above embodiment, and will not be described again in this embodiment.
306、将已完成功能操作的数据在批处理数据库中删除。306. Delete the data of the completed function operation in the batch database.
本步骤与上述实施例中的步骤205类似,对比本实施例中不再赘述。This step is similar to the step 205 in the foregoing embodiment, and is not described in detail in this embodiment.
有益效果:本实施例中通过在信息展示界面预设需进行批量处理的单元,在每一页选中数据行后,可以通过触发该单元统一将选中的数据行保存到批处理数据库中,通过批处理数据库存储需要进行批处理的跨页数据,当获取到进入批处理的触发操作后,展示批处理数据库中的数据,根据批触发操作对批处理数据库中的数据执行功能操作,从而解决了对分布在不同页中的部分数据进行批量操作的问题。在获取到“存入批处理车”触发操作后弹出进入批处理的功能选项,提高了用户的体验感。在完成对批处理数据库中的数据的功能操作后,及时删除批处理数据库中的数据,提高了系统的稳定性及工作效率。Advantageous Effects: In this embodiment, after the data row is preset in the information display interface, after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit, and the batch is approved. Processing the database storage cross-page data that needs to be batch processed, after obtaining the trigger operation into the batch processing, displaying the data in the batch processing database, performing functional operations on the data in the batch processing database according to the batch triggering operation, thereby solving the problem The problem of batch operations of partial data distributed across different pages. After obtaining the "Save in Batch Truck" trigger operation, the function of popping into the batch processing is popped up, which improves the user's experience. After completing the functional operation of the data in the batch database, the data in the batch database is deleted in time, thereby improving the stability and working efficiency of the system.
基于同一发明构思,本申请实施例中还提供了一种数据批量处理的装置,由于这些装置解决问题的原理与一种数据批量处理的方法相似,因此这些装置的实施可以参见方法的实施,重复之处不再赘述。Based on the same inventive concept, an embodiment of the data batch processing is also provided in the embodiment of the present application. Since the principle of solving the problem of these devices is similar to the method for batch processing data, the implementation of these devices can be referred to the implementation of the method. It will not be repeated here.
如图5所示,装置可以包括:批处理数据存储模块401,批处理数据展示 模块402以及批处理数据执行模块403;As shown in FIG. 5, the apparatus may include: a batch processing data storage module 401, batch processing data display Module 402 and batch data execution module 403;
批处理数据存储模块401,用于获取对当前页面被选中的数据行进行批处理的触发操作,将当前页面被选中的数据行存入到批处理数据库中,批处理数据库用于存储任一页执行批处理触发操作后获取的被选中的数据行;The batch data storage module 401 is configured to obtain a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into the batch processing database, where the batch processing database is used to store any page. The selected data row obtained after the batch trigger operation is performed;
批处理数据展示模块402,用于获取进入批处理的触发操作,展示批处理数据库中的数据;The batch data display module 402 is configured to acquire a trigger operation of entering the batch process, and display data in the batch processing database;
批处理数据执行模块403,用于获取对展示的数据的功能触发操作,执行功能操作。The batch data execution module 403 is configured to acquire a function triggering operation on the displayed data and perform a function operation.
在一种可能实施的方式中,参见图6,该装置还包括:In a possible implementation manner, referring to FIG. 6, the apparatus further includes:
第一弹出模块404,用于在存储模块将当前页面被选中的数据行存入到批处理数据库中之后,在当前页面上弹出进入批处理界面的功能选项,该功能选项悬浮于当前页面上;The first pop-up module 404 is configured to: after the storage module saves the selected data row of the current page into the batch processing database, pop up a function option of entering the batch processing interface on the current page, where the function option is suspended on the current page;
可选地,参见图7,批处理数据展示模块402,包括:Optionally, referring to FIG. 7, the batch data display module 402 includes:
第一获取单元402a,用于获取对第一弹出模块弹出的功能选项的触发操作。The first obtaining unit 402a is configured to acquire a triggering operation on a function option popped up by the first popup module.
在另一种可能的实施例中,参见图7,批处理数据展示模块402,包括:In another possible embodiment, referring to FIG. 7, the batch data display module 402 includes:
第二获取单元402a,用于获取批处理数据库中的数据行;a second obtaining unit 402a, configured to acquire a data row in the batch processing database;
解析单元402b,用于解析出批处理数据库中的每条数据行的数据名称;The parsing unit 402b is configured to parse the data name of each data row in the batch processing database;
弹出单元402c,用于在当前页面上弹出第一批处理显示界面;The pop-up unit 402c is configured to pop up the first batch processing display interface on the current page;
第一显示单元402d,用于在第一批处理显示界面上显示每条数据行的数据名称。The first display unit 402d is configured to display the data name of each data row on the first batch processing display interface.
在另一种可能的实施方式中,参见图7,批处理数据展示模块402,包括:In another possible implementation manner, referring to FIG. 7, the batch data display module 402 includes:
第三获取单元402e,用于获取批处理数据库中的数据行;a third obtaining unit 402e, configured to acquire a data row in the batch processing database;
跳转单元402f,用于跳转到第二批处理显示界面;The jumping unit 402f is configured to jump to the second batch processing display interface;
第二显示单元402g,用于在第二批处理显示界面上显示批处理数据库中的数据行。 The second display unit 402g is configured to display the data rows in the batch database on the second batch processing display interface.
在另一种可能的实施方式中,参见图7,该装置还包括:In another possible implementation manner, referring to FIG. 7, the apparatus further includes:
判断模块405,用于判断是否已完成对展示的数据的功能操作;The determining module 405 is configured to determine whether the functional operation of the displayed data has been completed;
删除模块406,用于当判断模块405的判断出已完成对展示的数据的功能操作时,将已完成功能操作的数据在批处理数据库中删除。The deleting module 406 is configured to delete the data of the completed function operation in the batch database when the determining module 405 determines that the function operation of the displayed data has been completed.
有益效果:本实施例中通过在信息展示界面预设需进行批量处理的单元,在每一页选中数据行后,可以通过触发该单元统一将选中的数据行保存到批处理数据库中,通过批处理数据库存储需要进行批处理的跨页数据,当获取到进入批处理的触发操作后,展示批处理数据库中的数据,根据批触发操作对批处理数据库中的数据执行功能操作,从而解决了对分布在不同页中的部分数据进行批量操作的问题。Advantageous Effects: In this embodiment, after the data row is preset in the information display interface, after the data row is selected on each page, the selected data row can be uniformly saved to the batch processing database by triggering the unit, and the batch is approved. Processing the database storage cross-page data that needs to be batch processed, after obtaining the trigger operation into the batch processing, displaying the data in the batch processing database, performing functional operations on the data in the batch processing database according to the batch triggering operation, thereby solving the problem The problem of batch operations of partial data distributed across different pages.
为了描述的方便,以上所述装置的各部分以功能分为各种模块或单元分别描述。当然,在实施本申请时可以把各模块或单元的功能在同一个或多个软件或硬件中实现。For convenience of description, the various parts of the above described devices are described in terms of functions divided into various modules or units. Of course, the functions of each module or unit may be implemented in the same software or hardware in the implementation of the present application.
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that embodiments of the present application can be provided as a method, system, or computer program product. Thus, the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware. Moreover, the application can 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, etc.) including computer usable program code.
本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。 The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (system), and computer program products according to embodiments of the present application. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG. These computer program instructions can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing device to produce a machine for the execution of instructions for execution by a processor of a computer or other programmable data processing device. Means for implementing the functions specified in one or more of the flow or in a block or blocks of the flow chart.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。The computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device. The apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例作出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请范围的所有变更和修改。 While the preferred embodiment of the present application has been described, it will be apparent that those skilled in the art can make further changes and modifications to the embodiments. Therefore, the appended claims are intended to be interpreted as including the preferred embodiments and the modifications and

Claims (10)

  1. 一种数据批量处理的方法,其特征在于,所述方法包括:A method for batch processing data, characterized in that the method comprises:
    获取对当前页面被选中的数据行进行批处理的触发操作,将所述当前页面被选中的数据行存入到批处理数据库中,所述批处理数据库用于存储任一页执行批处理触发操作后获取的被选中的数据行;Obtaining a trigger operation for batch processing the data row of the current page, and storing the selected data row of the current page into a batch database, where the batch database is used to store any page to perform a batch trigger operation The selected data row obtained afterwards;
    获取进入批处理的触发操作,展示所述批处理数据库中的数据;Obtaining a trigger operation into the batch process, displaying data in the batch database;
    获取对所述展示的数据的功能触发操作,执行所述功能操作。Acquiring a function triggering operation on the displayed data, performing the functional operation.
  2. 如权利要求1所述的方法,其特征在于,所述将所述当前页面被选中的数据行存入到批处理数据库中之后,还包括:The method according to claim 1, wherein after the storing the data row of the current page into the batch database, the method further comprises:
    在所述当前页面上弹出进入批处理界面的功能选项,所述功能选项悬浮于所述当前页面上;Popping up a function option of entering a batch processing interface on the current page, the function option is suspended on the current page;
    所述获取进入批处理的触发操作,包括:The obtaining the trigger operation of entering the batch process includes:
    获取对所述弹出的功能选项的触发操作。Get the trigger action on the pop-up function option.
  3. 如权利要求1或2所述的方法,其特征在于,所述展示所述批处理数据库中的数据,包括:The method of claim 1 or 2, wherein said displaying data in said batch database comprises:
    获取所述批处理数据库中的数据行;Obtaining data rows in the batch database;
    解析出所述批处理数据库中的每条数据行的数据名称;Parsing out the data name of each data row in the batch database;
    在所述当前页面上弹出第一批处理显示界面;Popping up a first batch of processing display interface on the current page;
    在所述第一批处理显示界面上显示所述每条数据行的数据名称。Displaying the data name of each of the data rows on the first batch processing display interface.
  4. 如权利要求1或2所述的方法,其特征在于,所述展示所述批处理数据库中的数据,包括:The method of claim 1 or 2, wherein said displaying data in said batch database comprises:
    获取所述批处理数据库中的数据行;Obtaining data rows in the batch database;
    跳转到第二批处理显示界面;Jump to the second batch processing display interface;
    在所述第二批处理显示界面上显示所述批处理数据库中的数据行。Data rows in the batch database are displayed on the second batch processing display interface.
  5. 如权利要求1或2所述的方法,其特征在于,所述获取对所述展示的数据的功能触发操作,执行所述功能操作之后,还包括: The method according to claim 1 or 2, wherein the obtaining a function triggering operation on the displayed data, after performing the function operation, further comprising:
    判断是否已完成对所述展示的数据的功能操作,如果是,则将所述已完成功能操作的数据在所述批处理数据库中删除。Determining whether the functional operation of the displayed data has been completed, and if so, deleting the data of the completed functional operation in the batch database.
  6. 一种数据批量处理的装置,其特征在于,所述装置包括:A device for batch processing data, characterized in that the device comprises:
    批处理数据存储模块,用于获取对当前页面被选中的数据行进行批处理的触发操作,将所述当前页面被选中的数据行存入到批处理数据库中,所述批处理数据库用于存储任一页执行批处理触发操作后获取的被选中的数据行;a batch data storage module, configured to acquire a trigger operation for batch processing the selected data row of the current page, and store the selected data row of the current page into a batch processing database, where the batch processing database is used for storing The selected data row obtained after the batch trigger operation is executed on any page;
    批处理数据展示模块,用于获取进入批处理的触发操作,展示所述批处理数据库中的数据;a batch data display module, configured to acquire a trigger operation of entering a batch process, and display data in the batch processing database;
    批处理数据执行模块,用于获取对所述展示的数据的功能触发操作,执行所述功能操作。And a batch data execution module, configured to acquire a function triggering operation on the displayed data, and perform the function operation.
  7. 如权利要求6所述的装置,其特征在于,所述装置还包括:The device of claim 6 wherein said device further comprises:
    第一弹出模块,用于在所述存储模块将当前页面被选中的数据行存入到批处理数据库中之后,在所述当前页面上弹出进入批处理界面的功能选项,所述功能选项悬浮于所述当前页面上;a first pop-up module, configured to: after the storage module saves the selected data row of the current page into the batch processing database, pop up a function option of entering the batch processing interface on the current page, where the function option is suspended On the current page;
    所述批处理数据展示模块,包括:The batch data display module includes:
    第一获取单元,用于获取对所述第一弹出模块弹出的功能选项的触发操作。The first obtaining unit is configured to acquire a triggering operation on a function option popped up by the first popup module.
  8. 如权利要求6或7所述的装置,其特征在于,所述批处理数据展示模块,包括:The apparatus according to claim 6 or 7, wherein the batch data display module comprises:
    第二获取单元,用于获取所述批处理数据库中的数据行;a second obtaining unit, configured to acquire data rows in the batch processing database;
    解析单元,用于解析出所述批处理数据库中的每条数据行的数据名称;a parsing unit, configured to parse out a data name of each data row in the batch database;
    弹出单元,用于在所述当前页面上弹出第一批处理显示界面;An ejecting unit, configured to pop up a first batch processing display interface on the current page;
    第一显示单元,用于在所述第一批处理显示界面上显示所述每条数据行的数据名称。And a first display unit, configured to display, on the first batch processing display interface, a data name of each of the data rows.
  9. 如权利要求6或7所述的装置,其特征在于,所述批处理数据展示模块,包括: The apparatus according to claim 6 or 7, wherein the batch data display module comprises:
    第三获取单元,用于获取所述批处理数据库中的数据行;a third obtaining unit, configured to acquire data rows in the batch processing database;
    跳转单元,用于跳转到第二批处理显示界面;a jump unit for jumping to the second batch processing display interface;
    第二显示单元,用于在所述第二批处理显示界面上显示所述批处理数据库中的数据行。a second display unit, configured to display data rows in the batch database on the second batch processing display interface.
  10. 如权利要求6或7任一项所述的装置,其特征在于,所述装置还包括:The device according to any one of claims 6 or 7, wherein the device further comprises:
    判断模块,用于在所述批处理数据执行模块执行所述功能操作之后,判断是否已完成对所述展示的数据的功能操作;a determining module, configured to determine, after the batch data execution module performs the function operation, whether a functional operation of the displayed data has been completed;
    删除模块,用于当所述判断模块的判断出已完成对所述批处理数据库中数据的功能操作时,将所述已完成功能操作的数据在所述批处理数据库中删除。 And deleting a module, configured to delete the data of the completed function operation in the batch database when the determining module determines that the function operation of the data in the batch database has been completed.
PCT/CN2016/079154 2015-05-05 2016-04-13 Data batch processing method and apparatus WO2016177255A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510225058.0A CN106201224A (en) 2015-05-05 2015-05-05 The method and device that a kind of batch data processes
CN201510225058.0 2015-05-05

Publications (1)

Publication Number Publication Date
WO2016177255A1 true WO2016177255A1 (en) 2016-11-10

Family

ID=57217448

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/079154 WO2016177255A1 (en) 2015-05-05 2016-04-13 Data batch processing method and apparatus

Country Status (2)

Country Link
CN (1) CN106201224A (en)
WO (1) WO2016177255A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414371A (en) * 2019-01-07 2020-07-14 阿里巴巴集团控股有限公司 Data information processing method and device, storage medium and processor

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108287925B (en) * 2018-03-02 2020-11-20 北京京东尚科信息技术有限公司 Method and device for displaying page elements
CN110597576B (en) * 2018-06-13 2024-01-26 广州金山移动科技有限公司 File remark processing method and system
CN111104378A (en) * 2018-10-29 2020-05-05 珠海格力电器股份有限公司 Page content processing method
CN110297578B (en) * 2019-06-27 2021-06-25 北京金山安全软件有限公司 Method and device for processing partial data in mass data in batch and electronic equipment
CN111179066B (en) * 2019-12-31 2023-10-27 中国银行股份有限公司 Batch processing method and device for business data, server and storage medium
CN111258478B (en) * 2020-01-14 2021-06-15 中国银行股份有限公司 Method and device for displaying batch object list data and single object detail data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090013247A1 (en) * 2003-06-26 2009-01-08 Fernando Incertis Carro System and method for composing an electronic document from physical documents
US20120221577A1 (en) * 2011-02-28 2012-08-30 International Business Machines Corporation Method of and apparatus for organizing data records in a relational database
CN103077161A (en) * 2013-01-09 2013-05-01 广东欧珀移动通信有限公司 Copy and paste method and device and mobile terminal
CN103699544A (en) * 2012-09-27 2014-04-02 金蝶软件(中国)有限公司 Method and system for selecting data by crossing pages

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1929488B (en) * 2006-10-08 2012-07-04 华为技术有限公司 Method and device for operation in multiple pages based on server paging
CN101894105A (en) * 2009-05-19 2010-11-24 苏州市易达信息系统有限公司 Level 2 cache WEB table paging check memorizing method
US20130290218A1 (en) * 2012-04-30 2013-10-31 Ascendant Compliance Management System and method for regulatory compliance management

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090013247A1 (en) * 2003-06-26 2009-01-08 Fernando Incertis Carro System and method for composing an electronic document from physical documents
US20120221577A1 (en) * 2011-02-28 2012-08-30 International Business Machines Corporation Method of and apparatus for organizing data records in a relational database
CN103699544A (en) * 2012-09-27 2014-04-02 金蝶软件(中国)有限公司 Method and system for selecting data by crossing pages
CN103077161A (en) * 2013-01-09 2013-05-01 广东欧珀移动通信有限公司 Copy and paste method and device and mobile terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414371A (en) * 2019-01-07 2020-07-14 阿里巴巴集团控股有限公司 Data information processing method and device, storage medium and processor

Also Published As

Publication number Publication date
CN106201224A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
WO2016177255A1 (en) Data batch processing method and apparatus
AU2019202184B2 (en) Metadata-based photo and/or video animation
US10656789B2 (en) Locating event on timeline
CN105373522B (en) Gesture-based on-chart data screening
US20170115968A1 (en) Application builder with automated data objects creation
JP6133318B2 (en) Cross window animation
US9348563B1 (en) Bi-directional editing between visual screen designer and source code
US20130167079A1 (en) Smart and flexible layout context manager
CN111190718A (en) Method, device and system for realizing task scheduling
US20090199127A1 (en) Previewing target display areas
US10318589B2 (en) Detection and display of volatile data
US20150177918A1 (en) One-click tagging user interface
US9043692B2 (en) Predictive system recommended actions based on recent activities
US20140359538A1 (en) Systems and methods for moving display objects based on user gestures
CN110417988A (en) A kind of interface display method, device and equipment
US9594540B1 (en) Techniques for providing item information by expanding item facets
US9507751B2 (en) Managing seed data
US20130110868A1 (en) Integrating usage information with operation of a system
US20170277364A1 (en) User interface with dynamic refinement of filtered results
WO2021141688A1 (en) Dynamic data relationships in whiteboard regions
KR20230041835A (en) Digital image capture session and metadata association
CN114626752A (en) Automatic vehicle scheduling method and device, computer equipment and storage medium
US9612734B1 (en) Random access browser scrolling for large pages
US20150221014A1 (en) Clustered browse history
CN104320439A (en) Method and device for recommending appearance information of browser

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16789249

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16789249

Country of ref document: EP

Kind code of ref document: A1