CN113342779A - Project updating method and device and computer readable storage medium - Google Patents

Project updating method and device and computer readable storage medium Download PDF

Info

Publication number
CN113342779A
CN113342779A CN202110702326.9A CN202110702326A CN113342779A CN 113342779 A CN113342779 A CN 113342779A CN 202110702326 A CN202110702326 A CN 202110702326A CN 113342779 A CN113342779 A CN 113342779A
Authority
CN
China
Prior art keywords
warehouse
data warehouse
target data
updating
item
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
CN202110702326.9A
Other languages
Chinese (zh)
Inventor
赵昭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Sinosun Technology Co ltd
Original Assignee
Shenzhen Sinosun 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 Shenzhen Sinosun Technology Co ltd filed Critical Shenzhen Sinosun Technology Co ltd
Priority to CN202110702326.9A priority Critical patent/CN113342779A/en
Publication of CN113342779A publication Critical patent/CN113342779A/en
Pending legal-status Critical Current

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/21Design, administration or maintenance of databases
    • G06F16/219Managing data history or versioning
    • 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
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • 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
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a project updating method, a project updating device and a computer readable storage medium, wherein the method comprises the following steps: when the warehouse table is detected, analyzing the warehouse table to obtain a warehouse path of the data warehouse to be acquired; generating a warehouse acquisition request corresponding to a warehouse path; sending a warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse; receiving a target data warehouse sent by a server; the item is updated according to the target data warehouse. The invention improves the efficiency of project updating.

Description

