CN110674439A - Method and system for batch operation of WEB client - Google Patents

Method and system for batch operation of WEB client Download PDF

Info

Publication number
CN110674439A
CN110674439A CN201910791265.0A CN201910791265A CN110674439A CN 110674439 A CN110674439 A CN 110674439A CN 201910791265 A CN201910791265 A CN 201910791265A CN 110674439 A CN110674439 A CN 110674439A
Authority
CN
China
Prior art keywords
data
batch
web client
web
batch operation
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
CN201910791265.0A
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.)
Guangdong Ruijiang Cloud Computing Co Ltd
Guangdong Eflycloud Computing Co Ltd
Original Assignee
Guangdong Ruijiang Cloud Computing 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 Guangdong Ruijiang Cloud Computing Co Ltd filed Critical Guangdong Ruijiang Cloud Computing Co Ltd
Priority to CN201910791265.0A priority Critical patent/CN110674439A/en
Publication of CN110674439A publication Critical patent/CN110674439A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a system for batch operation of WEB clients, wherein the method comprises the following steps: the method comprises the steps that Web client data and executed batch operation are subjected to matching operation on the number of the data; when the data quantity is equal to 1, the Web client and the server interact and end; when the data quantity is larger than 1, initializing the data and the batch operation by the Web client, and generating a batch operation interface; the Web client and the server start to carry out interactive operation, and carry out interactive operation on the 1 st to the nth data sequences; in the interactive operation process, when a certain piece of data is interacted, the operation result of the piece of data is updated to be in operation; and after the interaction is finished, modifying the operation result of the data into an interaction result, and repeating the step until all the data are subjected to the interaction operation. The invention solves the problems of less and slow feedback to the user information when the Web end operates the batch tasks, reduces a multi-event processing mechanism of the server end and lightens the burden of the server end.

Description

