CN106709803B - Payment service monitoring processing method and device - Google Patents
Payment service monitoring processing method and device Download PDFInfo
- Publication number
- CN106709803B CN106709803B CN201610995991.0A CN201610995991A CN106709803B CN 106709803 B CN106709803 B CN 106709803B CN 201610995991 A CN201610995991 A CN 201610995991A CN 106709803 B CN106709803 B CN 106709803B
- Authority
- CN
- China
- Prior art keywords
- service
- monitoring
- information
- batch
- transaction data
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/04—Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
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)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a payment service monitoring processing method and a device, wherein the method comprises the following steps: dividing the services in a service transaction data table to be monitored in a payment system into batches, and recording the batch information of each service in the service transaction data table; creating a monitoring schedule, wherein the monitoring schedule records batch information of the calculated processing service; and selecting the service with the batch information later than that in the monitoring schedule for calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is finished. The invention can improve the performance of service monitoring calculation processing, and can keep the performance of service real-time monitoring calculation processing under the scenes of high concurrency and large service quantity.
Description
Technical Field
The invention relates to the technical field of payment system service monitoring, in particular to a payment service monitoring processing method and device.
Background
The large-amount, small-amount, online banking and other business systems in the payment system are large-scale concurrent online transaction systems. At present, general service monitoring only needs to calculate the total service number and money amount of the whole system. The service monitoring of the payment system needs to calculate the number of strokes and the amount of money of each service of each participating institution line respectively, and the calculation processing complexity is high. The service monitoring of the payment system firstly avoids the influence on the performance of the payment system and secondly improves the timeliness of the service monitoring as much as possible. However, in the process of monitoring the service of the payment system, when the monitoring operation is marked, the original service transaction record needs to be modified or the transaction record needs to be additionally marked, the monitoring processing operation and the service transaction are synchronously performed, that is, each transaction executes a monitoring calculation, and a calculation result is updated or written, and the calculation processing times linearly increase along with the increase of the service volume, which not only seriously affects the performance of the payment system, but also cannot keep the timeliness of the service monitoring calculation processing.
Disclosure of Invention
The embodiment of the invention provides a payment service monitoring and processing method, which is used for improving the performance of service monitoring, calculating and processing and maintaining the performance of service real-time monitoring, calculating and processing under the scenes of high concurrency and large service quantity, and comprises the following steps:
dividing the services in a service transaction data table to be monitored in a payment system into batches, and recording the batch information of each service in the service transaction data table;
creating a monitoring schedule, wherein the monitoring schedule records batch information of the calculated processing service;
selecting a service with batch information later than that in the monitoring schedule for calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is finished;
the method further comprises the following steps: before dividing services in a service transaction data table to be monitored in a payment system into batches, creating a database table trigger based on the service transaction data table, wherein the database table trigger is light; creating a monitoring information table, extracting the element information of each service in the service transaction data table to the monitoring information table through the database table trigger, and recording the time stamp information of the element information of each service entering the monitoring information table in the monitoring information table;
the step of dividing the services in the service transaction data table to be monitored in the payment system into batches comprises the following steps:
and based on the timestamp information recorded in the monitoring information table, dividing the services in the service transaction data table into batches.
In one embodiment, the recording the batch information of each service in the service transaction data table includes:
and recording the batch information of each service in the service transaction data table in the monitoring information table.
In one embodiment, selecting a service whose batch information is later than the batch information in the monitoring schedule for calculation processing includes:
and selecting the service with the batch information later than the batch information in the monitoring schedule for calculation processing at fixed time intervals.
In one embodiment, selecting a service whose batch information is later than the batch information in the monitoring schedule for calculation processing further includes:
the fixed time interval is configured according to traffic size and/or monitoring timeliness requirements.
The embodiment of the invention also provides a payment service monitoring and processing device, which is used for improving the performance of service monitoring, calculating and processing and maintaining the performance of service real-time monitoring, calculating and processing under the scenes of high concurrency and large service quantity, and comprises the following components:
the system comprises a business batch module, a business batch module and a business batch module, wherein the business batch module is used for dividing businesses in a business transaction data table needing to be monitored in a payment system into batches and recording batch information of each business in the business transaction data table;
the system comprises a schedule creating module, a monitoring module and a processing module, wherein the schedule creating module is used for creating a monitoring schedule, and batch information of calculated processing services is recorded in the monitoring schedule;
the schedule updating module is used for selecting the service of which the batch information is later than that in the monitoring schedule to perform calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is completed;
the trigger creating module is used for creating a database table trigger based on the business transaction data table, and the database table trigger is light;
the information table creating module is used for creating a monitoring information table, extracting the element information of each service in the service transaction data table to the monitoring information table through the database table trigger, and recording the time stamp information of the element information of each service entering the monitoring information table in the monitoring information table;
the business batching module is further configured to:
and based on the timestamp information recorded in the monitoring information table, dividing the services in the service transaction data table into batches.
In one embodiment, the business batching module is further configured to:
and recording the batch information of each service in the service transaction data table in the monitoring information table.
In one embodiment, the schedule update module is further configured to:
and selecting the service with the batch information later than the batch information in the monitoring schedule for calculation processing at fixed time intervals.
In one embodiment, the schedule update module is further configured to:
the fixed time interval is configured according to traffic size and/or monitoring timeliness requirements.
In the embodiment of the invention, the batch information of the calculated and processed service is recorded in the monitoring schedule, whether the transaction is monitored and processed can be marked on the premise of not modifying the original service transaction record, and the updating and modifying frequency of the calculation result is reduced by processing the service in the service transaction data table to be monitored in a payment system in batches, so that the calculation and processing frequency can not increase linearly along with the increase of the service volume, the performance of service monitoring and calculation processing is improved, and the timeliness of service monitoring and calculation processing can be still maintained under the scenes of high concurrency and large service volume.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts. In the drawings:
fig. 1 is a schematic flow chart of a payment service monitoring processing method according to an embodiment of the present invention;
fig. 2 is a diagram of an embodiment of a payment service monitoring processing method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a payment service monitoring processing apparatus according to an embodiment of the present invention;
fig. 4 is a diagram of an embodiment of a payment traffic monitoring processing apparatus according to the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In order to solve the technical problems that the performance of a payment system is seriously influenced by service monitoring of the conventional payment system and the timeliness of service monitoring calculation processing cannot be maintained, the embodiment of the invention provides a payment service monitoring processing method. Fig. 1 is a schematic flow chart of a payment service monitoring processing method in an embodiment of the present invention, and as shown in fig. 1, the method may include:
102, establishing a monitoring schedule, wherein the monitoring schedule records batch information of the calculated processing service;
and 103, selecting the service of which the batch information is later than that in the monitoring schedule for calculation processing, and updating the batch information of the calculated service in the monitoring information table after the calculation processing is finished.
As can be known from the flow shown in fig. 1, in the embodiment of the present invention, by processing the services in the service transaction data table to be monitored in the payment system in batches, the update and modification frequency of the calculation result is reduced, so that the number of times of calculation processing can not increase linearly with the increase of the traffic, the performance of service monitoring calculation processing is improved, and the timeliness of the service monitoring calculation processing can still be maintained in a high-concurrency and large-traffic scene.
When the method is implemented, the services in the service transaction data table to be monitored in the payment system are divided into batches. The payment system can be, for example, a large amount, a small amount, an internet bank and other business systems.
The basis for dividing the services in the service transaction data table into batches can be set according to actual requirements, for example, in a specific embodiment, before dividing the services into batches, a database table trigger can be created based on the service transaction data table; the method comprises the steps of creating a monitoring information table, extracting element information of each service in a service transaction data table to the monitoring information table through a database table trigger, recording timestamp information of the element information of each service entering the monitoring information table in the monitoring information table, and when the services are batched, batching the services in the service transaction data table based on the timestamp information recorded in the monitoring information table. The database table trigger can capture data from a specified data source table (i.e. the business transaction data table herein) and write the data into a specified target data table (i.e. the monitoring information table herein). The database table trigger can be lightweight, which can further improve the performance and timeliness of the business monitoring computing process. Those skilled in the art will readily understand that the above-mentioned grouping of services according to the triggered timestamp information is only an example, and different bases may be set for grouping services according to actual requirements in implementation.
When the services in the service transaction data table are divided into batches, the batch information of each service in the service transaction data table is recorded. Further, in an embodiment, the batch information of each service in the service transaction data table may be recorded in the monitoring information table.
In practice, a monitoring schedule is also created in which batch information (initially empty) for the calculated processing traffic is recorded. And then selecting the service of which the batch information is later than that in the monitoring schedule for calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is finished.
It can be known from the above embodiments that, in the embodiments of the present invention, a monitoring schedule is created, and batch information of a calculated transaction is recorded in the monitoring schedule, so that it is possible to mark whether a transaction is monitored and processed on the premise of not modifying an original transaction record; however, in the prior art, it is generally marked on the original business transaction data table whether the transaction is monitored and processed, which may cause a problem of modification amount, and further affect the performance and timeliness of the business monitoring and computing process, so that the embodiment of the present invention can further improve the performance and timeliness of the business monitoring and computing process compared with the prior art by recording the batch information of the computed and processed business in the monitoring schedule independent of the business transaction data table.
In a specific embodiment, selecting a service whose batch information is later than the batch information in the monitoring schedule for performing calculation processing may include: and selecting the service of which the batch information is later than that in the monitoring schedule for calculation processing at fixed time intervals. Of course, as those skilled in the art will readily understand, the time interval for selecting the service to perform the calculation processing may be set to be fixed or unfixed according to the actual requirement, or the service may be selected to perform the calculation processing at a certain or some specified time, and the fixed time interval is relatively easier to manage, which is convenient for the subsequent statistical analysis.
In an embodiment, selecting a service whose batch information is later than the batch information in the monitoring schedule for performing calculation processing may further include: the fixed time interval is configured according to the traffic size and/or monitoring timeliness requirements.
In the embodiment, all services of which the batch information is later than the batch information in the monitoring schedule may be selected for calculation, but it is easily understood by those skilled in the art that some services of which the batch information is later than the batch information in the monitoring schedule may be selected for calculation, and the selected services may be flexibly adjusted as needed.
Fig. 2 is a diagram of a specific example of a payment service monitoring processing method in an embodiment of the present invention, as shown in fig. 2, a process of the payment service monitoring processing in this example may include:
step 202, a monitoring information table is created, element information of each service in a service transaction data table is extracted to the monitoring information table through a database table trigger, and timestamp information of the element information of each service entering the monitoring information table is recorded in the monitoring information table;
It can be known from the above embodiments that the embodiments of the present invention can solve the problems encountered during the service monitoring of the payment system: firstly, on the premise of not modifying the original business transaction record, marking whether the transaction is monitored and processed; secondly, how to reduce the updating and modifying frequency of the calculation result so as to improve the performance of the service monitoring calculation processing; and thirdly, how to keep the real-time monitoring and calculating processing performance of the service under the scenes of high concurrency and large service quantity.
Based on the same inventive concept, the embodiment of the present invention further provides a payment service monitoring processing apparatus, as in the following embodiments. The principle of solving the problems by the device is similar to the payment service monitoring processing method, so the implementation of the device can refer to the implementation of the payment service monitoring processing method, and repeated parts are not described again.
Fig. 3 is a schematic structural diagram of a payment service monitoring processing apparatus in an embodiment of the present invention, and as shown in fig. 3, the apparatus may include:
the business batch module 301 is configured to batch businesses in a business transaction data table to be monitored in the payment system, and record batch information of each business in the business transaction data table;
a schedule creation module 302, configured to create a monitoring schedule, where batch information of the calculated processing service is recorded in the monitoring schedule;
and the schedule updating module 303 is configured to select a service with batch information later than the batch information in the monitoring schedule for calculation processing, and update the batch information of the calculated service in the monitoring information table after the calculation processing is completed.
Fig. 4 is a diagram of a specific example of a payment service monitoring processing apparatus according to an embodiment of the present invention, as shown in fig. 4, in this example, the apparatus shown in fig. 3 may further include:
a trigger creating module 401, configured to create a database table trigger based on the business transaction data table;
an information table creating module 402, configured to create a monitoring information table, extract the element information of each service in the service transaction data table to the monitoring information table through a database table trigger, and record, in the monitoring information table, timestamp information of entry of the element information of each service into the monitoring information table;
the business batching module 301 may be further configured to:
and based on the timestamp information recorded in the monitoring information table, dividing the services in the service transaction data table into batches.
In particular implementation, the business batching module 301 may be further configured to:
and recording the batch information of each service in the service transaction data table in the monitoring information table.
In particular implementation, the schedule updating module 303 may be further configured to:
and selecting the service of which the batch information is later than that in the monitoring schedule for calculation processing at fixed time intervals.
In particular implementation, the schedule updating module 303 may be further configured to:
the fixed time interval is configured according to the traffic size and/or monitoring timeliness requirements.
In summary, in the embodiment of the present invention, the batch information of the calculated and processed service is recorded in the monitoring schedule, so that whether the transaction is monitored and processed can be marked on the premise of not modifying the original service transaction record, and the update and modification frequency of the calculation result is reduced by processing the service in the service transaction data table to be monitored in batches in the payment system, so that the calculation and processing frequency can not increase linearly with the increase of the service volume, the performance of the service monitoring and calculation processing is improved, the timeliness of the service monitoring and calculation processing can be still maintained in a high-concurrency and high-service-volume scene, and the method is suitable for the complex service real-time monitoring and calculation in a high-concurrency and high-service-volume scene.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (8)
1. A payment service monitoring processing method is characterized by comprising the following steps:
dividing the services in a service transaction data table to be monitored in a payment system into batches, and recording the batch information of each service in the service transaction data table;
creating a monitoring schedule, wherein the monitoring schedule records batch information of the calculated processing service;
selecting a service with batch information later than that in the monitoring schedule for calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is finished;
the method further comprises the following steps: before dividing services in a service transaction data table to be monitored in a payment system into batches, creating a database table trigger based on the service transaction data table, wherein the database table trigger is light; creating a monitoring information table, extracting the element information of each service in the service transaction data table to the monitoring information table through the database table trigger, and recording the time stamp information of the element information of each service entering the monitoring information table in the monitoring information table;
the step of dividing the services in the service transaction data table to be monitored in the payment system into batches comprises the following steps:
and based on the timestamp information recorded in the monitoring information table, dividing the services in the service transaction data table into batches.
2. The method of claim 1, wherein recording batch information for each transaction in the transaction data table comprises:
and recording the batch information of each service in the service transaction data table in the monitoring information table.
3. The method of claim 1, wherein selecting for computational processing a service having batch information later than the batch information in the monitoring schedule comprises:
and selecting the service with the batch information later than the batch information in the monitoring schedule for calculation processing at fixed time intervals.
4. The method of claim 3, wherein selecting for computational processing a service having batch information later than the batch information in the monitoring schedule further comprises:
the fixed time interval is configured according to traffic size and/or monitoring timeliness requirements.
5. A payment transaction monitoring processing apparatus, comprising:
the system comprises a business batch module, a business batch module and a business batch module, wherein the business batch module is used for dividing businesses in a business transaction data table needing to be monitored in a payment system into batches and recording batch information of each business in the business transaction data table;
the system comprises a schedule creating module, a monitoring module and a processing module, wherein the schedule creating module is used for creating a monitoring schedule, and batch information of calculated processing services is recorded in the monitoring schedule;
the schedule updating module is used for selecting the service of which the batch information is later than that in the monitoring schedule to perform calculation processing, and updating the batch information of the calculated and processed service in the monitoring information table after the calculation processing is completed;
the trigger creating module is used for creating a database table trigger based on the business transaction data table, and the database table trigger is light;
the information table creating module is used for creating a monitoring information table, extracting the element information of each service in the service transaction data table to the monitoring information table through the database table trigger, and recording the time stamp information of the element information of each service entering the monitoring information table in the monitoring information table;
the business batching module is further configured to:
and based on the timestamp information recorded in the monitoring information table, dividing the services in the service transaction data table into batches.
6. The apparatus of claim 5, wherein the business batching module is further to:
and recording the batch information of each service in the service transaction data table in the monitoring information table.
7. The apparatus of claim 5, wherein the schedule update module is further to:
and selecting the service with the batch information later than the batch information in the monitoring schedule for calculation processing at fixed time intervals.
8. The apparatus of claim 7, wherein the schedule update module is further to:
the fixed time interval is configured according to traffic size and/or monitoring timeliness requirements.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610995991.0A CN106709803B (en) | 2016-11-11 | 2016-11-11 | Payment service monitoring processing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610995991.0A CN106709803B (en) | 2016-11-11 | 2016-11-11 | Payment service monitoring processing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106709803A CN106709803A (en) | 2017-05-24 |
CN106709803B true CN106709803B (en) | 2020-08-28 |
Family
ID=58940852
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610995991.0A Active CN106709803B (en) | 2016-11-11 | 2016-11-11 | Payment service monitoring processing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106709803B (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101197016A (en) * | 2006-12-08 | 2008-06-11 | 鸿富锦精密工业(深圳)有限公司 | Batching concurrent job processing equipment and method |
CN102609875A (en) * | 2012-01-20 | 2012-07-25 | 中国工商银行股份有限公司 | Method and system for concurrently and dynamically processing bank data |
CN103606192A (en) * | 2013-11-27 | 2014-02-26 | 国家电网公司 | Wind field visual display method based on three-dimensional virtual globe |
CN104965879A (en) * | 2015-06-12 | 2015-10-07 | 小米科技有限责任公司 | Method and device for altering table structure of data table |
CN105915647A (en) * | 2016-06-17 | 2016-08-31 | 浙江万朋教育科技股份有限公司 | System and method for improving short message sending performance |
-
2016
- 2016-11-11 CN CN201610995991.0A patent/CN106709803B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101197016A (en) * | 2006-12-08 | 2008-06-11 | 鸿富锦精密工业(深圳)有限公司 | Batching concurrent job processing equipment and method |
CN102609875A (en) * | 2012-01-20 | 2012-07-25 | 中国工商银行股份有限公司 | Method and system for concurrently and dynamically processing bank data |
CN103606192A (en) * | 2013-11-27 | 2014-02-26 | 国家电网公司 | Wind field visual display method based on three-dimensional virtual globe |
CN104965879A (en) * | 2015-06-12 | 2015-10-07 | 小米科技有限责任公司 | Method and device for altering table structure of data table |
CN105915647A (en) * | 2016-06-17 | 2016-08-31 | 浙江万朋教育科技股份有限公司 | System and method for improving short message sending performance |
Also Published As
Publication number | Publication date |
---|---|
CN106709803A (en) | 2017-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108536752B (en) | Data synchronization method, device and equipment | |
CN106649828B (en) | Data query method and system | |
CN107025236B (en) | Data processing method between clearing systems and data clearing system | |
CN109598604B (en) | Day-to-day cutting judgment method and device | |
JP6964706B2 (en) | User image processing method, user image processing device, server and storage medium | |
CN109241165B (en) | Method, device and equipment for determining database synchronization delay | |
CN111367951A (en) | Method and device for processing stream data | |
CN106970920A (en) | A kind of method and apparatus for database data migration | |
CN111400356B (en) | Data query method, device and equipment | |
CN107590207A (en) | Method of data synchronization and device, electronic equipment | |
WO2020259155A1 (en) | Method and apparatus for generating alarm data report | |
TW202407578A (en) | Operation behavior identification method and device | |
CN111625507A (en) | File processing method and device | |
CN113918658A (en) | Method and device for recovering data | |
CN106648839A (en) | Method and device for processing data | |
CN107908697B (en) | Automatic collection method and device for host batch processing operation results | |
CN106709803B (en) | Payment service monitoring processing method and device | |
CN110019558A (en) | Data transmission method, device, computer readable storage medium and equipment based on Sqoop | |
CN110597669B (en) | Bank historical data parameterized backup recovery method and device | |
CN115712654A (en) | Method and device for inquiring transaction state | |
CN104850638A (en) | ETL process parallel decision method and apparatus | |
CN112232960B (en) | Transaction application system monitoring method and device | |
CN114020640A (en) | Automatic testing method and device | |
CN113240188A (en) | Filling sheet processing method and device based on augmented reality AR | |
CN106055625B (en) | Method and device for executing service |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |