CN111104182A - Method and device for quickly arranging business based on componentization, computer equipment and storage medium - Google Patents

Method and device for quickly arranging business based on componentization, computer equipment and storage medium Download PDF

Info

Publication number
CN111104182A
CN111104182A CN201911301310.6A CN201911301310A CN111104182A CN 111104182 A CN111104182 A CN 111104182A CN 201911301310 A CN201911301310 A CN 201911301310A CN 111104182 A CN111104182 A CN 111104182A
Authority
CN
China
Prior art keywords
code
client
componentization
functional components
service
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
CN201911301310.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.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911301310.6A priority Critical patent/CN111104182A/en
Publication of CN111104182A publication Critical patent/CN111104182A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention relates to a method, a device, computer equipment and a storage medium for quickly arranging business based on componentization; the method comprises the following steps: splitting the service into a plurality of independent functional components, and distributing a unique code for each functional component; creating a rule table, setting codes of different clients in the rule table, and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components; acquiring a code of a current login system client, and calling a flow rule configuration corresponding to the code of the client; and configuring functional components which skip to corresponding codes according to the flow rules, and performing service processing on the current login system client. The invention achieves the purpose of fast arranging the service, can quickly finish the processing of the client service and has low maintenance cost.

Description

Method and device for quickly arranging business based on componentization, computer equipment and storage medium
Technical Field
The present invention relates to the field of orchestration services, and more particularly, to a method, an apparatus, a computer device, and a storage medium for quickly orchestrating services based on componentization.
Background
A system with complex service often involves multiple steps, and for the same service process, different clients may have different sequence requirements on each link, for example, function a in a software system includes service process B, and B includes three links B1, B2, and B3, some clients require to handle service B in the sequence of B1- - > B2- - > B3, and some clients require to handle in the sequence of B1- - > B3- - > B2; for the random adjustment of the link sequence, the current method is to make customized development according to the requirements of different customers, or to judge which user is in the same set of codes and go through different processes, which often causes that the code logic is not clear enough, a plurality of judgment sentences can appear, the time is long, the maintenance is extremely difficult, the expansion is not good, and the code logic is disordered.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method, a device, computer equipment and a storage medium for quickly arranging services based on componentization.
In order to achieve the purpose, the invention adopts the following technical scheme:
the method for rapidly arranging the business based on the componentization comprises the following steps:
splitting the service into a plurality of independent functional components, and distributing a unique code for each functional component;
creating a rule table, setting codes of different clients in the rule table, and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components;
acquiring a code of a current login system client, and calling a flow rule configuration corresponding to the code of the client;
and configuring functional components which skip to corresponding codes according to the flow rules, and performing service processing on the current login system client.
The further technical scheme is as follows: the functional components are used for interaction and data processing, data dependency does not exist between each functional component, and data of each functional component is acquired independently in the components.
The further technical scheme is as follows: the code is a combination of numbers.
The further technical scheme is as follows: the code of the client is English letters.
The device for rapidly arranging the business based on the componentization comprises: the system comprises a splitting and distributing unit, a creating unit, an acquiring and calling unit and a skipping processing unit;
the splitting and distributing unit is used for splitting the service into a plurality of independent functional components and distributing a unique code for each functional component;
the creating unit is used for creating a rule table, setting codes of different clients in the rule table and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components;
the acquisition and calling unit is used for acquiring a code of a current login system client and calling the flow rule configuration corresponding to the code of the client;
and the skip processing unit is used for configuring functional components which skip to corresponding codes according to the flow rules and processing the service of the current login system client.
The further technical scheme is as follows: the functional components are used for interaction and data processing, data dependency does not exist between each functional component, and data of each functional component is acquired independently in the components.
The further technical scheme is as follows: the code is a combination of numbers.
The further technical scheme is as follows: the code of the client is English letters.
A computer device comprising a memory having a computer program stored thereon and a processor, the processor implementing the method for quickly orchestrating services based on componentization as described above when executing the computer program.
A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of quickly orchestrating services on a componentization basis as described above.
Compared with the prior art, the invention has the beneficial effects that: the method has the advantages that each link related to the business is packaged into a single functional component, data dependence and business dependence do not exist among the functional components, the logic structure is clearer, codes of different clients are set, flow rule configuration of the different clients is recorded, the purpose of fast arrangement is achieved, the code of the client of the current login system is obtained, the flow rule configuration of the code corresponding to the client is called, the functional component corresponding to the code is skipped to according to the flow rule configuration, the business processing is carried out on the client of the current login system, the processing of the client business can be completed fast, and the maintenance cost is low.
The invention is further described below with reference to the accompanying drawings and specific embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for quickly orchestrating a service based on componentization according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of an apparatus for quickly orchestrating services based on componentization according to an embodiment of the present invention;
FIG. 3 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. 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.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to the embodiments shown in fig. 1 to fig. 3, wherein, referring to fig. 1, the present invention discloses a method for quickly arranging services based on componentization, comprising the following steps:
s1, splitting the service into several independent functional components and distributing a unique code for each functional component;
the functional components are used for interaction and data processing, data dependency does not exist between the functional components, and data of the functional components are acquired independently in the components.
Further, each functional component can be understood as a page, the page can contain user interaction, data processing and the like, no data dependency relationship exists between the components, and data required by each functional component is acquired independently in the component.
S2, creating a rule table, setting codes of different clients in the rule table, and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components;
in this embodiment, the codes are numerical combinations, for example, 001, 002, 003, 004, 005.. the codes of the clients are english letters, for example, a, B, C.. if there are 5 independent functional components, the codes are 001, 002, 003, 004, 005.. when a certain service is processed, the clients a, B, C have different arrangement orders of the flow rules, and if there are 5 independent functional components, the codes are 001, 002, 003, 004, 005, and the page paths corresponding to the 5 functional components are page1, page2, page3, page4, and page5, the rule table may record as follows:
customer code Process rule configuration
A 001,002,003,004,005
B 001,003,004,002,005
C 001,004,002,003,005
S3, obtaining the code of the current login system client, and calling the flow rule configuration corresponding to the client code;
s4, jumping to a functional component corresponding to the code according to the flow rule configuration, and performing service processing on the current login system client;
when the current page starts service processing, according to which client code the client currently logs in the system is, the corresponding flow rule configuration is queried, and then the corresponding pages are sequentially skipped to according to the rule sequence, if the current log-in client is client B, the system can know that the current service flow sequence should be processed according to the sequence of 001- >003- >004- >002- >005, and the corresponding page skipping sequence is exactly page1- > page3- > page4- > page2- > page5, so that the service processing can be performed quickly and efficiently.
The invention packages each link related to the business into a single functional component, data dependence and business dependence do not exist among the functional components, the logic structure can be clearer, codes of different clients are set, and flow rule configurations of the different clients are recorded, so that the aim of fast arrangement is achieved, the code of the client of the current login system is obtained, the flow rule configuration of the code corresponding to the client is called, the functional component corresponding to the code is skipped to according to the flow rule configuration, the business processing is carried out on the client of the current login system, the processing of the client business can be quickly completed, the maintenance cost is low, meanwhile, a new link can be added, the newly added functional component is clear in code logic, and the expansibility is stronger.
Referring to fig. 2, the present invention also discloses a device for fast arranging services based on componentization, which includes: the system comprises a splitting and distributing unit 10, a creating unit 20, an acquiring and calling unit 30 and a jump processing unit 40;
the splitting and distributing unit 10 is configured to split a service into a plurality of independent functional components, and distribute a unique code to each functional component;
the creating unit 20 is configured to create a rule table, set codes of different clients in the rule table, and record a process rule configuration of the different clients, where the process rule configuration includes an arrangement order of a plurality of functional components;
the acquiring and calling unit 30 is configured to acquire a code of a client currently logging in the system, and call a flow rule configuration corresponding to the code of the client;
and the jump processing unit 40 is configured to jump to the functional component corresponding to the code according to the flow rule, and perform service processing on the current login system client.
The functional components are used for interaction and data processing, data dependency does not exist between the functional components, and data of the functional components are acquired independently in the components.
Wherein the code is a combination of numbers.
Further, the code of the client is English letters.
It should be noted that, as can be clearly understood by those skilled in the art, the detailed implementation process of the device and each unit for quickly arranging the services based on the componentization may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, no further description is provided herein.
The apparatus for quickly orchestrating services based on componentization can be implemented in the form of a computer program that can run on a computer device as shown in fig. 3.
Referring to fig. 3, fig. 3 is a schematic block diagram of a computer device according to an embodiment of the present application; the computer device 500 may be a terminal or a server, where the terminal may be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device. The server may be an independent server or a server cluster composed of a plurality of servers.
Referring to fig. 3, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer programs 5032 comprise program instructions that, when executed, cause the processor 502 to perform a method for fast orchestration based on componentization.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can be enabled to execute a method for quickly orchestrating a service based on componentization.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the configuration shown in fig. 3 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation of the computer device 500 to which the present application may be applied, and that a particular computer device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
It should be understood that, in the embodiment of the present Application, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be understood by those skilled in the art that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program instructing associated hardware. The computer program includes program instructions, and the computer program may be stored in a storage medium, which is a computer-readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer-readable storage medium. The storage medium stores a computer program, wherein the computer program comprises program instructions, which when executed by a processor, implement the above-mentioned method for quickly orchestrating services on a componentization basis.
The storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, which can store various computer readable storage media.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs. In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
The technical contents of the present invention are further illustrated by the examples only for the convenience of the reader, but the embodiments of the present invention are not limited thereto, and any technical extension or re-creation based on the present invention is protected by the present invention. The protection scope of the invention is subject to the claims.