Method and system for batch operation of WEB client
Technical Field
The invention relates to the technical field of WEB client operation, in particular to a method and a system for WEB client batch operation.
Background
With the development of web technologies, web applications are more and more, and clients also have more resource data, so as to avoid more and more complicated same operations of the clients, batch operations need to be added to the clients to simplify the operation process of the clients on a large amount of data.
If the batch operations are all pushed to the server for processing, the load of the server is increased. When batch operation is operated by the server, the operation time of the server is longer than that of a single operation time, and results cannot be fed back to the user in time, so that perception of the user on task results is influenced.
The batch operation process of the server side lacks corresponding single data operation results and the completion degree of timely updating, a user cannot perceive the process and the results, and if the execution time is too long, the user may feel dysphoria and the user experience is poor.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method and a system for batch operation of a WEB client, which solve the problem of less and slow feedback of user information when a WEB end operates a batch task, reduce a multi-event processing mechanism of a server, and reduce the burden of the server.
In order to solve the technical problems, the invention provides the following technical scheme: a method for batch operation of WEB clients comprises the following steps:
and S3, the Web client performs matching operation on the number of the data according to the data selected by the user and the executed batch operation: if the data amount is greater than 1, go to step S5; if the number of data is equal to 1, go to step S4;
s4, when the data quantity is equal to 1, for the data and batch operation selected by the user, the Web client interacts with the server, obtains the result and informs the user, and the step S7 is executed;
s5, when the data quantity is larger than 1, the Web client initializes the data and the batch operation and generates a batch operation interface; the Web client and the server start to carry out interactive operation, and carry out interactive operation on the 1 st to nth data sequences, wherein n is the total data amount;
s6, in the interactive operation process, when a certain piece of data is interacted, updating the operation result of the piece of data into operation; after the interaction is finished, modifying the operation result of the data into an interaction result; repeating the step S6 until all the data are subjected to interactive operation;
and S7, ending the whole process.
Preferably, before the step S3, the method further includes a step S2, where the user selects part or all of the data in the Web client, and selects batch operations to be executed.
Preferably, before the step S2, the method further includes a step S1, in the web client, a certain amount of data needs to be loaded, and one or more batch operations are attached below the data list.
Preferably, the batch operation interface of step S5 includes: the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation.
Another objective of the present invention is to provide a system for batch operations on WEB clients, including:
the data loading module is used for loading a certain amount of data which need interactive operation;
the batch operation module is used for loading one or more batch operation control modes and performing one or more batch operations on the data;
the data selection module is used for enabling a user to select part or all of loaded data;
the data quantity matching module is used for judging and matching the quantity of the data;
the interaction module is used for linking the Web client and the server and carrying out interaction operation on data;
and the data display module is used for displaying the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation in the data interaction process.
After the technical scheme is adopted, the invention at least has the following beneficial effects: the method mainly solves the problems that when the Web end operates the batch tasks, the feedback to the user information is less and slow; the invention reduces the multi-event processing mechanism of the server and lightens the burden of the server; the invention decomposes the batch events into single tasks and increases the corresponding image-text interface, thereby increasing the perception of the user to each step of batch operation and improving the experience of the user.
Drawings
Fig. 1 is a flowchart of method steps of a batch operation of a WEB client according to embodiment 1 of the present invention;
fig. 2 is a block diagram of a system structure for batch operation of WEB clients according to embodiment 2 of the present invention.
Detailed Description
It should be noted that, in the present application, the embodiments and features of the embodiments may be combined with each other without conflict, and the present application is further described in detail with reference to the drawings and specific embodiments.
Example 1
The invention provides a method for batch operation of WEB clients, which is approximately as follows: 1. loading corresponding data information by a user interface; 2. the user selects corresponding data information and the type needing to be operated according to the requirement of the user; 3. loading corresponding operation interfaces according to the condition of the step 2, and decomposing the data into single data and sequentially submitting the single data to a server for processing; 4. and filling the column of the operation result of the corresponding data according to the processing result returned by the server.
As shown in fig. 1, the present embodiment provides a detailed step process of the above method. A method for batch operation of WEB clients comprises the following steps:
s1, in the web client, a certain amount of data needs to be loaded, and one or more batch operations are attached below the data list;
s2, selecting part or all data needing to be operated in the Web client by the user, and selecting batch operation needing to be executed;
and S3, the Web client performs matching operation on the number of the data according to the data selected by the user and the executed batch operation: if the data amount is greater than 1, go to step S5; if the number of data is equal to 1, go to step S4;
s4, when the data quantity is equal to 1, for the data and batch operation selected by the user, the Web client interacts with the server, obtains the result and informs the user, and the step S7 is executed;
s5, when the data quantity is larger than 1, the Web client initializes the data and the batch operation and generates a batch operation interface; the Web client and the server start to carry out interactive operation, and carry out interactive operation on the 1 st to nth data sequences, wherein n is the total data amount; wherein, the batch operation interface includes: the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation;
s6, in the interactive operation process, when a certain piece of data is interacted, updating the operation result of the piece of data into operation; after the interaction is finished, modifying the operation result of the data into an interaction result; repeating the step S6 until all the data are subjected to interactive operation;
and S7, ending the whole process.
Example 2
The embodiment provides a system for batch operation of WEB clients, which includes:
the data loading module is used for loading a certain amount of data which need interactive operation;
the batch operation module is used for loading one or more batch operation control modes and performing one or more batch operations on the data;
the data selection module is used for enabling a user to select part or all of loaded data;
the data quantity matching module is used for judging and matching the quantity of the data;
the interaction module is used for linking the Web client and the server and carrying out interaction operation on data;
and the data display module is used for displaying the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation in the data interaction process.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that various equivalent changes, modifications, substitutions and alterations can be made herein without departing from the principles and spirit of the invention, the scope of which is defined by the appended claims and their equivalents.

Claims (5)

