CN112015402A - Method and device for quickly establishing service scene and electronic equipment - Google Patents

Method and device for quickly establishing service scene and electronic equipment Download PDF

Info

Publication number
CN112015402A
CN112015402A CN202010677899.6A CN202010677899A CN112015402A CN 112015402 A CN112015402 A CN 112015402A CN 202010677899 A CN202010677899 A CN 202010677899A CN 112015402 A CN112015402 A CN 112015402A
Authority
CN
China
Prior art keywords
service
basic function
new
scene
basic
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
CN202010677899.6A
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.)
Beijing Qilu Information Technology Co Ltd
Original Assignee
Beijing Qilu Information 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 Beijing Qilu Information Technology Co Ltd filed Critical Beijing Qilu Information Technology Co Ltd
Priority to CN202010677899.6A priority Critical patent/CN112015402A/en
Publication of CN112015402A publication Critical patent/CN112015402A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • G06F8/355Round-trip engineering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Abstract

The invention discloses a method and a device for quickly establishing a service scene and electronic equipment, wherein the method comprises the following steps: acquiring a service flow corresponding to an existing service scene, and splitting the service flow into a plurality of basic functional units; when a new service scene is established, calling required basic function units according to the corresponding new service flow and combining to form the new service flow; and adjusting parameters in the new business process to obtain a target business scene. The invention divides the existing business flow into the most core basic function units for realizing the business flow function, then calls the needed basic function units according to the new business flow to combine, finally carries out parameter adjustment, and quickly establishes the whole set of complete flow, thereby greatly improving the establishing efficiency of the business scene, avoiding the error formed when the same flow is artificially and repeatedly designed, saving manpower and material resources and improving the completing speed of the product.

Description

