WO2020220640A1 - 一种批处理日志查询方法、终端及计算机可读存储介质 - Google Patents
一种批处理日志查询方法、终端及计算机可读存储介质 Download PDFInfo
- Publication number
- WO2020220640A1 WO2020220640A1 PCT/CN2019/117977 CN2019117977W WO2020220640A1 WO 2020220640 A1 WO2020220640 A1 WO 2020220640A1 CN 2019117977 W CN2019117977 W CN 2019117977W WO 2020220640 A1 WO2020220640 A1 WO 2020220640A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- processing
- query
- module
- log
- processed
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3476—Data logging
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
- G06F16/215—Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
Definitions
- This application relates to the field of Internet big data technology, in particular to big data batch update technology, and specifically to a batch processing log query method, terminal, and computer-readable storage medium.
- the technical problem to be solved by the embodiments of this application is to provide a batch log query method, a terminal, and a computer-readable storage medium, which are used to solve the difficulty for technicians to find the processing result of a certain data item among numerous data items, and it is also difficult for real-time Learn about the overall processing of these numerous data items.
- the first aspect of this application discloses a batch processing log query method, wherein the method includes:
- the batch log query terminal obtains multiple data items to be processed from multiple data centers;
- the batch processing log query terminal cleans the plurality of data items to be processed according to preset data cleaning rules, wherein each cleaned data item to be processed corresponds to a unique identification number;
- the batch processing log query terminal When the batch processing log query terminal receives a processing instruction for the cleaned pending data entry, and the batch processing log query terminal has processed the cleansed pending data entry according to the processing instruction, set the The processing attribute of the cleaned data item to be processed is indexed by the unique identification number corresponding to the cleaned data item to be processed, and the processing property is stored in the log database;
- the batch processing log query terminal receives a processing result query instruction corresponding to the target data entry, wherein the processing result query instruction includes at least one query condition;
- the batch processing log query terminal displays the query result corresponding to the processing result query instruction according to a preset display template.
- the second aspect of the application discloses a batch processing log query terminal, wherein the terminal includes an acquisition module, a data cleaning module, a receiving module, a setting module, a storage module, and a display module, wherein:
- the acquiring module is used to acquire multiple data items to be processed from multiple data centers;
- the data cleaning module is configured to clean the multiple data items to be processed according to a preset data cleaning rule after the acquiring module acquires the multiple data items to be processed from the multiple data centers , Where each cleaned data item to be processed corresponds to a unique identification number;
- the receiving module is configured to receive a processing instruction for the cleaned data items to be processed after the data cleansing module cleans the plurality of data items to be processed according to the preset data cleaning rules;
- the setting module is configured to receive the processing instruction for the cleaned data item to be processed after the receiving module, and the data cleaning module performs processing on the cleaned data item to be processed according to the processing instruction After the entry is processed, the processing attribute of the cleaned data item to be processed is set and the unique identification number corresponding to the cleaned data item to be processed is used as an index;
- the storage module is configured to, after the setting module sets the processing attribute of the cleaned data item to be processed and uses the unique identification number corresponding to the cleaned data item to be processed as an index, the Processing attributes are stored in the log database;
- the receiving module is further configured to receive the processing result query instruction corresponding to the target data entry after the storage module stores the processing attribute in the log database, wherein the processing result query instruction includes at least one query condition;
- the display module is configured to display the query result corresponding to the processing result query instruction according to a preset display template after the receiving module receives the processing result query instruction corresponding to the target data entry.
- the third aspect of the present application discloses another batch processing log query terminal, wherein the terminal includes:
- a memory storing executable program codes
- a processor coupled with the memory
- the processor calls the executable program code stored in the memory to execute the batch log query method described in the first aspect of the present application.
- the fourth aspect of the present application provides a computer-readable storage medium, the computer-readable storage medium stores a batch processing log query program, and when the batch processing log query program is executed by a processor, it executes as in the first aspect of the application The batch log query method.
- This application can save the processing record of the data entry in the database after the data entry is processed, and then when the user needs to view the processing status of the data entry, the processing status information that the user needs can be found from the database based on the query conditions entered by the user , So that users can understand the processing status of data items in real time.
- FIG. 1 is a schematic flowchart of a method for querying batch processing logs disclosed in Embodiment 1 of the present application;
- FIG. 2 is a schematic flowchart of a method for querying batch processing logs disclosed in Embodiment 2 of the present application;
- FIG. 3 is a schematic structural diagram of a batch processing log query terminal disclosed in Embodiment 3 of the present application.
- FIG. 4 is a schematic structural diagram of a batch processing log query terminal disclosed in the fourth embodiment of the present application.
- FIG. 1 is a batch processing log query method shown in an embodiment of the present application. As shown in FIG. 1, the batch processing log query method may include steps:
- the batch log query terminal obtains multiple data items to be processed from multiple data centers;
- the batch processing log query terminal cleans multiple data items to be processed according to preset data cleaning rules, where each cleaned data item to be processed corresponds to a unique identification number;
- the batch log query terminal receives a processing instruction for the cleaned pending data entry, and the batch log query terminal processes the cleaned pending data entry according to the processing instruction, set the cleaned pending data
- the processing attribute of the item is indexed by the unique identification number corresponding to the data item to be processed after cleaning, and the processing attribute is stored in the log database;
- the batch processing log query terminal receives a processing result query instruction corresponding to the target data entry, where the processing result query instruction includes at least one query condition;
- the batch processing log query terminal displays the query result corresponding to the processing result query instruction according to the preset display template.
- this application can save the processing record of the data entry in the database after the data entry is processed, and then when the user needs to view the processing status of the data entry, the user can find the processing that the user needs from the database based on the query conditions entered by the user Status information, so that users can understand the processing status of data items in real time.
- FIG. 2 is a batch processing log query method shown in an embodiment of the present application. As shown in FIG. 2, the batch processing log query method may include steps:
- the batch processing log query terminal obtains multiple data items to be processed from multiple data centers;
- the batch processing log query terminal cleans multiple data items to be processed according to preset data cleaning rules, where each cleaned data item to be processed corresponds to a unique identification number;
- the batch processing log query terminal receives the processing instruction for the cleaned pending data item, and the batch processing log query terminal processes the cleaned pending data item according to the processing instruction, set the cleaned pending data item
- the processing attribute of the item is indexed by the unique identification number corresponding to the data item to be processed after cleaning, and the processing attribute is stored in the log database;
- the batch processing log query terminal receives a processing result query instruction corresponding to the target data entry, where the processing result query instruction includes at least one query condition;
- the batch processing log query terminal preselects the log data stored in the log database to query the processing attributes of the target processing data entry according to at least one query condition;
- the batch processing log query terminal marks the processing attribute of the target processing data entry as a query result corresponding to at least one query condition
- the batch processing log query terminal displays the query result corresponding to the processing result query instruction according to the preset display template.
- the processing log query terminal displays the processing result query instruction corresponding to the processing result query instruction according to a preset display template.
- the method also includes:
- the processing log query terminal preselects the log data stored in the log database to query the processing attributes of the target processing data entry according to at least one query condition;
- the processing log query terminal marks the processing attribute of the target processing data entry as a query result corresponding to at least one query condition.
- the processing attribute includes at least one of the processing time of the data item to be processed, the processor identifier of the data item to be processed, and the processing state of the data item to be processed.
- the method further includes:
- the batch processing log query terminal determines whether there are processing attributes corresponding to more than two target data items in the query results. If so, count the number of each processing state according to the processing state corresponding to each target data entry, where the processing state includes processing One of status, processing success status, and processing failure status.
- the method before the batch log query terminal obtains multiple data items to be processed from multiple data centers, the method further includes:
- the batch log query terminal receives the setting parameters for the display template, where the setting parameters include the background style parameters corresponding to the display template;
- the batch log query terminal constructs a display template according to the set parameters.
- the method further includes:
- the batch processing log query terminal receives a modification instruction for the target data entry, where the modification instruction includes a modification parameter for the processing attribute;
- the batch log query terminal modifies the processing attributes according to the modified parameters
- the batch processing log query terminal adds the modification person and modification time to the processing attribute
- the batch processing log query terminal updates the processing attributes corresponding to the target data in the log database, where the updated processing attributes include the modification person and the modification time.
- the batch processing log query terminal receives the modification for the target data entry Before the instruction, the method also includes:
- the batch log queries the login authentication information of the person receiving the modifier at the terminal.
- the login authentication information includes the name of the modifier and the modification authority corresponding to the modifier’s name.
- the batch log query terminal verifies the modification authority according to the pre-stored user database information, and if the verification passes, the batch log query terminal performs an operation of receiving a modification instruction for the target data entry.
- this application can save the processing record of the data entry in the database after the data entry is processed, and then when the user needs to view the processing status of the data entry, the user can find the processing that the user needs from the database based on the query conditions entered by the user Status information, so that users can understand the processing status of data items in real time.
- FIG. 3 is a schematic structural diagram of a batch processing log query terminal shown in an embodiment of the present application.
- the batch processing log query terminal may include an acquisition module 301, a data cleaning module 302, and a receiving module.
- the obtaining module 301 is used to obtain multiple data items to be processed from multiple data centers;
- the data cleaning module 302 is used to clean the multiple data items to be processed according to the preset data cleaning rules after the acquiring module 301 acquires multiple data items to be processed from multiple data centers, where each cleaned data item A unique identification number corresponding to the data item to be processed;
- the receiving module 303 is configured to receive the processing instructions for the cleaned data items to be processed after the data cleansing module 302 cleans the multiple data items to be processed according to the preset data cleaning rules;
- the setting module 304 is configured to receive a processing instruction for the cleaned data item to be processed in the receiving module 303, and the data cleaning module 302 processes the cleaned data item to be processed according to the processing instruction, and then sets the cleaned data item to be processed
- the processing attribute of the data item is indexed by the unique identification number corresponding to the data item to be processed after cleaning;
- the storage module 305 is configured to store the processing attributes in the log database after the setting module 304 sets the processing attributes of the cleaned data items to be processed and uses the unique identification numbers corresponding to the cleaned data items to be processed as indexes;
- the receiving module 303 is further configured to receive the processing result query instruction corresponding to the target data entry after the storage module 305 stores the processing attribute in the log database, wherein the processing result query instruction includes at least one query condition;
- the display module 306 is configured to display the query result corresponding to the processing result query instruction according to the preset display template after the receiving module 303 receives the processing result query instruction corresponding to the target data entry.
- the terminal further includes a query module and a marking module, where:
- the query module is configured to, after the receiving module 303 receives the processing result query instruction corresponding to the target data entry, before the display module 306 displays the query result corresponding to the processing result query instruction according to the preset display template, preselect and store the query result according to at least one query condition
- the log data query target processing data entry processing attributes in the log database
- the marking module is used to mark the processing attribute of the target processing data entry as corresponding to the at least one query condition after the query module preselects the log data stored in the log database according to at least one query condition to query the processing attribute of the target processing data entry search result.
- the processing attribute includes at least one of the processing time of the data item to be processed, the processor identifier of the data item to be processed, and the processing state of the data item to be processed.
- the terminal further includes a judgment module and a statistics module, where:
- the judging module is used for the marking module, after marking the processing attribute of the target processing data item as the query result corresponding to at least one query condition, determine whether there are processing attributes corresponding to more than two target data items in the query result;
- the statistics module is used to count the number of each processing state according to the processing state corresponding to each target data item when the judgment module determines that there are more than two processing attributes corresponding to the target data item in the query result, where the processing state includes processing One of medium state, processing success state, and processing failure state.
- the terminal further includes a building module, wherein:
- the receiving module 303 is further configured to receive setting parameters for the display template before the acquiring module 301 acquires multiple data items to be processed from multiple data centers, where the setting parameters include background style parameters corresponding to the display template;
- the construction module is used to construct the display template according to the setting parameters after the receiving module 303 receives the setting parameters for the display template.
- the terminal further includes a modification module, an addition module, and an update module, where:
- the receiving module 303 is further configured to receive a modification instruction for the target data entry after the display module 306 displays the query result corresponding to the processing result query instruction according to a preset display template, where the modification instruction includes a modification parameter for the processing attribute;
- the modification module is used to modify the processing attributes according to the modification parameters after the receiving module 303 receives the modification instruction for the target data entry;
- Adding a module which is used to add modifiers and modification time for the processing attributes after the modification module modifies the processing attributes according to the modified parameters
- the update module is used to update the processing attribute corresponding to the target data in the log database after the adding module adds the modification person and modification time to the processing attribute, wherein the updated processing attribute includes the modification person and modification time.
- the terminal further includes a verification module, where:
- the receiving module 303 is further configured to receive the login authentication information of the modifier after the display module 306 displays the query result corresponding to the processing result query instruction according to the preset display template, and before receiving the modification instruction for the target data entry, where the login
- the authentication information includes the name of the modifier and the modification authority corresponding to the name of the modifier;
- the verification module is used to verify the modification authority according to the pre-stored user database information after the receiving module 303 receives the login authentication information of the modification person, and if the verification is passed, trigger the receiving module 303 to execute the modification instruction for the target data entry operating.
- this application can save the processing record of the data entry in the database after the data entry is processed, and then when the user needs to view the processing status of the data entry, the user can find the processing that the user needs from the database based on the query conditions entered by the user Status information, so that users can understand the processing status of data items in real time.
- FIG. 4 is a schematic structural diagram of another batch processing log query terminal disclosed in an embodiment of the present application.
- the batch processing log query terminal may include:
- a memory 401 storing executable program codes
- a processor 402 coupled to the memory 401;
- the processor 402 calls the executable program code stored in the memory 401 to execute the steps in the batch log query method described in any one of the first to second embodiments.
- the batch log query terminal of this application can save the processing record of the data entry in the database after the data entry is processed by executing the batch log query method, and then when the user needs to view the processing status of the data entry, Use the query conditions entered by the user to find the processing status information that the user needs from the database, so that the user can understand the processing status of the data entry in real time.
- the embodiment of the present application discloses a computer-readable storage medium that stores a batch processing log query program, wherein the batch processing log query program causes a computer to execute the batch described in any one of the first and second embodiments. Process the steps in the log query method.
- the computer-readable storage medium of the present application can store the processing record of the data entry in the database after the data entry is processed by executing the batch processing log query method, and then when the user needs to view the processing status of the data entry, Use the query conditions entered by the user to find the processing status information that the user needs from the database, so that the user can understand the processing status of the data entry in real time.
- the embodiments of the present application disclose a computer program product.
- the computer program product includes a non-transitory computer-readable storage medium storing a computer program, and the computer program is operable to make a computer execute any of the first to second embodiments. The steps in the batch log query method described in an embodiment.
- the computer program product of this application can save the processing record of the data entry in the database after the data entry is processed by executing the batch processing log query method, and then when the user needs to view the processing status of the data entry, the user can The input query conditions find the processing status information that the user needs from the database, so that the user can understand the processing status of the data entry in real time.
- the device embodiments described above are only illustrative.
- the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in One place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the objectives of the solutions of the embodiments. Those of ordinary skill in the art can understand and implement it without creative work.
- each embodiment can be implemented by means of software plus a necessary general hardware platform, and of course, it can also be implemented by hardware.
- the above technical solution essentially or the part that contributes to the existing technology can be embodied in the form of a software product.
- the computer software product can be stored in a computer-readable storage medium, and the storage medium includes a read-only memory.
- Read-Only Memory ROM
- RAM Random Access Memory
- PROM Programmable Read-only Memory
- EPROM Erasable Programmable Read Only Memory
- OTPROM One-time Programmable Read-Only Memory
- EEPROM Electronically-Erasable Programmable Read-Only Memory
- CD-ROM Compact Disc Read
- CD-ROM Compact Disc Read
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Computational Linguistics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- User Interface Of Digital Computer (AREA)
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
一种批处理日志查询方法、终端及计算机可读存储介质。其中,批处理日志查询方法可以包括批处理日志查询终端从多个数据中心中获取多条待处理数据条目;批处理日志查询终端按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号等步骤。该方法能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
Description
本申请要求申请号为201910359308.8,申请日为2019年4月30日,发明创造名称为“一种批处理日志查询方法、终端及计算机可读存储介质”的专利申请的优先权。
本申请涉及互联网大数据技术领域,尤其涉及大数据批量更新技术,具体涉及一种批处理日志查询方法、终端及计算机可读存储介质。
随着互联网技术发展,电子化的交易方式越来越普通,在这一过程中,技术人员通常采用批处理程序处理该交易方式所产生的海量数据条目。然而,由于,数据条目很多,技术人员难以在众多的数据条目中找到某一条数据条目的处理结果,也难以实时获知这些众多数据条目的整体处理情况,例如,无法实时获知众多数据条目有多少个数据条目处理成功、有多少个数据条目处理失败。
申请内容
本申请实施例所要解决的技术问题在于,提供批处理日志查询方法、终端及计算机可读存储介质,用于解决技术人员难以在众多的数据条目中找到某一条数据条目的处理结果,也难以实时获知这些众多数据条目的整体处理情况这个问题。
为了解决上述技术问题,本申请第一方面公开批处理日志查询方法,其中,该方法包括:
批处理日志查询终端从多个数据中心中获取多条待处理数据条目;
批处理日志查询终端按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;
当批处理日志查询终端接收到针对所述清洗后的待处理数据条目的处理指令、且批处理日志查询终端按照所述处理指令对所述清洗后的待处理数据条目处理完毕后,设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的唯一识别号为索引,将所述处理属性存储在日志数据库中;
所述批处理日志查询终端接收目标数据条目对应的处理结果查询指令,其中,所述处理结果查询指令包括至少一个查询条件;
所述批处理日志查询终端按照预设的显示模板显示所述处理结果查询指令对应的查询结果。
本申请第二方面公开了一种批处理日志查询终端,其中,所述终端包括获取模块、数据清洗模块、接收模块、设置模块、存储模块和显示模块, 其中:
所述获取模块,用于从多个数据中心中获取多条待处理数据条目;
所述数据清洗模块,用于在所述获取模块从所述多个数据中心中获取所述多条待处理数据条目之后,按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;
所述接收模块,用于在所述数据清洗模块按照所述预设的数据清洗规则对所述多条待处理数据条目进行清洗之后,接收针对所述清洗后的待处理数据条目的处理指令;
所述设置模块,用于在所述接收模块接收到针对所述清洗后的待处理数据条目的所述处理指令,且所述数据清洗模块按照所述处理指令对所述清洗后的待处理数据条目处理完毕后,设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的唯一识别号为索引;
所述存储模块,用于在所述设置模块设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的所述唯一识别号为索引之后,将所述处理属性存储在日志数据库中;
所述接收模块,还用于在所述存储模块将所述处理属性存储在日志数据库中之后,接收目标数据条目对应的处理结果查询指令,其中,所述处理结果查询指令包括至少一个查询条件;
所述显示模块,用于在所述接收模块接收到所述目标数据条目对应的所述处理结果查询指令之后,按照预设的显示模板显示所述处理结果查询指令对应的查询结果。
本申请第三方面公开了另一种批处理日志查询终端,其中,该终端包括:
存储有可执行程序代码的存储器;
与所述存储器耦合的处理器;
所述处理器调用所述存储器中存储的所述可执行程序代码,执行如本申请第一方面所述的批处理日志查询方法。
本申请第四方面提供了一种计算机可读存储介质,该计算机可读存储介质中存储有批处理日志查询程序,所述批处理日志查询程序被处理器执行时,执行如本申请第一方面所述的批处理日志查询方法。
与现有技术相比,本申请具有如下技术效果:
本申请能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本 申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请实施例一公开的一种批处理日志查询方法的流程示意图;
图2是本申请实施例二公开的一种批处理日志查询方法的流程示意图;
图3是本申请实施例三公开的一种批处理日志查询终端的结构示意图;
图4是本申请实施例四公开的一种批处理日志查询终端的结构示意图。
为了更好地理解和实施,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
实施例一
请参阅图1,图1是本申请实施例所示的一种批处理日志查询方法,如图1所示,该批处理日志查询方法可以包括步骤:
101、批处理日志查询终端从多个数据中心中获取多条待处理数据条目;
102、批处理日志查询终端按照预设的数据清洗规则对多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;
103、当批处理日志查询终端接收到针对清洗后的待处理数据条目的处理指令、且批处理日志查询终端按照处理指令对清洗后的待处理数据条目处理完毕后,设置清洗后的待处理数据条目的处理属性并以清洗后的待处理数据条目对应的唯一识别号为索引,将处理属性存储在日志数据库中;
104、批处理日志查询终端接收目标数据条目对应的处理结果查询指令,其中,处理结果查询指令包括至少一个查询条件;
105、批处理日志查询终端按照预设的显示模板显示处理结果查询指令对应的查询结果。
可见,本申请能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
实施例二
请参阅图2,图2是本申请实施例所示的一种批处理日志查询方法,如图2所示,该批处理日志查询方法可以包括步骤:
201、批处理日志查询终端从多个数据中心中获取多条待处理数据条目;
202、批处理日志查询终端按照预设的数据清洗规则对多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;
203、当批处理日志查询终端接收到针对清洗后的待处理数据条目的处 理指令、且批处理日志查询终端按照处理指令对清洗后的待处理数据条目处理完毕后,设置清洗后的待处理数据条目的处理属性并以清洗后的待处理数据条目对应的唯一识别号为索引,将处理属性存储在日志数据库中;
204、批处理日志查询终端接收目标数据条目对应的处理结果查询指令,其中,处理结果查询指令包括至少一个查询条件;
205、批处理日志查询终端根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性;
206、批处理日志查询终端根据将目标处理数据条目的处理属性标记为至少一个查询条件对应的查询结果;
207、批处理日志查询终端按照预设的显示模板显示处理结果查询指令对应的查询结果。
在本申请实施例中,作为一种可选的实施方式,在处理日志查询终端接收目标数据条目对应的处理结果查询指令之后,处理日志查询终端按照预设的显示模板显示处理结果查询指令对应的查询结果之前,方法还包括:
处理日志查询终端根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性;
处理日志查询终端根据将目标处理数据条目的处理属性标记为至少一个查询条件对应的查询结果。
在本申请实施例中,作为一种可选的实施方式,处理属性包括待处理数据条目的处理时间、待处理数据条目的处理人标识、待处理数据条目的处理状态的至少一种。
在本申请实施例中,作为一种可选的实施方式,在处理日志查询终端根据将目标处理数据条目的处理属性标记为至少一个查询条件对应的查询结果之后,方法还包括:
批处理日志查询终端判断查询结果中是否存在两个以上目标数据条目对应的处理属性,若是,则按照每个目标数据条目对应的处理状态统计每种处理状态的数量,其中,处理状态包括处理中状态、处理成功状态、处理失败状态中的一种。
在本申请实施例中,作为一种可选的实施方式,在批处理日志查询终端从多个数据中心中获取多条待处理数据条目之前,方法还包括:
批处理日志查询终端接收所针对显示模板的设置参数,其中,设置参数包括显示模板对应的背景样式参数;
批处理日志查询终端根据设置参数构建显示模板。
在本申请实施例中,作为一种可选的实施方式,在处理日志查询终端按照预设的显示模板显示处理结果查询指令对应的查询结果之后,方法还包括:
批处理日志查询终端接收针对目标数据条目的修改指令,其中,修改指令包括针对处理属性的修改参数;
批处理日志查询终端根据修改参数修改处理属性;
批处理日志查询终端为处理属性增加修改人和修改时间;
批处理日志查询终端在日志数据库中更新目标数据对应的处理属性,其中,更新后的处理属性包括修改人和修改时间。
在本申请实施例中,作为一种可选的实施方式,在处理日志查询终端按照预设的显示模板显示处理结果查询指令对应的查询结果之后,批处理日志查询终端接收针对目标数据条目的修改指令之前,方法还包括:
批处理日志查询终端接修改人的登录认证信息,其中,登录认证信息包括修改人名称、修改人名称对应的修改权限,
批处理日志查询终端根据预先存储的用户数据库信息校验修改权限,若校验通过,则批处理日志查询终端执行接收针对目标数据条目的修改指令操作。
可见,本申请能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
实施例三
请参阅图3,图3是本申请实施例所示的一种批处理日志查询终端的结构示意图,如图3所示,该批处理日志查询终端可以包括获取模块301、数据清洗模块302、接收模块303、设置模块304、存储模块305、显示模块306,其中:
获取模块301,用于从多个数据中心中获取多条待处理数据条目;
数据清洗模块302,用于在获取模块301从多个数据中心中获取多条待处理数据条目之后,按照预设的数据清洗规则对多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;
接收模块303,用于在数据清洗模块302按照预设的数据清洗规则对多条待处理数据条目进行清洗之后,接收针对清洗后的待处理数据条目的处理指令;
设置模块304,用于在接收模块303接收到针对清洗后的待处理数据条目的处理指令,且数据清洗模块302按照处理指令对清洗后的待处理数据条目处理完毕后,设置清洗后的待处理数据条目的处理属性并以清洗后的待处理数据条目对应的唯一识别号为索引;
存储模块305,用于在设置模块304设置清洗后的待处理数据条目的处理属性并以清洗后的待处理数据条目对应的唯一识别号为索引之后,将处理属性存储在日志数据库中;
接收模块303,还用于在存储模块305将处理属性存储在日志数据库中之后,接收目标数据条目对应的处理结果查询指令,其中,处理结果查询指令包括至少一个查询条件;
显示模块306,用于在接收模块303接收到目标数据条目对应的处理结果查询指令之后,按照预设的显示模板显示处理结果查询指令对应的查 询结果。
在本申请实施例中,作为一种可选的实施方式,该终端还包括查询模块、标记模块,其中:
查询模块,用于在接收模块303接收目标数据条目对应的处理结果查询指令之后,在显示模块306按照预设的显示模板显示处理结果查询指令对应的查询结果之前,根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性;
标记模块,用于在查询模块根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性之后,根据将目标处理数据条目的处理属性标记为至少一个查询条件对应的查询结果。
在本申请实施例中,作为一种可选的实施方式,处理属性包括待处理数据条目的处理时间、待处理数据条目的处理人标识、待处理数据条目的处理状态的至少一种。
在本申请实施例中,作为一种可选的实施方式,该终端还包括判断模块、统计模块,其中:
判断模块,用于标记模块根据将目标处理数据条目的处理属性标记为至少一个查询条件对应的查询结果之后,判断查询结果中是否存在两个以上目标数据条目对应的处理属性;
统计模块,用于在判断模块判断出查询结果中存在两个以上目标数据条目对应的处理属性时,按照每个目标数据条目对应的处理状态统计每种处理状态的数量,其中,处理状态包括处理中状态、处理成功状态、处理失败状态中的一种。
在本申请实施例中,作为一种可选的实施方式,该终端还包括构建模块,其中:
接收模块303,还用于在获取模块301从多个数据中心中获取多条待处理数据条目之前,接收所针对显示模板的设置参数,其中,设置参数包括显示模板对应的背景样式参数;
构建模块,用于在接收模块303接收所针对显示模板的设置参数之后,根据设置参数构建显示模板。
在本申请实施例中,作为一种可选的实施方式,该终端还包括修改模块、增加模块、更新模块,其中:
接收模块303,还用于在显示模块306按照预设的显示模板显示处理结果查询指令对应的查询结果之后,接收针对目标数据条目的修改指令,其中,修改指令包括针对处理属性的修改参数;
修改模块,用于在接收模块303接收针对目标数据条目的修改指令之后,根据修改参数修改处理属性;
增加模块,用于在修改模块根据修改参数修改处理属性之后,为处理属性增加修改人和修改时间;
更新模块,用于在增加模块为处理属性增加修改人和修改时间之后, 在日志数据库中更新目标数据对应的处理属性,其中,更新后的处理属性包括修改人和修改时间。
在本申请实施例中,作为一种可选的实施方式,该终端还包括校验模块,其中:
接收模块303,还用于在显示模块306按照预设的显示模板显示处理结果查询指令对应的查询结果之后,在接收针对目标数据条目的修改指令之前,接修改人的登录认证信息,其中,登录认证信息包括修改人名称、修改人名称对应的修改权限;
校验模块,用于在接收模块303接修改人的登录认证信息之后,根据预先存储的用户数据库信息校验修改权限,若校验通过,则触发接收模块303执行接收针对目标数据条目的修改指令操作。
可见,本申请能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
实施例四
请参阅图4,图4是本申请实施例公开的又一种批处理日志查询终端的结构示意图。如图4所示,该批处理日志查询终端可以包括:
存储有可执行程序代码的存储器401;
与存储器401耦合的处理器402;
处理器402调用存储器401中存储的可执行程序代码,执行实施例一~实施例二中任意一个实施例所描述的批处理日志查询方法中的步骤。
可见,本申请的批处理日志查询终端通过执行批处理日志查询方法,能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
实施例五
本申请实施例公开了一种计算机可读存储介质,其存储有批处理日志查询程序,其中,该批处理日志查询程序使得计算机执行实施例一和实施例二中任意一个实施例所描述的批处理日志查询方法中的步骤。
可见,本申请的计算机可读存储介质通过执行批处理日志查询方法,能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
实施例六
本申请实施例公开了一种计算机程序产品,该计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,且该计算机程序可操作 来使计算机执行实施例一~实施例二中任意一个实施例所描述的批处理日志查询方法中的步骤。
可见,本申请的计算机程序产品通过执行批处理日志查询方法,能够在数据条目被处理后,将数据条目的处理记录保存在数据库中,进而当用户需要查看数据条目的处理状态时,可以以用户输入的查询条件从数据库中找到用户需要的处理状态信息,以便于用户实时了解到数据条目的处理状态。
以上所描述的装置实施例仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性的劳动的情况下,即可以理解并实施。
通过以上的实施例的具体描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,存储介质包括只读存储器(Read-Only Memory,ROM)、随机存储器(Random Access Memory,RAM)、可编程只读存储器(Programmable Read-only Memory,PROM)、可擦除可编程只读存储器(Erasable Programmable Read Only Memory,EPROM)、一次可编程只读存储器(One-time Programmable Read-Only Memory,OTPROM)、电子抹除式可复写只读存储器(Electrically-Erasable Programmable Read-Only Memory,EEPROM)、只读光盘(Compact Disc Read-Only Memory,CD-ROM)或其他光盘存储器、磁盘存储器、磁带存储器、或者能够用于携带或存储数据的计算机可读的任何其他介质。
最后应说明的是:本申请实施例公开的一种批处理日志查询方法及终端所揭露的仅为本申请较佳实施例而已,仅用于说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解;其依然可以对前述各项实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或替换,并不使相应的技术方案的本质脱离奔放各项实施例技术方案的精神和范围。
Claims (20)
- 一种批处理日志查询方法,其特征在于,所述方法包括:批处理日志查询终端从多个数据中心中获取多条待处理数据条目;批处理日志查询终端按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;当批处理日志查询终端接收到针对所述清洗后的待处理数据条目的处理指令、且批处理日志查询终端按照所述处理指令对所述清洗后的待处理数据条目处理完毕后,设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的唯一识别号为索引,将所述处理属性存储在日志数据库中;所述批处理日志查询终端接收目标数据条目对应的处理结果查询指令,其中,所述处理结果查询指令包括至少一个查询条件;所述批处理日志查询终端按照预设的显示模板显示所述处理结果查询指令对应的查询结果。
- 如权利要求1所述的方法,其特征在于,在所述批处理日志查询终端接收目标数据条目对应的处理结果查询指令之后,所述批处理日志查询终端按照预设的显示模板显示所述处理结果查询指令对应的查询结果之前,所述方法还包括:所述批处理日志查询终端根据所述至少一个查询条件在预选存储在日志数据库中的日志数据查询所述目标处理数据条目的处理属性;所述批处理日志查询终端根据将所述目标处理数据条目的处理属性标记为所述至少一个查询条件对应的所述查询结果。
- 如权利要求1所述的方法,其特征在于,所述处理属性包括所述待处理数据条目的处理时间、所述待处理数据条目的处理人标识、所述待处理数据条目的处理状态的至少一种。
- 如权利要求2所述的方法,其特征在于,在所述批处理日志查询终端根据将所述目标处理数据条目的处理属性标记为所述至少一个查询条件对应的所述查询结果之后,所述方法还包括:所述批处理日志查询终端判断所述查询结果中是否存在两个以上目标数据条目对应的处理属性,若是,则按照每个所述目标数据条目对应的处理状态统计每种所述处理状态的数量,其中,所述处理状态包括处理中状态、处理成功状态、处理失败状态中的一种。
- 如权利要求1所述的方法,其特征在于,在所述批处理日志查询终端从多个数据中心中获取多条待处理数据条目之前,所述方法还包括:所述批处理日志查询终端接收所针对所述显示模板的设置参数,其中,所述设置参数包括所述显示模板对应的背景样式参数;所述批处理日志查询终端根据所述设置参数构建所述显示模板。
- 如权利要求1所述的方法,其特征在于,在所述批处理日志查询终端按照预设的显示模板显示所述处理结果查询指令对应的查询结果之后,所述方法还包括:所述批处理日志查询终端接收针对所述目标数据条目的修改指令,其中,所述修改指令包括针对所述处理属性的修改参数;所述批处理日志查询终端根据所述修改参数修改所述处理属性;所述批处理日志查询终端为所述处理属性增加修改人和修改时间;所述批处理日志查询终端在所述日志数据库中更新所述目标数据对应的所述处理属性,其中,更新后的处理属性包括所述修改人和修改时间。
- 如权利要求6所述的方法,其特征在于,在所述批处理日志查询终端按照预设的显示模板显示所述处理结果查询指令对应的查询结果之后,所述批处理日志查询终端接收针对所述目标数据条目的修改指令之前,所述方法还包括:所述批处理日志查询终端接所述修改人的登录认证信息,其中,所述登录认证信息包括修改人名称、所述修改人名称对应的修改权限;所述批处理日志查询终端根据预先存储的用户数据库信息校验所述修改权限,若校验通过,则所述批处理日志查询终端执行接收针对所述目标数据条目的修改指令操作。
- 一种批处理日志查询终端,其特征在于,所述终端包括获取模块、数据清洗模块、接收模块、设置模块、存储模块和显示模块,其中:所述获取模块,用于从多个数据中心中获取多条待处理数据条目;所述数据清洗模块,用于在所述获取模块从所述多个数据中心中获取所述多条待处理数据条目之后,按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;所述接收模块,用于在所述数据清洗模块按照所述预设的数据清洗规则对所述多条待处理数据条目进行清洗之后,接收针对所述清洗后的待处理数据条目的处理指令;所述设置模块,用于在所述接收模块接收到针对所述清洗后的待处理数据条目的所述处理指令,且所述数据清洗模块按照所述处理指令对所述清洗后的待处理数据条目处理完毕后,设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的唯一识别号为索引;所述存储模块,用于在所述设置模块设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的所述唯一识别号为索引之后,将所述处理属性存储在日志数据库中;所述接收模块,还用于在所述存储模块将所述处理属性存储在日志数据库中之后,接收目标数据条目对应的处理结果查询指令,其中,所述处理结果查询指令包括至少一个查询条件;所述显示模块,用于在所述接收模块接收到所述目标数据条目对应的所述处理结果查询指令之后,按照预设的显示模板显示所述处理结果查询指令对应的查询结果。
- 如权利要求8所述的批处理日志查询终端,其特征在于,还包括查询模块和标记模块,其中:查询模块,用于在接收模块接收目标数据条目对应的处理结果查询指令之后,在显示模块按照预设的显示模板显示处理结果查询指令对应的查询结果之前,根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性;标记模块,用于在查询模块根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性之后,根据将目标处理数据条目的处理属性标记为至少一个查询条件杜对应的查询结果。
- 如权利要求8所述的批处理日志查询终端,其特征在于,所述处理属性包括待处理数据条目的处理时间、待处理数据条目的处理人标识、待处理数据条目的处理状态的至少一种。
- 如权利要求8所述的批处理日志查询终端,其特征在于,还包括判断模块和统计模块,其中:判断模块,用于标记模块根据将目标处理数据条目的处理属性标记为至少一个查询条件杜对应的查询结果之后,判断查询结果中是否存在两个以上目标数据条目对应的处理属性;统计模块,用于在判断模块判断出查询结果中存在两个以上目标数据条目对应的处理属性时,按照每个目标数据条目对应的处理状态统计每种处理状态的数量,其中,处理状态包括处理中状态、处理成功状态、处理失败状态中的一种。
- 如权利要求8所述的批处理日志查询终端,其特征在于,还包括构建模块,其中:接收模块,还用于在获取模块从若干个数据中心中获取若干条待处理数据条目之前,接收所针对显示模板的设置参数,其中,设置参数包括显示模板对应的背景样式参数;构建模块,用于在接收模块接收所针对显示模板的设置参数之后,根据设置参数构建显示模板。
- 如权利要求8所述的批处理日志查询终端,其特征在于,还包括修改模块、增加模块和更新模块,其中:接收模块,还用于在显示模块按照预设的显示模板显示处理结果查询指令对应的查询结果之后,接收针对目标数据条目的修改指令,其中,修改指令包括针对处理属性的修改参数;修改模块,用于在接收模块接收针对目标数据条目的修改指令之后,根据修改参数修改处理属性;增加模块,用于在修改模块根据修改参数修改处理属性之后,为处理 属性增加修改人和修改时间;更新模块,用于在增加模块为处理属性增加修改人和修改时间之后,在日志数据库中更新目标数据对应的处理属性,其中,更新后的处理属性包括修改人和修改时间。
- 如权利要求8所述的批处理日志查询终端,其特征在于,还包括校验模块,其中:接收模块,还用于在显示模块按照预设的显示模板显示处理结果查询指令对应的查询结果之后,在接收针对目标数据条目的修改指令之前,接修改人的登录认证信息,其中,登录认证信息包括修改人名称、修改人名称对应的修改权限;校验模块,用于在接收模块接修改人的登录认证信息之后,根据预先存储的用户数据库信息校验修改权限,若校验通过,则触发接收模块执行接收针对目标数据条目的修改指令操作。
- 一种批处理日志查询终端,其特征在于,所述终端包括:存储有可执行程序代码的存储器;与所述存储器耦合的处理器;所述处理器调用所述存储器中存储的所述可执行程序代码,执行如权利要求1-7任一项所述的批处理日志查询方法。
- 如权利要求15所述的批处理日志查询终端,其特征在于,所述存储器中存储的所述可执行程序代码被分割为获取模块、数据清洗模块、接收模块、设置模块、存储模块和显示模块,其中:所述获取模块,用于从多个数据中心中获取多条待处理数据条目;所述数据清洗模块,用于在所述获取模块从所述多个数据中心中获取所述多条待处理数据条目之后,按照预设的数据清洗规则对所述多条待处理数据条目进行清洗,其中,每个清洗后的待处理数据条目对应的一个唯一识别号;所述接收模块,用于在所述数据清洗模块按照所述预设的数据清洗规则对所述多条待处理数据条目进行清洗之后,接收针对所述清洗后的待处理数据条目的处理指令;所述设置模块,用于在所述接收模块接收到针对所述清洗后的待处理数据条目的所述处理指令,且所述数据清洗模块按照所述处理指令对所述清洗后的待处理数据条目处理完毕后,设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的唯一识别号为索引;所述存储模块,用于在所述设置模块设置所述清洗后的待处理数据条目的处理属性并以所述清洗后的待处理数据条目对应的所述唯一识别号为索引之后,将所述处理属性存储在日志数据库中;所述接收模块,还用于在所述存储模块将所述处理属性存储在日志数据库中之后,接收目标数据条目对应的处理结果查询指令,其中,所述处理结果查询指令包括至少一个查询条件;所述显示模块,用于在所述接收模块接收到所述目标数据条目对应的所述处理结果查询指令之后,按照预设的显示模板显示所述处理结果查询指令对应的查询结果。
- 如权利要求16所述的批处理日志查询终端,其特征在于,所述存储器中存储的所述可执行程序代码被分割的模块还包括查询模块和标记模块,其中:查询模块,用于在接收模块接收目标数据条目对应的处理结果查询指令之后,在显示模块按照预设的显示模板显示处理结果查询指令对应的查询结果之前,根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性;标记模块,用于在查询模块根据至少一个查询条件在预选存储在日志数据库中的日志数据查询目标处理数据条目的处理属性之后,根据将目标处理数据条目的处理属性标记为至少一个查询条件杜对应的查询结果。
- 如权利要求16所述的批处理日志查询终端,其特征在于,所述存储器中存储的所述可执行程序代码被分割的模块还包括判断模块和统计模块,其中:判断模块,用于标记模块根据将目标处理数据条目的处理属性标记为至少一个查询条件杜对应的查询结果之后,判断查询结果中是否存在两个以上目标数据条目对应的处理属性;统计模块,用于在判断模块判断出查询结果中存在两个以上目标数据条目对应的处理属性时,按照每个目标数据条目对应的处理状态统计每种处理状态的数量,其中,处理状态包括处理中状态、处理成功状态、处理失败状态中的一种。
- 如权利要求16所述的批处理日志查询终端,其特征在于,所述存储器中存储的所述可执行程序代码被分割的模块还包括构建模块,其中:接收模块,还用于在获取模块从若干个数据中心中获取若干条待处理数据条目之前,接收所针对显示模板的设置参数,其中,设置参数包括显示模板对应的背景样式参数;构建模块,用于在接收模块接收所针对显示模板的设置参数之后,根据设置参数构建显示模板。
- 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质中存储有批处理日志查询程序,所述批处理日志查询程序被处理器执行时,执行如权利要求1-7任一项所述的批处理日志查询方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910359308.8A CN110134576B (zh) | 2019-04-30 | 2019-04-30 | 一种批处理日志查询方法、终端及计算机可读存储介质 |
CN201910359308.8 | 2019-04-30 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020220640A1 true WO2020220640A1 (zh) | 2020-11-05 |
Family
ID=67575839
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/117977 WO2020220640A1 (zh) | 2019-04-30 | 2019-11-13 | 一种批处理日志查询方法、终端及计算机可读存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110134576B (zh) |
WO (1) | WO2020220640A1 (zh) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114281049A (zh) * | 2021-12-29 | 2022-04-05 | 苏州赛美特科技有限公司 | 半导体清洗设备的控制系统、方法、电子设备及存储介质 |
CN116244486A (zh) * | 2023-03-06 | 2023-06-09 | 深圳开源互联网安全技术有限公司 | 基于数据流的爬取数据处理方法及系统 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110134576B (zh) * | 2019-04-30 | 2023-01-17 | 平安科技(深圳)有限公司 | 一种批处理日志查询方法、终端及计算机可读存储介质 |
CN112182043B (zh) * | 2020-10-27 | 2024-07-23 | 网易(杭州)网络有限公司 | 日志数据查询方法、装置、设备及存储介质 |
CN113609162B (zh) * | 2021-07-14 | 2023-09-26 | 远景智能国际私人投资有限公司 | 操作记录的查询方法、装置、服务器及存储介质 |
CN113886378A (zh) * | 2021-10-20 | 2022-01-04 | 苏州中科先进技术研究院有限公司 | 一种大数据治理系统 |
CN116894032B (zh) * | 2023-09-05 | 2023-11-21 | 江苏数兑科技有限公司 | 一种基于数据探查分析结果自动生成数据清洗规则的方法 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120131582A1 (en) * | 2009-07-22 | 2012-05-24 | Alibaba Group Holding Limited | System and Method for Real-Time Batch Account Processing |
CN103942330A (zh) * | 2014-04-30 | 2014-07-23 | 深圳先进技术研究院 | 一种大数据的处理方法、系统 |
CN106980565A (zh) * | 2017-03-17 | 2017-07-25 | 北京潘达互娱科技有限公司 | 升级过程监控方法及装置 |
CN107943802A (zh) * | 2016-10-12 | 2018-04-20 | 北京京东尚科信息技术有限公司 | 一种日志分析方法和系统 |
CN108415768A (zh) * | 2017-02-09 | 2018-08-17 | 财付通支付科技有限公司 | 一种数据批处理方法与系统 |
CN110134576A (zh) * | 2019-04-30 | 2019-08-16 | 平安科技(深圳)有限公司 | 一种批处理日志查询方法、终端及计算机可读存储介质 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103631699B (zh) * | 2012-08-28 | 2019-02-12 | 北京京东尚科信息技术有限公司 | 日志管理系统及日志监控、获取和查询方法 |
US20160078085A1 (en) * | 2014-09-17 | 2016-03-17 | Futurewei Technologies, Inc. | Method and system for adaptively building and updating a column store database from a row store database based on query demands |
CN107622084A (zh) * | 2017-08-10 | 2018-01-23 | 深圳前海微众银行股份有限公司 | 日志管理方法、系统以及计算机可读存储介质 |
CN108038253B (zh) * | 2018-01-23 | 2021-03-12 | 奇安信科技集团股份有限公司 | 一种日志查询的处理方法及装置 |
CN109388628A (zh) * | 2018-08-28 | 2019-02-26 | 平安科技(深圳)有限公司 | 系统日志查询方法、装置、计算机设备及存储介质 |
-
2019
- 2019-04-30 CN CN201910359308.8A patent/CN110134576B/zh active Active
- 2019-11-13 WO PCT/CN2019/117977 patent/WO2020220640A1/zh active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120131582A1 (en) * | 2009-07-22 | 2012-05-24 | Alibaba Group Holding Limited | System and Method for Real-Time Batch Account Processing |
CN103942330A (zh) * | 2014-04-30 | 2014-07-23 | 深圳先进技术研究院 | 一种大数据的处理方法、系统 |
CN107943802A (zh) * | 2016-10-12 | 2018-04-20 | 北京京东尚科信息技术有限公司 | 一种日志分析方法和系统 |
CN108415768A (zh) * | 2017-02-09 | 2018-08-17 | 财付通支付科技有限公司 | 一种数据批处理方法与系统 |
CN106980565A (zh) * | 2017-03-17 | 2017-07-25 | 北京潘达互娱科技有限公司 | 升级过程监控方法及装置 |
CN110134576A (zh) * | 2019-04-30 | 2019-08-16 | 平安科技(深圳)有限公司 | 一种批处理日志查询方法、终端及计算机可读存储介质 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114281049A (zh) * | 2021-12-29 | 2022-04-05 | 苏州赛美特科技有限公司 | 半导体清洗设备的控制系统、方法、电子设备及存储介质 |
CN116244486A (zh) * | 2023-03-06 | 2023-06-09 | 深圳开源互联网安全技术有限公司 | 基于数据流的爬取数据处理方法及系统 |
Also Published As
Publication number | Publication date |
---|---|
CN110134576B (zh) | 2023-01-17 |
CN110134576A (zh) | 2019-08-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2020220640A1 (zh) | 一种批处理日志查询方法、终端及计算机可读存储介质 | |
US9313226B2 (en) | Method and system for network validation of information | |
WO2021051546A1 (zh) | 一种链路异常识别方法、服务器及计算机可读存储介质 | |
JP2008134705A (ja) | データ処理方法及びデータ分析装置 | |
JP2014048673A (ja) | ワークフロー生成サーバ、及び方法 | |
CN112152852A (zh) | 根因分析方法、装置、设备及计算机存储介质 | |
US20130066905A1 (en) | Web-Enabled Database Access Tools | |
CN109284289B (zh) | 数据集处理方法、装置、计算机设备及存储介质 | |
US11157247B2 (en) | Cryptographic digital twin segregation system for development operations | |
WO2022267457A1 (zh) | 电子表格数据处理方法、装置、设备及存储介质 | |
WO2020215675A1 (zh) | 医疗数据库的构建方法、装置、计算机设备和存储介质 | |
US10339035B2 (en) | Test DB data generation apparatus | |
CN112473140A (zh) | 任务处理的方法及装置、电子设备、存储介质 | |
US20200285625A1 (en) | Data selection system and data selection method | |
CN112491916A (zh) | 漏洞评估方法、装置、设备及存储介质 | |
CN111984617A (zh) | 基于互联网的图片检索及关联附件的质量溯源方法 | |
CN109828983B (zh) | Pg数据库处理方法、装置、电子设备及存储介质 | |
CN114611971A (zh) | 一种推荐任务执行人员的方法、装置及设备 | |
CN111913980B (zh) | 一种设备管理方法及装置 | |
CN109885417B (zh) | 异常分析方法及电子设备、可读存储介质 | |
CN115269345A (zh) | 一种数据库测试方法、装置、设备及存储介质 | |
US20190286416A1 (en) | Information processing apparatus, information processing system, and non-transitory computer readable medium storing program | |
CN111416817A (zh) | 一种基于网络验证码的模式识别方法 | |
CN110609790A (zh) | 解析程序测试方法、装置、介质和计算机设备 | |
JP2017037381A (ja) | 行動特性分析システムおよび行動特性分析方法 |
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: 19926992 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: 19926992 Country of ref document: EP Kind code of ref document: A1 |