Project updating method and device and computer readable storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for updating a project, and a computer-readable storage medium.
Background
At present, gitlab is adopted as a version control tool in many companies, and project source codes of large projects in gitlab are often distributed in different git warehouses due to the reasons of platformization, sharing and the like. In the prior art, the research and development personnel detect the project codes, so that the project code acquisition efficiency reduces the project updating efficiency.
Disclosure of Invention
Embodiments of the present invention provide a project updating method, a project updating device, and a computer-readable storage medium, and aim to solve a technical problem of how to improve project updating efficiency.
When a warehouse table is detected, analyzing the warehouse table to obtain a warehouse path of a data warehouse to be acquired;
generating a warehouse acquisition request corresponding to the warehouse path;
sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse;
receiving a target data warehouse sent by the server;
and updating the items according to the target data warehouse.
In one embodiment, before the step of updating the item according to the target data warehouse, the method further comprises:
and when detecting that an empty folder exists in the target data warehouse, generating and storing a problem log of the target data warehouse which fails to acquire.
In an embodiment, after the step of receiving the target data warehouse sent by the server, the method further includes:
analyzing the warehouse table to obtain the service category of the data warehouse to be obtained;
when the service type of the target data warehouse is detected to be inconsistent with the service type of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when the service type of the target data warehouse is detected to be consistent with the service type of the data warehouse to be obtained, executing the step of updating items according to the target data warehouse.
In one embodiment, before the step of updating the item according to the target data warehouse, the method further comprises:
analyzing the warehouse table to obtain the warehouse name of the data warehouse to be obtained;
when the warehouse name of the target data warehouse is detected to be inconsistent with the warehouse name of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the warehouse name of the target data warehouse is consistent with the warehouse name of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
In one embodiment, before the step of updating the item according to the target data warehouse, the method further comprises:
analyzing the warehouse table to obtain the version number of the data warehouse to be obtained;
when the version number of the target data warehouse is detected to be inconsistent with the version number of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the version number of the target data warehouse is consistent with the version number of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
In one embodiment, after the step of generating and storing the problem log of the warehouse acquisition failure, the method further includes:
and outputting prompt information for manually updating the project.
In an embodiment, after the step of receiving the target data warehouse sent by the server, the method further includes:
analyzing the warehouse table to obtain the service type of the data warehouse to be obtained, wherein the service type comprises a front end and a background;
and storing the target data warehouse according to the service type.
In one embodiment, the data type of the warehouse form is an EXCEL file, and the step of parsing the warehouse form includes:
acquiring an EXCEL file analysis library;
and analyzing the warehouse table according to the EXCEL file analysis library.
An embodiment of the present invention further provides an item updating apparatus, where the item updating apparatus includes: the system comprises a memory, a processor and an item updating program stored on the memory and capable of running on the processor, wherein the processor realizes the steps of the item updating method when executing the item updating program.
An embodiment of the present invention further provides a computer-readable storage medium, where an item update program is stored on the computer-readable storage medium, and when being executed by a processor, the item update program implements the steps of the item update method described above.
In the technical scheme of the embodiment, when a warehouse table is detected, an item updating device analyzes the warehouse table to obtain a warehouse path of a data warehouse to be acquired; generating a warehouse acquisition request corresponding to the warehouse path; sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse; receiving a target data warehouse sent by the server; and updating the items according to the target data warehouse. The project updating device can automatically update projects based on the warehouse table input by the project manager, wherein the project manager does not need to search and download data warehouses one by one on a version management tool, and the project updating device can directly generate an acquisition request based on the warehouse table and send the acquisition request to the server, and then receive a target data warehouse sent by the server to update the projects.
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 or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram of a hardware architecture of an item update apparatus according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a project updating method according to the present invention;
FIG. 3 is a flowchart illustrating a project updating method according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a third embodiment of a project updating method according to the present invention;
FIG. 5 is a flowchart illustrating a fourth embodiment of the project updating method according to the present invention;
FIG. 6 is a flowchart illustrating a fifth embodiment of the project updating method according to the present invention;
fig. 7 is a flowchart illustrating a sixth embodiment of the project updating method according to the present invention.
Detailed Description
For a better understanding of the above technical solutions, exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
The main solution of the invention is: when detecting a warehouse table, the item updating device analyzes the warehouse table to obtain a warehouse path of a data warehouse to be acquired; generating a warehouse acquisition request corresponding to the warehouse path; sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse; receiving a target data warehouse sent by the server; and updating the items according to the target data warehouse.
The project updating device can automatically update projects based on the warehouse table input by the project manager, wherein the project manager does not need to search and download data warehouses one by one on a version management tool, and the project updating device can directly generate an acquisition request based on the warehouse table and send the acquisition request to the server, and then receive a target data warehouse sent by the server to update the projects.
As an implementation, the item update apparatus may be as in fig. 1.
An embodiment of the present invention relates to an item update apparatus, including: a processor 101, e.g. a CPU, a memory 102, a communication bus 103. Wherein a communication bus 103 is used for enabling the connection communication between these components.
The memory 102 may be a high-speed RAM memory or a non-volatile memory (e.g., a disk memory). As in fig. 1, a detection program may be included in the memory 103 as a computer-readable storage medium; and the processor 101 may be configured to call the detection program stored in the memory 102 and perform the following operations:
when a warehouse table is detected, analyzing the warehouse table to obtain a warehouse path of a data warehouse to be acquired;
generating a warehouse acquisition request corresponding to the warehouse path;
sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse;
receiving a target data warehouse sent by the server;
and updating the items according to the target data warehouse.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
and when detecting that an empty folder exists in the target data warehouse, generating and storing a problem log of the target data warehouse which fails to acquire.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
analyzing the warehouse table to obtain the service category of the data warehouse to be obtained;
when the service type of the target data warehouse is detected to be inconsistent with the service type of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when the service type of the target data warehouse is detected to be consistent with the service type of the data warehouse to be obtained, executing the step of updating items according to the target data warehouse.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
analyzing the warehouse table to obtain the warehouse name of the data warehouse to be obtained;
when the warehouse name of the target data warehouse is detected to be inconsistent with the warehouse name of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the warehouse name of the target data warehouse is consistent with the warehouse name of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
analyzing the warehouse table to obtain the version number of the data warehouse to be obtained;
when the version number of the target data warehouse is detected to be inconsistent with the version number of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the version number of the target data warehouse is consistent with the version number of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
and outputting prompt information for manually updating the project.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
analyzing the warehouse table to obtain the service type of the data warehouse to be obtained, wherein the service type comprises a front end and a background;
and storing the target data warehouse according to the service type.
In one embodiment, the processor 101 may be configured to call a detection program stored in the memory 102 and perform the following operations:
acquiring an EXCEL file analysis library;
and analyzing the warehouse table according to the EXCEL file analysis library.
In the technical scheme of the embodiment, when a warehouse table is detected, an item updating device analyzes the warehouse table to obtain a warehouse path of a data warehouse to be acquired; generating a warehouse acquisition request corresponding to the warehouse path; sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse; receiving a target data warehouse sent by the server; and updating the items according to the target data warehouse. The project updating device can automatically update projects based on the warehouse table input by the project manager, wherein the project manager does not need to search and download data warehouses one by one on a version management tool, and the project updating device can directly generate an acquisition request based on the warehouse table and send the acquisition request to the server, and then receive a target data warehouse sent by the server to update the projects.
In order to better understand the technical solution, the technical solution will be described in detail with reference to the drawings and the specific embodiments.
Referring to fig. 2, fig. 2 is a first embodiment of the item update method of the present invention, which includes the following steps:
and step S10, when the warehouse table is detected, analyzing the warehouse table to obtain the warehouse path of the data warehouse to be acquired.
In this embodiment, the warehouse table is an Excel table and is input by a project manager, wherein the project manager may input the service type, the warehouse name, the warehouse path, and the required version of the data warehouse to be acquired in the warehouse table, and the project updating device may update the project based on the received warehouse table acquiring target data warehouse.
And step S20, generating a warehouse acquisition request corresponding to the warehouse path.
In the embodiment, after the updating device of the project receives the warehouse table, the EXCEL file analysis library can be acquired; then analyzing the warehouse table according to the EXCEL file analysis library to obtain an analysis result; and finally, generating a warehouse acquisition request according to the analysis result, specifically, generating the warehouse acquisition request according to the warehouse path.
Step S30, sending the warehouse acquisition request to a server, where the server sends a target data warehouse in response to the warehouse acquisition request.
In this embodiment, the server is a version control tool, and specifically, may provide a complete version management function for a gitlab, where the version control tool is used to store and track modification histories of directories (folders) and files (data warehouses), is a necessary tool for software developers, and is an infrastructure of a software company. The highest target of the version control tool is to support the configuration management activities of a software company, track the development and maintenance activities of a plurality of versions and release software in time; it is understood that when the server receives the warehouse get request from the item update apparatus, the server sends the target data warehouse to the item update apparatus in response to the warehouse get request, for example: in response to a download request generated by the item update apparatus based on the repository table.
And step S40, receiving the target data warehouse sent by the server.
Step S50, updating the item according to the target data warehouse.
In the technical scheme of the embodiment, the project updating device can automatically update the project based on the warehouse table input by the project manager, wherein the project manager does not need to search and download the data warehouses one by one on the version management tool, the project updating device can directly generate the acquisition request based on the warehouse table and send the request to the server, and then receives the target data warehouse sent by the server to update the project, and the project updating efficiency is improved.
Referring to fig. 3, fig. 3 is a second embodiment of the project updating method of the present invention, based on the first embodiment, before step S50, including:
and step S60, when detecting that an empty folder exists in the target data warehouse, generating and storing a problem log of the target data warehouse which fails to acquire.
In this embodiment, since the target data warehouse is downloaded based on the path generated by the warehouse table, if there is an empty folder in the target data warehouse, it means that the storage path of part of the content in the target data warehouse has changed, and the target data warehouse cannot be used to continue the item update.
In the technical solution of this embodiment, after the target data warehouse is obtained, a problem log may be generated based on the content of the target data warehouse, and a project manager may know about a specific update condition based on the problem log.
Referring to fig. 4, fig. 4 is a third embodiment of the project updating method according to the present invention, based on any one of the first to second embodiments, after step S40, the method further includes:
and step S70, analyzing the warehouse table to obtain the service category of the data warehouse to be acquired.
In the embodiment, after the updating device of the project receives the warehouse table, the EXCEL file analysis library can be acquired; and then analyzing the warehouse table according to the EXCEL file analysis library to obtain the service category of the data warehouse to be acquired.
And step S80, when it is detected that the service type of the target data warehouse is inconsistent with the service type of the to-be-acquired data warehouse, generating and storing a problem log of warehouse acquisition failure.
In this embodiment, the service type of the received target data warehouse is determined, and then the service type is compared with the service type obtained by analyzing the warehouse table, if the service types are different, it means that the received target data warehouse does not match the data warehouse required by the project manager, and therefore, the automatic update of the project cannot be performed, the automatic update of the project may be stopped, and then a problem log of the target data warehouse that fails to acquire is generated and stored.
Step S90, when it is detected that the service category of the target data warehouse is consistent with the service category of the to-be-acquired data warehouse, executing the step of updating the item according to the target data warehouse.
In this embodiment, if it is determined that the service type of the target data warehouse is consistent with the service type obtained by parsing the table, the target data warehouse is considered to be available for automatic update of the item, and thus the step of automatically updating the item is performed.
Optionally, after generating and storing the problem log, outputting a prompt message for manually updating the project.
In the technical scheme of this embodiment, after the target data warehouse is obtained, a problem log may be generated based on the content of the target data warehouse, and the project manager may know whether the service type of the target data warehouse is a required type based on the problem log, so as to determine whether the target data warehouse is available for project update.
Referring to fig. 5, fig. 5 shows a fourth embodiment of the item updating method according to the present invention, based on any one of the first to third embodiments, after step S40, the method further includes:
and S100, analyzing the warehouse table to obtain the warehouse name of the data warehouse to be acquired.
In the embodiment, after the updating device of the project receives the warehouse table, the EXCEL file analysis library can be acquired; and then analyzing the warehouse table according to the EXCEL file analysis library to obtain the warehouse name of the data warehouse to be acquired.
Step S110, when it is detected that the warehouse name of the target data warehouse is inconsistent with the warehouse name of the data warehouse to be acquired, generating a problem log of warehouse acquisition failure and storing the problem log.
In this embodiment, the received warehouse name of the target data warehouse is determined, and then compared with the warehouse name obtained by analyzing the warehouse table, if the warehouse names are different, it means that the received target data warehouse does not match the data warehouse required by the project manager, and therefore, the automatic update of the project cannot be performed, the automatic update of the project may be stopped, and then a problem log of the target data warehouse that fails to acquire is generated and stored.
Step S120, when it is detected that the warehouse name of the target data warehouse is consistent with the warehouse name of the to-be-acquired data warehouse, executing the step of updating the item according to the target data warehouse.
In this embodiment, if it is determined that the service type of the target data warehouse is consistent with the warehouse name obtained by parsing the table, the target data warehouse is considered to be available for automatic update of the item, and thus the step of automatically updating the item is performed.
Optionally, after generating and storing the problem log, outputting a prompt message for manually updating the project.
In the technical scheme of this embodiment, after the target data warehouse is obtained, a problem log may be generated based on the content of the target data warehouse, and a project manager may know whether the target data warehouse is a type of a demand based on the problem log, so as to determine whether the target data warehouse is available for project updating.
Referring to fig. 6, fig. 6 shows a fifth embodiment of the project updating method according to the present invention, based on any one of the first to fourth embodiments, after step S40, the method further includes:
step S130, analyzing the warehouse table to obtain the version number of the to-be-acquired data warehouse.
In this embodiment, the version number of the received target data warehouse is determined, and then compared with the version number obtained by analyzing the warehouse table, if the version numbers are the same, it means that the received target data warehouse does not match the data warehouse required by the project manager, and therefore, the received target data warehouse cannot be used for automatic update of the project, the automatic update of the project may be stopped, and then a problem log of the target data warehouse failure acquisition is generated to store the problem log
Step S140, when it is detected that the version number of the target data warehouse is inconsistent with the version number of the to-be-acquired data warehouse, generating and storing a problem log of warehouse acquisition failure.
In this embodiment, the version number of the received target data warehouse is determined, and then compared with the version number obtained by analyzing the warehouse table, if the version numbers are different, it means that the received target data warehouse does not match the data warehouse required by the project manager, and therefore, the received target data warehouse cannot be used for automatic updating of the project, the automatic updating of the project may be stopped, and then a problem log of the target data warehouse that fails to acquire is generated and stored.
Step S150, when it is detected that the version number of the target data warehouse is consistent with the version number of the to-be-acquired data warehouse, executing the step of updating the item according to the target data warehouse.
In this embodiment, if it is determined that the service type of the target data warehouse is consistent with the service type obtained by parsing the table, the target data warehouse is considered to be available for automatic update of the item, and thus the step of automatically updating the item is performed.
Optionally, after the problem log is produced and stored, prompt information for manually updating the project is output.
In the technical scheme of this embodiment, after the target data warehouse is obtained, a problem log may be generated based on the content of the target data warehouse, and the project manager may know whether the version of the target data warehouse is the required version based on the problem log, so as to determine whether the target data warehouse is available for project updating.
Referring to fig. 7, fig. 7 is a sixth embodiment of the project updating method according to the present invention, based on any one of the first to fifth embodiments, after step S40, the method further includes:
step S160, analyzing the warehouse table to obtain a service type of the to-be-acquired data warehouse, where the service type includes a front end and a background.
And step S170, storing the target data warehouse according to the service type.
In this embodiment, after parsing the warehouse table to obtain the service type, the target data warehouse may be stored based on the service type.
In the technical scheme of the embodiment, the target data warehouse is stored according to the service type, so that managers can better manage the target data warehouse.
In order to achieve the above object, an embodiment of the present invention further provides an item updating apparatus, where the item updating apparatus includes: the system comprises a memory, a processor and an item updating program stored on the memory and capable of running on the processor, wherein the processor realizes the steps of the item updating method when executing the item updating program.
To achieve the above object, an embodiment of the present invention further provides a computer-readable storage medium, on which an item update program is stored, and the item update program, when executed by a processor, implements the steps of the item update method as described above.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or program product for updating an item. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a network configuration product program embodied on one or more computer-usable computer-readable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and item update program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by project update program instructions. These item update program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These item update program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. An item update method, characterized in that the item update method comprises the steps of:
when a warehouse table is detected, analyzing the warehouse table to obtain a warehouse path of a data warehouse to be acquired;
generating a warehouse acquisition request corresponding to the warehouse path;
sending the warehouse acquisition request to a server, wherein the server responds to the warehouse acquisition request and sends a target data warehouse;
receiving a target data warehouse sent by the server;
and updating the items according to the target data warehouse.
2. The item update method of claim 1, wherein said step of updating items according to the target data warehouse is preceded by the method further comprising:
and when detecting that an empty folder exists in the target data warehouse, generating and storing a problem log of the target data warehouse which fails to acquire.
3. The item update method of any of claim 1, wherein after the step of receiving the target data warehouse sent by the server, the method further comprises:
analyzing the warehouse table to obtain the service category of the data warehouse to be obtained;
when the service type of the target data warehouse is detected to be inconsistent with the service type of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when the service type of the target data warehouse is detected to be consistent with the service type of the data warehouse to be obtained, executing the step of updating items according to the target data warehouse.
4. The item update method of claim 1, wherein said step of updating items according to the target data warehouse is preceded by the method further comprising:
analyzing the warehouse table to obtain the warehouse name of the data warehouse to be obtained;
when the warehouse name of the target data warehouse is detected to be inconsistent with the warehouse name of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the warehouse name of the target data warehouse is consistent with the warehouse name of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
5. The item update method of claim 1, wherein said step of updating items according to the target data warehouse is preceded by the method further comprising:
analyzing the warehouse table to obtain the version number of the data warehouse to be obtained;
when the version number of the target data warehouse is detected to be inconsistent with the version number of the data warehouse to be acquired, generating and storing a problem log of failure in warehouse acquisition;
and when detecting that the version number of the target data warehouse is consistent with the version number of the data warehouse to be acquired, executing the step of updating the item according to the target data warehouse.
6. The project updating method of any of claims 3-5, wherein after the step of generating and saving a problem log of warehouse acquisition failures, the method further comprises:
and outputting prompt information for manually updating the project.
7. The item update method of claim 1, wherein after the step of receiving the target data warehouse sent by the server, the method further comprises:
analyzing the warehouse table to obtain the service type of the data warehouse to be obtained, wherein the service type comprises a front end and a background;
and storing the target data warehouse according to the service type.
8. The project updating method of claim 1, wherein the data type of the warehouse form is an EXCEL file, the step of parsing the warehouse form comprising:
acquiring an EXCEL file analysis library;
and analyzing the warehouse table according to the EXCEL file analysis library.
9. An item update apparatus, characterized in that the item update apparatus comprises: memory, a processor and an item update program stored on the memory and executable on the processor, the processor implementing the steps of the item update method according to any one of claims 1 to 8 when executing the item update program.
10. A computer-readable storage medium, having stored thereon an item update program which, when executed by a processor, implements the steps of the item update method of any one of claims 1 to 8.
CN202110702326.9A 2021-06-23 2021-06-23 Project updating method and device and computer readable storage medium Pending CN113342779A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110702326.9A CN113342779A (en) 2021-06-23 2021-06-23 Project updating method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110702326.9A CN113342779A (en) 2021-06-23 2021-06-23 Project updating method and device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113342779A true CN113342779A (en) 2021-09-03