1. A method for batch operation of WEB clients is characterized by comprising the following steps:
and S3, the Web client performs matching operation on the number of the data according to the data selected by the user and the executed batch operation: if the data amount is greater than 1, go to step S5; if the number of data is equal to 1, go to step S4;
s4, when the data quantity is equal to 1, for the data and batch operation selected by the user, the Web client interacts with the server, obtains the result and informs the user, and the step S7 is executed;
s5, when the data quantity is larger than 1, the Web client initializes the data and the batch operation and generates a batch operation interface; the Web client and the server start to carry out interactive operation, and carry out interactive operation on the 1 st to nth data sequences, wherein n is the total data amount;
s6, in the interactive operation process, when a certain piece of data is interacted, updating the operation result of the piece of data into operation; after the interaction is finished, modifying the operation result of the data into an interaction result; repeating the step S6 until all the data are subjected to interactive operation;
and S7, ending the whole process.
2. The method for batch operations on WEB clients as claimed in claim 1, wherein before the step S3, the method further comprises a step S2, in which the user selects part or all of the data in the WEB client, and selects the batch operations to be executed.
3. The method for batch operations on WEB clients as claimed in claim 2, wherein before the step S2, the method further comprises a step S1, in the WEB client, a certain amount of data needs to be loaded, and one or more batch operations are attached below the data list.
4. The method for batch operations on WEB clients according to claim 1, wherein the batch operation interface of step S5 includes: the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation.
5. A system for batch operation of WEB clients is characterized by comprising:
the data loading module is used for loading a certain amount of data which need interactive operation;
the batch operation module is used for loading one or more batch operation control modes and performing one or more batch operations on the data;
the data selection module is used for enabling a user to select part or all of loaded data;
the data quantity matching module is used for judging and matching the quantity of the data;
the interaction module is used for linking the Web client and the server and carrying out interaction operation on data;
and the data display module is used for displaying the progress bar, the total data volume, the details of each piece of data and the corresponding operation result of the current batch operation in the data interaction process.
CN201910791265.0A 2019-08-26 2019-08-26 Method and system for batch operation of WEB client Pending CN110674439A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910791265.0A CN110674439A (en) 2019-08-26 2019-08-26 Method and system for batch operation of WEB client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910791265.0A CN110674439A (en) 2019-08-26 2019-08-26 Method and system for batch operation of WEB client

Publications (1)

Publication Number Publication Date
CN110674439A true CN110674439A (en) 2020-01-10

Family

ID=69075712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910791265.0A Pending CN110674439A (en) 2019-08-26 2019-08-26 Method and system for batch operation of WEB client

Country Status (1)

Country Link
CN (1) CN110674439A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463001A (en) * 2020-12-11 2021-03-09 北京明略软件系统有限公司 Processing method and system for batch operation of lists

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463001A (en) * 2020-12-11 2021-03-09 北京明略软件系统有限公司 Processing method and system for batch operation of lists

Similar Documents

Publication Publication Date Title
CN108153520B (en) Software development method and device
US10970463B2 (en) System and method for optimizing electronic document layouts
CN111176858A (en) Data request processing method and device
CN105787123A (en) Minimal download and simulated page navigation features
EP2038741A2 (en) Dynamically generating customized user interfaces
US11144179B2 (en) Next user interaction prediction
CN108475345A (en) Generate larger neural network
CN114258548A (en) Method and apparatus for providing recommendations for completion of engineering solutions
US10540150B2 (en) Composable context menus
CN110674439A (en) Method and system for batch operation of WEB client
CN106095417B (en) A kind of prospect Application Program Interface refresh synchronization method and system
CN110574047A (en) Generating output examples using bit blocks
CN110445881B (en) Data transmission method, device and system
CN115794323A (en) Task scheduling method, device, server and storage medium
US20060294240A1 (en) System and method for generating a frameless web display
CN111552549A (en) Multitask request dynamic configuration method and system for intelligent equipment
CN105512332A (en) Method for linking and adjusting data between databases, device and system
EP2300912A1 (en) Wizard in a wizard engine
CN101883281B (en) Static image coding method and system for remote display system
CN116089048A (en) Service processing method and device, storage medium and electronic equipment
US6889101B1 (en) Apparatus for computer-aided design of a product or process
CN113900748A (en) Image processing method and device and computer readable storage medium
CN112346613A (en) Icon display effect control method, terminal and computer-readable storage medium
CN113626555B (en) Method and system for displaying oversized form through sectional loading
CN110427356B (en) Parameter configuration method and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200110