CN112230977B - Data iteration system and method of software project - Google Patents

Data iteration system and method of software project Download PDF

Info

Publication number
CN112230977B
CN112230977B CN202010925330.7A CN202010925330A CN112230977B CN 112230977 B CN112230977 B CN 112230977B CN 202010925330 A CN202010925330 A CN 202010925330A CN 112230977 B CN112230977 B CN 112230977B
Authority
CN
China
Prior art keywords
database
iteration
data
backup
project
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
CN202010925330.7A
Other languages
Chinese (zh)
Other versions
CN112230977A (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.)
XIAMEN TIPRAY TECHNOLOGY CO LTD
Original Assignee
XIAMEN TIPRAY 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 XIAMEN TIPRAY TECHNOLOGY CO LTD filed Critical XIAMEN TIPRAY TECHNOLOGY CO LTD
Priority to CN202010925330.7A priority Critical patent/CN112230977B/en
Publication of CN112230977A publication Critical patent/CN112230977A/en
Application granted granted Critical
Publication of CN112230977B publication Critical patent/CN112230977B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore

Abstract

The application provides a data iteration system and method of a software project. Wherein the system comprises: the environment preprocessing module is used for preprocessing the project environment; the data backup module is used for carrying out data backup on the original database; changing the port of the backup database; the data iteration module is used for data iteration and sending an iteration response value to the flow response module; the process response module is used for determining a database processing process according to the iteration response value and processing the original database and/or the backup database according to the database processing process; and the project initialization module is used for initializing the project according to the processing result of the database. According to the scheme, the original data are copied, the copied data are pasted out, the copied data port is changed, data iteration is performed on the copied data, and project version data iteration is performed steadily on the premise that absolute safety of the data is guaranteed, so that the method is efficient and intelligent.

Description