Claims (10)

1. The method for quickly arranging the business based on the componentization is characterized by comprising the following steps:
splitting the service into a plurality of independent functional components, and distributing a unique code for each functional component;
creating a rule table, setting codes of different clients in the rule table, and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components;
acquiring a code of a current login system client, and calling a flow rule configuration corresponding to the code of the client;
and configuring functional components which skip to corresponding codes according to the flow rules, and performing service processing on the current login system client.
2. The componentized-based rapid orchestration method according to claim 1, wherein the functional components are used for interaction and data processing, there is no data dependency between each functional component, and data of each functional component is acquired separately inside the component.
3. The method for rapid orchestration based on componentization of services according to claim 1, wherein the coding is a combination of numbers.
4. The modular based rapid orchestration method according to claim 1, wherein the client code is english alphabet.
5. An apparatus for fast orchestration of services based on componentization, comprising: the system comprises a splitting and distributing unit, a creating unit, an acquiring and calling unit and a skipping processing unit;
the splitting and distributing unit is used for splitting the service into a plurality of independent functional components and distributing a unique code for each functional component;
the creating unit is used for creating a rule table, setting codes of different clients in the rule table and recording flow rule configuration of the different clients, wherein the flow rule configuration comprises an arrangement sequence of a plurality of functional components;
the acquisition and calling unit is used for acquiring a code of a current login system client and calling the flow rule configuration corresponding to the code of the client;
and the skip processing unit is used for configuring functional components which skip to corresponding codes according to the flow rules and processing the service of the current login system client.
6. The apparatus for rapidly orchestrating services based on componentization according to claim 5, wherein the functional components are used for interaction and data processing, there is no data dependency between each functional component, and data of each functional component is acquired separately inside the component.
7. The apparatus for rapid orchestration based on componentization according to claim 5, wherein the code is a combination of numbers.
8. The apparatus for rapid orchestration based on componentization according to claim 5, wherein the client code is English letters.
9. A computer arrangement, characterized in that the computer arrangement comprises a memory, on which a computer program is stored, and a processor, which when executing the computer program, implements the method for quickly orchestrating services based on componentization according to any one of claims 1-4.
10. A storage medium, characterized in that the storage medium stores a computer program comprising program instructions which, when executed by a processor, implement the method for componentized-based fast orchestration service according to any one of claims 1-4.
CN201911301310.6A 2019-12-17 2019-12-17 Method and device for quickly arranging business based on componentization, computer equipment and storage medium Pending CN111104182A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911301310.6A CN111104182A (en) 2019-12-17 2019-12-17 Method and device for quickly arranging business based on componentization, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911301310.6A CN111104182A (en) 2019-12-17 2019-12-17 Method and device for quickly arranging business based on componentization, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111104182A true CN111104182A (en) 2020-05-05