Method and device for quickly establishing service scene and electronic equipment
Technical Field
The invention relates to the field of computer information processing, in particular to a method and a device for quickly establishing a service scene, electronic equipment and a computer readable medium.
Background
With the development of the internet and electronic equipment, users face more and more on-line products, the types of the products are more and more abundant, each product has a corresponding business scene, when a new product is on line, the business scene corresponding to the product needs to be redesigned, the business process, algorithm, parameters and the like related to each business scene need to be redesigned, the design efficiency is low, the operation risk is high, and the product is not favorable for quick marketing.
Disclosure of Invention
The invention provides a method and a device for quickly establishing a service scene and electronic equipment, and aims to solve the problems of low efficiency and high error rate of products on a design line.
One aspect of the present invention provides a method for quickly establishing a service scenario, including:
acquiring a service flow corresponding to an existing service scene, and splitting the service flow into a plurality of basic functional units;
when a new service scene is established, calling required basic function units according to the corresponding new service flow and combining to form the new service flow;
and adjusting parameters in the new business process to obtain a target business scene.
According to a preferred embodiment of the present invention, the acquiring a service flow corresponding to an existing service scenario, and splitting the service flow into a plurality of basic functional units further includes:
acquiring a service flow corresponding to an existing service scene, and determining a function realized by each step in the service flow;
determining a basic function unit for realizing the function, wherein the basic function unit is the smallest core unit capable of realizing the function related to the business process;
and splitting the service flow into the basic functional units.
According to a preferred embodiment of the present invention, after acquiring a service flow corresponding to an existing service scenario and splitting the service flow into a plurality of basic functional units, the method further includes:
input and output items are unified, and the interfaces are ensured to be unified;
and naming and coding the basic function units according to the realized functions, and storing the basic function units in a basic unit library.
According to the preferred embodiment of the present invention, when a new service scenario is created, the method calls the required basic function units according to the corresponding new service flow and combines the basic function units to form the new service flow, further comprising:
when a new service scene is established, searching a corresponding basic function unit name or code from the basic unit library according to the function to be realized;
calling a target basic function unit from the search result;
and combining the target basic function units according to the new business process steps to form the new business process.
According to the preferred embodiment of the present invention, when a new service scenario is created, the method calls the required basic function units according to the corresponding new service flow and combines the basic function units to form the new service flow, further comprising:
and carrying out logic verification on the new business process, replacing basic function units which do not accord with the preset business process, and forming a basic process layout which meets the new business scene.
According to the preferred embodiment of the present invention, the adjusting the parameters in the new service process to obtain the target service scenario further includes:
adjusting the output result of each step in the new business process to meet the preset expected result of the new business scene;
and adjusting the algorithm parameters of the basic functional units in each step according to the adjusted output result of each step.
According to a preferred embodiment of the invention, the method further comprises:
acquiring the use frequency of each step in the corresponding flow of the existing service scene;
storing the basic function units corresponding to the steps with the use frequency larger than the preset value into the same subunit library, and naming the subunit library according to the functions of the steps;
and calling the basic function unit in the subunit library when the step is required to be used for establishing a new service scene.
According to a preferred embodiment of the invention, the method further comprises:
when any step in the corresponding process of the existing service scene needs to be updated, acquiring a basic function unit corresponding to the step;
adjusting the algorithm parameters of the basic function unit;
and replacing the corresponding basic functional unit in the step with the adjusted basic functional unit.
A second aspect of the present invention provides a device for quickly establishing a service scenario, including:
the service flow splitting module is used for acquiring a service flow corresponding to the existing service scene and splitting the service flow into a plurality of basic function units;
the business process combination module is used for calling the needed basic function units according to the corresponding new business process and combining the basic function units to form the new business process when a new business scene is established;
and the service scene establishing module is used for adjusting the parameters in the new service process to obtain a target service scene.
According to a preferred embodiment of the present invention, the business process splitting module further includes:
the system comprises a function acquisition unit, a function processing unit and a function processing unit, wherein the function acquisition unit is used for acquiring a service flow corresponding to the existing service scene and determining the function realized by each step in the service flow;
a basic function unit determining unit, configured to determine a basic function unit that implements the function, where the basic function unit is a minimum core unit that can implement a function related to the business process;
and the splitting unit is used for splitting the service flow into the basic function unit.
According to a preferred embodiment of the invention, the device further comprises:
the interface unifying module is used for unifying input and output items and ensuring the unification of the interfaces;
and the management module is used for naming and coding the basic function unit according to the realized function and storing the basic function unit in the basic unit library.
According to a preferred embodiment of the present invention, the business process combining module further comprises:
the query unit is used for searching the corresponding basic function unit name or code from the basic unit library according to the function to be realized when a new service scene is established;
the calling unit is used for calling the target basic function unit from the search result;
and the combining unit is used for combining the target basic function units according to the new business process steps to form the new business process.
According to a preferred embodiment of the present invention, the business process combining module further comprises:
and the checking unit is used for carrying out logic checking on the new business process, replacing the basic function unit which does not conform to the preset business process, and forming a basic process layout which meets the new business scene.
According to a preferred embodiment of the present invention, the service scenario establishing module further includes:
a service flow adjusting unit, configured to adjust an output result of each step in the new service flow to meet an expected result preset in the new service scenario;
and the parameter adjusting unit is used for adjusting the algorithm parameters of the basic function unit in each step according to the adjusted output result of each step.
According to a preferred embodiment of the invention, the device further comprises:
the service frequency acquisition module is used for acquiring the service frequency of each step in the corresponding flow of the existing service scene;
the basic function unit classification module is used for storing the basic function units corresponding to the steps with the use frequency greater than the preset value into the same subunit library and naming the subunit library according to the functions of the steps;
and the subunit library calling module is used for calling the basic functional units in the subunit library when the step is needed to be used for establishing the new service scene.
According to a preferred embodiment of the invention, the device further comprises:
a basic function unit obtaining module, configured to, when any step in a flow corresponding to an existing service scenario needs to be updated, obtain a basic function unit corresponding to the step;
the basic function unit modification module is used for adjusting the algorithm parameters of the basic function unit;
and the basic function unit updating module is used for replacing the corresponding basic function unit in the step with the adjusted basic function unit.
A third aspect of the present invention provides an electronic apparatus, wherein the electronic apparatus comprises: a processor; and the number of the first and second groups,
a memory storing computer executable instructions that, when executed, cause the processor to perform any of the methods.
A fourth aspect of the invention provides a computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement any of the methods.
The technical scheme of the invention has the following beneficial effects:
the invention divides the existing business flow into the most core basic function units for realizing the business flow function, then calls the needed basic function units according to the new business flow to combine, finally carries out parameter adjustment, and quickly establishes the whole set of complete flow, thereby greatly improving the establishing efficiency of the business scene, avoiding the error formed when the same flow is artificially and repeatedly designed, saving manpower and material resources and improving the completing speed of the product.
Drawings
In order to make the technical problems solved by the present invention, the technical means adopted and the technical effects obtained more clear, the following will describe in detail the embodiments of the present invention with reference to the accompanying drawings. It should be noted, however, that the drawings described below are only drawings of exemplary embodiments of the invention, from which other embodiments can be derived by those skilled in the art without inventive step.
FIG. 1 is a schematic flow chart of a method for rapidly establishing a service scenario according to the present invention;
FIG. 2 is a schematic diagram of a service scenario fast-setup apparatus according to the present invention;
FIG. 3 is a schematic diagram of a framework for rapidly building a business scenario of an electronic device according to the present invention;
FIG. 4 is a schematic diagram of a computer readable storage medium of the present invention.
Detailed Description
Exemplary embodiments of the present invention will now be described more fully with reference to the accompanying drawings. The exemplary embodiments, however, may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. The same reference numerals denote the same or similar elements, components, or parts in the drawings, and thus their repetitive description will be omitted.
Features, structures, characteristics or other details described in a particular embodiment do not preclude the fact that the features, structures, characteristics or other details may be combined in a suitable manner in one or more other embodiments in accordance with the technical idea of the invention.
In describing particular embodiments, the present invention has been described with reference to features, structures, characteristics or other details that are within the purview of one skilled in the art to provide a thorough understanding of the embodiments. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific features, structures, characteristics, or other details.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
It will be understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components, or sections, these terms should not be construed as limiting. These phrases are used to distinguish one from another. For example, a first device may also be referred to as a second device without departing from the spirit of the present invention.
The term "and/or" and/or "includes any and all combinations of one or more of the associated listed items.
In order that the objects, technical solutions and advantages of the present invention will become more apparent, the present invention will be further described in detail with reference to the accompanying drawings in conjunction with the following specific embodiments.
Fig. 1 is a schematic flow chart of a method for quickly establishing a service scenario according to the present invention. As shown in fig. 1, the method includes:
s101, acquiring a service flow corresponding to the existing service scene, and splitting the service flow into a plurality of basic function units.
Specifically, before the online product is released, a business scenario corresponding to the online product is established by the financial company, business personnel import rules and business processes used in the existing business scenario into the system, and the rules and the functions realized by each step in the business scenarios are analyzed through big data, for example, step 1 realizes a function of determining credit line, step 2 realizes a credit function, step 3 realizes a transaction function, and step 4 realizes a dynamic support function. Each function is realized by the joint action of one or more most core basic function units, wherein the basic function unit is the smallest core unit which can realize the functions related to the business process; for example, the function of determining credit line may use a data auditing unit, a credit rating unit, a line calculating unit, etc., and these basic functional units are determined and split to be the basis for forming the business process.
S102, when a new service scene is established, the needed basic function units are called according to the corresponding new service flow and are combined to form the new service flow.
Specifically, after rules used in an existing business scenario and all basic function units included in a business process are split, input and output items are unified, and interfaces are unified, in order to improve the efficiency of a subsequent combined new business process, firstly, the split basic function units are named and coded according to realized functions and are stored in a basic unit library, the basic unit library is a storage module shared in a financial institution, each business worker can acquire basic function units required for establishing the business scenario from the basic unit library at any time, and the required basic function units can be searched only by searching in the basic unit library according to keywords of function names or codes corresponding to the basic function units. The service personnel can also name and code the newly designed basic function unit and then store the unit into the basic unit library.
When a new business scene is established, the corresponding basic function unit name or code is searched from the basic unit library according to the function to be realized, and each step in the new business process is combined, for example, when a certain step needs to realize the function of determining the credit line, basic function units such as a data auditing unit, a credit rating unit, a line calculating unit and the like can be called out, and the combination is performed according to the preset business process to form a complete step of determining the credit line.
After each step in the business process is combined according to the method, a basic layout of the business process corresponding to a new business scene is formed, at this time, logic verification needs to be performed on the newly formed business process, whether the logic of the whole business process is smooth and meets preset requirements is checked, and basic function units which do not meet the preset business process are replaced or deleted.
S103, adjusting parameters in the new business process to obtain a target business scene.
Specifically, after the basic layout of the service flow is completed, the completed flow does not necessarily meet the requirements of a new service scenario, and since these basic function units may come from different historical service scenarios, although corresponding functions may be implemented, the requirements of the new service scenario may be different, and the parameters in each step of the service flow are also different, and at this time, the algorithm and parameters in each step need to be adjusted, in the embodiment of the present invention, the output result of each step in the new service flow is first adjusted to meet the preset expected result of the new service scenario, and then the algorithm parameters of the basic function unit in each step are adjusted according to the adjusted output result of each step, that is, the algorithm and parameters in the basic function unit meeting the result are calculated according to the expected output result, and the required algorithm and parameters may also be calculated in advance, and adjusting the basic function unit, and then checking whether the output result meets the preset requirement.
According to the method, the existing business process is divided into the most core basic function units for realizing the business process function, the required basic function units are called according to the new business process for combination, finally, parameter adjustment is carried out, the whole set of complete process is quickly established, the establishment efficiency of the business scene can be greatly improved, errors caused by artificial repeated design of the same process are avoided, manpower and material resources are saved, and the completion speed of the product is improved.
Those skilled in the art will appreciate that all or part of the steps to implement the above-described embodiments are implemented as programs (computer programs) executed by a computer data processing apparatus. When the computer program is executed, the method provided by the invention can be realized. Furthermore, the computer program may be stored in a computer readable storage medium, which may be a readable storage medium such as a magnetic disk, an optical disk, a ROM, a RAM, or a storage array composed of a plurality of storage media, such as a magnetic disk or a magnetic tape storage array. The storage medium is not limited to centralized storage, but may be distributed storage, such as cloud storage based on cloud computing.
Embodiments of the apparatus of the present invention are described below, which may be used to perform method embodiments of the present invention. The details described in the device embodiments of the invention should be regarded as complementary to the above-described method embodiments; reference is made to the above-described method embodiments for details not disclosed in the apparatus embodiments of the invention.
Those skilled in the art will appreciate that the modules in the above-described embodiments of the apparatus may be distributed as described in the apparatus, and may be correspondingly modified and distributed in one or more apparatuses other than the above-described embodiments. The modules of the above embodiments may be combined into one module, or further split into multiple sub-modules.
Fig. 2 is a schematic diagram of a service scenario fast-establishing apparatus according to the present invention. As shown in fig. 2, the apparatus includes:
a service flow splitting module 201, configured to obtain a service flow corresponding to an existing service scenario, and split the service flow into multiple basic functional units;
the service flow combination module 202 is used for calling the needed basic function units according to the corresponding new service flows and combining the basic function units to form the new service flows when a new service scene is established;
and the service scene establishing module 203 is configured to adjust parameters in the new service process to obtain a target service scene.
Specifically, the service personnel imports the rules and the service flows used in the existing service scenarios into the system, and the service flow splitting module 201 analyzes the rules used in the service scenarios and the functions realized by each step in the service flows through big data, determines the basic function units for realizing the functions, and splits the basic function units to form the basis of the service flows. Subsequently, the business process combining module 202 names and codes the split basic function units according to the realized functions, stores the names and codes in the basic unit library, searches the corresponding basic function unit names or codes from the basic unit library according to the functions to be realized when a new business scenario is established, combines each step in the new business process, and forms the basic layout of the business process corresponding to the new business scenario. Finally, the service scene establishing module 203 adjusts the output result of each step in the new service flow to meet the preset expected result of the new service scene, and then adjusts the algorithm parameters of the basic function unit in each step according to the adjusted output result of each step to obtain the service scene meeting the preset requirement.
The business process splitting module 201 further includes:
the system comprises a function acquisition unit, a function processing unit and a function processing unit, wherein the function acquisition unit is used for acquiring a service flow corresponding to the existing service scene and determining the function realized by each step in the service flow;
a basic function unit determining unit, configured to determine a basic function unit that implements the function, where the basic function unit is a minimum core unit that can implement a function related to the business process;
and the splitting unit is used for splitting the service flow into the basic function unit.
The device further comprises:
the interface unifying module is used for unifying input and output items and ensuring the unification of the interfaces;
and the management module is used for naming and coding the basic function unit according to the realized function and storing the basic function unit in the basic unit library.
The business process combination module 202 further includes:
the query unit is used for searching the corresponding basic function unit name or code from the basic unit library according to the function to be realized when a new service scene is established;
the calling unit is used for calling the target basic function unit from the search result;
and the combining unit is used for combining the target basic function units according to the new business process steps to form the new business process.
The business process combination module 202 further includes:
and the checking unit is used for carrying out logic checking on the new business process, replacing the basic function unit which does not conform to the preset business process, and forming a basic process layout which meets the new business scene.
The service scenario establishing module 203 further comprises:
a service flow adjusting unit, configured to adjust an output result of each step in the new service flow to meet an expected result preset in the new service scenario;
and the parameter adjusting unit is used for adjusting the algorithm parameters of the basic function unit in each step according to the adjusted output result of each step.
The device further comprises:
the service frequency acquisition module is used for acquiring the service frequency of each step in the corresponding flow of the existing service scene;
the basic function unit classification module is used for storing the basic function units corresponding to the steps with the use frequency greater than the preset value into the same subunit library and naming the subunit library according to the functions of the steps;
and the subunit library calling module is used for calling the basic functional units in the subunit library when the step is needed to be used for establishing the new service scene.
The device further comprises:
a basic function unit obtaining module, configured to, when any step in a flow corresponding to an existing service scenario needs to be updated, obtain a basic function unit corresponding to the step;
the basic function unit modification module is used for adjusting the algorithm parameters of the basic function unit;
and the basic function unit updating module is used for replacing the corresponding basic function unit in the step with the adjusted basic function unit.
In the following, embodiments of the electronic device of the present invention are described, which may be regarded as specific physical implementations for the above-described embodiments of the method and apparatus of the present invention. Details described in the embodiments of the electronic device of the invention should be considered supplementary to the embodiments of the method or apparatus described above; for details which are not disclosed in embodiments of the electronic device of the invention, reference may be made to the above-described embodiments of the method or the apparatus.
FIG. 3 is a schematic diagram of a framework for rapidly building a business scenario of an electronic device according to the present invention; an electronic device 400 according to this embodiment of the invention is described below with reference to fig. 3. The electronic device 400 shown in fig. 3 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present invention.
As shown in fig. 3, electronic device 400 is embodied in the form of a general purpose computing device. The components of electronic device 400 may include, but are not limited to: at least one processing unit 410, at least one memory unit 420, a bus 430 that connects the various system components (including the memory unit 420 and the processing unit 410), a display unit 440, and the like.
Wherein the storage unit stores program code executable by the processing unit 410 to cause the processing unit 410 to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of the present specification. For example, the processing unit 410 may perform the steps as shown in fig. 1.
The storage unit 420 may include readable media in the form of volatile storage units, such as a random access memory unit (RAM)4201 and/or a cache memory unit 4202, and may further include a read only memory unit (ROM) 4203.
The storage unit 420 may also include a program/utility 4204 having a set (at least one) of program modules 4205, such program modules 4205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 430 may be any bus representing one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 400 may also communicate with one or more external devices 500 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 400, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 400 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 450. Also, the electronic device 400 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 460. The network adapter 460 may communicate with other modules of the electronic device 400 via the bus 430. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with electronic device 400, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments of the present invention described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention can be embodied in the form of a software product, which can be stored in a computer-readable storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to make a computing device (which can be a personal computer, a server, or a network device, etc.) execute the above-mentioned method according to the present invention. The computer program, when executed by a data processing apparatus, enables the computer readable medium to implement the above-described method of the invention, namely: acquiring a service flow corresponding to an existing service scene, and splitting the service flow into a plurality of basic functional units; when a new service scene is established, calling required basic function units according to the corresponding new service flow and combining to form the new service flow; and adjusting parameters in the new business process to obtain a target business scene.
FIG. 4 is a schematic diagram of a computer readable storage medium of the present invention, the computer program may be stored on one or more computer readable media, as shown in FIG. 4. The computer readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functionality of some or all of the components in embodiments in accordance with the invention may be implemented in practice using a general purpose data processing device such as a microprocessor or a Digital Signal Processor (DSP). The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
While the foregoing embodiments have described the objects, aspects and advantages of the present invention in further detail, it should be understood that the present invention is not inherently related to any particular computer, virtual machine or electronic device, and various general-purpose machines may be used to implement the present invention. The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects, all changes and equivalents that come within the spirit and scope of the invention.