Family

ID=77478136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110702326.9A Pending CN113342779A (en) 2021-06-23 2021-06-23 Project updating method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113342779A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893259A (en) * 2016-03-31 2016-08-24 广州华多网络科技有限公司 Code detection system, method and device
CN110659020A (en) * 2019-09-29 2020-01-07 苏州思必驰信息科技有限公司 Implementation method, operation method and device for dynamically constructing project architecture under multi-warehouse environment
CN111144839A (en) * 2019-12-17 2020-05-12 深圳市优必选科技股份有限公司 Project construction method, continuous integration system and terminal equipment
US20200183948A1 (en) * 2018-12-07 2020-06-11 Capital One Services, Llc Provisioning compute and data resources within an elastic data warehouse system
CN111966390A (en) * 2020-07-08 2020-11-20 深圳市科脉技术股份有限公司 Project construction method, system, terminal device and storage medium
CN112948473A (en) * 2019-11-26 2021-06-11 北京京东尚科信息技术有限公司 Data processing method, device and system of data warehouse and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893259A (en) * 2016-03-31 2016-08-24 广州华多网络科技有限公司 Code detection system, method and device
US20200183948A1 (en) * 2018-12-07 2020-06-11 Capital One Services, Llc Provisioning compute and data resources within an elastic data warehouse system
CN110659020A (en) * 2019-09-29 2020-01-07 苏州思必驰信息科技有限公司 Implementation method, operation method and device for dynamically constructing project architecture under multi-warehouse environment
CN112948473A (en) * 2019-11-26 2021-06-11 北京京东尚科信息技术有限公司 Data processing method, device and system of data warehouse and storage medium
CN111144839A (en) * 2019-12-17 2020-05-12 深圳市优必选科技股份有限公司 Project construction method, continuous integration system and terminal equipment
CN111966390A (en) * 2020-07-08 2020-11-20 深圳市科脉技术股份有限公司 Project construction method, system, terminal device and storage medium

