CN112416213A - List checking method, list checking device and storage medium - Google Patents

List checking method, list checking device and storage medium Download PDF

Info

Publication number
CN112416213A
CN112416213A CN202011389809.XA CN202011389809A CN112416213A CN 112416213 A CN112416213 A CN 112416213A CN 202011389809 A CN202011389809 A CN 202011389809A CN 112416213 A CN112416213 A CN 112416213A
Authority
CN
China
Prior art keywords
list
data
user
checked
checking
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011389809.XA
Other languages
Chinese (zh)
Other versions
CN112416213B (en
Inventor
陈佳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Nuonuo Network Technology Co ltd
Original Assignee
Zhejiang Nuonuo Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Nuonuo Network Technology Co ltd filed Critical Zhejiang Nuonuo Network Technology Co ltd
Priority to CN202011389809.XA priority Critical patent/CN112416213B/en
Publication of CN112416213A publication Critical patent/CN112416213A/en
Application granted granted Critical
Publication of CN112416213B publication Critical patent/CN112416213B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • 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/903Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention discloses a list checking method, a list checking device and a storage medium, which provide a list global checking zone bit for a user, wherein different set values of the zone bit indicate that the user wants to check all list data or not, and the contents checked by the user or the contents not checked by the user are written into a checked list according to the set value of the list global checking zone bit by the user. When the user wants to check more data, the set value can be set as the full selection operation on the data in the list, the check on the data which is not wanted to be selected is cancelled, and the data which is cancelled to be checked is written into the checked list, so that compared with the case that the information of the data checked by the user is written into the checked list, the checking operation of the user is facilitated, the data volume which needs to be recorded by the checked list is reduced, and vice versa, a simple and fast list checking mode is provided for the user, and the data volume which needs to be transmitted in front-end interaction and back-end interaction caused by the list check can be effectively reduced.

Description

List checking method, list checking device and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a list selection method, a list selection apparatus, a list selection device, and a storage medium.
Background
When data which can be processed in batches is presented to a user through a list, a list checking function needs to be provided for the user. In the prior art, when performing list checking, a user is often required to perform the checking on list data one by one, information of each piece of data checked by the user is recorded in a checked list, and a processor carrying a foreground browser sends the checked list to a background server, so that the background server determines objects required by the user to be operated in batch according to the checked list. When the number of data obtained by the user according to the query condition is large, the list is displayed in a paging mode, and the user needs to perform the page-by-page checking processing, which is very troublesome. When the user has a lot of checking data, the amount of data recorded in the checked list is very large, the storage of the checked list occupies the performance and time of the foreground browser, and the interaction between the foreground and the background requires the transmission of a large amount of data, which results in the increase of interface time consumption and the need of the background server to perform a large amount of data query according to the checked list.
Disclosure of Invention
The invention aims to provide a list checking method, a list checking device and a storage medium, which are used for providing a simple and quick list checking mode for a user and further reducing the data volume needing to be transmitted in front-end and back-end interaction caused by list checking.
In order to solve the above technical problem, the present invention provides a list selection method, including:
receiving a set value of a user for a global checking zone bit of the list;
if the set value is to perform full selection operation on the data of the list, after all the data of the list are selected, the information of the data which are not selected by the user is listed in the selected list;
if the set value is that the data in the list is not selected, the information of the data selected by the user is listed in the selected list;
and sending the set value and the checked list to a background server.
Optionally, the list global checking flag is specifically a list full-selection flag.
Optionally, the list global checking flag is specifically a list reverse-selection flag;
correspondingly, the list checking method further comprises the following steps:
and listing the information of the currently selected data into the selected list.
Optionally, before sending the setting value and the checked list to a background server, the method further includes:
checking the number of data recorded in the checked list;
and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data of the list which is not recorded, and changing the set value into another state value.
Optionally, before sending the setting value and the checked list to a background server, the method further includes:
if the user does not set the set value, when the number of the data hooked by the user is larger than half of the number of the data in the list, setting the set value as a full selection operation on the data in the list, and listing the information of the data not hooked by the user into the hooked list; and when the number of the data selected by the user is less than or equal to half of the number of the data in the list, setting the set value as the number of the data in the list to be selected, and listing the information of the data selected by the user into the selected list.
Optionally, before receiving the setting value of the global checking flag of the list by the user, the method further includes:
receiving a query condition input by a user;
and generating a paging list according to the query condition.
In order to solve the above technical problem, the present invention further provides a list checking device, including:
the receiving unit is used for receiving a set value of the global checking zone bit of the list by the user;
the first writing-in unit is used for listing the information of the data which is canceled to be checked by the user into the checked list after all the data of the list are checked if the set value is that the data of the list are subjected to the full-selection operation; if the set value is that the data in the list is not selected, the information of the data selected by the user is listed in the selected list;
and the sending unit is used for sending the set value and the checked list to a background server.
Optionally, the method further includes:
the checking unit is used for checking the quantity of the data recorded in the checked list before the sending unit sends the set value and the checked list to a background server; and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data of the list which is not recorded, and changing the set value into another state value.
In order to solve the above technical problem, the present invention further provides a list checking device, including:
a memory for storing instructions, the instructions including any one of the steps of the list gating method;
a processor to execute the instructions.
In order to solve the above technical problem, the present invention further provides a storage medium having a computer program stored thereon, wherein the computer program is configured to implement the steps of the list checking method according to any one of the above items when being executed by a processor.
The list checking method provided by the invention provides a list global checking zone bit for a user, different set values of the zone bit can indicate that the user wants to check all list data or not, and the contents checked by the user or the contents not checked by the user are written into a checked list according to the set value of the list global checking zone bit by the user. When the user wants to check more data, the set value can be set to perform full selection operation on the data in the list, further the data which is not wanted to be selected is checked, and the data which is checked is written into the checked list, so that compared with the case that the information of the data checked by the user is written into the checked list, the checking operation of the user is facilitated, the data amount which needs to be recorded in the checked list is reduced, and vice versa. Therefore, the list checking method provided by the invention provides a simple and quick list checking mode for a user, and can effectively reduce the data volume needing to be transmitted in front-end and back-end interaction caused by list checking.
The invention also provides a list checking device, a list checking device and a storage medium, which have the beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
Fig. 1 is a flowchart of a list checking method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a list selection apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a list checking device according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a list checking method, a list checking device and a storage medium, which are used for providing a simpler and quicker list checking mode for a user and further reducing the data volume needing to be transmitted in front-end and back-end interaction caused by list checking.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a list checking method according to an embodiment of the present invention.
As shown in fig. 1, the list checking method provided in the embodiment of the present invention includes:
s101: and receiving a set value of the global checking zone bit of the list by the user.
S102: and if the set value is to perform full selection operation on the data of the list, after all the data of the list are selected, listing the information of the data which is not selected by the user into the selected list.
S103: and if the set value is that the data in the list is not selected, listing the information of the data selected by the user into the selected list.
S104: and sending the set value and the selected list to a background server.
In a specific implementation, the list checking method provided in the embodiment of the present invention may be implemented based on a processor where a foreground browser is located.
Before receiving the set value of the global list checking flag of the user, the method for checking a list provided by the embodiment of the present invention may further include:
receiving a query condition input by a user;
and generating a paging list according to the query condition.
The method comprises the steps of determining the quantity of data to be displayed according to query conditions, and performing paging display when the data quantity is large according to display setting of a human-computer interaction interface provided by a browser to obtain a paging list.
It should be noted that, in the prior art, a full selection option has been provided for a user on some occasions where a list is displayed, and the global checking flag bit of the list provided in the embodiment of the present invention may be implemented by programming based on the full selection option, or may be set separately.
The global checkmark bit of the list can be represented by one or more fields, and the specific value of the field is generated according to the setting or selection of the user on the human-computer interaction interface. The global checking flag bit of the list can be a full-selection flag bit of the list, or a non-selection flag bit of the list, or both the two flag bits can be set simultaneously. The global checking flag bit of the list may be a flag bit for the current page, a flag bit for all pages, or a flag bit for whether to select all page data is added.
And determining the operation content of the list which the user wants to operate according to the type of the global checking zone bit of the list.
If the global checking flag bit of the list is the full-checking flag bit of the list, the default value of the flag bit can be selected, a selection box can be provided for a user, after the user selects the selection box, the user indicates that all data in the list are required to be checked, and the information of the data which is not checked by the user is written into the checked list; if the user does not select the selection box, all the data in the list are not selected, and the data selected by the user are written into the selected list. And the list selects no flag bit and the other way.
The global list checking flag bit may also be set as a reverse list checking flag bit, and the method for checking a list provided in the embodiment of the present invention further includes: and listing the information of the currently selected data into the selected list. After a user can check a small part of data, the check box corresponding to the reverse selection zone bit of the check list is checked, then the information of the data checked by the user is written into the check list, and the set values of the check list and the reverse selection zone bit of the selected list are sent to the background server. The background server eliminates the contents in the checked list in the list when the user selects the list reverse selection zone bit, and determines the data selected by the user; and when the user does not check the reverse selection zone bit of the list, the background server determines the data in the checked list as the data selected by the user.
It should be noted that, if the global checking flag of the list is the all-selected flag of the list or the all-unselected flag of the list, the flag acts before the user checks the data, that is, the setting value acts on the data checked after being set. If the global checking flag bit of the list is the reverse checking flag bit of the list, the flag bit acts after the user checks the data, that is, the setting value acts on the data checked before being set.
In specific implementation, when a user clicks a button indicating that the check is finished on the human-computer interaction interface, the foreground processor sends a query condition, a list all-check zone bit and a checked list to the background server. The background server screens out list data according to the query conditions; when the background server identifies the full selection flag bit of the list to perform full selection operation on the data of the list, the data recorded in the checked list can be determined to be the data which is canceled by the user, the data recorded in the checked list can be screened out during secondary screening, the screened list data is removed, and the data finally selected by the user is determined; when the background server identifies that the list all-selection zone bit is used for carrying out all-non-selection operation on the data of the list, the data which is recorded in the checked list and is checked by the user can be determined, the data checked by the user can be directly inquired in the screened list data during secondary screening, and the data finally selected by the user can be determined. After determining the data finally selected by the user, the background server can continue to accept the batch operation of the foreground processor on the data.
The following illustrates the processing procedure of the background server when the global listing flag is taken as the full listing flag.
And adding a global listing tick mark on a human-computer interaction interface provided by the browser, wherein the global listing tick mark is represented by an all _ select _ flag field in a code. The true value of the all _ select _ flag field indicates a select all operation on the data of the list, and the false value indicates a deselect all operation on the data of the list.
For list data, the foreground processor checks. an all _ select _ flag field. If the value of the all _ select _ flag field is true, checking all data of the current page, clearing the checked list tmp _ list [ ], and storing information of the data for canceling checking by using the checked list tmp _ list [ ]; when a user turns pages, all data of the current page are selected, the selected list tmp _ list [ ] is traversed, and the corresponding record is cancelled and selected. If the value of the all _ select _ flag field is false, canceling all data of the current page, clearing the checked list tmp _ list [ ], and storing information of data checked by the user next by using the checked list tmp _ list [ ]; and when the user turns the page, canceling to check all the data of the current page and checking the corresponding data.
When a user clicks a processing button on a human-computer interaction interface provided by a browser, a foreground processor sends a query condition, a list global check flag bit (all _ select _ flag field) and a checked list (tmp _ list [ ]) to a background server to transmit checked records.
The backend server identifies the all _ select _ flag field. If the value of the all _ select _ flag field is true, the background server screens the list through the query condition, and then rejects the data recorded in the checked list (tmp _ list [ ]).
The list checking method provided by the embodiment of the invention provides a list global checking zone bit for a user, different set values of the zone bit can indicate that the user wants to check all list data or not, and according to the set value of the list global checking zone bit, the contents checked by the user or the contents not checked by the user are written into a checked list. When the user wants to check more data, the set value can be set to perform full selection operation on the data in the list, further the data which is not wanted to be selected is checked, and the data which is checked is written into the checked list, so that compared with the case that the information of the data checked by the user is written into the checked list, the checking operation of the user is facilitated, the data amount which needs to be recorded in the checked list is reduced, and vice versa. Therefore, the list checking method provided by the embodiment of the invention provides a simple and quick list checking mode for a user, and can effectively reduce the data volume needing to be transmitted in front-end and back-end interaction caused by list checking.
On the basis of the above embodiment, to ensure that less information is recorded in the checked list, before sending the set value and the checked list to the background server in step S104, the list checking method provided in the embodiment of the present invention may further include:
checking the number of data recorded in the checked list;
and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data in the non-recorded list, and changing the set value into another state value.
In a specific implementation, if the user selects to write more data information into the checked list in the selection process, for example, the user sets the full selection flag position of the list to true, and cancels the checking of the data exceeding half of the number of data in the list, it is obvious that the data checked by the user recorded in the checked list can reduce the data length of the checked list, before sending the set value and the checked list to the backend server, the number of data recorded in the checked list is also checked, and when the number of data recorded in the checked list is greater than half of the number of data in the list, the data in the checked list is updated to the information of the data in the unreported list, and the set value is changed to another state value, for example, the full selection flag position of the list is false. The same principle is that the list global checking flag bit is a list all-unselected flag bit or a list global checking flag bit is a reverse-selected flag bit.
Further, the list checking method provided by the embodiment of the present invention may further include:
if the user does not set the set value, when the number of the data hooked and selected by the user is larger than half of the number of the data in the list, setting the set value as the full selection operation of the data in the list, and listing the information of the data not hooked and selected by the user into the hooked and selected list; and when the number of the data selected by the user is less than or equal to half of the number of the data in the list, setting the set value as the number of the data in the list to be selected, and listing the information of the data selected by the user in the selected list.
The user does not set a set value, the global check flag bit of the list provided for the user is the value which the user must set and the situation when the user does not set, at the moment, the number of the data checked by the user is directly compared with half of the number of the data in the list, the global check flag bit of the list is filled according to the comparison result, and the checked list is filled. If the global tick flag bit for the list provided to the user has a default value, this step may be omitted.
It should be noted that the method for comparing the number of pieces of data selected by the user with half of the number of pieces of data in the list provided by the embodiment of the present invention is only applicable to the case where the list is not displayed in pages. For a paginated list, determining whether to update the checked list by comparing the amount of data checked by the user to half the amount of data in the list may increase the amount of data that is interacted or transmitted by the full back end.
On the basis of the above detailed description of each embodiment corresponding to the list checking method, the invention also discloses a list checking device, a list checking device and a storage medium corresponding to the above method.
Fig. 2 is a schematic structural diagram of a list checking device according to an embodiment of the present invention.
As shown in fig. 2, the list checking device provided in the embodiment of the present invention includes:
a receiving unit 201, configured to receive a set value of a global checking flag of a list by a user;
the first writing unit 202 is configured to, if the set value is to perform a full selection operation on the data in the list, perform full selection on the data in the list, and then list information of the data that the user cancels selection into the selected list; if the set value is that the data in the list is not selected, the information of the data selected by the user is listed in the selected list;
a sending unit 203, configured to send the setting value and the checked list to a background server.
Further, if the global listing flag is specifically a reverse listing flag; the list checking device provided by the embodiment of the present invention may further include:
and the second writing unit is used for listing the information of the currently selected data into the selected list.
Further, the list checking device provided in the embodiment of the present invention may further include:
the checking unit is used for checking the quantity of the data recorded in the checked list before the sending unit sends the set value and the checked list to the background server; and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data in the non-recorded list, and changing the set value into another state value.
Further, the list checking device provided in the embodiment of the present invention may further include:
the third writing-in unit is used for setting the set value as the full selection operation of the data of the list when the number of the data selected by the user is larger than half of the number of the data in the list if the user does not set the set value, and listing the information of the data not selected by the user into the selected list; and when the number of the data selected by the user is less than or equal to half of the number of the data in the list, setting the set value as the number of the data in the list to be selected, and listing the information of the data selected by the user in the selected list.
Further, the list checking device provided in the embodiment of the present invention may further include:
the screening unit is used for receiving the query condition input by the user before receiving the set value of the global checking zone bit of the user pair list; and generating a paging list according to the query condition.
Since the embodiments of the apparatus portion and the method portion correspond to each other, please refer to the description of the embodiments of the method portion for the embodiments of the apparatus portion, which is not repeated here.
Fig. 3 is a schematic structural diagram of a list checking device according to an embodiment of the present invention.
As shown in fig. 3, the list checking device provided in the embodiment of the present invention includes:
a memory 310, configured to store instructions, where the instructions include the steps of the list gating method according to any one of the above embodiments;
a processor 320 for executing the instructions.
Processor 320 may include one or more processing cores, such as a 3-core processor, an 8-core processor, and so forth. The processor 320 may be implemented in at least one hardware form of a digital Signal processing (dsp), a Field-Programmable Gate Array (FPGA), a Programmable Logic Array (pla), or a digital Signal processing (dsp). The processor 320 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also called a central Processing unit (cpu); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 320 may be integrated with an image processor GPU (graphics Processing unit), which is responsible for rendering and drawing the content that the display screen needs to display. In some embodiments, processor 320 may also include an Artificial Intelligence (AI) (artificial intelligence) processor for processing computational operations related to machine learning.
Memory 310 may include one or more storage media, which may be non-transitory. Memory 310 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In this embodiment, the memory 310 is at least used for storing a computer program 311, wherein after the computer program 311 is loaded and executed by the processor 320, the relevant steps in the list gating method disclosed in any of the foregoing embodiments can be implemented. In addition, the resources stored by the memory 310 may also include an operating system 312, data 313, and the like, and the storage may be transient storage or persistent storage. The operating system 312 may be Windows, among others. Data 313 may include, but is not limited to, data involved in the above-described methods.
In some embodiments, the list pointing device may further include a display 330, a power source 340, a communication interface 350, an input output interface 360, a sensor 370, and a communication bus 380.
Those skilled in the art will appreciate that the configuration shown in fig. 3 does not constitute a limitation of the list tick device and may include more or fewer components than those shown.
The list checking device provided by the embodiment of the application comprises a memory and a processor, and when the processor executes a program stored in the memory, the list checking method can be realized, and the effect is the same as that of the list checking method.
It should be noted that the above-described embodiments of the apparatus and device are merely illustrative, for example, the division of modules is only one division of logical functions, and there may be other divisions when actually implementing, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form. Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and performs all or part of the steps of the methods according to the embodiments of the present invention, or all or part of the technical solution.
To this end, an embodiment of the present invention further provides a storage medium, where a computer program is stored on the storage medium, and when the computer program is executed by a processor, the steps of the method such as list gating are implemented.
The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory ROM (Read-Only Memory), a random Access Memory ram (random Access Memory), a magnetic disk, or an optical disk.
The computer program contained in the storage medium provided in this embodiment can implement the steps of the list checking method described above when being executed by the processor, and the effect is the same as above.
The above detailed description is provided for a list checking method, a list checking device, a list checking apparatus and a storage medium provided by the present invention. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device, the equipment and the storage medium disclosed by the embodiment correspond to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for checking a list, comprising:
receiving a set value of a user for a global checking zone bit of the list;
if the set value is to perform full selection operation on the data of the list, after all the data of the list are selected, the information of the data which are not selected by the user is listed in the selected list;
if the set value is that the data in the list is not selected, the information of the data selected by the user is listed in the selected list;
and sending the set value and the checked list to a background server.
2. The method according to claim 1, wherein the global list checking flag is a full list checking flag.
3. The list gating method according to claim 1, wherein the list global gating flag is specifically a list reverse gating flag;
correspondingly, the list checking method further comprises the following steps:
and listing the information of the currently selected data into the selected list.
4. The method of claim 1, wherein before sending the set value and the checked list to a background server, the method further comprises:
checking the number of data recorded in the checked list;
and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data of the list which is not recorded, and changing the set value into another state value.
5. The method of claim 1, wherein before sending the set value and the checked list to a background server, the method further comprises:
if the user does not set the set value, when the number of the data hooked by the user is larger than half of the number of the data in the list, setting the set value as a full selection operation on the data in the list, and listing the information of the data not hooked by the user into the hooked list; and when the number of the data selected by the user is less than or equal to half of the number of the data in the list, setting the set value as the number of the data in the list to be selected, and listing the information of the data selected by the user into the selected list.
6. The method according to claim 1, further comprising, before the receiving the setting value of the global checkmark bit of the list from the user, the following steps:
receiving a query condition input by a user;
and generating a paging list according to the query condition.
7. A list pointing device, comprising:
the receiving unit is used for receiving a set value of the global checking zone bit of the list by the user;
the first writing-in unit is used for listing the information of the data which is canceled to be checked by the user into the checked list after all the data of the list are checked if the set value is that the data of the list are subjected to the full-selection operation; if the set value is that the data in the list is not selected, the information of the data selected by the user is listed in the selected list;
and the sending unit is used for sending the set value and the checked list to a background server.
8. The pointing device of claim 7, further comprising:
the checking unit is used for checking the quantity of the data recorded in the checked list before the sending unit sends the set value and the checked list to a background server; and if the number of the recorded data is more than half of the number of the data in the list, updating the data in the checked list into the information of the data of the list which is not recorded, and changing the set value into another state value.
9. A list pointing device, comprising:
a memory for storing instructions comprising the steps of the list tick method of any of claims 1 to 6;
a processor to execute the instructions.
10. A storage medium on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the method for list collusion according to any one of claims 1 to 6.
CN202011389809.XA 2020-12-02 2020-12-02 List checking method, list checking device and storage medium Active CN112416213B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011389809.XA CN112416213B (en) 2020-12-02 2020-12-02 List checking method, list checking device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011389809.XA CN112416213B (en) 2020-12-02 2020-12-02 List checking method, list checking device and storage medium

Publications (2)

Publication Number Publication Date
CN112416213A true CN112416213A (en) 2021-02-26
CN112416213B CN112416213B (en) 2022-05-17

Family

ID=74829596

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011389809.XA Active CN112416213B (en) 2020-12-02 2020-12-02 List checking method, list checking device and storage medium

Country Status (1)

Country Link
CN (1) CN112416213B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070106672A1 (en) * 2005-11-08 2007-05-10 Sony Netservices Gmbh Method of providing content items
CN103763615A (en) * 2013-12-05 2014-04-30 乐视网信息技术(北京)股份有限公司 Interaction method and equipment for episode selection
CN107783850A (en) * 2017-09-28 2018-03-09 北京天元创新科技有限公司 A kind of node tree chooses analytic method, device, server and the system of record
CN111414371A (en) * 2019-01-07 2020-07-14 阿里巴巴集团控股有限公司 Data information processing method and device, storage medium and processor
CN111539041A (en) * 2020-07-08 2020-08-14 支付宝(杭州)信息技术有限公司 Safety selection method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070106672A1 (en) * 2005-11-08 2007-05-10 Sony Netservices Gmbh Method of providing content items
CN103763615A (en) * 2013-12-05 2014-04-30 乐视网信息技术(北京)股份有限公司 Interaction method and equipment for episode selection
CN107783850A (en) * 2017-09-28 2018-03-09 北京天元创新科技有限公司 A kind of node tree chooses analytic method, device, server and the system of record
CN111414371A (en) * 2019-01-07 2020-07-14 阿里巴巴集团控股有限公司 Data information processing method and device, storage medium and processor
CN111539041A (en) * 2020-07-08 2020-08-14 支付宝(杭州)信息技术有限公司 Safety selection method and system

Also Published As

Publication number Publication date
CN112416213B (en) 2022-05-17

Similar Documents

Publication Publication Date Title
CN111984610A (en) Data compression method and device and computer readable storage medium
EP3252592A1 (en) Method and device for storing and reading data
CN108549532A (en) Webpage construction method, device, electronic equipment and storage medium
CN111414727B (en) Editing method and device for PDF document header footer and electronic equipment
CN113705136A (en) Integrated circuit automation logic synthesis system, method, device and medium
CN111368226A (en) Screening method and device, electronic equipment and computer readable storage medium
CN112416213B (en) List checking method, list checking device and storage medium
CN114020193A (en) Cross-page checking determination method and device, electronic equipment and storage medium
CN113064556A (en) BIOS data storage method, device, equipment and storage medium
CN111142871B (en) Front-end page development system, method, equipment and medium
CN110297578B (en) Method and device for processing partial data in mass data in batch and electronic equipment
CN112506503A (en) Programming method, device, terminal equipment and storage medium
CN109558319B (en) Method and device for testing Web page control and storage medium
CN113272785B (en) Method for mounting file system, terminal equipment and storage medium
CN110619116A (en) Data processing method, device, terminal and storage medium
CN114328062B (en) Method, device and storage medium for checking cache consistency
CN115495421A (en) Data formatting method, device, electronic equipment and medium
CN115145559A (en) Configuration management method, device and equipment based on Flutter
CN114647411A (en) Programming interface loading method and device, electronic equipment and storage medium
CN108629003B (en) Content loading method and device
CN113051105A (en) Data processing method, device, equipment and storage medium
CN107436918B (en) Database implementation method, device and equipment
CN114443767B (en) Method, device, equipment and medium for determining consistency level of distributed system
CN113946332B (en) Method and storage medium for displaying attributes based on GUI (graphical user interface)
CN116028055B (en) Target object state control method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant