CN111461349A - Modeling method and system - Google Patents

Modeling method and system Download PDF

Info

Publication number
CN111461349A
CN111461349A CN202010265511.1A CN202010265511A CN111461349A CN 111461349 A CN111461349 A CN 111461349A CN 202010265511 A CN202010265511 A CN 202010265511A CN 111461349 A CN111461349 A CN 111461349A
Authority
CN
China
Prior art keywords
modeling
file
data processing
model
component information
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
CN202010265511.1A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010265511.1A priority Critical patent/CN111461349A/en
Publication of CN111461349A publication Critical patent/CN111461349A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a modeling method and a modeling system. The modeling method comprises the following steps: acquiring a modeling file and calling a model method in the modeling file; acquiring packaged component information according to a flow ID acquired in advance through a model method; analyzing the component information by a model method to obtain parameters of a data processing method; and calling the data processing method in the modeling file according to the data processing method parameter to perform modeling. The invention can automatically establish the model and improve the service realization efficiency.

Description

Modeling method and system
Technical Field
The invention relates to the technical field of model creation, in particular to a modeling method and a modeling system.
Background
At present, in the prior art, a modeling process is realized by writing codes, so that business personnel without a development foundation cannot quickly understand the codes, and the business realization efficiency is reduced.
Disclosure of Invention
The embodiment of the invention mainly aims to provide a modeling method and a modeling system, so as to automatically establish a model and improve the service implementation efficiency.
In order to achieve the above object, an embodiment of the present invention provides a modeling method, including:
acquiring a modeling file and calling a model method in the modeling file;
acquiring packaged component information according to a flow ID acquired in advance through a model method;
analyzing the component information by a model method to obtain parameters of a data processing method;
and calling the data processing method in the modeling file according to the data processing method parameter to perform modeling.
An embodiment of the present invention further provides a modeling system, including:
the calling unit is used for acquiring the modeling file and calling the model method in the modeling file;
a component information acquisition unit for acquiring the packaged component information according to the flow ID acquired in advance by the model method;
the analysis unit is used for analyzing the component information by a model method to obtain parameters of a data processing method;
and the modeling unit is used for calling the data processing method in the modeling file according to the data processing method parameter so as to perform modeling.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and the steps of the modeling method are implemented when the processor executes the computer program.
Embodiments of the present invention further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the modeling method.
The modeling method and the modeling system of the embodiment of the invention firstly call the model method in the modeling file, then obtain the packaged component information according to the process ID through the modeling method, then analyze the component information through the model method to obtain the parameters of the data processing method, and finally call the data processing method in the modeling file according to the parameters of the data processing method to model, so that the model can be automatically established, and the service realization efficiency is improved.
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 will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a flow chart of a modeling method in an embodiment of the invention;
FIG. 2 is a block diagram of the architecture of a modeling system in an embodiment of the invention;
fig. 3 is a block diagram of a computer device in 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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
In view of the fact that in the prior art, a business person without a development foundation cannot quickly understand codes due to the fact that a modeling process is realized by writing the codes, and business realization efficiency is reduced, embodiments of the present invention provide a modeling method to automatically establish a model and improve business realization efficiency. The present invention will be described in detail below with reference to the accompanying drawings.
FIG. 1 is a flow chart of a modeling method in an embodiment of the invention. As shown in fig. 1, the modeling method includes:
s101: and acquiring a modeling file and calling a model method in the modeling file.
When the operating environment is spark, the modeling file is jar file, and the model method is main method. When the operating environment is tensorflow, the modeling file is a python file, and the model method is an entry method.
S102: and acquiring the packaged component information according to the flow ID acquired in advance through a model method.
In specific implementation, S102 includes: the model method comprises the steps of firstly obtaining a component json string according to a process ID, then converting the component json string into single component information, and putting the component information into a set.
S103: and analyzing the component information by a model method to obtain parameters of a data processing method.
In specific implementation, S103 includes: and analyzing the component information in the set according to the sequence corresponding to the process ID by calling the model method, sequentially acquiring the attribute information corresponding to the model method in the component information, and taking the attribute information as a data processing method parameter.
When the operating environment is spark, for the component information with the context, spark will return the generation result of the former component information as a parameter to the latter component information.
When the runtime environment is tensorflow, the high-level property in the component information depends on the generation result of the previous component information of the component information.
S104: and calling the data processing method in the modeling file according to the data processing method parameter to perform modeling.
Wherein, when the running environment is spark. The established model is a machine learning model. When the running environment is tensorflow, the built model is a deep learning model.
In specific implementation, a data processing method in the modeling file can be called according to the reflection principle. When the component information includes a model saving component, the model calling method may further save a model File generated after modeling in an HDFS (Hadoop Distributed File System).
The execution subject of the modeling method shown in fig. 1 may be a computer. The invention relates to a dragging type visual modeling method, wherein the flow in the modeling method can be stored and recorded in a log, and a user can check the log record or the historical record in real time, so that the user can conveniently communicate with personnel related to a project, and the communication efficiency is improved. As can be seen from the process shown in fig. 1, the modeling method according to the embodiment of the present invention first calls a model method in a modeling file, then obtains encapsulated component information according to a process ID by the model method, then analyzes the component information by the model method to obtain a data processing method parameter, and finally calls a data processing method in the modeling file according to the data processing method parameter to perform modeling, so that a model can be automatically established, and the efficiency of implementing a service is improved.
In an embodiment, when the execution environment is spark, before executing S101, the method further includes: and when a machine learning instruction sent by a user is received, obtaining the modeling file according to a pre-obtained modeling file storage path through a spark calculation engine.
When the runtime environment is tensorflow, before executing S101, the method further includes: and obtaining a modeling file according to the pre-obtained IP address of the server. In specific implementation, the deep learning instruction is sent to the corresponding GPU server according to the IP address of the server, and then the GPU server calls the entry method in the python file according to the deep learning instruction.
In addition, a user can acquire all component information from the component table of the front-end page, drag or click the component information, set parameters of a data processing method in the component information, send a machine learning instruction or a deep learning instruction, store a json string of the component to the component table, and the like.
The specific process of the embodiment of the invention is as follows:
1. and when the operating environment is spark, receiving a machine learning instruction sent by a user, and acquiring a modeling file according to a pre-acquired modeling file storage path through a spark calculation engine. And when the operating environment is tensorflow, sending the deep learning instruction to the corresponding GPU server according to the IP address of the server, and enabling the GPU server to call the modeling file according to the deep learning instruction.
2. And calling a model method in the modeling file, and acquiring the packaged component information according to the flow ID acquired in advance through the model method.
3. And analyzing the component information in the set according to the sequence corresponding to the process ID by calling the model method, sequentially acquiring the attribute information corresponding to the model method in the component information, and taking the attribute information as a data processing method parameter.
4. And calling a data processing method in the modeling file according to the reflection principle to perform modeling.
To sum up, the modeling method of the embodiment of the present invention first calls the model method in the modeling file, then obtains the encapsulated component information according to the process ID through the modeling method, then analyzes the component information through the model method to obtain the data processing method parameters, and finally calls the data processing method in the modeling file according to the data processing method parameters to perform modeling, so that the model can be automatically established, and the business implementation efficiency can be improved. Compared with the prior art, the method and the device can package each module code of the modeling process, a user can quickly construct the model only by adopting a dragging mode without paying attention to the principle and the code behind the system, and the extended modeling and the model tuning are convenient to carry out.
Based on the same inventive concept, the embodiment of the invention also provides a modeling system, and as the principle of solving the problems of the system is similar to that of the modeling method, the implementation of the system can refer to the implementation of the method, and repeated parts are not repeated.
FIG. 2 is a block diagram of a modeling system in an embodiment of the invention. As shown in fig. 2, the modeling system includes:
the calling unit is used for acquiring the modeling file and calling the model method in the modeling file;
a component information acquisition unit for acquiring the packaged component information according to the flow ID acquired in advance by the model method;
the analysis unit is used for analyzing the component information by a model method to obtain parameters of a data processing method;
and the modeling unit is used for calling the data processing method in the modeling file according to the data processing method parameter so as to perform modeling.
In one embodiment, the method further comprises the following steps:
and the first modeling file acquisition unit is used for acquiring the modeling file according to the pre-acquired modeling file storage path through the calculation engine.
In one embodiment, the method further comprises the following steps:
and the second modeling file acquisition unit is used for acquiring the modeling file according to the pre-acquired server IP address.
In one embodiment, the modeling file is a jar file or a python file.
To sum up, the modeling system of the embodiment of the present invention first calls the model method in the modeling file, then obtains the encapsulated component information according to the process ID by the model method, then analyzes the component information by the model method to obtain the data processing method parameter, and finally calls the data processing method in the modeling file according to the data processing method parameter to perform modeling, so that the model can be automatically established, and the business implementation efficiency can be improved. Compared with the prior art, the method and the device can package each module code of the modeling process, a user can quickly construct the model only by adopting a dragging mode without paying attention to the principle and the code behind the system, and the extended modeling and the model tuning are convenient to carry out.
The embodiment of the invention also provides a specific implementation mode of computer equipment capable of realizing all the steps in the modeling method in the embodiment. Fig. 3 is a block diagram of a computer device in an embodiment of the present invention, and referring to fig. 3, the computer device specifically includes the following:
a processor (processor)301 and a memory (memory) 302.
The processor 301 is configured to call the computer program in the memory 302, and the processor implements all the steps of the modeling method in the above embodiments when executing the computer program, for example, the processor implements the following steps when executing the computer program:
acquiring a modeling file and calling a model method in the modeling file;
acquiring packaged component information according to a flow ID acquired in advance through a model method;
analyzing the component information by a model method to obtain parameters of a data processing method;
and calling the data processing method in the modeling file according to the data processing method parameter to perform modeling.
To sum up, the computer device of the embodiment of the present invention first calls the model method in the modeling file, then obtains the encapsulated component information according to the process ID by the model method, then analyzes the component information by the model method to obtain the data processing method parameter, and finally calls the data processing method in the modeling file according to the data processing method parameter to perform modeling, so that the model can be automatically established, and the business implementation efficiency can be improved. Compared with the prior art, the method and the device can package each module code of the modeling process, a user can quickly construct the model only by adopting a dragging mode without paying attention to the principle and the code behind the system, and the extended modeling and the model tuning are convenient to carry out.
An embodiment of the present invention further provides a computer-readable storage medium capable of implementing all the steps in the modeling method in the foregoing embodiment, where the computer-readable storage medium stores a computer program, and the computer program implements all the steps in the modeling method in the foregoing embodiment when executed by a processor, for example, the processor implements the following steps when executing the computer program:
acquiring a modeling file and calling a model method in the modeling file;
acquiring packaged component information according to a flow ID acquired in advance through a model method;
analyzing the component information by a model method to obtain parameters of a data processing method;
and calling the data processing method in the modeling file according to the data processing method parameter to perform modeling.
To sum up, the computer-readable storage medium of the embodiment of the present invention first calls a model method in a modeling file, then obtains encapsulated component information according to a process ID by the model method, then analyzes the component information by the model method to obtain a data processing method parameter, and finally calls a data processing method in the modeling file according to the data processing method parameter to perform modeling, so that a model can be automatically established, and the efficiency of implementing a service is improved. Compared with the prior art, the method and the device can package each module code of the modeling process, a user can quickly construct the model only by adopting a dragging mode without paying attention to the principle and the code behind the system, and the extended modeling and the model tuning are convenient to carry out.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Those of skill in the art will further appreciate that the various illustrative logical blocks, units, and steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate the interchangeability of hardware and software, various illustrative components, elements, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design requirements of the overall system. 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 embodiments.
The various illustrative logical blocks, or elements, or devices described in connection with the embodiments disclosed herein may be implemented or performed with a general purpose processor, a digital signal processor, an Application Specific Integrated Circuit (ASIC), a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a digital signal processor and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a digital signal processor core, or any other similar configuration.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. For example, a storage medium may be coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC, which may be located in a user terminal. In the alternative, the processor and the storage medium may reside in different components in a user terminal.
In one or more exemplary designs, the functions described in the embodiments of this invention may be implemented in hardware, software, firmware, or any combination thereof, if implemented in software, these functions may be stored on a computer-readable medium or transmitted as one or more instructions or code on a computer-readable medium including a computer storage medium and a communications medium that facilitates transfer of a computer program from one place to another.

Claims (10)

1. A modeling method, comprising:
obtaining a modeling file and calling a model method in the modeling file;
acquiring packaged component information according to a pre-acquired process ID through the model method;
analyzing the component information by the model method to obtain data processing method parameters;
and calling a data processing method in the modeling file according to the data processing method parameter to perform modeling.
2. The modeling method of claim 1, further comprising:
and acquiring the modeling file according to a pre-acquired modeling file storage path through a computing engine.
3. The modeling method of claim 1, further comprising:
and obtaining the modeling file according to the pre-obtained IP address of the server.
4. A modeling method in accordance with claim 1, wherein the modeling file is a jar file or a python file.
5. A modeling system, comprising:
the calling unit is used for acquiring a modeling file and calling a model method in the modeling file;
a component information acquisition unit for acquiring the packaged component information according to a flow ID acquired in advance by the model method;
the analysis unit is used for analyzing the component information through the model method to obtain data processing method parameters;
and the modeling unit is used for calling the data processing method in the modeling file according to the data processing method parameter so as to perform modeling.
6. The modeling system of claim 5, further comprising:
and the first modeling file acquisition unit is used for acquiring the modeling file according to a pre-acquired modeling file storage path through a calculation engine.
7. The modeling system of claim 5, further comprising:
and the second modeling file acquisition unit is used for acquiring the modeling file according to the pre-acquired server IP address.
8. The modeling system of claim 5, wherein the modeling file is a jar file or a python file.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and running on the processor, characterized in that the steps of the modeling method of any one of claims 1 to 4 are implemented by the processor when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the modeling method according to any one of claims 1 to 4.
CN202010265511.1A 2020-04-07 2020-04-07 Modeling method and system Pending CN111461349A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010265511.1A CN111461349A (en) 2020-04-07 2020-04-07 Modeling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010265511.1A CN111461349A (en) 2020-04-07 2020-04-07 Modeling method and system

Publications (1)

Publication Number Publication Date
CN111461349A true CN111461349A (en) 2020-07-28

Family

ID=71685910

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010265511.1A Pending CN111461349A (en) 2020-04-07 2020-04-07 Modeling method and system

Country Status (1)

Country Link
CN (1) CN111461349A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294805A (en) * 2016-08-15 2017-01-04 成都九鼎瑞信科技股份有限公司 Data processing method and device
CN107169575A (en) * 2017-06-27 2017-09-15 北京天机数测数据科技有限公司 A kind of modeling and method for visualizing machine learning training pattern
CN107423053A (en) * 2017-06-15 2017-12-01 东莞理工学院 The webization model encapsulation and distributed approach of a kind of remote sensing image processing
CN107451663A (en) * 2017-07-06 2017-12-08 阿里巴巴集团控股有限公司 Algorithm assembly, based on algorithm assembly modeling method, device and electronic equipment
CN109240681A (en) * 2018-09-26 2019-01-18 郑州云海信息技术有限公司 A kind of model generating method, device and computer readable storage medium
CN109960497A (en) * 2017-12-26 2019-07-02 北京高德云图科技有限公司 Call method and device between a kind of script file
CN110365724A (en) * 2018-04-08 2019-10-22 腾讯科技(深圳)有限公司 Task processing method, device and electronic equipment
CN110413294A (en) * 2019-08-06 2019-11-05 中国工商银行股份有限公司 Service delivery system, method, apparatus and equipment
CN110825511A (en) * 2019-11-07 2020-02-21 北京集奥聚合科技有限公司 Operation flow scheduling method based on modeling platform model

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294805A (en) * 2016-08-15 2017-01-04 成都九鼎瑞信科技股份有限公司 Data processing method and device
CN107423053A (en) * 2017-06-15 2017-12-01 东莞理工学院 The webization model encapsulation and distributed approach of a kind of remote sensing image processing
CN107169575A (en) * 2017-06-27 2017-09-15 北京天机数测数据科技有限公司 A kind of modeling and method for visualizing machine learning training pattern
CN107451663A (en) * 2017-07-06 2017-12-08 阿里巴巴集团控股有限公司 Algorithm assembly, based on algorithm assembly modeling method, device and electronic equipment
CN109960497A (en) * 2017-12-26 2019-07-02 北京高德云图科技有限公司 Call method and device between a kind of script file
CN110365724A (en) * 2018-04-08 2019-10-22 腾讯科技(深圳)有限公司 Task processing method, device and electronic equipment
CN109240681A (en) * 2018-09-26 2019-01-18 郑州云海信息技术有限公司 A kind of model generating method, device and computer readable storage medium
CN110413294A (en) * 2019-08-06 2019-11-05 中国工商银行股份有限公司 Service delivery system, method, apparatus and equipment
CN110825511A (en) * 2019-11-07 2020-02-21 北京集奥聚合科技有限公司 Operation flow scheduling method based on modeling platform model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郭江鸿、吴良杰, 北京航空航天大学出版社, pages: 177 *

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
WO2018205730A1 (en) Method and device for obtaining smart contract interface in blockchain
CN104765689B (en) A kind of interface capability data supervise method and apparatus in real time
CN108874470B (en) Information processing method, server and computer storage medium
CN109491857B (en) Data monitoring method and system based on rule engine and terminal equipment
CN108459962A (en) Code specification detection method, device, terminal device and storage medium
WO2019169723A1 (en) Test case selection method, device and equipment, and computer-readable storage medium
WO2018210096A1 (en) Rule engine-based rule configuration method, terminal and device, and storage medium
CN109582655B (en) Method and device for positioning system log and computer readable storage medium
EP4080842A1 (en) Method and apparatus for obtaining malicious event information, and electronic device
CN112667405B (en) Information processing method, device, equipment and storage medium
CN115408193A (en) Method and device for processing error codes among multiple modules
CN107562426B (en) Method and system for collecting and analyzing Trace of browser in non-embedded cloud
CN109635993A (en) Operation behavior monitoring method and device based on prediction model
CN109032685B (en) Method and terminal for accelerating startup of android system
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN110598419A (en) Block chain client vulnerability mining method, device, equipment and storage medium
CN109241511B (en) Electronic report generation method and equipment
US9747448B2 (en) Cryptographic mechanisms to provide information privacy and integrity
CN113703734A (en) Applet generation method and device, electronic equipment and storage medium
CN109343856A (en) The generation method and device of custom algorithm component
CN111461349A (en) Modeling method and system
CN114115884A (en) Management method and related device for programming service
WO2020073200A1 (en) Program debugging method and system
CN115577363A (en) Detection method and device for deserialization utilization chain of malicious code

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220906

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.