CN111176719A - Software system configuration method and system based on event driving - Google Patents

Software system configuration method and system based on event driving Download PDF

Info

Publication number
CN111176719A
CN111176719A CN201911349154.0A CN201911349154A CN111176719A CN 111176719 A CN111176719 A CN 111176719A CN 201911349154 A CN201911349154 A CN 201911349154A CN 111176719 A CN111176719 A CN 111176719A
Authority
CN
China
Prior art keywords
software system
event
information
preset
event function
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.)
Pending
Application number
CN201911349154.0A
Other languages
Chinese (zh)
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.)
Tianyang Hongye Technology Co ltd
Original Assignee
Tianyang Hongye 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 Tianyang Hongye Technology Co ltd filed Critical Tianyang Hongye Technology Co ltd
Priority to CN201911349154.0A priority Critical patent/CN111176719A/en
Publication of CN111176719A publication Critical patent/CN111176719A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The embodiment of the invention provides a software system configuration method and a system based on event driving, wherein the method comprises the following steps: acquiring a software system configuration request input by a user, wherein the software system configuration request comprises: event function information; searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer; determining configuration parameter information corresponding to the event function information according to the event function information; configuring the logic relation of the N preset active code modules by using the configuration parameter information to obtain a software system for realizing the function of the target event, wherein the online batch processing mode is unified in the development of the financial software system, and the design and the realization mode are consistent, so that the reusability of program codes is greatly improved; the effective system functions and parameters can be selected according to actual needs, so that the online system is prevented from being too overstaffed; the secondary development efficiency is greatly improved in the future, and the secondary development risk is greatly reduced.

Description