Similar Documents

Publication Publication Date Title
US20200050588A1 (en) Automatic file version verification within electronic mail
CN108874558B (en) Message subscription method of distributed transaction, electronic device and readable storage medium
US9311064B1 (en) Systems and methods for automated centralized build/merge management
CN106897072B (en) Service engineering calling method and device and electronic equipment
CN107807815B (en) Method and device for processing tasks in distributed mode
US20100153940A1 (en) Transportable refactoring object
CN111144839B (en) Project construction method, continuous integration system and terminal equipment
CN111694612A (en) Configuration checking method, device, computer system and storage medium
CN113448837A (en) Development and test environment deployment method, system, electronic device, and medium
KR20090005367A (en) Work item event procession
CN108255735B (en) Associated environment testing method, electronic device and computer readable storage medium
CN105549959A (en) Compiling inspection method and device
CN111367531B (en) Code processing method and device
CN113050984A (en) Resource calling method and device, electronic equipment and storage medium
CN112860312A (en) Method and device for detecting item dependency relationship change
CN111045941A (en) Positioning method and device of user interface control and storage medium
CN111046316B (en) Application on-shelf state monitoring method, intelligent terminal and storage medium
US7721279B1 (en) Packaging information integration applications
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
CN113495723B (en) Method, device and storage medium for calling functional component
CN113342779A (en) Project updating method and device and computer readable storage medium
CN115617780A (en) Data import method, device, equipment and storage medium
CN106855804B (en) Code change management and control method and device
CN111400245B (en) Art resource migration method and device
CN110266762B (en) Data uploading method, system, device 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