Family

ID=70421883

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911301310.6A Pending CN111104182A (en) 2019-12-17 2019-12-17 Method and device for quickly arranging business based on componentization, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111104182A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767047A (en) * 2020-06-28 2020-10-13 北京思特奇信息技术股份有限公司 Micro-service component management method and device
CN112015402A (en) * 2020-07-14 2020-12-01 北京淇瑀信息科技有限公司 Method and device for quickly establishing service scene and electronic equipment
CN112035169A (en) * 2020-09-02 2020-12-04 中国银行股份有限公司 Skip processing method and device, computer equipment and computer readable storage medium
CN113407176A (en) * 2021-06-24 2021-09-17 上海中通吉网络技术有限公司 Visual service arrangement method and device
CN113703735A (en) * 2021-08-31 2021-11-26 平安普惠企业管理有限公司 Application generation method, device, equipment and medium based on independent code block arrangement
CN113723915A (en) * 2021-08-19 2021-11-30 中核武汉核电运行技术股份有限公司 Nuclear power plant business form encoding method, device, equipment and readable storage medium
CN113703735B (en) * 2021-08-31 2024-04-26 深圳市云速易连科技有限公司 Application generation method, device, equipment and medium based on independent code block arrangement

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567790A (en) * 2010-12-09 2012-07-11 金蝶软件(中国)有限公司 Business document processing method and system
US20150294107A1 (en) * 2012-10-15 2015-10-15 Nec Corporation Security-function-design support device, security-function-design support method, and program
CN105282195A (en) * 2014-06-27 2016-01-27 中兴通讯股份有限公司 Network service providing, strategy rule evaluating and service component selecting method and device
CN107864193A (en) * 2017-10-26 2018-03-30 阿里巴巴集团控股有限公司 Method for processing business, device, system and service equipment
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium
CN110543327A (en) * 2019-09-06 2019-12-06 深圳前海环融联易信息科技服务有限公司 Service component multiplexing method and device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567790A (en) * 2010-12-09 2012-07-11 金蝶软件(中国)有限公司 Business document processing method and system
US20150294107A1 (en) * 2012-10-15 2015-10-15 Nec Corporation Security-function-design support device, security-function-design support method, and program
CN105282195A (en) * 2014-06-27 2016-01-27 中兴通讯股份有限公司 Network service providing, strategy rule evaluating and service component selecting method and device
CN107864193A (en) * 2017-10-26 2018-03-30 阿里巴巴集团控股有限公司 Method for processing business, device, system and service equipment
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium
CN110543327A (en) * 2019-09-06 2019-12-06 深圳前海环融联易信息科技服务有限公司 Service component multiplexing method and device, computer equipment and storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767047A (en) * 2020-06-28 2020-10-13 北京思特奇信息技术股份有限公司 Micro-service component management method and device
CN112015402A (en) * 2020-07-14 2020-12-01 北京淇瑀信息科技有限公司 Method and device for quickly establishing service scene and electronic equipment
CN112035169A (en) * 2020-09-02 2020-12-04 中国银行股份有限公司 Skip processing method and device, computer equipment and computer readable storage medium
CN112035169B (en) * 2020-09-02 2024-02-23 中国银行股份有限公司 Jump processing method and device, computer equipment and computer readable storage medium
CN113407176A (en) * 2021-06-24 2021-09-17 上海中通吉网络技术有限公司 Visual service arrangement method and device
CN113723915A (en) * 2021-08-19 2021-11-30 中核武汉核电运行技术股份有限公司 Nuclear power plant business form encoding method, device, equipment and readable storage medium
CN113703735A (en) * 2021-08-31 2021-11-26 平安普惠企业管理有限公司 Application generation method, device, equipment and medium based on independent code block arrangement
CN113703735B (en) * 2021-08-31 2024-04-26 深圳市云速易连科技有限公司 Application generation method, device, equipment and medium based on independent code block arrangement