Software system configuration method and system based on event driving
Technical Field
The embodiment of the invention relates to the technical field of financial software, in particular to a software system configuration method and system based on event driving.
Background
In the existing credit payment solution, the implementation mechanism of the application end is roughly as follows: the system is divided into an online processing mode and a batch processing mode according to the characteristics of processing contents, the difference between the online and batch implementation modes is large, and the requirements on technical personnel are also greatly different; control and management parameters such as mechanisms, products and the like can be set according to certain dimensions; the core product is mostly executed on a host platform, and a large amount of centralized processing design modes are mostly adopted by utilizing the high processing capacity of a single machine.
However, some of the drawbacks of the existing designs: two sets of implementation modes are connected in batches, so that the program code reusability of the system is low; the fixed level of parameter setting can cause a system to have a plurality of parameters which are not started and ineffective codes which still run on the line; the centralized design and the centralized implementation of the functions lead to difficulty in secondary development and high risk of the accounting core system.
Disclosure of Invention
Therefore, embodiments of the present invention provide a method and a system for configuring a software system based on event driving, which can solve one or more of the above technical problems.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
in a first aspect, an embodiment of the present invention provides an event-driven software system configuration method, including:
acquiring a software system configuration request input by a user, wherein the software system configuration request comprises: event function information;
searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer;
determining configuration parameter information corresponding to the event function information according to the event function information;
and configuring the logic relation of the N preset activity code modules by using the configuration parameter information to obtain a software system for realizing the function of the target event.
Preferably, the configuration parameter information includes: service parameter information and technical parameter information;
the service parameter information is used for configuring service logic relations of the N preset activity code modules;
the technical parameter information is used for configuring technical logic relations of the N preset activity code modules.
Preferably, the acquiring a software system configuration request input by a user includes:
a user selects a preset function option;
responding to the selection of a user, and generating a corresponding preset event function parameter code;
and synthesizing the event function information by using the preset event function parameter code.
Preferably, the event function information includes: online activation information, consumption posting information, bill inquiry information, batch delay processing information and interest processing information;
a preset activity code module comprising: the account positioning module, the balance positioning module and the balance updating module.
Preferably, the configuring the logical relationship of the N preset activity code modules by using the configuration parameter information includes:
configuring the sequential execution order relation of the N preset activity code modules;
writing parameter calling relations among the N preset active code modules;
and setting N output interfaces after the preset active code modules are executed.
In a second aspect, an embodiment of the present invention provides an event-driven software system configuration system, including:
a configuration request obtaining module, configured to obtain a software system configuration request input by a user, where the software system configuration request includes: event function information;
the code module searching module is used for searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer;
the parameter information determining module is used for determining configuration parameter information corresponding to the event function information according to the event function information;
and the parameter code configuration module is used for configuring the logic relation of the N preset activity code modules by using the configuration parameter information so as to obtain a software system for realizing the target event function.
Preferably, the configuration request obtaining module includes:
the selection unit is used for selecting preset function options by a user;
the code generation unit is used for responding to the selection of a user and generating a corresponding preset event function parameter code;
and the information synthesis unit is used for synthesizing the event function information by using the preset event function parameter code.
Preferably, the parameter code configuration module includes:
the sequence configuration unit is used for configuring the sequential execution sequence relation of the N preset activity code modules;
the calling and writing unit is used for writing parameter calling relations among the N preset active code modules;
and the output setting unit is used for setting N output interfaces after the preset active code modules are executed.
In a third aspect, an embodiment of the present invention provides a software system configuration method and device based on event driving, where the method includes:
a memory for storing a computer program;
a processor configured to implement the steps of the event-driven software system configuration method according to any one of the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps of the event-driven software system configuration method according to any one of the first aspect.
The embodiment of the invention provides a software system configuration method based on event driving, which comprises the following steps: acquiring a software system configuration request input by a user, wherein the software system configuration request comprises: event function information; searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer; determining configuration parameter information corresponding to the event function information according to the event function information; configuring the logic relation of the N preset active code modules by using the configuration parameter information to obtain a software system for realizing the function of the target event, wherein the online batch processing mode is unified in the development of the financial software system, and the design and the realization mode are consistent, so that the reusability of program codes is greatly improved; the effective system functions and parameters can be selected according to actual needs, so that the online system is prevented from being too overstaffed; the solution that can assemble, can assemble makes future secondary development efficiency increase by a wide margin to reduce secondary development risk by a wide margin.
The method and the system for configuring a software system based on event driving provided by the embodiments of the present invention have the same beneficial effects, and are not described in detail herein.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It should be apparent that the drawings in the following description are merely exemplary, and that other embodiments can be derived from the drawings provided by those of ordinary skill in the art without inventive effort.
The structures, ratios, sizes, and the like shown in the present specification are only used for matching with the contents disclosed in the specification, so as to be understood and read by those skilled in the art, and are not used to limit the conditions that the present invention can be implemented, so that the present invention has no technical significance, and any structural modifications, changes in the ratio relationship, or adjustments of the sizes, without affecting the effects and the achievable by the present invention, should still fall within the range that the technical contents disclosed in the present invention can cover.
Fig. 1 is a flowchart of a method for configuring a software system based on event driving according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating request acquisition of a method for configuring a software system based on event driving according to an embodiment of the present invention;
FIG. 3 is a logic configuration flow chart of a method for configuring a software system based on event driving according to an embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating a configuration system of a software system based on event driving according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating a configuration request obtaining module of an event-driven software system configuration system according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating a parameter code configuration module of an event-driven software system configuration system according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a configuration device based on an event-driven software system according to an embodiment of the present invention.
Detailed Description
The present invention is described in terms of particular embodiments, other advantages and features of the invention will become apparent to those skilled in the art from the following disclosure, and it is to be understood that the described embodiments are merely exemplary of the invention and that it is not intended to limit the invention to the particular embodiments disclosed. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 2, and fig. 3, fig. 1 is a flowchart of a software system configuration method based on event driving according to an embodiment of the present invention; fig. 2 is a flowchart illustrating request acquisition of a method for configuring a software system based on event driving according to an embodiment of the present invention; fig. 3 is a logic configuration flowchart of a software system configuration method based on event driving according to an embodiment of the present invention.
In an embodiment of the present invention, an event-driven software system configuration method is provided, including:
step S11: acquiring a software system configuration request input by a user, wherein the software system configuration request comprises: event function information;
step S12: searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer;
step S13: determining configuration parameter information corresponding to the event function information according to the event function information;
step S14: and configuring the logic relation of the N preset activity code modules by using the configuration parameter information to obtain a software system for realizing the function of the target event.
In the embodiment of the present invention, first, a user is required to specify his/her needs, that is, to obtain a function required by the user, and an event that can be executed by a program that can already implement the function. At present, each product directly realizes each service function through a program, the realization mode is an online batch mode, but the functions provided by the whole system are not completely transparent to the service and the technical personnel, the system function is realized by adopting large programs to carry out centralized processing, the batch processing is particularly prominent, and the realization mode of the whole system is comprehensively redesigned in the new scheme.
In the process of realizing functional events, a series of steps need to be executed, and a code module with a segment can be used for realizing the steps. The same code module may need to be called in the process of implementing different event functions, for example, in the process of task processing of bank finance, such as event function information, including: online activation information, consumption posting information, bill inquiry information, batch delay processing information and interest processing information; a preset activity code module comprising: the account positioning module, the balance positioning module and the balance updating module. In the implementation process of two different event functions of consumption accounting and bill inquiry, the code module in the account positioning module is needed, so that the code modules can be repeatedly used in the invention.
However, in the implementation process of different event functions, the parameters and configurations of the same preset activity code module are different, and therefore, the corresponding configuration parameter information needs to be determined for the event function to be implemented, so that the N preset activity code modules can logically and interactively implement the functional service.
Specifically, the configuration parameter information includes: service parameter information and technical parameter information; the service parameter information is used for configuring service logic relations of the N preset activity code modules; the technical parameter information is used for configuring technical logic relations of the N preset activity code modules. Therefore, the code modules are organized logically in a service level and a technical level to realize the functions of the code modules.
Further, in order to obtain the software system configuration request input by the user, the following steps may be specifically implemented:
step S21: a user selects a preset function option;
step S22: responding to the selection of a user, and generating a corresponding preset event function parameter code;
step S23: and synthesizing the event function information by using the preset event function parameter code.
That is, the user can only select among the existing function options, and the whole system assigns all functions as event codes, and the execution of each online batch program is completed by calling events, such as online activation, consumption accounting, bill inquiry and other events, and batch deferred processing, interest-bearing processing and other events. Each event divides the process executed by the event into activities according to steps, and the consumption entry events comprise several activities such as account positioning, balance updating and the like.
Further, in order to configure the logical relationship of the N preset active code modules by using the configuration parameter information, the following steps may be specifically implemented:
step S31: configuring the sequential execution order relation of the N preset activity code modules;
step S32: writing parameter calling relations among the N preset active code modules;
step S33: and setting N output interfaces after the preset active code modules are executed.
That is, all the parameters are set as configuration parameters, and are classified into two types, namely technical parameters and service parameters according to the service attributes. Parameterizing to define which members are used in the program processing of each activity, and determining the processing logic of the system through member values; the supported function range can be selected from the effective event range, the effective activity range and the effective component range, so that the effect of assembling and effectiveness can be achieved. If in the future, the modification of some functional logics is needed, namely the modification of the corresponding events and the activities and components contained in the events is needed, so that the incidence of relevance risk caused by the modification of a large amount of centralized processing codes is avoided. The realization mode of the new added function is to newly add corresponding events, develop or reuse the existing related activities and components, and have little influence on the existing functions.
The embodiment of the invention provides a software system configuration method based on event driving, which has the advantages that the online batch processing mode is unified in the development of a financial software system, the design is consistent with the implementation mode, and the reusability of program codes is greatly improved; the effective system functions and parameters can be selected according to actual needs, so that the online system is prevented from being too overstaffed; the solution that can assemble, can assemble makes future secondary development efficiency increase by a wide margin to reduce secondary development risk by a wide margin.
In another embodiment of the present invention, the whole system can be divided into a BETA four-element structure, wherein the four elements refer to: all functions of the service parameter component (B), the event (E), the technical parameter component (T) and the activity (A) are realized by the event and provide services for the outside, the realization of the event and the execution of the activity called by the event are realized according to the set sequence, and the processing logic in the realization process is realized by the service parameter component and the technical parameter component. All events are configured by activities and components through online pictures. That is, B, T is configuration parameter information, A is a preset activity code module, and E is an event function.
Referring to fig. 4, fig. 5, and fig. 6, fig. 4 is a schematic diagram illustrating a configuration system of a software system based on event driving according to an embodiment of the present invention; fig. 5 is a schematic diagram illustrating a configuration request obtaining module of an event-driven software system configuration system according to an embodiment of the present invention; fig. 6 is a schematic diagram illustrating a parameter code configuration module of an event-driven software system configuration system according to an embodiment of the present invention.
In a specific implementation manner of the present invention, an embodiment of the present invention provides an event-driven software system configuration system 400, including:
a configuration request obtaining module 410, configured to obtain a software system configuration request input by a user, where the software system configuration request includes: event function information;
a code module searching module 420, configured to search, according to the event function information, N preset activity code modules corresponding to the event function information, where N is a positive integer;
a parameter information determining module 430, configured to determine, according to the event function information, configuration parameter information corresponding to the event function information;
a parameter code configuration module 440, configured to configure the logical relationship of the N preset active code modules by using the configuration parameter information, so as to obtain a software system for implementing the target event function.
Preferably, the configuration request obtaining module 410 includes:
a selecting unit 411, configured to enable a user to select a preset function option;
a code generation unit 412, configured to generate a corresponding preset event function parameter code in response to a selection of a user;
and an information synthesizing unit 413 for synthesizing the event function information using the preset event function parameter code.
Preferably, the parameter code configuration module 440 includes:
a sequence configuration unit 441, configured to configure a sequential execution sequence relationship of the N preset activity code modules;
a call writing unit 442, configured to write parameter call relationships among the N preset active code modules;
an output setting unit 443, configured to set output interfaces after the N preset active code modules are executed.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a software system configuration device based on event driving according to an embodiment of the present invention.
An embodiment of the present invention provides an event-driven software system configuration device 700, including:
a memory 710 for storing a computer program;
a processor 720, configured to implement the steps of the method for configuring a software system based on event driving according to any of the above embodiments when the computer program is executed.
The embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method for configuring a software system based on event driving according to any of the above embodiments.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory. The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A software system configuration method based on event driving is characterized by comprising the following steps:
acquiring a software system configuration request input by a user, wherein the software system configuration request comprises: event function information;
searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer;
determining configuration parameter information corresponding to the event function information according to the event function information;
and configuring the logic relation of the N preset activity code modules by using the configuration parameter information to obtain a software system for realizing the function of the target event.
2. The software system configuration method according to claim 1,
the configuration parameter information includes: service parameter information and technical parameter information;
the service parameter information is used for configuring service logic relations of the N preset activity code modules;
the technical parameter information is used for configuring technical logic relations of the N preset activity code modules.
3. The software system configuration method according to claim 1,
the acquiring of the software system configuration request input by the user includes:
a user selects a preset function option;
responding to the selection of a user, and generating a corresponding preset event function parameter code;
and synthesizing the event function information by using the preset event function parameter code.
4. The software system configuration method according to claim 1,
the event function information includes: online activation information, consumption posting information, bill inquiry information, batch delay processing information and interest processing information;
a preset activity code module comprising: the account positioning module, the balance positioning module and the balance updating module.
5. The software system configuration method according to any one of claims 1 to 4,
the configuring the logical relationship of the N preset activity code modules by using the configuration parameter information includes:
configuring the sequential execution order relation of the N preset activity code modules;
writing parameter calling relations among the N preset active code modules;
and setting N output interfaces after the preset active code modules are executed.
6. An event-driven software system configuration system, comprising:
a configuration request obtaining module, configured to obtain a software system configuration request input by a user, where the software system configuration request includes: event function information;
the code module searching module is used for searching N preset activity code modules corresponding to the event function information according to the event function information, wherein N is a positive integer;
the parameter information determining module is used for determining configuration parameter information corresponding to the event function information according to the event function information;
and the parameter code configuration module is used for configuring the logic relation of the N preset activity code modules by using the configuration parameter information so as to obtain a software system for realizing the target event function.
7. The software system configuration system of claim 6,
the configuration request acquisition module comprises:
the selection unit is used for selecting preset function options by a user;
the code generation unit is used for responding to the selection of a user and generating a corresponding preset event function parameter code;
and the information synthesis unit is used for synthesizing the event function information by using the preset event function parameter code.
8. The software system configuration system according to claim 6 or 7,
the parameter code configuration module comprises:
the sequence configuration unit is used for configuring the sequential execution sequence relation of the N preset activity code modules;
the calling and writing unit is used for writing parameter calling relations among the N preset active code modules;
and the output setting unit is used for setting N output interfaces after the preset active code modules are executed.
9. A software system configuration method device based on event driving is characterized by comprising the following steps:
a memory for storing a computer program;
a processor for implementing the steps of the event-driven based software system configuration method according to any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the event-driven-based software system configuration method according to any one of claims 1 to 5.
CN201911349154.0A 2019-12-24 2019-12-24 Software system configuration method and system based on event driving Pending CN111176719A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911349154.0A CN111176719A (en) 2019-12-24 2019-12-24 Software system configuration method and system based on event driving

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911349154.0A CN111176719A (en) 2019-12-24 2019-12-24 Software system configuration method and system based on event driving