Claims (10)

1. A method for quickly establishing a service scene is characterized by comprising the following steps:
acquiring a service flow corresponding to an existing service scene, and splitting the service flow into a plurality of basic functional units;
when a new service scene is established, calling required basic function units according to the corresponding new service flow and combining to form the new service flow;
and adjusting parameters in the new business process to obtain a target business scene.
2. The method for rapidly building a service scenario according to claim 1, wherein the obtaining of the service flow corresponding to the existing service scenario splits the service flow into a plurality of basic functional units, further comprising:
acquiring a service flow corresponding to an existing service scene, and determining a function realized by each step in the service flow;
determining a basic function unit for realizing the function, wherein the basic function unit is the smallest core unit capable of realizing the function related to the business process;
and splitting the service flow into the basic functional units.
3. The method for rapidly establishing a service scenario according to any one of claims 1 to 2, wherein after obtaining a service flow corresponding to an existing service scenario and splitting the service flow into a plurality of basic functional units, the method further comprises:
input and output items are unified, and the interfaces are ensured to be unified;
and naming and coding the basic function units according to the realized functions, and storing the basic function units in a basic unit library.
4. The method for rapidly building a service scenario according to any one of claims 1 to 3, wherein when a new service scenario is built, the method calls the required basic function units according to the corresponding new service flows and combines them to form the new service flows, further comprising:
when a new service scene is established, searching a corresponding basic function unit name or code from the basic unit library according to the function to be realized;
calling a target basic function unit from the search result;
and combining the target basic function units according to the new business process steps to form the new business process.
5. The method for rapidly building a service scenario according to any one of claims 1 to 4, wherein when a new service scenario is built, the method calls the required basic function units according to the corresponding new service flows and combines them to form the new service flows, further comprising:
and carrying out logic verification on the new business process, replacing basic function units which do not accord with the preset business process, and forming a basic process layout which meets the new business scene.
6. The method for rapidly building a service scenario according to any one of claims 1 to 5, wherein the adjusting the parameters in the new service process to obtain a target service scenario further comprises:
adjusting the output result of each step in the new business process to meet the preset expected result of the new business scene;
and adjusting the algorithm parameters of the basic functional units in each step according to the adjusted output result of each step.
7. The method for rapidly establishing a service scenario according to any one of claims 1 to 6, wherein the method further comprises:
acquiring the use frequency of each step in the corresponding flow of the existing service scene;
storing the basic function units corresponding to the steps with the use frequency larger than the preset value into the same subunit library, and naming the subunit library according to the functions of the steps;
and calling the basic function unit in the subunit library when the step is required to be used for establishing a new service scene.
8. A device for quickly establishing a service scene is characterized by comprising:
the service flow splitting module is used for acquiring a service flow corresponding to the existing service scene and splitting the service flow into a plurality of basic function units;
the business process combination module is used for calling the needed basic function units according to the corresponding new business process and combining the basic function units to form the new business process when a new business scene is established;
and the service scene establishing module is used for adjusting the parameters in the new service process to obtain a target service scene.
9. An electronic device, wherein the electronic device comprises:
a processor; and the number of the first and second groups,
a memory storing computer-executable instructions that, when executed, cause the processor to perform the method of any of claims 1-7.
10. A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of claims 1-7.
CN202010677899.6A 2020-07-14 2020-07-14 Method and device for quickly establishing service scene and electronic equipment Pending CN112015402A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010677899.6A CN112015402A (en) 2020-07-14 2020-07-14 Method and device for quickly establishing service scene and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010677899.6A CN112015402A (en) 2020-07-14 2020-07-14 Method and device for quickly establishing service scene and electronic equipment