Data iteration system and method of software project
Technical Field
The application relates to the technical field of databases, in particular to a data iteration system and method for a software project.
Background
With the rapid development of electronic information technology, information resources have become strategic resources as important as materials and energy, and the information technology is being combined with the traditional industry by its wide permeability and unsurpassed advancement. The information industry has developed into the sunrise industry and a new economic growth point worldwide, informatization has become a booster for promoting the development of enterprises, and the informatization level becomes an important mark for the comprehensive strength of the enterprises.
Excellent products (such as software projects and data management systems) are subjected to thousands of exercises, so that a better solution is continuously found by realizing the same function, and the products can have tenacious vitality all the time. Each version iteration can improve the product performance, optimize the graphical interface and perfect the system function, and the product iteration is an important ring for ensuring the product quality. In the current society, enterprises regard critical data as the basis of normal operation, and once a data disaster occurs, the whole work is paralyzed, which causes inestimable loss.
The existing data iteration scheme of the software project writes data iteration related codes in a project specified class, and the project is operated in a Web. And (4) sequentially loading the Servlet by the aid of a Load-on-startup parameter in the web, wherein the data iteration Servlet is 1 sequence, the 2, 3 and 4 sequences are project service logic codes, and if and only if the 1, 2, 3 and 4 are all executed, the project is successfully started.
The prior scheme has the following defects:
1) if the difference between the current system version and the target system version is too large, a large amount of time is needed to iterate data, and the situation of massive data is particularly obvious. Technicians cannot know the current system operation state, and the human-computer interaction experience is poor along with the often endless waiting of the technicians.
2) Since the project cannot be started late, technicians often think that the system is "stuck," they try to solve the problem by restarting the service, server, etc. In this series of processes, the database is damaged, and the data cannot be backed up to the original version or iterated to the target version, which causes irreparable loss if the data is not normally backed up.
3) The data of client companies are accumulated all year round, the data are often in scales of dozens of G and hundreds of G, and research and development personnel restore the data in a dump mode, so that a large amount of time (hours to days) is needed, the efficiency is low, and other work is delayed. During the period of data restoration, the client company cannot use the data management system, and the product image is greatly discounted.
Disclosure of Invention
The application aims to provide a data iteration system and a data iteration method for a software project, so that project version iteration is stably carried out on the premise of ensuring absolute safety of data, and the software project is efficient and intelligent.
The first aspect of the application provides a data iteration system of a software project, which comprises an environment preprocessing module, a data backup module, a data iteration module, a process response module and a project initialization module; wherein the content of the first and second substances,
the environment preprocessing module is used for preprocessing the project environment;
the data backup module is used for carrying out data backup on the original database to obtain a backup database; and changing the backup database port;
the data iteration module is used for performing data iteration according to the backup database and sending an iteration response value to the process response module; the iteration response value is used for indicating an iteration result;
the process response module is used for determining a database processing process according to the iteration response value and processing an original database and/or a backup database according to the database processing process;
and the project initialization module is used for initializing projects according to the database processing result after the process response module executes the database processing process.
In some possible implementations, the environment preprocessing module is specifically configured to:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
In some possible implementations, the data iteration module is specifically configured to:
iterating the data table structure and the data content in the backup database;
and displaying the iteration progress and the iteration remaining time of the backup database.
In some possible implementations, the iteration result includes: success, abort, and failure;
the database processing flow comprises the following steps:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
In some possible implementations, the item initialization module is specifically configured to:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
A second aspect of the present application provides a data iteration method for a software project, including:
preprocessing a project environment;
carrying out data backup on the original database to obtain a backup database; and changing the backup database port;
performing data iteration according to the backup database to generate an iteration response value; the iteration response value is used for indicating an iteration result;
determining a database processing flow according to the iteration response value, and processing an original database and/or a backup database according to the database processing flow;
after the database processing flow is executed, the project is initialized according to the database processing result.
In some possible implementations, the preprocessing the project environment includes:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
In some possible implementations, the iterating data according to the backup database includes:
iterating the data table structure and the data content in the backup database;
and displaying the iteration progress and the iteration remaining time of the backup database.
In some possible implementations, the iteration result includes: success, abort, and failure;
the database processing flow comprises the following steps:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
In some possible implementations, the initializing the item includes:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
Compared with the prior art, the data iteration system of the software project, provided by the application, comprises an environment preprocessing module, a data iteration module and a data iteration module, wherein the environment preprocessing module is used for preprocessing the project environment; the data backup module is used for carrying out data backup on the original database to obtain a backup database; and changing the backup database port; the data iteration module is used for performing data iteration according to the backup database and sending an iteration response value to the process response module; the iteration response value is used for indicating an iteration result; the process response module is used for determining a database processing process according to the iteration response value and processing the original database and/or the backup database according to the database processing process; and the project initialization module is used for initializing the project according to the processing result of the database after the flow response module executes the database processing flow. According to the scheme, the original data are copied, the copied data are pasted out, the copied data port is changed, data iteration is performed on the copied data, and therefore project version data iteration is performed robustly and efficiently and intelligently on the premise that absolute safety of the data is guaranteed.
Drawings
Various additional advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 illustrates a schematic diagram of a data iteration system for a software project provided by some embodiments of the present application;
FIG. 2 illustrates a flow diagram of one business principle provided by some embodiments of the present application;
FIG. 3 illustrates a schematic diagram of a file organization architecture provided by some embodiments of the present application;
FIG. 4 illustrates a schematic diagram of a facility organization architecture provided by some embodiments of the present application;
FIG. 5 illustrates a technical schematic diagram of a data iteration system for a software project, provided in some embodiments of the present application;
6-12 illustrate scripting programs for the functions provided by some embodiments of the present application;
FIG. 13 illustrates a flow chart of a method of data iteration for an item of software provided by some embodiments of the present application.
Detailed Description
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.
It is to be noted that, unless otherwise specified, technical terms or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which this application belongs.
In addition, the terms "first" and "second", etc. are used to distinguish different objects, rather than to describe a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
The embodiment of the application provides a data iteration system and a data iteration method for a software project, which are described below with reference to the accompanying drawings.
Referring to fig. 1, a schematic diagram of a data iteration system of a software project according to some embodiments of the present application is shown, and as shown in the diagram, the data iteration system of the software project may include five component modules, which are an environment preprocessing module, a data backup module, a data iteration module, a flow response module, and a project initialization module. Wherein the content of the first and second substances,
the environment preprocessing module 101 is configured to preprocess a project environment; wherein, the item can be a web item, and the preprocessing includes stopping a system and a database service, detecting whether a disk meets a backup requirement, and the like.
Therefore, the environment preprocessing module 101 is specifically configured to:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
The data backup module 102 is configured to perform data backup on an original database to obtain a backup database; and changing the backup database port; for example, backup of original database files/folders, backup database port overwrites, and the like.
The data iteration module 103 is configured to perform data iteration according to the backup database, and send an iteration response value to the process response module; the iteration response value is used for indicating an iteration result; for example, iterate through the data table structure, and iterate through the data content. The iteration result comprises: success, abort, and failure.
Therefore, the data iteration module 103 is specifically configured to:
iterating the data table structure and the data content in the backup database;
and displaying the iteration progress and the iteration remaining time of the backup database.
The process response module 104 is configured to determine a database processing process according to the iterative response value, and process the original database and/or the backup database according to the database processing process; for example, flow trends are determined from the iterative response values, including renaming backup databases, ports, and the like.
Specifically, the database processing flow includes:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
The project initialization module 105 is configured to initialize a project according to a database processing result after the process response module executes a database processing process. Such as database version number modification, project component initialization, etc.
Therefore, the item initialization module is specifically configured to:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
To facilitate understanding of the above embodiments of the present application, the data iteration system for the above software project is further described as follows:
the business principle flow in practical application is shown in fig. 2: and the user downloads the latest version of project installation compression package. And decompressing the compressed packet, and double-clicking to run an installation packet (a server). And entering an installation guide and clicking the next step. And detecting that the project is installed by the installation package, entering an upgrading/repairing installation module, selecting upgrading, and clicking the next step. The installation package upgrades the server database, sequentially enters an environment preprocessing module, a data backup module, a data iteration module and a flow response module, enters a system tool updating link after upgrading is finished, enters a container replacing link after updating is finished, and enters a project initialization module after replacing is finished. And at this point, the installation is clicked, and the project is upgraded successfully.
The method for performing data iteration on the project has the advantages that data security is improved, original data are copied and pasted with copied data, a copied data port is changed, and data iteration is performed on the copied data. In case of a natural disaster or a human accident, the data is not damaged or lost. The efficiency of personnel is improved, the installation program can be made by NSIS tool, and NSIS (NullsoftScriptableInstallSystem) is a professional and open-source tool for making windows installation program. A user only needs to operate according to the man-machine interaction interface of the installation package, and other tasks are interspersed while the installation program runs, so that the parallel effect is achieved. The whole set of upgrading mechanism can be repeatedly executed, program execution fails, data is recovered, and then the program is executed. The program decoupling capacity is improved, and the dependency of mutual association is reduced by independently separating an iterative program, a script program and a project program. Any one of the three programs has a problem, and the fusing mechanism is started, so that the mutual influence cannot be caused. The independent programs respectively provide a log checking mechanism, so that the problem can be conveniently located and traced. The file organization architecture of the present invention is shown in FIG. 3 and the utility organization architecture is shown in FIG. 4, where EXE4J is a Java executable file generation tool that facilitates integrating Java applications into a Windows operating environment.
The technical principle is as follows: the technical principle flow of the invention is shown in fig. 5, and is realized by writing scripts by an NSIS tool, and the invention is introduced as follows by combining fig. 3 and 4:
1) the environment pre-processing module (write project service stop script, see FIG. 5 for details. Making the acquire disk space tool writes a disk capacity judgment script, see FIG. 6 for details)
A. A user click module is determined. If it is an upgrade module, flow B, C is entered (check if the system environment satisfies the iteration). And if the module is other module, entering the flow D.
B. Stop project main service (write project service stop script, see FIG. 6 for details), stop database service (MYSQL), stop daemon service, stop daily backup service, etc.
C. And (3) determining whether the disk space meets the data backup requirement (manufacturing a tool for acquiring the disk space and writing a disk capacity judgment script, and the details are shown in figure 7). Satisfies the following conditions: and entering a data backup module. Does not satisfy: and E is entered.
D. The remaining logic processing, which is not described in detail herein.
E. And prompting that the disk space is insufficient (or prompting environment fails to meet iteration), and quitting installation.
2) Data backup module
A. Copy database files/folders to backup folder (write create data copy script, see figure 8 for details). The success is as follows: and entering B. Failure: and (4) entering C.
B. And changing the port of the backup database (writing a change data port script, see the detailed figure 9) and entering a data iteration module.
C. And prompting that the data backup fails (or prompting that the database copy is wrong), and quitting the installation.
3) Data iteration module
A. The backup database is started.
B. A data iterator (Jar format) was created and the iterator (Exe format) was packaged using Exe 4J.
C. An iterator is called (a calling iterator script is written, see figure 10 for details).
D. And (5) starting data iteration, and confirming the data iteration progress by a technician according to the progress bar and the remaining time. And after iteration is finished, transmitting the response value back to the main installation package program, and entering a 'flow response module'.
4) Flow response module
A. The response value from the "data iterator module" is validated (flow response judgment script is written, see FIG. 11 for details). The success is as follows: and entering B. And (3) stopping: and (4) entering C. Failure: and D is entered.
B. The original database is renamed to the format of 'original database file name + time + OLD', and the backup database is renamed to the format of 'original database file name'. Enter E, enter "project initialization Module". When renaming is wrong, the renaming database can be prompted to be wrong, and installation is quitted.
C. The original database and the backup database are kept at the current status, and the project initialization module is entered.
D. And deleting the backup database, and entering the item initialization module.
E. The remaining logical processes, delete files, replace War packets, initialize Ftp, etc., are not described in detail herein.
5) Project initialization module
A. Starting a database service, starting a project main service, starting a daemon service, starting a daily backup service, and the like.
B. The project is started without errors, the system determines the current version number according to the War document, and updates the database version number (a script for changing the system version is written, see fig. 12 for details).
Compared with the prior art, the data iteration system of the software project provided by the embodiment of the application copies the original data, pastes out the copied data, changes the copied data port, and performs data iteration on the copied data, so that the project version data iteration is performed steadily, efficiently and intelligently on the premise of ensuring the absolute safety of the data.
In the embodiment, the application further provides a data iteration method of the software project. Referring to fig. 13, a schematic diagram of a data iteration method for a software project according to some embodiments of the present application is shown. Since the method embodiment is substantially similar to the system embodiment, the description is relatively simple, and reference may be made to some description of the method embodiment for relevant points. The device embodiments described below are merely illustrative.
As shown in fig. 13, the data iteration method of the software project includes:
step S101: preprocessing a project environment;
step S102: carrying out data backup on the original database to obtain a backup database; and changing the backup database port;
step S103: performing data iteration according to the backup database to generate an iteration response value; the iteration response value is used for indicating an iteration result;
step S104: determining a database processing flow according to the iteration response value, and processing an original database and/or a backup database according to the database processing flow;
step S105: after the database processing flow is executed, the project is initialized according to the database processing result.
In some implementations of embodiments of the present application, the S101 includes:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
In some implementations of embodiments of the present application, the S103 includes:
iterating the data table structure and the data content in the backup database;
and displaying the iteration progress and the iteration remaining time of the backup database.
In some implementations of embodiments of the present application, the iteration result includes: success, abort, and failure;
the database processing flow comprises the following steps:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
In some implementations of embodiments of the present application, the S105 includes:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
The data iteration method of the software project provided by the embodiment of the application and the data iteration system of the software project provided by the previous embodiment of the application have the same beneficial effects from the same inventive concept.
The embodiment of the present application further provides an electronic device corresponding to the data iteration method of the software project provided in the foregoing embodiment, where the electronic device may be an electronic device for a client, such as a mobile phone, a notebook computer, a tablet computer, a desktop computer, and the like, to execute the data iteration method of the software project.
The electronic device provided by the embodiment of the application and the data iteration method of the software project provided by the embodiment of the application have the same inventive concept and the same beneficial effects as the method adopted, operated or realized by the electronic device.
The present application further provides a computer-readable medium corresponding to the data iteration method of the software project provided in the foregoing embodiment, and a computer program (i.e., a program product) is stored thereon, and when being executed by a processor, the computer program performs the data iteration method of the software project provided in any foregoing embodiment.
It should be noted that examples of the computer-readable storage medium may also include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory, or other optical and magnetic storage media, which are not described in detail herein.
The computer-readable storage medium provided by the above-mentioned embodiment of the present application and the data iteration method of the software project provided by the embodiment of the present application have the same beneficial effects as the method adopted, executed or implemented by the application program stored in the computer-readable storage medium.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present disclosure, and the present disclosure should be construed as being covered by the claims and the specification.