Publications (1)

Publication Number Publication Date
CN111176719A true CN111176719A (en) 2020-05-19

Family

ID=70654020

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911349154.0A Pending CN111176719A (en) 2019-12-24 2019-12-24 Software system configuration method and system based on event driving

Country Status (1)

Country Link
CN (1) CN111176719A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040143602A1 (en) * 2002-10-18 2004-07-22 Antonio Ruiz Apparatus, system and method for automated and adaptive digital image/video surveillance for events and configurations using a rich multimedia relational database
CN101071480A (en) * 2007-06-15 2007-11-14 南京联创科技股份有限公司 Universal structured process dispatch method based on work flowfor complicated service system
CN104216715A (en) * 2014-09-02 2014-12-17 深圳前海诺德咨询服务有限公司 Web App development framework and method
CN105357059A (en) * 2015-12-08 2016-02-24 中国建设银行股份有限公司 Business event processing method and apparatus
CN109324791A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 Finance self-help terminal traffic process development approach, device and terminal device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040143602A1 (en) * 2002-10-18 2004-07-22 Antonio Ruiz Apparatus, system and method for automated and adaptive digital image/video surveillance for events and configurations using a rich multimedia relational database
CN101071480A (en) * 2007-06-15 2007-11-14 南京联创科技股份有限公司 Universal structured process dispatch method based on work flowfor complicated service system
CN104216715A (en) * 2014-09-02 2014-12-17 深圳前海诺德咨询服务有限公司 Web App development framework and method
CN105357059A (en) * 2015-12-08 2016-02-24 中国建设银行股份有限公司 Business event processing method and apparatus
CN109324791A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 Finance self-help terminal traffic process development approach, device and terminal device