Publications (1)

Publication Number Publication Date
CN112015402A true CN112015402A (en) 2020-12-01

Family

ID=73498720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010677899.6A Pending CN112015402A (en) 2020-07-14 2020-07-14 Method and device for quickly establishing service scene and electronic equipment

Country Status (1)

Country Link
CN (1) CN112015402A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467759A (en) * 2021-06-29 2021-10-01 北京三维天地科技股份有限公司 Method for constructing software architecture model
CN113506047A (en) * 2021-09-09 2021-10-15 国网江苏省电力有限公司营销服务中心 Electric power marketing business process modeling method and model capable of realizing self-adaptive reconstruction
CN113723840A (en) * 2021-09-01 2021-11-30 斑马网络技术有限公司 Internet of vehicles scene calculation method, device and system
WO2022217939A1 (en) * 2021-04-17 2022-10-20 华为技术有限公司 Driving control instruction generation method, heterogeneous computing method, related apparatuses and system
CN116985830A (en) * 2023-07-26 2023-11-03 小米汽车科技有限公司 Vehicle mode operation method and device, vehicle and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819861A (en) * 2017-11-16 2018-03-20 中国银行股份有限公司 Business data processing method, apparatus and system
CN109491642A (en) * 2018-11-01 2019-03-19 成都信息工程大学 A kind of Requirements Modeling system and method based on scene, information data processing terminal
CN111104182A (en) * 2019-12-17 2020-05-05 深圳前海环融联易信息科技服务有限公司 Method and device for quickly arranging business based on componentization, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819861A (en) * 2017-11-16 2018-03-20 中国银行股份有限公司 Business data processing method, apparatus and system
CN109491642A (en) * 2018-11-01 2019-03-19 成都信息工程大学 A kind of Requirements Modeling system and method based on scene, information data processing terminal
CN111104182A (en) * 2019-12-17 2020-05-05 深圳前海环融联易信息科技服务有限公司 Method and device for quickly arranging business based on componentization, computer equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022217939A1 (en) * 2021-04-17 2022-10-20 华为技术有限公司 Driving control instruction generation method, heterogeneous computing method, related apparatuses and system
CN113467759A (en) * 2021-06-29 2021-10-01 北京三维天地科技股份有限公司 Method for constructing software architecture model
CN113723840A (en) * 2021-09-01 2021-11-30 斑马网络技术有限公司 Internet of vehicles scene calculation method, device and system
CN113723840B (en) * 2021-09-01 2024-03-01 斑马网络技术有限公司 Internet of vehicles scene calculation method, device and system
CN113506047A (en) * 2021-09-09 2021-10-15 国网江苏省电力有限公司营销服务中心 Electric power marketing business process modeling method and model capable of realizing self-adaptive reconstruction
CN116985830A (en) * 2023-07-26 2023-11-03 小米汽车科技有限公司 Vehicle mode operation method and device, vehicle and storage medium

