WO2018184552A1 - 准备金系统的数据显示方法、系统、终端设备及存储介质 - Google Patents

准备金系统的数据显示方法、系统、终端设备及存储介质 Download PDF

Info

Publication number
WO2018184552A1
WO2018184552A1 PCT/CN2018/081830 CN2018081830W WO2018184552A1 WO 2018184552 A1 WO2018184552 A1 WO 2018184552A1 CN 2018081830 W CN2018081830 W CN 2018081830W WO 2018184552 A1 WO2018184552 A1 WO 2018184552A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
execution code
processing request
processing
information
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.)
Ceased
Application number
PCT/CN2018/081830
Other languages
English (en)
French (fr)
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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Publication of WO2018184552A1 publication Critical patent/WO2018184552A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Definitions

  • the embodiments of the present application belong to the field of software, and in particular, to a data display method, system, terminal device, and storage medium of a reserve fund system.
  • each task is operated using an asynchronous task processing mode that runs, confirms, periodically refreshes, and displays the results of the operation. Since the browser page (such as jsp page) in the reserve system uses the table style, when the data returned in each background is displayed on the page, no matter how many kinds of results are run, it is given according to the module definition.
  • the order of the tasks (or steps) settings is shown, wherein the order in which each task (or step) is set in the module definition is set according to the dependencies between the tasks, for example, it is assumed that task 2 depends on task 1. Execution results, the order of setting is task 2 after task 1.
  • the table of the jsp page is first read, and the row value of each row of the table is found each time the table is cycled (ie, the tr sequence), and the tr value in the tr sequence is 1 and the background.
  • the order of return is corresponding to the data of 1, the value of tr is 2, and the data with the return order of 2 in the background corresponds, and so on. Since jsp pages are set in the js language to lock each tr according to the order of tr, and this method causes a large js code to exist in the jsp page, reading is extremely inconvenient. And, as the volume of business increases, users often add new steps to the jsp page.
  • the user must find the order of each step in the background, and carefully check each step in the large js code in the foreground.
  • the position, but also to judge the order of the steps found in the background is the same as the order of the steps in the js code found in the foreground, and each additional step will add a judgment, extremely complicated and inconvenient, inconvenient, a little mistake, it is upset
  • the order of the steps on the jsp causes the log to display an error, disrupting the original monthly sequence, causing the data of the monthly knot to be confusing. For example, the execution of the first execution is performed first, but the steps that must be executed first have not yet been executed.
  • the embodiment of the present application provides a data display method, system, terminal device, and storage medium of a reserve system, which is intended to solve the problem that the existing method needs to check the order of each task in the foreground js when displaying the data returned in the background. And to determine whether the tr value is the same as the order value of the task, and the operation is too complicated, resulting in an increase in the probability of error.
  • a first aspect of the embodiments of the present application provides a data display method of a reserve system, where the data display method includes:
  • the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code;
  • the processing result and the execution code are displayed.
  • a second aspect of the embodiments of the present application provides a data display system of a reserve system, where the data display system includes:
  • a task processing request receiving unit configured to receive a task processing request, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code;
  • a task processing unit configured to process the task according to the task processing request, to obtain a corresponding processing result
  • a processing result display unit configured to display the processing result and the execution code.
  • a third aspect of the embodiments of the present application provides a terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the The computer readable instructions implement the following steps:
  • the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code;
  • the processing result and the execution code are displayed.
  • a fourth aspect of the embodiments of the present application provides a computer readable storage medium storing computer readable instructions, wherein the computer readable instructions are executed by a processor as follows step:
  • the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code;
  • the processing result and the execution code are displayed.
  • the execution code and the task are in one-to-one correspondence according to the execution code processing task of the task and the display processing result, it is not necessary to check the order of each task in the foreground js, and it is not necessary to determine the tr value. Whether the order value of the task is the same, which simplifies the operation and improves the operation efficiency.
  • FIG. 1 is a flowchart of a data display method of a reserve system according to an embodiment of the present application
  • FIG. 2 is a structural diagram of a data display system of a reserve system according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of a terminal device according to an embodiment of the present disclosure.
  • a task processing request is received, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code, and is processed according to the task.
  • the request is processed to obtain the corresponding processing result, and the processing result and the execution code are displayed.
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • FIG. 1 is a flow chart showing a data display method of a reserve system according to a first embodiment of the present application, which is described in detail as follows:
  • Step S11 Receive a task processing request, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code.
  • the user can issue a task processing request through the jsp page, which is a webpage in the browser or a function operation page. Since the operation through the jsp page is more in line with the user's operating habits, the user can effectively improve the task processing efficiency by issuing a task processing request through the jsp page.
  • the task processing request includes task information of one or more tasks, and one task of the present application corresponds to one step, and all the steps combine to complete an operation or function.
  • the task information includes data information to be processed and a method of processing the data information, for example, a method of performing basic operations (such as summation) on the data information, a method of processing the data information according to the specified algorithm, and the like.
  • step S11 includes:
  • the task processing request carrying task information to be processed, a unique identifier of a module of the reserve system, and an execution code allocated in advance for the task, the task and the execution code being in the same module correspond.
  • the module here refers to a collection of functions that are centrally completed, which are divided by function, and each module contains many steps (or tasks).
  • the modules included include: financial reserve module, legal reserve module, mobile phone (Mobile Phone, MP) production module, etc.
  • step S11 includes:
  • the task processing request carries task information to be processed and an execution code allocated in advance for the task, and the task and the execution code are in one-to-one correspondence in the reserve system.
  • the execution code corresponding to the task is at least guaranteed to correspond one-to-one in each specific module of the reserve system, for example, in any task of a module such as financial reserve or statutory reserve or MP production. It is one-to-one correspondence with the execution code.
  • a unique identifier is set for each module, and in step S11, the task processing request carries the task information to be processed.
  • the execution code assigned to the task in advance it also carries the unique identifier of the module.
  • the execution code corresponding to the task of each module is unique in a reserve system, in step S11, the task processing request only needs to carry the task information to be processed and the task assigned in advance for the task. Execution code.
  • Step S12 processing the task according to the task processing request, and obtaining a corresponding processing result.
  • the task corresponding to the execution code query carried by the task processing request is queried, and the searched task is processed according to the query result and the data information to be processed included in the task information and how to process the obtained task, and the corresponding processing result is obtained.
  • the generated processing results may be stored in a corresponding log.
  • the description of the newly generated processing result is stored. The information, of course, can also be highlighted to identify the newly generated processing result.
  • the task processing request includes at least one task information
  • the step S12 includes:
  • the priority is usually set by the user or the reserve system at the time of the new task. For example, when creating a new task, the user assigns a priority to the new task according to the priority of the newly created task, or the user is pre-defined for different categories. The tasks are set with different priorities. When a new task is created, the reserve system automatically assigns the corresponding priority according to the category of the newly created task, and the user is not required to give priority to the newly created task one by one, thereby reducing the workload of the user.
  • the task corresponding to the task information is processed according to the priority of the task information. Specifically, the tasks are processed one by one according to the priority level of the tasks. It should be pointed out that when there is a dependency relationship between tasks, the dependency relationship is equivalent to the priority of the task. For example, if task 2 depends on task 1, task 1 has priority higher than task 2. Of course, if the task that includes the dependency in the task processing request also includes the task that does not have the dependency relationship, when processing a task, first determine whether the task has a dependency relationship with other tasks, and if not, execute in order, If so, it is processed according to the priority level corresponding to the dependency.
  • the task corresponding to the task information is processed according to the order of the task information. Specifically, when the task processing request includes multiple task information and there is no priority between the task information, the task corresponding to the task information is processed one by one according to the order of the task information.
  • Step S13 displaying the processing result and the execution code.
  • the processing result and the execution code corresponding to the processing result are displayed on the jsp page. It should be pointed out that, when displayed, it is directly displayed in the order in which the respective processing results are generated. That is, it is only necessary to pay attention to the execution order of each task (step), and it is no longer necessary to consider the task arrangement order of the jsp page, and the modification of the jsp page does not increase the risk of the execution order being incorrect.
  • step S13 includes:
  • the processing result and the execution code corresponding to the processing result are displayed line by line in the form of a table.
  • all the tasks in the reserve are displayed on the page in the form of a table (various forms).
  • the execution code is based on the execution code of the task and the display processing result, and the execution code and the task are in one-to-one correspondence, it is not necessary to check the order of each task in the foreground js, and it is not necessary to judge tr (tr is an html tag, Refers to the row of each table on the page displayed in the foreground. One line is a tr) value is the same as the order value of the task, which simplifies the operation and improves the operation efficiency.
  • step S13 the method includes:
  • the size of the value of the execution code may be set in relation to the sequence of generation. For example, when the execution code assumed by the syllabary is assumed to be 0001, the new execution code generated may be 0002, and so on, and of course, the value of the execution code. It can also be generated according to the specified function, which can be set to be related to the current time or set to a random function.
  • a task processing request is received, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, and the task corresponds to the execution code one by one, according to the
  • the task processing request processes the task, obtains a corresponding processing result, and displays the processing result and the execution code. Since the execution code and the task are in one-to-one correspondence according to the execution code processing task of the task and the display processing result, it is not necessary to check the order of each task in the foreground js, and it is not necessary to determine whether the tr value is the same as the order value of the task. , which simplifies operation and improves operational efficiency.
  • Embodiment 2 is a diagrammatic representation of Embodiment 1:
  • the data display system of the reserve system can be applied to a terminal, and the terminal can include a radio access network RAN.
  • a user device in communication with one or more core networks, which may be a mobile phone (or "cellular" phone), a computer with a mobile device, etc., for example, the user device may also be portable, pocket, handheld Mobile, built-in or in-vehicle mobile devices that exchange voice and/or data with a wireless access network.
  • the mobile device can include a smartphone, a tablet, a personal digital assistant PDA, a point-of-sale POS, or an on-board computer. For the convenience of description, only the parts related to the embodiments of the present application are shown.
  • the data display system 2 of the reserve system includes a task processing request receiving unit 21, a task processing unit 22, and a processing result display unit 23. among them:
  • the task processing request receiving unit 21 is configured to receive a task processing request, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code.
  • the user can issue a task processing request through the jsp page, where the jsp page is a webpage in the browser or a function operation page. Since the operation through the jsp page is more in line with the user's operating habits, the user can effectively improve the task processing efficiency by issuing a task processing request through the jsp page.
  • the task processing request includes task information of one or more tasks, and one task of the present application corresponds to one step, and all the steps combine to complete an operation or function.
  • the task information includes data information to be processed and a method of how to process the data information, for example, a method of performing basic operations (such as summation) on the data information, a method of processing the data information according to the specified algorithm, and the like.
  • the task processing request receiving unit 21 includes:
  • a first task processing request receiving module configured to receive a task processing request, where the task processing request carries task information to be processed, a unique identifier of a module of the reserve system, and an execution code allocated in advance for the task, where the task is The execution codes are in one-to-one correspondence within the same module.
  • the module here refers to a collection of functions that are centrally completed, which are divided by function, and each module contains many steps (or tasks).
  • the modules included include: financial reserve module, legal reserve module, mobile phone (Mobile Phone, MP) production module, etc.
  • the task processing request receiving unit 21 includes:
  • a second task processing request receiving module configured to receive a task processing request, where the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task and the execution code are in a reserve system One-to-one correspondence.
  • the task processing unit 22 is configured to process the task according to the task processing request, and obtain a corresponding processing result.
  • the task corresponding to the execution code query carried by the task processing request is queried, and the searched task is processed according to the query result and the data information to be processed included in the task information and how to process the obtained task, and the corresponding processing result is obtained.
  • the data display system 2 of the reserve system includes: a log storage unit, configured to store the generated processing result in a corresponding log.
  • a log storage unit configured to store the generated processing result in a corresponding log.
  • the description of the newly generated processing result is stored. The information, of course, can also be highlighted to identify the newly generated processing result.
  • the task processing request includes at least one task information
  • the task processing unit 22 includes:
  • the priority presence determining module is configured to determine whether there is a priority between the task information.
  • the priority is usually set by the user or the reserve system at the time of the new task. For example, when creating a new task, the user assigns a priority to the new task according to the priority of the newly created task, or the user is pre-defined for different categories. The tasks are set with different priorities. When a new task is created, the reserve system automatically assigns the corresponding priority according to the category of the newly created task, and the user is not required to give priority to the newly created task one by one, thereby reducing the workload of the user.
  • the priority task processing module is configured to process the task corresponding to the task information according to the priority of the task information when there is a priority. It should be pointed out that when there is a dependency relationship between tasks, the dependency relationship is equivalent to the priority of the task. For example, if task 2 depends on task 1, task 1 has priority higher than task 2. Of course, if the task that includes the dependency in the task processing request also includes the task that does not have the dependency relationship, when processing a task, first determine whether the task has a dependency relationship with other tasks, and if not, execute in order, If so, it is processed according to the priority level corresponding to the dependency.
  • the task sequence processing module is configured to process the task corresponding to the task information according to the arrangement order of the task information when there is no priority.
  • the processing result display unit 23 is configured to display the processing result and the execution code.
  • the processing result display unit 23 includes:
  • the execution code determining module is configured to determine an execution code corresponding to the processing result according to the task processing request.
  • the code display module is configured to display the processing result and the execution code corresponding to the processing result in a row by row in the form of a table. For the convenience of browsing, all the tasks in the reserve are displayed on the page in the form of a table (various forms).
  • the data display system 2 of the reserve system includes:
  • the task creation unit is configured to receive a task new instruction to create a new task, and assign a unique execution code to the new task.
  • the size of the value of the execution code may be set in relation to the sequence of generation. For example, when the execution code assumed by the syllabary is assumed to be 0001, the new execution code generated may be 0002, and so on, and of course, the value of the execution code. It can also be generated according to the specified function, which can be set to be related to the current time or set to a random function.
  • FIG. 3 is a schematic diagram of a terminal device according to an embodiment of the present application.
  • the terminal device 3 of this embodiment includes a processor 30, a memory 31, and computer readable instructions 32 stored in the memory 31 and operable on the processor 30.
  • the task processing request carries task information to be processed and an execution code allocated in advance for the task, where the task is in one-to-one correspondence with the execution code;
  • the processing result and the execution code are displayed.
  • the processor 30 executes the computer readable instructions 32, the functions of the modules/units in the above various device embodiments are implemented, such as the functions of the modules 21 to 23 shown in FIG. 2.
  • the computer readable instructions 32 may be partitioned into one or more modules/units that are stored in the memory 31 and executed by the processor 30, To complete this application.
  • the one or more modules/units may be a series of computer readable instruction instructions segments capable of performing a particular function for describing the execution of the computer readable instructions 32 in the terminal device 3.
  • the terminal device 3 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the terminal device may include, but is not limited to, the processor 30 and the memory 31. It will be understood by those skilled in the art that FIG. 3 is merely an example of the terminal device 3, does not constitute a limitation of the terminal device 3, may include more or less components than those illustrated, or combine some components, or different components.
  • the terminal device may further include an input/output device, a network access device, a bus, and the like.
  • the so-called processor 30 can be a central processing unit (Central Processing Unit, CPU), can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 31 may be an internal storage unit of the terminal device 3, such as a hard disk or a memory of the terminal device 3.
  • the memory 31 may also be an external storage device of the terminal device 3, for example, a plug-in hard disk equipped on the terminal device 3, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
  • the memory 31 may also include both an internal storage unit of the terminal device 3 and an external storage device.
  • the memory 31 is configured to store the computer readable instructions and other programs and data required by the terminal device.
  • the memory 31 can also be used to temporarily store data that has been output or is about to be output.
  • the disclosed systems, devices, and methods may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • 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, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the functions may be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a standalone product.
  • the technical solution of the present application which is essential or contributes to the prior art, or a part of the technical solution, may be embodied in the form of a software product, which is stored in a storage medium, including
  • the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), and a random access memory (RAM, Random Access).

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本申请适用于软件领域,提供了一种准备金系统的数据显示方法、系统、终端设备及存储介质。所述方法包括:接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;根据所述任务处理请求处理所述任务,得到对应的处理结果;显示所述处理结果以及所述执行码。通过上述方法简化了操作,提高了操作效率。