Similar Documents

Publication Publication Date Title
US10785168B2 (en) Allocating virtual resource based on block chain
CN110008018A (en) A kind of batch tasks processing method, device and equipment
CN110032599B (en) Data structure reading and updating method and device, and electronic equipment
CN109615495B (en) Data reconciliation method, device, equipment and system
US8996714B2 (en) State-dependent entity based implementation of a service oriented architected application
CN110032598B (en) Method and device for updating field and electronic equipment
US10372465B2 (en) System and method for controlling batch jobs with plugins
CN109725989B (en) Task execution method and device
CN108599973B (en) Log association method, device and equipment
CN107016016B (en) Data processing method and device
CN110297837B (en) Data updating method and device and data query method and device
CN101655942A (en) Configuration method of business cooperation flow, business cooperation method and device
CN104182295A (en) Data backup method and data backup device
CN113298343B (en) Task generation method, task execution method and device
CN112449021B (en) Internet resource screening method and device
CN111176719A (en) Software system configuration method and system based on event driving
CN111142975A (en) State machine persistence method and state machine persistence system
CN107301550B (en) Acquisition method of credit information and establishment method and device of credit management and control rule
TWI701631B (en) Method and device for fund recovery
CN110766546A (en) Bank account management method
CN111158940A (en) Method and device for docking and dynamically loading different devices in field of Internet of things
CN111596977B (en) PLM system business object execution system and execution method
EP4346191A1 (en) Data processing method, and apparatus
CN112883694A (en) Method and equipment for driving document flow in workflow system
CN117650982A (en) Method, equipment and medium for implementing complex gateway based on BPMN

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200519