CN110032595B - Data processing method, system, equipment and storage medium - Google Patents

Data processing method, system, equipment and storage medium Download PDF

Info

Publication number
CN110032595B
CN110032595B CN201910300092.8A CN201910300092A CN110032595B CN 110032595 B CN110032595 B CN 110032595B CN 201910300092 A CN201910300092 A CN 201910300092A CN 110032595 B CN110032595 B CN 110032595B
Authority
CN
China
Prior art keywords
file
data
information
user
receiving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910300092.8A
Other languages
Chinese (zh)
Other versions
CN110032595A (en
Inventor
陈海辉
谢晓明
曾曦
张曼
陈晓杰
林楚航
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Power Grid Co Ltd
Jieyang Power Supply Bureau of Guangdong Power Grid Co Ltd
Original Assignee
Guangdong Power Grid Co Ltd
Jieyang Power Supply Bureau of Guangdong Power Grid 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 Guangdong Power Grid Co Ltd, Jieyang Power Supply Bureau of Guangdong Power Grid Co Ltd filed Critical Guangdong Power Grid Co Ltd
Priority to CN201910300092.8A priority Critical patent/CN110032595B/en
Publication of CN110032595A publication Critical patent/CN110032595A/en
Application granted granted Critical
Publication of CN110032595B publication Critical patent/CN110032595B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S10/00Systems supporting electrical power generation, transmission or distribution
    • Y04S10/50Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications

Abstract

The invention discloses a data processing method, a system, equipment and a storage medium, wherein the method comprises the steps of receiving a source data file selected by a user to be processed; receiving storage position information of an export file set by a user; and sequentially exporting the source data files to be processed to corresponding export file storage positions according to the export file storage position information. The data processing method, the system, the equipment and the storage medium provided by the invention can be used for reducing the working time, improving the working efficiency, realizing the automatic processing of data, avoiding the error of manual operation and improving the working quality.

Description

Data processing method, system, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of office data automatic processing, in particular to a data processing method, a system, equipment and a storage medium.
Background
The establishment of opinion work order machine account requires a large amount of working time, the workload is extremely large, the accuracy is low, the working efficiency is extremely low, and the manpower is extremely wasted. By combining with technical platforms such as 'cloud big object intelligence moving' and the like which are promoted by provincial companies, the scheme provides the automatic processing of the work order through a programming technology, and realizes the automatic filling function of different report data so as to solve the existing problems.
Disclosure of Invention
The invention provides a data processing method, a system, equipment and a storage medium, which are used for solving the defects in the prior art.
In order to achieve the above object, the present invention provides the following technical solutions:
in a first aspect, the present invention provides a data processing method, the method comprising:
receiving a source data file selected by a user and needing to be processed;
receiving storage position information of an export file set by a user;
and sequentially exporting the source data files to be processed to corresponding export file storage positions according to the export file storage position information.
Further, in the data processing method, the step of receiving the source data file to be processed selected by the user includes:
receiving a path of a source data file selected by a user;
traversing all Excel files under the path, and displaying the Excel files on an interface for a user to check;
and receiving an Excel file checked by a user, and storing the Excel file as a source data file to be processed.
Further, in the data processing method, the step of sequentially exporting the source data Excel file to be processed to the corresponding export file storage location according to the export file storage location information includes:
reading the set configuration table information and storing the configuration table information into a memory data table data 0;
traversing the source data file, extracting source data by using the NPOI component, and storing the source data into a memory data table DataTable1;
traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing a memory data set DataSet1 according to a power supply station;
traversing a data table DataTable2, and generating an Excel file of a detail table by using an NPOI component;
traversing a DataTable in a DataSet DataSet1, and generating an Excel file of a summary table by using an NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
Further, in the data processing method, the configuration table information includes a data field processing configuration item and a file naming rule configuration item.
In a second aspect, the present invention provides a data processing system, the system comprising:
the first receiving module is used for receiving the source data file which is selected by the user and needs to be processed;
the second receiving module is used for receiving the storage position information of the exported files set by the user;
and the file export module is used for exporting the source data files to be processed to the corresponding export file storage positions in sequence according to the export file storage position information.
Further, in the data processing system, the first receiving module includes:
the path receiving unit is used for receiving the path of the source data file selected by the user;
the file selection unit is used for traversing all Excel files under the path and displaying the Excel files on the interface for the user to pick up;
and the file storage unit is used for receiving the Excel file checked by the user and storing the Excel file as a source data file to be processed.
Further, in the data processing system, the file export module includes:
the information reading unit is used for reading the set configuration table information and storing the configuration table information into a memory data table data 0;
the first processing unit is used for traversing the source data file, extracting source data by using the NPOI component and storing the source data into a memory data table DataTable1;
the second processing unit is used for traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to the configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing the memory data set DataSet1 according to a power supply station;
the first generation unit is used for traversing the data table DataTable2 and generating an Excel file of the detail table by using the NPOI component;
the second generating unit is used for traversing the data table in the data set DataSet1 and generating an Excel file of the summary table by using the NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
Further, in the data processing system, the configuration table information includes a data field processing configuration item and a file naming rule configuration item.
In a third aspect, the present invention provides an apparatus comprising:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the data processing method as provided in the first aspect above.
In a fourth aspect, the present invention provides a storage medium containing computer executable instructions which, when executed by a computer processor, are used to perform a data processing method as provided in the first aspect above.
The data processing method, the system, the equipment and the storage medium provided by the embodiment of the invention can reduce the working time, improve the working efficiency, realize the automatic processing of data, avoid the error of manual operation and improve the working quality.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the description below are only some embodiments of the invention, and that other drawings can be obtained from these drawings without inventive faculty for a person skilled in the art.
FIG. 1 is a flow chart of a data processing method according to a first embodiment of the present invention;
FIG. 2 is a flow chart of selecting source data files according to a first embodiment of the invention;
FIG. 3 is a flowchart illustrating a method for performing file export according to a first embodiment of the present invention;
FIG. 4 is a schematic diagram of a data processing system according to a second embodiment of the present invention;
fig. 5 is a schematic structural diagram of a computer device according to a third embodiment of the present invention.
Detailed Description
For a complete description of the technical solutions provided by the embodiments of the present invention and for easy understanding of the user, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flow chart of a data processing method according to a first embodiment of the present invention, where the method specifically includes the following steps:
s101, receiving a source data file which is selected by a user and needs to be processed.
Specifically, as shown in fig. 2, the step S101 further includes:
(1) Receiving a path of a source data file selected by a user;
(2) Traversing all Excel files under the path, and displaying the Excel files on an interface for a user to check;
(3) And receiving an Excel file checked by a user, and storing the Excel file as a source data file to be processed.
S102, receiving the storage position information of the exported files set by the user.
And S103, according to the storage position information of the export file, sequentially exporting the source data files to be processed to the corresponding storage positions of the export file.
Specifically, as shown in fig. 3, the step S103 further includes:
(1) Reading the set configuration table information and storing the configuration table information into a memory data table data 0;
(2) Traversing the source data file, extracting source data by using the NPOI component, and storing the source data into a memory data table DataTable1;
(3) Traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing a memory data set DataSet1 according to a power supply station;
(4) Traversing a data table DataTable2, and generating an Excel file of a detail table by using an NPOI component;
(5) Traversing a DataTable in a DataSet DataSet1, and generating an Excel file of a summary table by using an NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
It should be noted that, the technical scheme provided by the invention is based on a WinForm (Windows Forms, microsoft Windows application program development new platform) program developed by Asp.Net (New generation scripting language proposed by Microsoft corporation), and an NPOI (a program built on the 3.X version of POI) open source component is used for processing the reading and generation of Excel files. The method can be used for processing a plurality of work order forms in batches on a computer without Microsoft Office, and generating a statement of the requirements of the clients of the power supply institute (statement of details) and a statement of the requirements of the clients of the power supply institute (12398 other classes and 95598 opinion class) (summary) respectively, thereby improving the production efficiency and reducing errors.
The data processing method provided by the embodiment of the invention can be used for reducing the working time, improving the working efficiency, realizing the automatic processing of data, avoiding errors of manual operation and improving the working quality.
Example two
As shown in fig. 4, a second embodiment of the present invention provides a data processing system, which specifically includes the following modules and/or units:
a first receiving module 21, configured to receive a source data file selected by a user to be processed;
a second receiving module 22, configured to receive the export file storage location information set by the user;
the file export module 23 is configured to export the source data files to be processed to corresponding export file storage locations sequentially according to the export file storage location information.
Preferably, the first receiving module 21 includes:
the path receiving unit is used for receiving the path of the source data file selected by the user;
the file selection unit is used for traversing all Excel files under the path and displaying the Excel files on the interface for the user to pick up;
and the file storage unit is used for receiving the Excel file checked by the user and storing the Excel file as a source data file to be processed.
Preferably, the file export module 23 includes:
the information reading unit is used for reading the set configuration table information and storing the configuration table information into a memory data table data 0;
the first processing unit is used for traversing the source data file, extracting source data by using the NPOI component and storing the source data into a memory data table DataTable1;
the second processing unit is used for traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to the configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing the memory data set DataSet1 according to a power supply station;
the first generation unit is used for traversing the data table DataTable2 and generating an Excel file of the detail table by using the NPOI component;
the second generating unit is used for traversing the data table in the data set DataSet1 and generating an Excel file of the summary table by using the NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
Preferably, the configuration table information includes a data field processing configuration item and a file naming rule configuration item.
The data processing system provided by the embodiment of the invention can reduce the working time, improve the working efficiency, realize the automatic processing of data, avoid the error of manual operation and improve the working quality.
Example III
Fig. 5 is a schematic structural diagram of an apparatus according to a third embodiment of the present invention. Fig. 5 shows a block diagram of an exemplary device 412 suitable for use in implementing embodiments of the invention. The device 412 shown in fig. 3 is only an example and should not be construed as limiting the functionality and scope of use of embodiments of the invention.
As shown in fig. 5, device 412 is in the form of a general purpose computing device. Components of device 412 may include, but are not limited to: one or more processors or processing units 416, a system memory 428, and a bus 418 that connects the various system components (including the system memory 428 and processing units 416).
Bus 418 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, micro channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 428 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 430 and/or cache memory 432. Device 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 434 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, commonly referred to as a "hard disk drive"). Although not shown in fig. 5, a magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be coupled to bus 418 via one or more data medium interfaces. Memory 428 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of embodiments of the invention.
A program/utility 440 having a set (at least one) of program modules 442 may be stored in, for example, memory 428, such program modules 442 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 442 generally perform the functions and/or methodologies in the described embodiments of the invention.
The device 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing device, display 424, etc.), one or more devices that enable a user to interact with the device 412, and/or any devices (e.g., network card, modem, etc.) that enable the device 412 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 422. Also, device 412 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network, such as the Internet, through network adapter 420. As shown, network adapter 420 communicates with other modules of device 412 over bus 418. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with device 412, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
The processing unit 416 executes various functional applications and data processing by running programs stored in the system memory 428, for example, to implement the data processing method provided by the embodiment of the present invention.
Example IV
A fourth embodiment of the present invention also provides a storage medium containing computer-executable instructions which, when executed by a computer processor, are adapted to carry out a data processing method as any of the embodiments of the present invention.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, 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. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer 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 computer readable 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.
Computer program code for carrying out operations 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, smalltalk, C ++ 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 computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method of data processing, comprising:
receiving a source data file selected by a user and needing to be processed;
receiving storage position information of an export file set by a user;
according to the storage position information of the export file, sequentially exporting the source data files to be processed to the corresponding storage positions of the export file;
the step of sequentially exporting the source data Excel files to be processed to the corresponding export file storage positions according to the export file storage position information comprises the following steps:
reading the set configuration table information and storing the configuration table information into a memory data table data 0;
traversing the source data file, extracting source data by using the NPOI component, and storing the source data into a memory data table DataTable1;
traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing a memory data set DataSet1 according to a power supply station;
traversing a data table DataTable2, and generating an Excel file of a detail table by using an NPOI component;
traversing a DataTable in a DataSet DataSet1, and generating an Excel file of a summary table by using an NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
2. A data processing method according to claim 1, wherein the step of receiving the user selected source data file to be processed comprises:
receiving a path of a source data file selected by a user;
traversing all Excel files under the path, and displaying the Excel files on an interface for a user to check;
and receiving an Excel file checked by a user, and storing the Excel file as a source data file to be processed.
3. A data processing method according to claim 1, wherein the configuration table information includes data field processing configuration items and file naming rule configuration items.
4. A data processing system, comprising:
the first receiving module is used for receiving the source data file which is selected by the user and needs to be processed;
the second receiving module is used for receiving the storage position information of the exported files set by the user;
the file export module is used for exporting the source data files to be processed to the corresponding export file storage positions in sequence according to the export file storage position information;
the file export module comprises:
the information reading unit is used for reading the set configuration table information and storing the configuration table information into a memory data table data 0;
the first processing unit is used for traversing the source data file, extracting source data by using the NPOI component and storing the source data into a memory data table DataTable1;
the second processing unit is used for traversing the memory data table DataTable1, processing the memory data table DataTable1 into detail information according to the configuration information of the data table DataTable0, storing the detail information into the memory data table DataTable2, and respectively summarizing the memory data set DataSet1 according to a power supply station;
the first generation unit is used for traversing the data table DataTable2 and generating an Excel file of the detail table by using the NPOI component;
the second generating unit is used for traversing the data table in the data set DataSet1 and generating an Excel file of the summary table by using the NPOI component; each data table corresponds to a summary of a power supply station, and summary information of each power supply station is a worksheet.
5. The data processing system of claim 4, wherein the first receiving module comprises:
the path receiving unit is used for receiving the path of the source data file selected by the user;
the file selection unit is used for traversing all Excel files under the path and displaying the Excel files on the interface for the user to pick up;
and the file storage unit is used for receiving the Excel file checked by the user and storing the Excel file as a source data file to be processed.
6. A data processing system according to claim 4, wherein the configuration table information includes data field processing configuration items and file naming rule configuration items.
7. An apparatus, the apparatus comprising:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the data processing method of any of claims 1-3.
8. A storage medium containing computer executable instructions which, when executed by a computer processor, are for performing the data processing method of any one of claims 1 to 3.
CN201910300092.8A 2019-04-15 2019-04-15 Data processing method, system, equipment and storage medium Active CN110032595B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910300092.8A CN110032595B (en) 2019-04-15 2019-04-15 Data processing method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910300092.8A CN110032595B (en) 2019-04-15 2019-04-15 Data processing method, system, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110032595A CN110032595A (en) 2019-07-19
CN110032595B true CN110032595B (en) 2023-07-14

Family

ID=67238422

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910300092.8A Active CN110032595B (en) 2019-04-15 2019-04-15 Data processing method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110032595B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860701B (en) * 2021-03-01 2023-06-30 成都理工大学 System and method for modeless frame data transmission based on Revit

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331446A (en) * 2014-10-28 2015-02-04 北京临近空间飞行器系统工程研究所 Memory map-based mass data preprocessing method
CN105791370A (en) * 2014-12-26 2016-07-20 华为技术有限公司 Data processing method and related server
CN106919684A (en) * 2017-03-02 2017-07-04 百度在线网络技术(北京)有限公司 Data export method, device, equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050114378A1 (en) * 2003-11-24 2005-05-26 Microsoft Corporation System and method for providing a standardized adaptor framework
CN108959221A (en) * 2018-06-04 2018-12-07 广州环通信息技术有限公司 A kind of the electrical form deriving method and system in the electrical form export library based on open source

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331446A (en) * 2014-10-28 2015-02-04 北京临近空间飞行器系统工程研究所 Memory map-based mass data preprocessing method
CN105791370A (en) * 2014-12-26 2016-07-20 华为技术有限公司 Data processing method and related server
CN106919684A (en) * 2017-03-02 2017-07-04 百度在线网络技术(北京)有限公司 Data export method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN110032595A (en) 2019-07-19

Similar Documents

Publication Publication Date Title
US10026041B2 (en) Interoperable machine learning platform
CN110096338A (en) Intelligent contract executes method, apparatus, equipment and medium
CN111625224A (en) Code generation method, device, equipment and storage medium
CN110019498B (en) Log synchronization method and device, storage medium and electronic equipment
CN111198868A (en) Intelligent sub-database real-time data migration method and device
CN111898122B (en) Log acquisition method and device for application in container, medium and electronic equipment
US20140181786A1 (en) Generating debugging extension source code utilizing debugging information
CN113468128A (en) Data processing method and device, electronic equipment and storage medium
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN107301220B (en) Method, device and equipment for data driving view and storage medium
CN111241180A (en) Information processing method, device, equipment and storage medium
CN110032595B (en) Data processing method, system, equipment and storage medium
CN112685081A (en) System migration method and device, electronic equipment and storage medium
CN112069158A (en) Data restoration method, device, equipment and storage medium
US11068246B2 (en) Control flow graph analysis
CN112394920B (en) Application software development method, platform and electronic equipment
CN113138760A (en) Page generation method and device, electronic equipment and medium
CN112114811A (en) Compiling method, device and equipment
CN111949259A (en) Risk decision configuration method, system, electronic equipment and storage medium
CN112364268A (en) Resource acquisition method and device, electronic equipment and storage medium
CN110825802A (en) Multi-type database data backup method, device, equipment and storage medium
CN116185412B (en) Data management method and device, electronic equipment and storage medium
US11526437B1 (en) Heap space management
CN113672685A (en) Information processing method, apparatus, and medium
CN116701221A (en) Method, system, device and storage medium for executing code merging comparison

Legal Events

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