CN112506916A - Main data processing method and system, corresponding computer equipment and storage medium - Google Patents

Main data processing method and system, corresponding computer equipment and storage medium Download PDF

Info

Publication number
CN112506916A
CN112506916A CN202011180200.1A CN202011180200A CN112506916A CN 112506916 A CN112506916 A CN 112506916A CN 202011180200 A CN202011180200 A CN 202011180200A CN 112506916 A CN112506916 A CN 112506916A
Authority
CN
China
Prior art keywords
main data
temporary
standard
code
data
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.)
Granted
Application number
CN202011180200.1A
Other languages
Chinese (zh)
Other versions
CN112506916B (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.)
Wanghai Kangxin Beijing Technology Co ltd
Original Assignee
Wanghai Kangxin Beijing Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wanghai Kangxin Beijing Technology Co ltd filed Critical Wanghai Kangxin Beijing Technology Co ltd
Priority to CN202011180200.1A priority Critical patent/CN112506916B/en
Publication of CN112506916A publication Critical patent/CN112506916A/en
Application granted granted Critical
Publication of CN112506916B publication Critical patent/CN112506916B/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/22Indexing; Data structures therefor; Storage structures
    • 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/21Design, administration or maintenance of databases
    • 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a main data processing method, a system, corresponding computer equipment and a storage medium, wherein the method comprises the following steps: in response to receiving a primary data encoding application, determining whether corresponding primary data already exists; in response to the non-existence, adding main data corresponding to the main data coding application as temporary main data to a main data temporary library, and generating a temporary code for the temporary main data according to a temporary code coding rule; returning the temporary code to the service system which sends the main data coding application for executing the service process of the service system; subjecting the temporary main data to main data standard code processing to obtain standard main data and standard codes; establishing a mapping relation between temporary main data and temporary codes and standard main data and standard codes; and sending the mapping relation to a service system which sends a main data coding application for replacing corresponding temporary main data and temporary codes in the service system. The invention can execute the service process of the service system without interruption, thereby improving the efficiency.

Description

Main data processing method and system, corresponding computer equipment and storage medium
Technical Field
The present application relates to the field of computer informatization, and in particular, to a method and a system for processing master data, and a corresponding computer device and a storage medium.
Background
The main data is high-value core entity data capable of being reused across businesses in the enterprise, and is 'gold' data of the enterprise, such as: personnel, products, customers, suppliers, materials, etc. Master data management helps enterprises create and maintain a single view of master data throughout an enterprise, ensuring that the entire enterprise IT system coordinates and reuses accurate, consistent, and complete master data.
The main data code is an extremely important attribute of the main data and has the characteristics of uniqueness, readability, expansibility and the like. The main data coding plays an important role in enterprise information construction, and determines the information consistency of each business system. In general, each business system of an enterprise performs master data integration with master data management to ensure the information consistency and reliability of master data and codes thereof in the business process of the enterprise. The new addition is the basic operation of main data management, and one mode is a static mode: the administrator user logs in the main data management system to add new main data, the system can automatically generate main data codes, and then the main data codes are issued to the corresponding service systems; one way is a dynamic way: in the enterprise business process, when a new main data is encountered, the business system initiates a main data and code application to the main data management for new addition, and after the main data management processing, the only main data code is returned.
In view of the importance of the main data in the enterprise, the standard management of the main data is adopted, and generally, the new increase of the main data needs to go through the examination and approval process. The approval process can relate to a plurality of approval roles, the whole process can take a lot of time to complete execution, and the approval result cannot be fed back immediately. For the new increase of the main data in the execution of the business process, the first mode cannot be adopted to log in the main data management system to operate and wait, and meanwhile, the business system cannot wait for the approval result and the main data coding on line, because the execution result of the business process is directly interrupted or influenced. Therefore, there is a need for a master data process that does not interrupt or affect the business process.
Disclosure of Invention
The invention provides a main data processing method and system, corresponding computer equipment and a storage medium, which can enable the business process of a business system to be executed without interruption and improve the efficiency.
In a first aspect of the present invention, there is provided a main data processing method, comprising:
in response to receiving a main data coding application from a service system, a main data management system determines whether main data corresponding to the main data coding application already exists;
responding to the situation that main data corresponding to the main data coding application does not exist, adding the main data corresponding to the main data coding application as temporary main data into a main data temporary library, and generating a temporary code for the temporary main data according to a temporary code coding rule;
returning the temporary code to the service system which sends the main data coding application for executing the service process of the service system;
subjecting the temporary main data to main data standard code processing to obtain standard main data and standard codes;
establishing a mapping relation between temporary main data and temporary codes and standard main data and standard codes;
and sending the mapping relation to a service system which sends a main data coding application for replacing corresponding temporary main data and temporary codes in the service system.
In an embodiment, the main data standard code processing comprises: receiving an approval result of the temporary main data; and responding to approval, and generating a standard code for the approved standard main data according to a standard code coding rule.
In a second aspect of the present invention, there is provided a host data processing system comprising:
the determining module is used for responding to the received main data coding application from a service system, and the main data management system determines whether main data corresponding to the main data coding application exists or not;
the temporary code generating module is used for responding to the absence of the main data corresponding to the main data coding application, adding the main data corresponding to the main data coding application as temporary main data to a main data temporary library, and generating a temporary code for the temporary main data according to a temporary code coding rule;
the temporary code returning module is used for returning the temporary code to the service system which sends the main data coding application and is used for executing the service process of the service system;
the standard code processing module is used for subjecting the temporary main data to main data standard code processing to obtain standard main data and standard codes;
the mapping relation establishing module is used for establishing the mapping relation between the temporary main data and the temporary code and the standard main data and the standard code;
and the mapping relation issuing module is used for issuing the mapping relation to the service system which issues the main data coding application and replacing the corresponding temporary main data and the temporary code in the service system.
In a third aspect of the invention, a computer device is provided, comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program realizes the steps of the method according to the first aspect of the invention.
According to a fourth aspect of the present invention, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the method according to the first aspect of the present invention.
According to the invention, in consideration of the problems that a service system applicant requires real-time feedback of the main data code when applying for the main data code and the time consumption of the main data approval process is long, the invention provides a temporary code through a main data management system to meet the requirement of service process execution, then asynchronously finishes the main data approval, and issues the standard main data and the standard code to the applicant and a related service system. In the execution of the business process, the business system acquires the main data (temporary) code in real time, and simultaneously does not influence the problem of the normal main data approval process, so that the efficiency is greatly improved. In addition, the method provides concise and clear main data service interface definition, does not limit technical implementation, and has wide application scenes.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a flow chart of one embodiment of a method according to the present invention;
FIG. 2 shows an architectural diagram of a master data management system for implementing the method of the present invention;
FIG. 3 is a block diagram of one embodiment of a system according to the present invention.
For the sake of clarity, the figures are schematic and simplified drawings, which only show details which are necessary for understanding the invention and other details are omitted.
Detailed Description
Embodiments and examples of the present invention will be described in detail below with reference to the accompanying drawings.
The scope of applicability of the present invention will become apparent from the detailed description given hereinafter. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only.
The main data management system is used for managing the main data and the codes, and the business system applies the codes corresponding to the main data from the main data management system for executing the business process.
Fig. 1 shows a flow chart of a preferred embodiment of a master data processing method according to the present invention, and fig. 2 shows an architectural diagram of a master data management system. As shown in fig. 2, the master data management system includes a master data standard code service processing part and a master data service part. The main data service refers to a data service interface provided for the outside, and mainly comprises a main data coding application interface, a corresponding relation query interface of the temporary code and the standard main data, a main data issuing interface and the like. In order to improve the service efficiency of the interface, a main data cache bank and a main data temporary bank can be provided, the main data cache bank caches the existing standard main data (including standard codes), and the main data temporary bank receives the temporary main data and generates the temporary codes.
In step S102, after the service system calls the primary data coding application interface so that the primary data management system receives the primary data application information of the service system application party, performing a congruent query to the primary data cache library according to the primary data keyword, and if there is a matching result, performing the process to step S150; otherwise, if there is no matching result, the process proceeds to step S104.
In step S104, the main data corresponding to the main data encoding application is added to the main data temporary library as temporary main data, and a temporary code is generated for the temporary main data according to the temporary code encoding rule. In primary data management, the temporary code is a globally unique code that, like the primary data standard code, also has coding rules (referred to herein as temporal code coding rules). Typically, it is appended to standard code encoding rules to identify "temporary" attributes. For example, a temporal code may be represented by prefixing "T" to the primary data standard code. For example: the standard code encoding rule of a certain main data is 2-4-5(11 bits of characters, divided into three segments representing encoding, wherein 2 bits represent classification, 4 bits represent year, 5 bits represent serial number, for example: 0120200008), then the corresponding temporary code encoding rule is 1-2-4-5(12 bits of characters, divided into four segments representing encoding, wherein 1 bit represents temporary code identification, 2 bits represent classification, 4 bits represent year, 5 bits represent serial number, for example: T0120200008).
In step S106, the temporary code is returned to the service system application party for use in executing the service flow of the service system, so that the execution of the service flow is not interrupted. Since the operations in steps S102 to S106 are all performed in the main data management server side memory, the results are all returned in real time.
In step S108, the temporary master data in the master data temporary library is processed into standard master data and a corresponding standard code is generated. The temporary main data can go through the approval process of the enterprise, after approval is passed, the temporary main data is changed into standard main data after being intact or modified, and then a corresponding standard code is generated according to the standard code coding rule. If the approval fails, the business system applicant can be notified "offline" that the master data, e.g., the corresponding item, is not legitimate and has been processed by the requestor itself.
In an embodiment, the master data management system may further include an information maintenance module for implementing addition, deletion, modification, query, detailed information viewing, downloading, sealing, and/or unsealing of master data. Downloading means that the main data information can be downloaded locally. Sealed means that the master data cannot be modified but can be queried. The unsealing is the inverse operation of the sealing, the main data is converted from the sealing state to the normal state, and the main data can be modified and inquired.
In an embodiment, the master data management system may further include a de-duplication union module for de-duplicating or merging standard master data based on attributes of the master data (not just encoding). For example, the standard master data derived from the temporary master data may be the same item as the master data already in the system, i.e. different codes correspond to one item, and if they are identical, the duplication is removed, and if they are different, the combination is performed. For example, if a supplier manufacturer has data "hope sea" and data "hope sea convince", it may be considered that the two suppliers are the same supplier and their codes need to be unified into one. At this time, the mapping relation between the repeated or combined standard main data codes can be established and sent to the service system.
In step S110, a mapping relationship between the temporary main data and the temporary code and the standard main data and the standard code is established.
In step S112, the main data management system calls the main data issuing interface to issue the established mapping relationship to the service system issuing the main data coding application and other service systems that need to use new main data, so as to replace the corresponding temporary main data and temporary code in the service system. Meanwhile, the service of inquiring the corresponding standard main data and the code thereof according to the temporary code can be provided.
In step S150, the standard code of the main data corresponding to the main data encoding application is returned to the service system requester.
The definition of each service interface of the main data service can follow the reduction principle, the data type adopts a character type, and the structured main data information adopts a flattened JSON character string. The universal service interface is suitable for different technologies, and can adopt a WebService or Restful API service integration mode or a message middleware-based message integration mode. An exemplary interface of each service interface of the master data service is defined as follows.
Main data coding application service:
service name Master data encoding application
Service interface type Service integration
Service provider Master data management system
Service calling party Business system
Requesting data
Parameter name Data type Whether or not to fill Description of the invention
md_keyword Character type Is that Main data keyword JSON string
md_data Character type Is that Main data information JSON string
Returning data
Figure BDA0002749950900000061
The main data temporary code and standard code corresponding relation inquiry service:
service name Query of corresponding relation between main data temporary code and standard code
Service interface type Service integration
Service provider Master data management
Service calling party Business system
Requesting data
Parameter name Data type Whether or not to fill Description of the invention
md_tcode Character type Is that Main data time code
Returning data
Parameter name Data type Whether or not to fill Description of the invention
rescode Character type Is that And (4) result code: 1 success, 0 failure
md_code Character type Is that Main data standard code
Main data issuing service:
service name Master data delivery query
Service interface type Service integration
Service provider Business system
Service calling party Master data management
Requesting data
Parameter name Data type Whether or not to fill Description of the invention
md_data Character type Is that Standard main data information JSON string
md_tcode Character type Is that Main data time code
md_code Character type Is that Encoding of main data
Returning data
Parameter name Data type Whether or not to fill Description of the invention
rescode Character type Is that And (4) result code: 1 success, 0 failure
The above exemplary interface definition is concise and clear and does not limit the technical implementation.
FIG. 3 shows a block diagram of a preferred embodiment of a host data processing system according to the present invention, comprising:
a determining module 302, configured to, in response to receiving a main data encoding application from a service system, determine, by a main data management system, whether main data corresponding to the main data encoding application already exists;
a temporary code generation module 304, configured to, in response to that there is no main data corresponding to the main data coding application, add the main data corresponding to the main data coding application as temporary main data to a main data temporary library, and generate a temporary code for the temporary main data according to a temporary code coding rule;
a temporary code returning module 306, configured to return the temporary code to the service system that issued the main data coding application, for executing a service flow of the service system;
a standard code processing module 308, configured to subject the temporary main data to main data standard code processing to obtain standard main data and a standard code;
a mapping relationship establishing module 310, configured to establish a mapping relationship between the temporary main data and the temporary code and the standard main data and the standard code;
the mapping relationship issuing module 312 is configured to issue the mapping relationship to a service system that issues a main data coding application, and is configured to replace corresponding temporary main data and temporary codes in the service system.
In another embodiment, the present invention provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the method embodiment or other corresponding method embodiments shown and described in connection with fig. 1 and 2, which will not be described herein again.
In another embodiment, the present invention provides a computer device, which includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the steps of the method embodiment shown and described in conjunction with fig. 1 and 2 or other corresponding method embodiments when executing the computer program, and details are not repeated herein.
The various embodiments described herein, or certain features, structures, or characteristics thereof, may be combined as suitable in one or more embodiments of the invention. Additionally, in some cases, the order of steps depicted in the flowcharts and/or in the pipelined process may be modified, as appropriate, and need not be performed exactly in the order depicted. In addition, various aspects of the invention may be implemented using software, hardware, firmware, or a combination thereof, and/or other computer implemented modules or devices that perform the described functions. Software implementations of the present invention may include executable code stored in a computer readable medium and executed by one or more processors. The computer-readable medium may include a computer hard drive, ROM, RAM, flash memory, portable computer storage media such as CD-ROM, DVD-ROM, flash drives, and/or other devices with a Universal Serial Bus (USB) interface, and/or any other suitable tangible or non-transitory computer-readable medium or computer memory on which executable code may be stored and executed by a processor. The present invention may be used in conjunction with any suitable operating system.
As used herein, the singular forms "a", "an" and "the" include plural references (i.e., have the meaning "at least one"), unless the context clearly dictates otherwise. It will be further understood that the terms "has," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The foregoing describes some preferred embodiments of the present invention, but it should be emphasized that the invention is not limited to these embodiments, but can be implemented in other ways within the scope of the inventive subject matter. Various modifications and alterations of this invention will become apparent to those skilled in the art without departing from the spirit and scope of this invention.

Claims (10)

1. A method of master data processing, the method comprising:
in response to receiving a main data coding application from a service system, a main data management system determines whether main data corresponding to the main data coding application already exists;
responding to the situation that main data corresponding to the main data coding application does not exist, adding the main data corresponding to the main data coding application as temporary main data into a main data temporary library, and generating a temporary code for the temporary main data according to a temporary code coding rule;
returning the temporary code to the service system which sends the main data coding application for executing the service process of the service system;
subjecting the temporary main data to main data standard code processing to obtain standard main data and standard codes;
establishing a mapping relation between temporary main data and temporary codes and standard main data and standard codes;
and sending the mapping relation to a service system which sends a main data coding application for replacing corresponding temporary main data and temporary codes in the service system.
2. The method of claim 1, wherein the primary data standard code processing comprises:
receiving an approval result of the temporary main data;
and responding to approval, and generating a standard code for the approved standard main data according to a standard code coding rule.
3. The method of claim 2, wherein the primary data standard code processing further comprises:
providing an information maintenance module configured to enable one or more of the following for the primary data: add, delete, modify, query, view details, download, seal, and/or unseal.
4. The method of claim 2 or 3, wherein the primary data standard code processing further comprises:
performing de-duplication or combination processing on the standard main data according to the attribute of the main data;
and responding to the requirement of de-duplication or combination, establishing a mapping relation between the repeated or combined standard main data codes and transmitting the mapping relation to a service system.
5. The method of claim 1, further comprising:
and providing a query interface for querying the corresponding standard main data and the standard code based on the temporary code.
6. The method according to claim 1, wherein the receiving of the primary data encoding application and/or the issuing of the mapping relation are implemented in the form of an interface.
7. A host data processing system, the system comprising:
the determining module is used for responding to the received main data coding application from a service system, and the main data management system determines whether main data corresponding to the main data coding application exists or not;
the temporary code generating module is used for responding to the absence of the main data corresponding to the main data coding application, adding the main data corresponding to the main data coding application as temporary main data to a main data temporary library, and generating a temporary code for the temporary main data according to a temporary code coding rule;
the temporary code returning module is used for returning the temporary code to the service system which sends the main data coding application and is used for executing the service process of the service system;
the standard code processing module is used for uploading temporary main data and subjecting the temporary main data to main data standard code processing to obtain standard main data and standard codes;
the mapping relation establishing module is used for establishing the mapping relation between the temporary main data and the temporary code and the standard main data and the standard code;
and the mapping relation issuing module is used for issuing the mapping relation to the service system which issues the main data coding application and replacing the corresponding temporary main data and the temporary code in the service system.
8. The system of claim 7, wherein the primary data standard code processing comprises:
receiving an approval result of the temporary main data;
and responding to approval, and generating a standard code for the approved standard main data according to a standard code coding rule.
9. A computer device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the steps of the method according to any of claims 1-6 are implemented when the computer program is executed by the processor.
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 method according to any one of claims 1 to 6.
CN202011180200.1A 2020-10-29 2020-10-29 Main data processing method, system, corresponding computer equipment and storage medium Active CN112506916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011180200.1A CN112506916B (en) 2020-10-29 2020-10-29 Main data processing method, system, corresponding computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011180200.1A CN112506916B (en) 2020-10-29 2020-10-29 Main data processing method, system, corresponding computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112506916A true CN112506916A (en) 2021-03-16
CN112506916B CN112506916B (en) 2024-04-09