Description

准备金系统的数据显示方法、系统、终端设备及存储介质
本申请要求于2017年04月06日提交中国专利局、申请号为CN 201710220279.8、发明名称为“准备金系统的数据显示方法及系统”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请实施例属于软件领域,尤其涉及一种准备金系统的数据显示方法、系统、终端设备及存储介质。
背景技术
准备金(reserve)是商业银行库存的现金按比例存放在中央银行的存款。
在准备金系统几乎所有的模块上都是使用运行,确认,定时刷新,页面显示运行结果的异步任务处理方式操作每个任务。由于在准备金系统的浏览器页面(如jsp页面)使用表格(table)样式,因此,当在页面展示每一个后台返回的数据时,无论运行结果有多少种,都是依据模块定义中给每个任务(或步骤)设置的顺序展示,其中,模块定义中给每个任务(或步骤)设置的顺序是根据任务之间的依赖关系进行设定的,例如,假设任务2依赖于任务1的执行结果,则设置的顺序为任务2在任务1之后。具体地,在显示后台返回的数据之前,首先读取jsp页面的table,每次循环该table找到该table的每一行的行值(即tr序列),tr序列中的tr值为1的与后台返回的顺序是1的数据对应,tr值是2的与后台返回顺序为2的数据对应,以此类推。由于jsp页面都是在js语言中设置根据tr的顺序锁定每一个tr,而该方式导致jsp页面存在大段js代码,阅读极不方便。并且,随着业务量的增加,用户还经常会在jsp页面中添加新的步骤,这个时候用户既要在后台找到每个步骤的顺序,又要在前台大段js代码中认真检查每个步骤的位置,还要判断后台找到的步骤的顺序与前台找到的js代码中的步骤的顺序是否相同,而每增加一个步骤就会增加一个判断,极度复杂麻烦不方便,稍微出错,就打乱了jsp上各步骤的顺序,从而导致日志显示错误,打乱原有的月结顺序,造成了月结数据混乱,比如后执行的先执行,先必须执行的步骤反而还没有执行。
故,需要提出一种新的技术方案,以解决上述技术问题。
技术问题
本申请实施例提供了一种准备金系统的数据显示方法、系统、终端设备及存储介质,旨在解决现有的方法在显示后台返回的数据时,需要在前台js中检查每个任务的顺序,以及判断tr值与任务的顺序值是否相同,操作过于复杂,从而导致出错概率增高的问题。
技术解决方案
本申请实施例的第一方面,提供了一种准备金系统的数据显示方法,所述数据显示方法包括:
接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
根据所述任务处理请求处理所述任务,得到对应的处理结果;
显示所述处理结果以及所述执行码。
本申请实施例的第二方面,提供了一种准备金系统的数据显示系统,所述数据显示系统包括:
任务处理请求接收单元,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
任务处理单元,用于根据所述任务处理请求处理所述任务,得到对应的处理结果;
处理结果显示单元,用于显示所述处理结果以及所述执行码。
本申请实施例的第三方面,提供了一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:
接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
根据所述任务处理请求处理所述任务,得到对应的处理结果;
显示所述处理结果以及所述执行码。
本申请实施例的第四方面,提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:
接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
根据所述任务处理请求处理所述任务,得到对应的处理结果;
显示所述处理结果以及所述执行码。
有益效果
在本申请实施例中,由于根据任务的执行码处理任务以及显示处理结果,而执行码与任务是一一对应的,因此,无需在前台js中检查每个任务的顺序,也无需判断tr值与任务的顺序值是否相同,从而简化了操作,提高了操作效率。
附图说明
图1是本申请实施例提供的一种准备金系统的数据显示方法的流程图;
图2是本申请实施例提供的一种准备金系统的数据显示系统的结构图;
图3是本发明本申请实施例提供的终端设备的示意图。
本发明的实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请实施例中,接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应,根据所述任务处理请求处理所述任务,得到对应的处理结果,显示所述处理结果以及所述执行码。
为了说明本申请所述的技术方案,下面通过具体实施例来进行说明。
实施例一:
图1示出了本申请第一实施例提供的一种准备金系统的数据显示方法的流程图,详述如下:
步骤S11,接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应。
该步骤中,用户可通过jsp页面发出任务处理请求,该jsp页面为浏览器中的网页,或为功能操作的页面。由于通过jsp页面的操作更符合用户的操作习惯,因此,用户通过jsp页面发出任务处理请求能够有效提高任务处理效率。
其中,该任务处理请求包括一个或多个任务的任务信息,本申请的一个任务对应一个步骤,所有的步骤组合一起完成某项操作或功能。
其中,任务信息包括需处理的数据信息以及如何处理该数据信息的方法,例如,对数据信息执行基本运算(如求和)的方法,根据指定的算法处理数据信息的方法等。
可选地,
A1、在准备金系统的不同模块中存在相同的执行码时,所述步骤S11包括:
接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应。这里的模块是指集中完成某项功能的集合,是按照功能划分的,每个模块包含很多个步骤(或任务)。比如,在准备金系统中,划分的模块包括:财务准备金模块、法定准备金模块、移动电话(Mobile Phone,MP)制作模块等。
A2、在准备金系统的不同模块中不存在相同的执行码时,所述步骤S11包括:
接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
上述A1和A2中,与任务对应的执行码至少保证在准备金系统的每一个具体模块中是一一对应的,例如,在财务准备金或法定准备金或MP制作等模块的任一个任务都是与执行码一一对应。进一步地,为了避免在不同模块的任务设置相同的执行码而导致后续的数据处理出错,则为每个模块设定一个唯一标识,则在步骤S11中,任务处理请求除了携带需处理的任务信息以及预先为所述任务分配的执行码之外,还携带模块的唯一标识。当然,若设定在一个准备金系统中,各个模块的任务对应的执行码都是唯一的,则在步骤S11中,任务处理请求只需携带需处理的任务信息以及预先为所述任务分配的执行码。
步骤S12,根据所述任务处理请求处理所述任务,得到对应的处理结果。
具体地,根据所述任务处理请求携带的执行码查询对应的任务,再根据查询结果以及任务信息包括的需处理的数据信息以及如何处理的方法处理查找到的任务,得到对应的处理结果。
可选地,为了便于后续的查询,可将生成的处理结果存储在对应的日志里。当然,在日志中,还可以存储生成处理结果的日期。进一步地,为了便于用户快速查找到异常的处理结果,则在判断出同一模块新生成的处理结果与历史生成的处理结果的差异大于预设差异阈值时,存储所述新生成的处理结果的描述信息,当然,还可凸出标识该新生成的处理结果。
可选地,所述任务处理请求包括至少一个任务信息,对应地,所述步骤S12包括:
B1、判断所述任务信息之间是否存在优先级。这里的优先级通常由用户或准备金系统在新建任务的时候设定,例如,在新建任务时,用户根据新建任务的轻重缓急为所述新建任务赋予相应的优先级,或者,用户预先为不同类别的任务设置不同的优先级,当新建任务后,准备金系统自动根据新建任务的类别赋予相应的优先级,无需用户逐个为新建任务赋予优先级,从而减少了用户的工作量。
B2、在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务。具体地,按照任务的优先级高低,从高到低逐个处理任务。需要指出的是,当任务之间存在依赖关系时,该依赖关系相当于任务的优先级,例如,假设任务2依赖于任务1,则任务1的优先级高于任务2。当然,若在任务处理请求中包括存在依赖关系的任务也包括不存在依赖关系的任务时,则在处理一个任务时,首先判断该任务是否与其他任务存在依赖关系,若没有,按顺序执行,若有,则根据依赖关系对应的优先级高低处理。
B3、在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。具体地,当任务处理请求包括多个任务信息且任务信息之间不存在优先级时,按照该任务信息的排列先后顺序逐个处理任务信息对应的任务。
步骤S13,显示所述处理结果以及所述执行码。
在jsp页面显示处理结果以及处理结果对应的执行码。需要指出的是,在显示的时候,直接按照各个处理结果的先后生成顺序显示。即,只需要关注各任务(步骤)的执行顺序,不必再考虑jsp页面的任务排列顺序,保证jsp页面的改动也不会增加执行顺序不对的风险。
可选地,所述步骤S13包括:
C1、根据所述任务处理请求确定处理结果对应的执行码。
C2、以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。为方便浏览,在准备金里所有的任务都是以表格(各式各样的表格)的形式展示在页面上。
由于是根据任务的执行码处理任务以及显示处理结果,而执行码与任务是一一对应的,因此,无需在前台js中检查每个任务的顺序,也无需判断tr(tr是html标签,是指前台展示的页面上每个表格的行,一行就是一个tr)值与任务的顺序值是否相同,从而简化了操作,提高了操作效率。
可选地,在步骤S13之后,包括:
接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。
具体地,在新建任务(或步骤)中写上任务对应的执行码,例如,通过以下形式proc_code='xxxx'写上任务对于的执行码。其中,执行码的值的大小可设置与生成的先后顺序有关,例如,先生成的执行码假设为0001时,接着生成的新的执行码可为0002,其他依次类推,当然,执行码的值也可根据指定的函数生成,该指定的函数可设置为与当前时间有关,也可设置为某一个随机函数。
本申请第一实施例中,接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应,根据所述任务处理请求处理所述任务,得到对应的处理结果,显示所述处理结果以及所述执行码。由于根据任务的执行码处理任务以及显示处理结果,而执行码与任务是一一对应的,因此,无需在前台js中检查每个任务的顺序,也无需判断tr值与任务的顺序值是否相同,从而简化了操作,提高了操作效率。
应理解,在本申请实施例中,上述各过程的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。
实施例二:
图2示出了本申请第二实施例提供的一种准备金系统的数据显示系统的结构图,该准备金系统的数据显示系统可应用于终端中,该终端可以包括经无线接入网RAN与一个或多个核心网进行通信的用户设备,该用户设备可以是移动电话(或称为“蜂窝”电话)、具有移动设备的计算机等,例如,用户设备还可以是便携式、袖珍式、手持式、计算机内置的或者车载的移动装置,它们与无线接入网交换语音和/或数据。又例如,该移动设备可以包括智能手机、平板电脑、个人数字助理PDA、销售终端POS或车载电脑等。为了便于说明,仅示出了与本申请实施例相关的部分。
该准备金系统的数据显示系统2包括:任务处理请求接收单元21、任务处理单元22、处理结果显示单元23。其中:
任务处理请求接收单元21,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应。
具体地,用户可通过jsp页面发出任务处理请求,该jsp页面为浏览器中的网页,或为功能操作的页面。由于通过jsp页面的操作更符合用户的操作习惯,因此,用户通过jsp页面发出任务处理请求能够有效提高任务处理效率。
其中,该任务处理请求包括一个或多个任务的任务信息,本申请的一个任务对应一个步骤,所有的步骤组合一起完成某项操作或功能。任务信息包括需处理的数据信息以及如何处理该数据信息的方法,例如,对数据信息执行基本运算(如求和)的方法,根据指定的算法处理数据信息的方法等。
可选地,在准备金系统的不同模块中存在相同的执行码时,所述任务处理请求接收单元21包括:
第一任务处理请求接收模块,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应。这里的模块是指集中完成某项功能的集合,是按照功能划分的,每个模块包含很多个步骤(或任务)。比如,在准备金系统中,划分的模块包括:财务准备金模块、法定准备金模块、移动电话(Mobile Phone,MP)制作模块等。
在准备金系统的不同模块中不存在相同的执行码时,所述任务处理请求接收单元21包括:
第二任务处理请求接收模块,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
任务处理单元22,用于根据所述任务处理请求处理所述任务,得到对应的处理结果。
具体地,根据所述任务处理请求携带的执行码查询对应的任务,再根据查询结果以及任务信息包括的需处理的数据信息以及如何处理的方法处理查找到的任务,得到对应的处理结果。
可选地,为了便于后续的查询,该准备金系统的数据显示系统2包括:日志存储单元,用于将生成的处理结果存储在对应的日志里。当然,在日志中,还可以存储生成处理结果的日期。进一步地,为了便于用户快速查找到异常的处理结果,则在判断出同一模块新生成的处理结果与历史生成的处理结果的差异大于预设差异阈值时,存储所述新生成的处理结果的描述信息,当然,还可凸出标识该新生成的处理结果。
可选地,所述任务处理请求包括至少一个任务信息,对应地,所述任务处理单元22包括:
优先级存在判断模块,用于判断所述任务信息之间是否存在优先级。这里的优先级通常由用户或准备金系统在新建任务的时候设定,例如,在新建任务时,用户根据新建任务的轻重缓急为所述新建任务赋予相应的优先级,或者,用户预先为不同类别的任务设置不同的优先级,当新建任务后,准备金系统自动根据新建任务的类别赋予相应的优先级,无需用户逐个为新建任务赋予优先级,从而减少了用户的工作量。
优先级任务处理模块,用于在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务。需要指出的是,当任务之间存在依赖关系时,该依赖关系相当于任务的优先级,例如,假设任务2依赖于任务1,则任务1的优先级高于任务2。当然,若在任务处理请求中包括存在依赖关系的任务也包括不存在依赖关系的任务时,则在处理一个任务时,首先判断该任务是否与其他任务存在依赖关系,若没有,按顺序执行,若有,则根据依赖关系对应的优先级高低处理。
任务顺序处理模块,用于在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。
处理结果显示单元23,用于显示所述处理结果以及所述执行码。
需要指出的是,在显示的时候,直接按照各个处理结果的先后生成顺序显示。即,只需要关注各任务(步骤)的执行顺序,不必再考虑jsp页面的任务排列顺序,保证jsp页面的改动也不会增加执行顺序不对的风险。
可选地,所述处理结果显示单元23包括:
执行码确定模块,用于根据所述任务处理请求确定处理结果对应的执行码。
执行码显示模块,用于以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。为方便浏览,在准备金里所有的任务都是以表格(各式各样的表格)的形式展示在页面上。
可选地,该准备金系统的数据显示系统2包括:
任务新建单元,用于接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。具体地,在新建任务(或步骤)中写上任务对应的执行码,例如,通过以下形式proc_code='xxxx'写上任务对于的执行码。其中,执行码的值的大小可设置与生成的先后顺序有关,例如,先生成的执行码假设为0001时,接着生成的新的执行码可为0002,其他依次类推,当然,执行码的值也可根据指定的函数生成,该指定的函数可设置为与当前时间有关,也可设置为某一个随机函数。
本申请第二实施例中,由于根据任务的执行码处理任务以及显示处理结果,而执行码与任务是一一对应的,因此,无需在前台js中检查每个任务的顺序,也无需判断tr值与任务的顺序值是否相同,从而简化了操作,提高了操作效率。
图3是本申请一实施例提供的终端设备的示意图。如图3所示,该实施例的终端设备3包括:处理器30、存储器31以及存储在所述存储器31中并可在所述处理器30上运行的计算机可读指令32。所述处理器30执行所述计算机可读指令32时实现以下操作:
接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
根据所述任务处理请求处理所述任务,得到对应的处理结果;
显示所述处理结果以及所述执行码。
所述处理器30执行所述计算机可读指令32时实现上述各装置实施例中各模块/单元的功能,例如图2所示模块21至23的功能。
示例性的,所述计算机可读指令32可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器31中,并由所述处理器30执行,以完成本申请。所述一个或多个模块/单元可以是能够完成特定功能的一系列计算机可读指令指令段,该指令段用于描述所述计算机可读指令32在所述终端设备3中的执行过程。
所述终端设备3可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述终端设备可包括,但不仅限于,处理器30、存储器31。本领域技术人员可以理解,图3仅仅是终端设备3的示例,并不构成对终端设备3的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述终端设备还可以包括输入输出设备、网络接入设备、总线等。
所称处理器30可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器 (Digital Signal Processor,DSP)、专用集成电路 (Application Specific Integrated Circuit,ASIC)、现成可编程门阵列 (Field-Programmable Gate Array,FPGA) 或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
所述存储器31可以是所述终端设备3的内部存储单元,例如终端设备3的硬盘或内存。所述存储器31也可以是所述终端设备3的外部存储设备,例如所述终端设备3上配备的插接式硬盘,智能存储卡(Smart Media Card, SMC),安全数字(Secure Digital, SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器31还可以既包括所述终端设备3的内部存储单元也包括外部存储设备。所述存储器31用于存储所述计算机可读指令以及所述终端设备所需的其他程序和数据。所述存储器31还可以用于暂时地存储已经输出或者将要输出的数据。
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统、装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应所述以权利要求的保护范围为准。

Claims (20)

  1. 一种准备金系统的数据显示方法,其特征在于,所述数据显示方法包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
    根据所述任务处理请求处理所述任务,得到对应的处理结果;
    显示所述处理结果以及所述执行码。
  2. 根据权利要求1所述的数据显示方法,其特征在于,在准备金系统的不同模块中存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应;
    在准备金系统的不同模块中不存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
  3. 根据权利要求1所述的数据显示方法,其特征在于,所述任务处理请求包括至少一个任务信息,对应地,所述根据所述任务处理请求处理所述任务,得到对应的处理结果,包括:
    判断所述任务信息之间是否存在优先级;
    在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务;
    在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。
  4. 根据权利要求1所述的数据显示方法,其特征在于,所述显示所述处理结果以及所述执行码,包括:
    根据所述任务处理请求确定处理结果对应的执行码;
    以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。
  5. 根据权利要求1至4任一项所述的数据显示方法,其特征在于,在所述显示所述处理结果以及所述执行码之后,包括:
    接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。
  6. 一种准备金系统的数据显示系统,其特征在于,所述数据显示系统包括:
    任务处理请求接收单元,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
    任务处理单元,用于根据所述任务处理请求处理所述任务,得到对应的处理结果;
    处理结果显示单元,用于显示所述处理结果以及所述执行码。
  7. 根据权利要求6所述的数据显示系统,其特征在于,在准备金系统的不同模块中存在相同的执行码时,所述任务处理请求接收单元包括:
    第一任务处理请求接收模块,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应;
    在准备金系统的不同模块中不存在相同的执行码时,所述任务处理请求接收单元包括:
    第二任务处理请求接收模块,用于接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
  8. 根据权利要求6所述的数据显示系统,其特征在于,所述任务处理请求包括至少一个任务信息,对应地,所述任务处理单元包括:
    优先级存在判断模块,用于判断所述任务信息之间是否存在优先级;
    优先级任务处理模块,用于在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务;
    任务顺序处理模块,用于在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。
  9. 根据权利要求6所述的数据显示系统,其特征在于,所述处理结果显示单元包括:
    执行码确定模块,用于根据所述任务处理请求确定处理结果对应的执行码;
    执行码显示模块,用于以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。
  10. 根据权利要求6至9任一项所述的数据显示系统,其特征在于,所述数据显示系统包括:
    任务新建单元,用于接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。
  11. 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
    根据所述任务处理请求处理所述任务,得到对应的处理结果;
    显示所述处理结果以及所述执行码。
  12. 根据权利要求11所述的终端设备,其特征在于,准备金系统的不同模块中存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应;
    在准备金系统的不同模块中不存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
  13. 根据权利要求11所述的终端设备,其特征在于,所述任务处理请求包括至少一个任务信息,对应地,所述根据所述任务处理请求处理所述任务,得到对应的处理结果,包括:
    判断所述任务信息之间是否存在优先级;
    在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务;
    在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。
  14. 根据权利要求11所述的终端设备,其特征在于,所述显示所述处理结果以及所述执行码,包括:
    根据所述任务处理请求确定处理结果对应的执行码;
    以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。
  15. 根据权利要求11至14任一项所述的终端设备,其特征在于,在所述显示所述处理结果以及所述执行码之后,包括:
    接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。
  16. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码一一对应;
    根据所述任务处理请求处理所述任务,得到对应的处理结果;
    显示所述处理结果以及所述执行码。
  17. 根据权利要求16所述的计算机可读存储介质,其特征在于,在准备金系统的不同模块中存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息、准备金系统的模块的唯一标识以及预先为所述任务分配的执行码,所述任务与所述执行码在同一模块内一一对应;
    在准备金系统的不同模块中不存在相同的执行码时,所述接收任务处理请求,包括:
    接收任务处理请求,所述任务处理请求携带需处理的任务信息以及预先为所述任务分配的执行码,所述任务与所述执行码在准备金系统内一一对应。
  18. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述任务处理请求包括至少一个任务信息,对应地,所述根据所述任务处理请求处理所述任务,得到对应的处理结果,包括:
    判断所述任务信息之间是否存在优先级;
    在存在优先级时,根据所述任务信息的优先级高低处理所述任务信息对应的任务;
    在不存在优先级时,根据所述任务信息的排列先后顺序处理所述任务信息对应的任务。
  19. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述显示所述处理结果以及所述执行码,包括:
    根据所述任务处理请求确定处理结果对应的执行码;
    以表格的形式按顺序逐行显示处理结果以及所述处理结果对应的执行码。
  20. 根据权利要求16至19任一项所述的计算机可读存储介质,其特征在于,在所述显示所述处理结果以及所述执行码之后,包括:
    接收任务新建指令以新建任务,并为所述新建任务分配唯一的执行码。
PCT/CN2018/081830 2017-04-06 2018-04-04 准备金系统的数据显示方法、系统、终端设备及存储介质 Ceased WO2018184552A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710220279.8 2017-04-06
CN201710220279.8A CN108256989B (zh) 2017-04-06 2017-04-06 准备金系统的数据显示方法及系统

Publications (1)

Publication Number Publication Date
WO2018184552A1 true WO2018184552A1 (zh) 2018-10-11

Family

ID=62721361

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/081830 Ceased WO2018184552A1 (zh) 2017-04-06 2018-04-04 准备金系统的数据显示方法、系统、终端设备及存储介质

Country Status (2)

Country Link
CN (1) CN108256989B (zh)
WO (1) WO2018184552A1 (zh)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060192997A1 (en) * 2005-02-17 2006-08-31 Seiko Epson Corporation Print status monitor control for printing devices on network
CN101305361A (zh) * 2005-11-09 2008-11-12 微软公司 自适应任务框架
CN102725763A (zh) * 2010-12-08 2012-10-10 松下电器产业株式会社 信息处理装置及信息处理方法
CN104239148A (zh) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 一种分布式任务调度方法及装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7784026B1 (en) * 2002-06-05 2010-08-24 Adobe Systems Incorporated Web application internationalization
CN104317563B (zh) * 2014-09-25 2018-04-27 汤习俭 一种在线课件协作开发系统
CN104735137A (zh) * 2015-03-09 2015-06-24 广州杰赛科技股份有限公司 一种实现客户端与服务器端异步交互的方法和系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060192997A1 (en) * 2005-02-17 2006-08-31 Seiko Epson Corporation Print status monitor control for printing devices on network
CN101305361A (zh) * 2005-11-09 2008-11-12 微软公司 自适应任务框架
CN102725763A (zh) * 2010-12-08 2012-10-10 松下电器产业株式会社 信息处理装置及信息处理方法
CN104239148A (zh) * 2013-06-06 2014-12-24 腾讯科技(深圳)有限公司 一种分布式任务调度方法及装置

Also Published As

Publication number Publication date
CN108256989A (zh) 2018-07-06
CN108256989B (zh) 2020-09-04

Similar Documents

Publication Publication Date Title
CN107679081B (zh) 信息修改方法、装置、计算机设备及计算机可读存储介质
US10963888B2 (en) Payment complaint method, device, server and readable storage medium
WO2019019702A1 (zh) 算法的生成方法、装置、终端设备及存储介质
US12111838B2 (en) Systems and methods for expedited large file processing
CN111737564A (zh) 一种信息查询方法、装置、设备及介质
CN105488125A (zh) 页面访问方法和装置
CN106326243A (zh) 一种数据处理方法及装置
CN113434063A (zh) 一种信息显示方法、装置及设备
CN106951254B (zh) 支付系统中相似业务功能模块复用的方法及装置
CN109271564A (zh) 保单查询方法及设备
JP2016502214A (ja) タブボタンの管理
CN117633835A (zh) 一种数据处理方法、装置、设备以及存储介质
CN109857501B (zh) 一种app的页面展示方法、装置、存储介质和服务器
CN113326680A (zh) 生成表格的方法和装置
CN115291773A (zh) 树形结构数据展示方法及装置
CN115168760A (zh) 数据查询方法、装置及存储介质
CN107729341B (zh) 电子装置、信息查询控制方法和计算机可读存储介质
CN104392362A (zh) 信息处理方法及装置
CN112015466A (zh) 信息检索方法、装置、计算机设备及存储介质
CN115408547B (zh) 一种字典树构建方法、装置、设备及存储介质
CN121605384A (zh) 编辑工作流的方法、装置、设备和存储介质
WO2018184552A1 (zh) 准备金系统的数据显示方法、系统、终端设备及存储介质
CN114329164A (zh) 用于处理数据的方法、装置、设备、介质和产品
CN112667682A (zh) 数据处理方法、装置、计算机设备和存储介质
WO2022072023A1 (en) Reuse of infographics

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: 18781158

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 24.01.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18781158

Country of ref document: EP

Kind code of ref document: A1