Claims (6)

1. A data iteration system of a software project is characterized by comprising an environment preprocessing module, a data backup module, a data iteration module, a flow response module and a project initialization module; wherein the content of the first and second substances,
the environment preprocessing module is used for preprocessing the project environment;
the data backup module is used for carrying out data backup on the original database to obtain a backup database; and changing the backup database port;
the data iteration module is used for performing data iteration according to the backup database and sending an iteration response value to the process response module; the iteration response value is used for indicating an iteration result;
the process response module is used for determining a database processing process according to the iteration response value and processing an original database and/or a backup database according to the database processing process;
the project initialization module is used for initializing projects according to the database processing result after the process response module executes the database processing process;
the data iteration module is specifically configured to:
iterating the data table structure and the data content in the backup database;
displaying the iteration progress and the iteration remaining time of the backup database;
the iteration result comprises: success, abort, and failure;
the database processing flow comprises the following steps:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
2. The system of claim 1, wherein the environment preprocessing module is specifically configured to:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
3. The system of claim 1, wherein the item initialization module is specifically configured to:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
4. A method of data iteration of a software project, comprising:
preprocessing a project environment;
carrying out data backup on the original database to obtain a backup database; and changing the backup database port;
performing data iteration according to the backup database to generate an iteration response value; the iteration response value is used for indicating an iteration result;
determining a database processing flow according to the iteration response value, and processing an original database and/or a backup database according to the database processing flow;
after executing the database processing flow, initializing the project according to the processing result of the database;
the data iteration according to the backup database comprises the following steps:
iterating the data table structure and the data content in the backup database;
displaying the iteration progress and the iteration remaining time of the backup database;
the iteration result comprises: success, abort, and failure;
the database processing flow comprises the following steps:
if the iteration response value is successful, replacing the original database with a backup database, and performing other logic processing;
if the iteration response value is in a pause state, the original database and the backup database are both kept in the current state;
and if the iteration response value is failure, deleting the backup database.
5. The method of claim 4, wherein the pre-processing the project environment comprises:
stopping database service, project main service, daemon service and daily backup service;
and detecting whether the disk meets the data backup requirement.
6. The method of claim 4, wherein initializing the item comprises:
starting a database service, a project main service, a daemon service and a daily backup service;
and if the project is started without errors, determining the version number of the current project, and updating the version number of the database.
CN202010925330.7A 2020-09-06 2020-09-06 Data iteration system and method of software project Active CN112230977B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010925330.7A CN112230977B (en) 2020-09-06 2020-09-06 Data iteration system and method of software project

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010925330.7A CN112230977B (en) 2020-09-06 2020-09-06 Data iteration system and method of software project

Publications (2)

Publication Number Publication Date
CN112230977A CN112230977A (en) 2021-01-15
CN112230977B true CN112230977B (en) 2022-06-17

Family

ID=74116656

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010925330.7A Active CN112230977B (en) 2020-09-06 2020-09-06 Data iteration system and method of software project

Country Status (1)

Country Link
CN (1) CN112230977B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858704A (en) * 2006-02-07 2006-11-08 华为技术有限公司 Method of upgrading sequence
CN101110776A (en) * 2007-07-05 2008-01-23 华为技术有限公司 Backup method, backup device and backup system for data business
CN105677512A (en) * 2015-12-31 2016-06-15 北京金山安全软件有限公司 Data processing method and device and electronic equipment
CN106973099A (en) * 2017-03-28 2017-07-21 广东欧珀移动通信有限公司 A kind of data-updating method, apparatus and system
DE102018203109B3 (en) * 2018-03-01 2019-08-22 Deutsches Zentrum für Luft- und Raumfahrt e.V. Method for transmitting data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10817387B2 (en) * 2018-08-29 2020-10-27 Servicenow, Inc. Auto point in time data restore for instance copy

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858704A (en) * 2006-02-07 2006-11-08 华为技术有限公司 Method of upgrading sequence
CN101110776A (en) * 2007-07-05 2008-01-23 华为技术有限公司 Backup method, backup device and backup system for data business
CN105677512A (en) * 2015-12-31 2016-06-15 北京金山安全软件有限公司 Data processing method and device and electronic equipment
CN106973099A (en) * 2017-03-28 2017-07-21 广东欧珀移动通信有限公司 A kind of data-updating method, apparatus and system
DE102018203109B3 (en) * 2018-03-01 2019-08-22 Deutsches Zentrum für Luft- und Raumfahrt e.V. Method for transmitting data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Hadoop迭代数据处理及其数据放置策略的研究;邹亮亮;《中国优秀硕士学位论文全文数据库》;20151231;第1-65页 *

Also Published As

Publication number Publication date
CN112230977A (en) 2021-01-15

Similar Documents

Publication Publication Date Title
US7650356B2 (en) Generating an optimized restore plan
US8140907B2 (en) Accelerated virtual environments deployment troubleshooting based on two level file system signature
US8515799B2 (en) Constructing change plans from component interactions
US7840955B1 (en) Method and system for restoring software
US20060265696A1 (en) Method and system for data migration between versions of software
US20110119653A1 (en) Incremental packaging
CN107315689A (en) The Automation regression testing method of granularity is retrieved based on Git code files
US8095510B2 (en) Data restoration in a storage system using multiple restore points
CN102216905A (en) Application restore points
WO2014056371A1 (en) Method and apparatus for determining range of files to be migrated
US9256509B1 (en) Computing environment analyzer
US10248409B1 (en) Limiting the effects of source code patches on corresponding native-code patches
US7689587B1 (en) Autorep process to create repository according to seed data and at least one new schema
US20130117749A1 (en) Provisioning and Managing an Application Platform
CN109445800B (en) Version automatic deployment method and system based on distributed system
CN110795356A (en) System and method for realizing one-click deployment and automatic testing of software based on android
CN112230977B (en) Data iteration system and method of software project
US7797334B2 (en) Automated downloading from mainframe to local area network
US20130167138A1 (en) Method and apparatus for simulating installations
US20150212799A1 (en) Migration between model elements of different types in a modeling environment
CN104331309A (en) Management method and system for realizing data loading item shell by configuration
CN116149707B (en) Method and device for detecting and avoiding upgrading risk of distributed system
CN115756554B (en) Version upgrading method and device
US11593325B2 (en) Systems and methods of data migration in multi-layer model-driven applications
US20230168656A1 (en) Automatically assigning natural language labels to non-conforming behavior of processes

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