Family

ID=74954546

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011180200.1A Active CN112506916B (en) 2020-10-29 2020-10-29 Main data processing method, system, corresponding computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112506916B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1439915A (en) * 1972-06-14 1976-06-16 Goldberg L L Check digit generation verification apparatus
US20080027788A1 (en) * 2006-07-28 2008-01-31 Lawrence John A Object Oriented System and Method for Optimizing the Execution of Marketing Segmentations
CN101288116A (en) * 2005-10-13 2008-10-15 Lg电子株式会社 Method and apparatus for signal processing
CN102542340A (en) * 2010-12-15 2012-07-04 金蝶软件(中国)有限公司 Coding method for batch numbers of service documents and device
CN102833816A (en) * 2011-06-17 2012-12-19 中兴通讯股份有限公司 Access method and system for cognitive radio user
CN103019806A (en) * 2011-09-22 2013-04-03 北京新媒传信科技有限公司 Asynchronous task processing method and device
CN103412956A (en) * 2013-08-30 2013-11-27 北京中科江南软件有限公司 Data processing method and system for heterogeneous data sources
CN103729742A (en) * 2014-01-06 2014-04-16 中国南方电网有限责任公司 Data resource management system based on SOA framework and model drive framework
CN108834126A (en) * 2018-06-06 2018-11-16 北京华大智宝电子系统有限公司 One kind changing card apparatus and method
CN109417621A (en) * 2016-07-04 2019-03-01 索尼公司 Image processing apparatus and method
US20190333013A1 (en) * 2016-02-09 2019-10-31 Walmart Apollo, Llc Systems, devices, and methods for machine reading
CN110569035A (en) * 2019-08-08 2019-12-13 数字广东网络建设有限公司 Code compiling method, device, equipment and storage medium of software development project
CN111611230A (en) * 2020-06-30 2020-09-01 望海康信(北京)科技股份公司 Method and device for establishing main data system, computer equipment and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1439915A (en) * 1972-06-14 1976-06-16 Goldberg L L Check digit generation verification apparatus
CN101288116A (en) * 2005-10-13 2008-10-15 Lg电子株式会社 Method and apparatus for signal processing
US20080027788A1 (en) * 2006-07-28 2008-01-31 Lawrence John A Object Oriented System and Method for Optimizing the Execution of Marketing Segmentations
CN102542340A (en) * 2010-12-15 2012-07-04 金蝶软件(中国)有限公司 Coding method for batch numbers of service documents and device
CN102833816A (en) * 2011-06-17 2012-12-19 中兴通讯股份有限公司 Access method and system for cognitive radio user
CN103019806A (en) * 2011-09-22 2013-04-03 北京新媒传信科技有限公司 Asynchronous task processing method and device
CN103412956A (en) * 2013-08-30 2013-11-27 北京中科江南软件有限公司 Data processing method and system for heterogeneous data sources
CN103729742A (en) * 2014-01-06 2014-04-16 中国南方电网有限责任公司 Data resource management system based on SOA framework and model drive framework
US20190333013A1 (en) * 2016-02-09 2019-10-31 Walmart Apollo, Llc Systems, devices, and methods for machine reading
CN109417621A (en) * 2016-07-04 2019-03-01 索尼公司 Image processing apparatus and method
CN108834126A (en) * 2018-06-06 2018-11-16 北京华大智宝电子系统有限公司 One kind changing card apparatus and method
CN110569035A (en) * 2019-08-08 2019-12-13 数字广东网络建设有限公司 Code compiling method, device, equipment and storage medium of software development project
CN111611230A (en) * 2020-06-30 2020-09-01 望海康信(北京)科技股份公司 Method and device for establishing main data system, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
S. RONGVIRIYAPANISH 等: "Automatic code locations identification for replacing temporary variable with query method", 《2015 12TH INTERNATIONAL CONFERENCE ON ELECTRICAL ENGINEERING/ELECTRONICS, COMPUTER, TELECOMMUNICATIONS AND INFORMATION TECHNOLOGY 》, 20 August 2015 (2015-08-20), pages 1 - 6 *
宁吉平 等: "PDM与ERP物料编码技术在产品设计中的应用", 《机电工程技术》, vol. 47, no. 5, 21 May 2018 (2018-05-21), pages 177 - 179 *
雷焕丽 等: "基于ERP 系统实现DBOM 与ABOM 的自动对接分析研究", 《航空制造技术》, no. 8, 15 April 2014 (2014-04-15), pages 52 *