Similar Documents

Publication Publication Date Title
CN111104182A (en) Method and device for quickly arranging business based on componentization, computer equipment and storage medium
CN110995539A (en) Business system monitoring method and device and computer equipment
KR101712570B1 (en) Apparatus, method and computer program for providing contents sharing service
CN110334086A (en) Data duplicate removal method, device, computer equipment and storage medium
CN112506950A (en) Data aggregation processing method, computing node, computing cluster and storage medium
CN104320458A (en) Informatization achieving system based on Domino servers and Nginx server
US10579752B2 (en) Generating a model based on input
JP2017215868A (en) Anonymization processor, anonymization processing method, and program
CN111966682B (en) White list protection matching method, system, terminal and storage medium
KR20140031429A (en) Item recommend system and method thereof, apparatus supporting the same
CN108491315A (en) The page is resident statistical method, device and the computer readable storage medium of duration
US9910737B2 (en) Implementing change data capture by interpreting published events as a database recovery log
CN110851166A (en) User-unaware application program updating method and device and computer equipment
CN109684324B (en) Data processing method and related products thereof
WO2016147219A1 (en) Text visualization system, text visualization method, and recording medium
CN110727537B (en) Method, device, computer equipment and storage medium for uniformly processing response message
CN109739876B (en) Data query method and device for database based on Sqltoy-orm framework
CN112131840A (en) Page processing method, device, storage medium and processor
CN112486556B (en) Method, system, terminal and storage medium for server to be compatible with BMC
US9342215B2 (en) Automatic environment restoration for a particular artwork
CN108132946B (en) Serialized data display method and device
CN111061688B (en) Statistical variable naming method, device, computer equipment and storage medium
CN111135583B (en) Data processing method, device, server and storage medium
CN110990475B (en) Batch task inserting method and device, computer equipment and storage medium
CN111767048B (en) Data computing processing method, device and system

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