CN109800965B - Process business processing method and device, computer equipment and storage medium - Google Patents

Process business processing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN109800965B
CN109800965B CN201811628100.3A CN201811628100A CN109800965B CN 109800965 B CN109800965 B CN 109800965B CN 201811628100 A CN201811628100 A CN 201811628100A CN 109800965 B CN109800965 B CN 109800965B
Authority
CN
China
Prior art keywords
data
categories
data packet
data processing
module
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
Application number
CN201811628100.3A
Other languages
Chinese (zh)
Other versions
CN109800965A (en
Inventor
张�荣
王刚
黄林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Yaxin Technology Co ltd
Original Assignee
Guangzhou Yaxin Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Yaxin Technology Co ltd filed Critical Guangzhou Yaxin Technology Co ltd
Priority to CN201811628100.3A priority Critical patent/CN109800965B/en
Publication of CN109800965A publication Critical patent/CN109800965A/en
Application granted granted Critical
Publication of CN109800965B publication Critical patent/CN109800965B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application relates to a flow business processing method, a flow business processing device, computer equipment and a storage medium. The method comprises the following steps: acquiring a flow service; dividing the process services into different categories according to preset service logic, and dividing the process services into the categories matched with the process services; respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category; and respectively carrying out data processing operation on the data packets corresponding to the categories. The method can improve the service data processing efficiency.

Description

Process business processing method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of telecommunication services, and in particular, to a method and an apparatus for processing a flow service, a computer device, and a storage medium.
Background
With the popularization of telecommunication services, the service data of telecommunication enterprises is growing on a large scale, and the processing demand of the service data is increased sharply. The current business data processing is mainly to drive the process through tools such as a process engine and the like according to a process template or a state and the like.
However, the current business data processing method has the problem of low efficiency.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a flow business processing method, apparatus, computer device and storage medium capable of improving business data processing efficiency.
A method for processing a flow business, the method comprising: acquiring a flow service;
dividing the process services into different categories according to preset service logic, and dividing the process services into the categories matched with the process services;
respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category;
and respectively carrying out data processing operation on the data packets corresponding to the categories.
According to the process service processing method, the process services are divided into different categories according to the designed service logic and the acquired process services and the service logic, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
A process traffic processing apparatus, the apparatus comprising:
the acquisition module is used for acquiring the flow business;
the classification module is used for classifying the process services into different categories according to preset service logic and classifying the process services into the categories matched with the process services;
the integration module is used for respectively carrying out integration processing on the flow business in each category to generate a data packet corresponding to each category;
and the data processing module is used for respectively carrying out data processing operation on the data packets corresponding to the categories.
According to the process service processing device, the process services are divided into different categories according to the designed service logic and the acquired process services and the service logic, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
A computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the steps of the flow business processing method of any of the above embodiments when executing the computer program.
According to the computer equipment, the process services are divided into different categories according to the designed service logic and the acquired process services, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the flow business process method of any of the embodiments.
According to the readable storage medium, the process services are divided into different categories according to the designed service logic and the acquired process services, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
Drawings
FIG. 1 is a diagram of an application environment of a method for processing flow services in one embodiment;
FIG. 2 is a flow diagram illustrating a method for processing flow services in one embodiment;
FIG. 3 is a diagram illustrating an example of the processing of step S300 in one embodiment;
FIG. 4 is a block diagram of an embodiment of a process traffic processing apparatus;
FIG. 5 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The flow business processing method can be applied to terminal equipment and can also be applied to a system consisting of the terminal equipment and a cloud network. Alternatively, it can be applied to the application environment shown in fig. 1. Wherein the terminal 102 and the server 104 communicate via a network. The terminal 102 may obtain the process services according to a pre-designed service logic stored in the server 104, classify the process services into different categories according to the pre-designed service logic, and classify the process services into the categories matched with the process services; respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category; and respectively carrying out data processing operation on the data packets corresponding to the categories. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the server 104 may be implemented by an independent server or a server cluster formed by a plurality of servers. Optionally, the Wireless network may be a 2G network, a 3G network, a 4G network or a 5G network, a Wireless Fidelity (WIFI) network, or the like. It should be noted that the pre-designed service logic related to the flow service processing method may be stored in the terminal 102, or may be stored in the server 104, or a part of the pre-designed service logic may be stored in the terminal 102, and another part of the pre-designed service logic may be stored in the server 104, that is, the specific location where the service logic is stored is not limited in this embodiment.
It can be understood that, in the method according to the embodiments of the present application, the execution subject may be a flow service processing device, and the device may be implemented by software, hardware, or a combination of software and hardware. The device can be part or all of the terminal, and the device can also be integrated in a cloud server and called by terminal equipment when in use. For convenience of description, the execution bodies in the following method embodiments are all exemplified by a terminal.
In an embodiment, as shown in fig. 2, a method for processing a flow service is provided, which is described by taking the method as an example applied to the terminal in fig. 1, and includes the following steps:
and step S200, acquiring the process service.
The process service refers to a service that can be completed only after a series of tasks are completed according to a sequence by different processes.
Specifically, the terminal may read the flow task from the task queue.
Step S300, according to preset service logic, dividing the process services into different categories, and dividing the process services into the categories matched with the process services.
Specifically, the terminal classifies all the process services acquired at the current time into different categories according to the service logic, and then stores all the process services into the categories corresponding to the process services. For example, according to the service logic, all the flow services acquired at the current time are classified into a read user information class, a verification user information class and a service class required by activating the user, and then all the acquired flow services are respectively stored in the storage spaces corresponding to the classes matched with the acquired flow services.
For example, as shown in fig. 3, where the atomic business box represents the process business, the queue box represents different business logics, the process businesses are classified into different categories according to the different business logics, and the process businesses in each category can be further classified into smaller categories according to smaller business logics.
Step S400, performing an integration process on the process services in each category, and generating a data packet corresponding to each category.
Specifically, the terminal performs data encapsulation on the flow service in the storage space corresponding to each category, so that data to be subjected to the same type of operation is collected into one data packet.
Step S500, performing data processing operation on the data packets corresponding to the categories respectively.
Specifically, the terminal performs unified operation on the encapsulated data packets, thereby improving the processing efficiency.
According to the process service processing method, the process services are divided into different categories according to the designed service logic and the acquired process services and the service logic, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
As an embodiment, among others, steps S400 to S500 include:
step S410, storing the data packets corresponding to the categories in a memory;
step S510, reading the data packet from the memory and performing data processing operation.
Specifically, the terminal stores the encapsulated data packets corresponding to each category in the memory, and when data processing is performed, the terminal reads the corresponding data packets from the memory and performs data processing operation. Therefore, data operation in the process can be converted into memory operation, so that the data processing efficiency is improved, and the reduction of the whole data processing capacity caused by the congestion of a single node is avoided.
As an embodiment, step S500 includes:
step S520, performing input operation on the data packet; and/or
Step S530, performing an output operation on the data packet; and/or
And step S540, performing control operation on the data packet.
Specifically, the terminal may perform input processing, output processing, and/or control operation on the encapsulated data packets uniformly.
As an embodiment, step S500 further includes:
step S550, splitting the data packet into two or more data packets;
step S560, performing data processing on the two or more data packets in parallel.
Specifically, the terminal may split any data packet with a large data capacity into two or more data packets with a small data capacity, and perform data processing operation on all the split data packets with a small data capacity at the same time, thereby achieving data splitting and expanding the capacity of the system for receiving flow services to achieve the purpose of capacity expansion.
As an embodiment, step S500 further includes:
step S570, backing up the data packet.
The backup refers to an operation of copying and additionally storing data stored on one storage medium on another storage medium.
Specifically, the terminal can perform backup operation on the encapsulated data packet, backup the data packet in different storage spaces on the same hard disk, and store the data packet in different places, so that the problem of data damage caused by software or hardware failure in the current data packet storage area is avoided, and high disaster tolerance performance of the system is guaranteed.
As an embodiment, wherein the method further comprises:
and step S600, integrating results after the data processing is finished, and finishing the process service.
Specifically, after the data processing is completed, the terminal integrates the data processing result and handles the corresponding flow business according to the integrated result.
As an embodiment, wherein the step S600 includes:
step S610, acquiring result data after the data processing is finished;
step S620, the result data is integrated according to the service logic, and the integrated result is obtained;
step S630, according to the integration result, the process service is completed.
Specifically, the terminal may obtain a data processing result from the server, perform integration processing on the data processing result according to the service logic, determine an operation to be completed according to the integration processing result, and complete the handling of the flow service. For example, the data processing result obtained by the terminal from the server side is as follows: if the user information is successfully input, the user information is successfully verified, and the user obtains the upgrade authority of the traffic packet, the terminal integrates the data processing result into: and the information input by the user passes the verification, the user has the right to upgrade the flow packet, and then the terminal transacts the flow packet upgrading service for the user according to the result.
It should be understood that although the various steps in the flow charts of fig. 1-3 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
Referring to fig. 4, an embodiment of the present application summarizes and further provides a flow business processing apparatus 6000, where the apparatus 6000 includes:
an obtaining module 620, configured to obtain a process service;
the classification module 630 is configured to classify the process services into different categories according to preset service logic, and classify the process services into the categories matched with the process services;
the integration module 640 is configured to perform integration processing on the process services in each category respectively to generate a data packet corresponding to each category;
the data processing module 650 is configured to perform data processing operations on the data packets corresponding to the categories respectively.
According to the process service processing device, the process services are divided into different categories according to the designed service logic and the acquired process services and the service logic, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
As an embodiment, the integration module 640 and the data processing module 650 include:
the data storage module is used for storing the data packets corresponding to the various categories in a memory;
and the data reading module is used for reading the data packet from the memory and performing data processing operation.
As an embodiment, among others, the data processing module 650 includes:
the data packet input module is used for performing input operation on the data packet; and/or
The data packet output module is used for carrying out output operation on the data packet; and/or
And the data packet operation module is used for controlling and operating the data packet.
As an embodiment, among others, the data processing module 650 includes:
the data packet splitting module is used for splitting the data packet into two or more data packets;
and the data packet parallel processing module is used for carrying out data processing on the two or more data packets in parallel.
As an embodiment, the data processing module 650 further includes:
and the data packet backup module is used for backing up the data packet.
As an embodiment, wherein the apparatus further comprises:
and the integration module is used for integrating results after the data processing is finished so as to finish the flow service.
As an embodiment, wherein the integration module comprises:
a result data acquisition module for acquiring the result data after the data processing is finished;
the integration result acquisition module is used for integrating the result data according to the service logic to obtain the integration result;
and the flow service completion module is used for completing the flow service according to the integration result.
For specific limitations of the process service processing apparatus, reference may be made to the above limitations on the process service processing method, which is not described herein again. All or part of each module in the flow business processing device can be realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing relevant information data of the business logic. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a process business processing method.
Those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
A computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
acquiring a flow service;
according to the service logic and preset service logic, dividing the process services into different categories, and dividing the process services into the categories matched with the process services;
respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category;
and respectively carrying out data processing operation on the data packets corresponding to the categories.
According to the computer equipment, the process services are divided into different categories according to the designed service logic and the acquired process services, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
As an embodiment, the process executed by the processor performs integrated processing on the flow services in each of the categories, and generates a data packet corresponding to each of the categories; performing data processing operations on the data packets corresponding to the categories respectively comprises:
storing the data packets corresponding to the various categories in a memory;
and reading the data packet from the memory and performing data processing operation.
As an embodiment, the performing, by a processor, data processing operations on the data packets corresponding to the respective categories respectively includes:
performing input operation on the data packet; and/or
Performing output operation on the data packet; and/or
And performing control operation on the data packet.
As an embodiment, the performing, by the processor, data processing operations on the data packets corresponding to the respective categories further includes:
splitting the data packet into two or more data packets;
and carrying out data processing on the two or more data packets in parallel.
As an embodiment, the performing, by the processor, data processing operations on the data packets corresponding to the respective categories further includes:
and backing up the data packet.
As an embodiment, wherein the processor performs the method further comprising:
and after the data processing is finished, integrating results to finish the flow service.
As an embodiment, after the data processing of the data packet performed by the processor is completed, integrating the data packet according to the service logic includes:
acquiring result data after the data processing is finished;
integrating the result data according to the service logic to obtain the integrated result;
and completing the process service according to the integration result.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of:
acquiring a flow service;
according to the service logic and preset service logic, dividing the process services into different categories, and dividing the process services into the categories matched with the process services;
respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category;
and respectively carrying out data processing operation on the data packets corresponding to the categories.
According to the computer-readable storage medium, the process services are divided into different categories according to the designed service logic and the acquired process services, the data packets corresponding to the categories are generated, and then data processing operation is performed on the data packets in a centralized manner, so that the service data processing efficiency can be improved.
As an embodiment, the process executed by the processor performs integrated processing on the flow services in each of the categories, and generates a data packet corresponding to each of the categories; performing data processing operations on the data packets corresponding to the categories respectively comprises:
storing the data packets corresponding to the various categories in a memory;
and reading the data packet from the memory and performing data processing operation.
As an embodiment, the performing, by a processor, data processing operations on the data packets corresponding to the respective categories respectively includes:
performing input operation on the data packet; and/or
Performing output operation on the data packet; and/or
And performing control operation on the data packet.
As an embodiment, the performing, by the processor, data processing operations on the data packets corresponding to the respective categories further includes:
splitting the data packet into two or more data packets;
and carrying out data processing on the two or more data packets in parallel.
As an embodiment, the performing, by the processor, data processing operations on the data packets corresponding to the respective categories further includes:
and backing up the data packet.
As an embodiment, wherein the processor performs the method further comprising:
and after the data processing is finished, integrating results to finish the flow service.
As an embodiment, after the data processing of the data packet performed by the processor is completed, integrating the data packet according to the service logic includes:
acquiring result data after the data processing is finished;
integrating the result data according to the service logic to obtain the integrated result;
and completing the process service according to the integration result.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the computer program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for processing a flow service, the method comprising:
acquiring a flow service;
dividing the process services into different categories according to preset service logic, and dividing the process services into the categories matched with the process services; wherein the categories include: reading a user information class, verifying the user information class and activating a service class required by a user;
respectively carrying out integrated processing on the flow business in each category to generate a data packet corresponding to each category;
respectively carrying out data processing operation on the data packets corresponding to the categories;
wherein the performing data processing operations on the data packets corresponding to the categories respectively includes:
storing the data packets corresponding to the categories in a memory so as to convert data operation in the process into memory operation;
reading the data packet from the memory and performing data processing operation;
the performing data processing operations on the data packets corresponding to the categories respectively further includes:
splitting the data packet into two or more data packets;
and carrying out data processing on the two or more data packets in parallel.
2. The method according to claim 1, wherein the performing the data processing operation on the data packets corresponding to the respective categories further comprises:
performing input operation on the data packet; and/or
Performing output operation on the data packet; and/or
And performing control operation on the data packet.
3. The method according to claim 1, wherein the performing the data processing operation on the data packets corresponding to the respective categories further comprises:
and backing up the data packets corresponding to the categories.
4. The method of claim 1, further comprising:
and after the data processing is finished, integrating results to finish the flow service.
5. The method of claim 4, wherein integrating the data packet according to the service logic after the data processing of the data packet is completed comprises:
acquiring result data after the data processing is finished;
integrating the result data according to the service logic to obtain the integrated result;
and completing the process service according to the integration result.
6. A process traffic processing apparatus, the apparatus comprising:
the acquisition module is used for acquiring the flow business;
the classification module is used for classifying the process services into different categories according to preset service logic and classifying the process services into the categories matched with the process services; wherein the categories include: reading a user information class, verifying the user information class and activating a service class required by a user;
the integration module is used for respectively carrying out integration processing on the flow business in each category to generate a data packet corresponding to each category;
the data processing module is used for respectively carrying out data processing operation on the data packets corresponding to the categories; wherein the data processing module comprises:
the data storage module is used for storing the data packets corresponding to the categories in a memory so as to convert data operation in the process into memory operation;
the data reading module is used for reading the data packet from the memory and performing data processing operation;
the data packet splitting module is used for splitting the data packet into two or more data packets;
and the data packet parallel processing module is used for carrying out data processing on the two or more data packets in parallel.
7. The apparatus of claim 6, wherein the data processing module further comprises:
the data packet input module is used for performing input operation on the data packet; and/or
The data packet output module is used for carrying out output operation on the data packet; and/or
And the data packet operation module is used for controlling and operating the data packet.
8. The apparatus of claim 6, wherein the data processing module further comprises:
and the data packet backup module is used for backing up the data packet.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN201811628100.3A 2018-12-28 2018-12-28 Process business processing method and device, computer equipment and storage medium Active CN109800965B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811628100.3A CN109800965B (en) 2018-12-28 2018-12-28 Process business processing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811628100.3A CN109800965B (en) 2018-12-28 2018-12-28 Process business processing method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109800965A CN109800965A (en) 2019-05-24
CN109800965B true CN109800965B (en) 2021-12-17

Family

ID=66558075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811628100.3A Active CN109800965B (en) 2018-12-28 2018-12-28 Process business processing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109800965B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110597816A (en) * 2019-09-17 2019-12-20 深圳追一科技有限公司 Data processing method, data processing device, computer equipment and computer readable storage medium
CN110765102B (en) * 2019-09-25 2022-11-08 苏宁云计算有限公司 Service data processing method and device, computer equipment and storage medium
CN112416558A (en) * 2020-11-24 2021-02-26 平安普惠企业管理有限公司 Service data processing method and device based on block chain and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539669A (en) * 2014-12-17 2015-04-22 中国电子科技集团公司第十五研究所 Data synchronization method based on mobile terminal
CN107396064A (en) * 2017-08-27 2017-11-24 邱诗妍 A kind of municipal on-site supervision calling system
CN107908488A (en) * 2017-11-14 2018-04-13 中国银行股份有限公司 Message request interactive interfacing method, apparatus, computer equipment and storage medium
CN108920139A (en) * 2018-06-29 2018-11-30 北京金山数字娱乐科技有限公司 A kind of program creating method, device, system, electronic equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106845926B (en) * 2016-12-27 2020-11-27 中国建设银行股份有限公司 Distributed data stream processing method and system for third-party payment supervision system
CN107944662B (en) * 2017-10-30 2020-09-11 贝壳找房(北京)科技有限公司 Business process control processing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539669A (en) * 2014-12-17 2015-04-22 中国电子科技集团公司第十五研究所 Data synchronization method based on mobile terminal
CN107396064A (en) * 2017-08-27 2017-11-24 邱诗妍 A kind of municipal on-site supervision calling system
CN107908488A (en) * 2017-11-14 2018-04-13 中国银行股份有限公司 Message request interactive interfacing method, apparatus, computer equipment and storage medium
CN108920139A (en) * 2018-06-29 2018-11-30 北京金山数字娱乐科技有限公司 A kind of program creating method, device, system, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"电子渠道统一管理平台的设计与实现";曹文慧;《中国优秀硕士学位论文全文数据库 信息科技辑》;20120215(第02期);论文第3-4章 *

Also Published As

Publication number Publication date
CN109800965A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109800965B (en) Process business processing method and device, computer equipment and storage medium
CN112671769B (en) Electronic contract signing method, device and equipment
CN110866491B (en) Target retrieval method, apparatus, computer-readable storage medium, and computer device
CN110598380B (en) User right management method, device, computer equipment and storage medium
CN109726983A (en) Examine method for allocating tasks, device, computer equipment and storage medium
CN112232594B (en) Multi-star emergency observation task planning method and device and computer equipment
CN109325118A (en) Uneven sample data preprocess method, device and computer equipment
CN112527357A (en) Service hot loading updating method and device, computer equipment and storage medium
WO2021068524A1 (en) Image matching method and apparatus, computer device, and storage medium
CN111209061A (en) Method and device for filling in user information, computer equipment and storage medium
CN113837584A (en) Service processing system and abnormal data processing method based on service processing system
CN112765833B (en) Reliability modeling and evaluation method for dynamic tasks of redundant multi-stage task system
CN112396480B (en) Order business data processing method, system, computer equipment and storage medium
WO2021169110A1 (en) Transportation route generation method, apparatus, computer device, and storage medium
CN117251490A (en) Data query method, device, computer equipment and storage medium
CN113157754B (en) Method, device and equipment for displaying flow form data and storage medium
WO2021139480A1 (en) Gis service aggregation method and apparatus, and computer device and storage medium
CN115293873A (en) Page processing method and device for credit granting flow, computer equipment and storage medium
CN107832021A (en) A kind of electronic evidence fixing means, terminal device and storage medium
CN112241580B (en) Power system parameter determining method, device, computer equipment and storage medium
CN110969430B (en) Suspicious user identification method, suspicious user identification device, computer equipment and storage medium
CN111191062B (en) Picture processing method, device, computer equipment and storage medium
CN114371884A (en) Method, device, equipment and storage medium for processing Flink calculation task
US10467259B2 (en) Method and system for classifying queries
CN113778999A (en) Data modularization processing method and device, computer equipment and storage medium

Legal Events

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