Similar Documents

Publication Publication Date Title
CN112015402A (en) Method and device for quickly establishing service scene and electronic equipment
CN111177231A (en) Report generation method and report generation device
CN112100079B (en) Test method and system based on simulation data calling and electronic equipment
CN111245642A (en) Method and device for acquiring dependency relationship between multiple systems and electronic equipment
CN110858172A (en) Automatic test code generation method and device
US10540352B2 (en) Remote query optimization in multi data sources
CN113312377A (en) Automatic-association SQL query statement processing method and device and electronic equipment
CN111429241A (en) Accounting processing method and device
CN108984202B (en) Electronic resource sharing method and device and storage medium
CN110795478A (en) Data warehouse updating method and device applied to financial business and electronic equipment
CN110781197A (en) Hive offline synchronous verification method and device and electronic equipment
CN110807016A (en) Data warehouse construction method and device applied to financial business and electronic equipment
CN111339743B (en) Account number generation method and device
CN112016327A (en) Intelligent structured text extraction method and device based on multiple rounds of conversations and electronic equipment
CN114691148A (en) Model reasoning acceleration method and device, electronic equipment and storage medium
CN115686499A (en) Method, device, storage medium and electronic equipment for generating request message
CN110309142A (en) The method and apparatus of regulation management
CN111582649A (en) Risk assessment method and device based on user APP unique hot coding and electronic equipment
CN111046010A (en) Log storage method, device, system, electronic equipment and computer readable medium
CN110852701A (en) Product demand management method, device and system
CN110781313A (en) Graph storage optimization method and device and electronic equipment
CN111967806B (en) User risk updating method and device based on periodic retrace and electronic equipment
US11481212B2 (en) Automatic identification of reference data
CN114020789A (en) Bill data query method, system, device and storage medium
CN115698981A (en) Re-enrichment of oriented portions of a corpus based on NLP model enhancement

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