Also Published As

Publication number Publication date
CN112506916B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
US9710530B2 (en) Performance checking component for an ETL job
EP3049968B1 (en) Master schema shared across multiple tenants with dynamic update
CN111027295B (en) Data processing method, device, computer equipment and storage medium
US9942218B2 (en) Automated production of certification controls by translating framework controls
US20120166250A1 (en) Data visualization for time-based cohorts
US20160034355A1 (en) Recovering usability of cloud based service from system failure
CN105446794A (en) Disc operation method, apparatus and system based on virtual machine
CN112905537A (en) File processing method and device, electronic equipment and storage medium
CN112988770A (en) Method and device for updating serial number, electronic equipment and storage medium
US10133798B2 (en) Content transformations using a transformation node cluster
CN112506916B (en) Main data processing method, system, corresponding computer equipment and storage medium
KR101905636B1 (en) Method for maintaining and managing computer-resources
US20130254388A1 (en) Status determination in computer network-based communications system
KR20100015924A (en) Distributed search in a casual network of servers
CN116719799A (en) Environment-friendly data management method, device, computer equipment and storage medium
US20090315900A1 (en) Generic surface manager
CN116069810A (en) Data query method and device and terminal equipment
US20230261877A1 (en) Blockchain-based collaborative maintenance platform
CN114880678A (en) Authority management method, device, equipment and storage medium
CN110399296B (en) Method, system and medium for testing interactive interface between client and server
US11157367B1 (en) Promotional logic during database differential backup
US9692665B2 (en) Failure analysis in cloud based service using synthetic measurements
CN114205329A (en) Equipment coding method and device
CN111459737A (en) Problem positioning method and device, computer equipment and storage medium
CN114117077B (en) Operation and maintenance knowledge map construction and operation and maintenance method and device, computer equipment and storage medium

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