CN112035142B - Data processing method, device and equipment based on software maintenance - Google Patents
Data processing method, device and equipment based on software maintenance Download PDFInfo
- Publication number
- CN112035142B CN112035142B CN202010903462.XA CN202010903462A CN112035142B CN 112035142 B CN112035142 B CN 112035142B CN 202010903462 A CN202010903462 A CN 202010903462A CN 112035142 B CN112035142 B CN 112035142B
- Authority
- CN
- China
- Prior art keywords
- data
- condition
- service
- software
- business
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE 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/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
The embodiment of the specification provides a data processing method, device and equipment based on software maintenance. The method comprises the following steps: under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment; verifying the service data in the data storage file by utilizing the data verification condition; writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software. According to the method, the data are acquired and checked during software maintenance, so that the data for software calling can meet the requirement of the software after maintenance.
Description
Technical Field
Embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a data processing method, apparatus, and device based on software maintenance.
Background
With the development of information technology, more and more software is developed to meet various demands of users. After the software is developed, maintenance is still needed for the software, such as repairing the bug of the software or adding new functions of the software, so that the software can continuously adapt to the requirements of users.
At present, when maintaining the software, only the code of the software is often adjusted, and old data corresponding to the software before maintenance is still utilized by the software after maintenance when corresponding data is called to process business. However, since the software after maintenance is used for supplementing additional functions and repairing vulnerabilities before repair, there may be adjustment in terms of functions and logic, so that when the software after maintenance processes corresponding services by using the old data, the situation that the old data is not matched with the software after maintenance may occur, thereby affecting normal use of the software and possibly even causing errors in service processing. Therefore, a method for updating the data corresponding to the maintained software in time is needed.
Disclosure of Invention
An object of the embodiments of the present disclosure is to provide a data processing method, apparatus and device based on software maintenance, so as to solve the problem of how to update data called by software conveniently during software maintenance.
In order to solve the above technical problems, an embodiment of the present disclosure provides a data processing method based on software maintenance, including:
under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment;
respectively checking the service data in the data storage file by utilizing the data checking conditions;
writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software.
The embodiment of the specification also provides a data processing device based on software maintenance, which comprises:
The data acquisition request sending module is used for sending a data acquisition request to at least one data source device under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
the business data importing module is used for importing business data fed back by the data source equipment into a data storage file corresponding to the data source equipment under the condition that the business data are acquired;
the service data verification module is used for verifying the service data in the data storage file by utilizing the data verification conditions;
the business data writing module is used for writing the business data into a bottoming data table under the condition that the business data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software.
The embodiment of the specification also provides data processing equipment based on software maintenance, which comprises a memory and a processor; the memory is used for storing computer program instructions; the processor is configured to execute the computer program instructions to implement the steps of: under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment; respectively checking the service data in the data storage file by utilizing the data checking conditions; writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a data processing method based on software maintenance, including:
receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
searching corresponding service data according to the data acquisition request;
feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software.
The embodiment of the specification also provides a data processing device based on software maintenance, which comprises:
the data acquisition request receiving module is used for receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
The service data searching module is used for searching corresponding service data according to the data acquisition request;
the business data feedback module is used for feeding back the business data to the data processing equipment, so that after the data processing equipment imports the business data into the corresponding data storage file, the business data in the data storage file is checked by utilizing the data checking condition, and the business data is written into the pavement data table under the condition that the business data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software.
The embodiment of the specification also provides data source equipment, which comprises a memory and a processor; the memory is used for storing business data and computer program instructions; the processor is configured to execute the computer program instructions to implement the steps of: receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; searching corresponding service data according to the data acquisition request; feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software.
As can be seen from the technical solutions provided in the embodiments of the present specification, after detecting software maintenance, corresponding service data is obtained from each data source device, and data is screened by using the data verification condition included in the instruction corresponding to the software maintenance, and the screened data is used as data for calling the software after the maintenance. The method aims at timely updating the data corresponding to the software when the software is maintained, so that the updated data can also meet the related requirements of the maintained software, the risk that the software cannot normally run due to data mismatch is reduced, the effective processing of the service is ensured, and the use experience of a user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present description or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present description, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a block diagram of a software maintenance-based data processing system according to an embodiment of the present disclosure;
FIG. 2 is a flowchart of a data processing method based on software maintenance according to an embodiment of the present disclosure;
FIG. 3 is a flowchart of a data processing method based on software maintenance according to an embodiment of the present disclosure;
FIG. 4 is a flowchart of a data processing method based on software maintenance according to an embodiment of the present disclosure;
FIG. 5 is a block diagram of a software maintenance-based data processing apparatus according to an embodiment of the present disclosure;
FIG. 6 is a block diagram of a software maintenance-based data processing apparatus according to an embodiment of the present disclosure;
FIG. 7 is a block diagram of a data processing apparatus according to an embodiment of the present specification;
fig. 8 is a block diagram of a data source device according to an embodiment of the present disclosure.
Detailed Description
The technical solutions of the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is apparent that the described embodiments are only some embodiments of the present specification, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are intended to be within the scope of the present disclosure.
For a better understanding of the inventive concepts of the present application, a software-based data processing system in accordance with the illustrative embodiments of the present application is first described. As shown in fig. 1, the data acquisition system 100 includes a data processing device 110 and a data source device 120.
The data processing device 110 may be configured to obtain data from a data source device 120; the data processing device 110 may also be configured to screen the acquired service data, and write the screened data into the bottoming data table, so that the maintained software can normally call the data.
The data source device 120 stores service data therein. The data source device 120 may be a system for executing other services, and correspondingly stores service data corresponding to other services; or may be a system for storing service data corresponding to the software, so that other service data corresponding to the software but not called by the software can be provided. In practical application, the service data may also have other data sources, which will not be described in detail.
The data processing device 110 and the data source device 120 may be devices with computing capabilities, such as servers, industrial computers, PCs, clusters, etc., which are not limited.
Based on the data acquisition system, a data processing method based on software maintenance according to an embodiment of the present disclosure is described. The execution subject of the method is the data acquisition system. As shown in fig. 2, the data processing method based on software maintenance specifically includes the following steps.
S210: the data processing apparatus receives a software maintenance instruction.
The software maintenance instruction is used for determining that the software corresponding to the data processing equipment needs to be maintained. After receiving the software maintenance instruction, the data processing device needs to maintain the bottom data corresponding to the corresponding software according to the software maintenance instruction. The bottoming data is the data for the software to call.
The software maintenance can be to repair the loopholes in the software, or to add new functions in the software. The software state for triggering the software maintenance instruction in the actual application is not limited to the above example, and other scenarios for modifying the software itself so that the data for the software call needs to be updated can trigger the software maintenance instruction, which is not described herein.
The software maintenance instruction may be an instruction generated by software based on logic preset by the software and sent to the data processing device when the software needs to be maintained; or instructions generated by the other program or device when it detects that the software needs to be maintained, and sends the generated instructions to the data processing device. The manner of generating the software maintenance instruction in the practical application is not limited to the above example, and will not be described herein.
The software maintenance instructions may include data verification conditions. The data verification condition is used for verifying updated service data and judging whether the service data accords with the condition for calling the software or not, namely, the data verification condition is used for screening the data for calling the software.
In some embodiments, the data verification condition may include a target data type and a target data length. The target data type may be a type corresponding to data meeting the condition, and the data type may be a specific format type, such as a character string, a number, a text, or a specific file format, such as a document format, a table format, and the like. The specific content of the target data type may be set according to the requirements of practical applications, which is not described herein. The target data length may be used to define a maximum length of the data, or may be used to define a minimum length of the data, which is not limited.
S220: the data processing device sends a data acquisition request to the data source device.
After receiving the software maintenance instruction, the data processing device can generate a corresponding data acquisition request according to the software maintenance instruction and send the data acquisition request to the data source device. The data acquisition request may be used to request traffic data contained in the data source device.
The specific transmission method may be, for example, a method of transmitting the data request by FTP, or other data transmission methods may be adopted, which will not be described herein.
S230: and the data source equipment searches corresponding service data according to the data acquisition request.
After receiving the data acquisition request, the data source device can search the corresponding service data. The specific method for acquiring the service data may be to use all the data stored by the user and corresponding to the corresponding service as the service data, or to screen the data stored by the user and corresponding to each service according to the data limiting condition when the data acquisition request includes a certain data limiting condition, and to use the screened data as the service data. The specific manner of acquiring the service data is not limited to the above example, and other manners of selecting the service data may be selected according to the requirements in practical application, which is not described herein.
S240: and the data source equipment feeds the service data back to the data processing equipment.
After the data source device finds the corresponding service data, the service data can be fed back to the data processing device, so that the data processing device can execute the flow in the subsequent steps. The specific feedback mode may be a mode of transmitting data along with the data processing device, or may be a mode of transmitting the service data through other modes, which is not limited.
S250: the data processing device imports the service data into a data storage file corresponding to the data source device.
After the service data is obtained, the service data can be imported into a data storage file. The data storage file may be a file for storing the service data. In practical application, different data source devices can be correspondingly provided with different data storage files, and when business data of the different data source devices are obtained through parallel processing, the corresponding data storage files can be used for recording data respectively, so that interference among different business data is avoided, and the processing progress is accelerated.
In some embodiments, the data processing device may first perform an initialization process on the data storage file when importing the service data into the corresponding data storage file. The initialization process may be to empty the data in the data storage file. After initializing the data storage file, importing service data into the data storage file, so that other data are prevented from being written into the bottoming data table at the same time under the condition that other data are contained in the data storage file in advance, and the accuracy of the obtained data storage file is ensured.
S260: and the data processing equipment checks the service data in the data storage file by utilizing a data check condition.
The data processing device may verify the service data in the data storage file using the data verification conditions. For example, when the service data includes a plurality of records, it may be determined whether the corresponding records satisfy the requirement of the data verification condition. Or checking the data corresponding to each field in the service data, and judging whether the data corresponding to the field meets the corresponding requirement. In practical application, the corresponding data can be checked according to the requirement, which is not limited to the above example, and will not be described herein.
In some embodiments, when the data verification condition includes at least one of a target data type and a target data length, the data processing apparatus may verify the service data by determining whether the service data meets a requirement of the target data type and/or the target data length. In practical application, the service data may be checked in other ways, which is not limited to the above example, and will not be described herein.
S270: and under the condition that the service data accords with the data verification condition, the data processing equipment writes the service data into a bottoming data table.
And if the service data accords with the data verification condition, the data processing equipment can write the service data into a bottoming data table. The bottoming data table can be a data table for calling data by the maintained software, namely the software obtains corresponding business processing for executing business or ensuring the normal operation of the software through the bottoming data table after maintenance. And importing the checked business data into the bottoming data table to enable the software to normally call corresponding data, so that the software can execute corresponding functions based on correct bottoming parameters after maintenance.
In some embodiments, the terminal writing process may occur when writing the service data into the underlying data table due to external interference or equipment failure or the need to handle other services, etc. Therefore, when the service data is written into the underlying data table, the currently written service data can be marked as breakpoint overwrite data, and new breakpoint overwrite data can be re-marked after the writing is completed. When the process of writing the business data is interrupted due to the abnormal situation, the breakpoint rewriting data in the data storage file can be obtained again after the abnormal situation is processed, and the business data in the data storage file is rewritten into the bottom data table from the breakpoint rewriting data.
By setting the breakpoint rewriting function, when abnormal conditions occur in the process of writing the service data, and the writing of the service data can still be correctly completed when the writing of the data into the bottom data table is interrupted, the repeated work is avoided, the consumption of extra resources is avoided, and the robustness of the device is improved.
In some embodiments, if the service data does not meet the data verification condition, the service data may be written into an error data table. The error data table can be fed back to the data source equipment, so that the data source equipment screens the service data according to the error data table when the service data is required by subsequent software maintenance, the error data are prevented from being obtained when the next data update is performed, the error data identified in the subsequent verification process are reduced, and the utilization rate of the service data is improved.
By introducing the embodiment of the data processing method based on software maintenance, it can be seen that after the method detects the software maintenance, corresponding service data is obtained from each data source device, the data is screened by using the data verification condition contained in the instruction corresponding to the software maintenance, and the screened data is used as the data for calling the software after the maintenance. The method aims at timely updating the data corresponding to the software when the software is maintained, so that the updated data can also meet the related requirements of the maintained software, the risk that the software cannot normally run due to data mismatch is reduced, the effective processing of the service is ensured, and the use experience of a user is improved.
Based on the data processing method based on software maintenance corresponding to fig. 2, a data processing method based on software maintenance according to an embodiment of the present disclosure is described. The execution subject of the data processing method based on software maintenance is the data processing equipment. As shown in fig. 3, the data processing method based on software maintenance specifically includes the following implementation steps.
S310: under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call.
The description of this step may refer to the descriptions in steps S210 and S220, and will not be repeated here.
S320: and under the condition that the service data fed back by the data source equipment is acquired, importing the service data into a data storage file corresponding to the data source equipment.
The description of this step may refer to the descriptions in steps S230, S240, and S250, and will not be repeated here.
S330: and respectively checking the service data in the data storage file by using the data checking conditions.
The description of this step may be referred to in step S260, and will not be repeated here.
S340: writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software.
The description of this step may refer to the description in step S270, and will not be repeated here.
Based on the data processing method based on software maintenance corresponding to fig. 2, a data processing method based on software maintenance according to an embodiment of the present disclosure is described. And the execution subject of the data processing method based on software maintenance is the data source equipment. As shown in fig. 4, the data processing method based on software maintenance specifically includes the following implementation steps.
S410: receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call.
The description of this step may refer to the descriptions in steps S210 and S220, and will not be repeated here.
S420: and searching corresponding service data according to the data acquisition request.
The description of this step may refer to the description in step S230, and will not be repeated here.
S430: feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software.
The description of this step may refer to the descriptions in steps S240, S250, S260, and S270, and will not be repeated here.
Based on the data processing method based on software maintenance corresponding to fig. 3, a data processing device based on software maintenance according to an embodiment of the present disclosure is described. As shown in fig. 5, the software maintenance-based data processing apparatus may include the following modules.
A data acquisition request sending module 510, configured to send a data acquisition request to at least one data source device when receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
A service data importing module 520, configured to import, when service data fed back by the data source device is acquired, the service data into a data storage file corresponding to the data source device;
a service data verification module 530, configured to verify service data in the data storage file by using the data verification conditions respectively;
a service data writing module 540, configured to write the service data into a bottoming data table when the service data meets the data verification condition; the bottoming data table is used for calling data by the maintained software.
Based on the data processing method based on software maintenance corresponding to fig. 4, a data processing device based on software maintenance according to an embodiment of the present disclosure is described. As shown in fig. 6, the software maintenance-based data processing apparatus may include the following modules.
A data acquisition request receiving module 610, configured to receive a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
A service data searching module 620, configured to search corresponding service data according to the data acquisition request;
the service data feedback module 630 is configured to feed back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, check the service data in the data storage file by using the data check condition, and write the service data into a pavement data table if the service data meets the data check condition; the bottoming data table is used for calling data by the maintained software.
Based on the data processing method based on software maintenance corresponding to fig. 3, the embodiment of the present disclosure provides a data processing device. As shown in fig. 7, the data processing device may include a memory and a processor.
In this embodiment, the memory may be implemented in any suitable manner. For example, the memory may be a read-only memory, a mechanical hard disk, a solid state hard disk, or a usb disk. The memory may be used to store computer instructions.
In this embodiment, the processor may be implemented in any suitable manner. For example, the processor may take the form of, for example, a microprocessor or processor, and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), a programmable logic controller, and an embedded microcontroller, among others. The processor may execute the computer instructions to implement the steps of: under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment; respectively checking the service data in the data storage file by utilizing the data checking conditions; writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software.
Based on the data processing method based on software maintenance corresponding to fig. 4, the embodiment of the present disclosure provides a data source device. As shown in fig. 8, the data source device may include a memory and a processor.
In this embodiment, the memory may be implemented in any suitable manner. For example, the memory may be a read-only memory, a mechanical hard disk, a solid state hard disk, or a usb disk. The memory may be used to store computer instructions. The memory may also store the traffic data. The description of the service data may refer to the description in step S230, and will not be repeated here.
In this embodiment, the processor may be implemented in any suitable manner. For example, the processor may take the form of, for example, a microprocessor or processor, and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), a programmable logic controller, and an embedded microcontroller, among others. The processor may execute the computer instructions to implement the steps of: receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; searching corresponding service data according to the data acquisition request; feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software.
In the 90 s of the 20 th century, improvements to one technology could clearly be distinguished as improvements in hardware (e.g., improvements to circuit structures such as diodes, transistors, switches, etc.) or software (improvements to the process flow). However, with the development of technology, many improvements of the current method flows can be regarded as direct improvements of hardware circuit structures. Designers almost always obtain corresponding hardware circuit structures by programming improved method flows into hardware circuits. Therefore, an improvement of a method flow cannot be said to be realized by a hardware entity module. For example, a programmable logic device (Programmable Logic Device, PLD) (e.g., field programmable gate array (Field Programmable Gate Array, FPGA)) is an integrated circuit whose logic function is determined by the programming of the device by a user. A designer programs to "integrate" a digital system onto a PLD without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Moreover, nowadays, instead of manually manufacturing integrated circuit chips, such programming is mostly implemented with "logic compiler" software, which is similar to the software compiler used in program development and writing, and the original code before the compiling is also written in a specific programming language, which is called hardware description language (Hardware Description Language, HDL), but HDL is not only one, but a plurality of kinds, such as ABEL (Advanced Boolean Expression Language), AHDL (Altera Hardware Description Language), confluence, CUPL (Cornell University Programming Language), HDCal, JHDL (Java Hardware Description Language), lava, lola, myHDL, PALASM, RHDL (Ruby Hardware Description Language), etc., VHDL (Very-High-Speed Integrated Circuit Hardware Description Language) and Verilog2 are most commonly used at present. It will also be apparent to those skilled in the art that a hardware circuit implementing the logic method flow can be readily obtained by merely slightly programming the method flow into an integrated circuit using several of the hardware description languages described above.
The system, apparatus, module or unit set forth in the above embodiments may be implemented in particular by a computer chip or entity, or by a product having a certain function. One typical implementation is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
From the above description of embodiments, it will be apparent to those skilled in the art that the present description may be implemented in software plus a necessary general purpose hardware platform. Based on this understanding, the technical solution of the present specification may be embodied in essence or a part contributing to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present specification.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, as relevant to see a section of the description of method embodiments.
The specification is operational with numerous general purpose or special purpose computer system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
Although the present specification has been described by way of example, it will be appreciated by those skilled in the art that there are many variations and modifications to the specification without departing from the spirit of the specification, and it is intended that the appended claims encompass such variations and modifications as do not depart from the spirit of the specification.
Claims (9)
1. A data processing method based on software maintenance, comprising:
under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment;
verifying the service data in the data storage file by utilizing the data verification condition;
writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
2. The method of claim 1, wherein prior to importing the business data into the data storage file corresponding to the data source device, further comprising:
initializing a data storage file corresponding to the data source equipment; the initializing process includes emptying data in the data storage file;
correspondingly, the importing the service data into the data storage file corresponding to the data source device includes:
and importing the service data into the initialized data storage file.
3. The method of claim 1, wherein the data verification condition comprises at least one of a target data type and a target data length; the verifying the service data in the data storage file by using the data verification conditions respectively includes:
and judging whether the service data meets the requirements of the target data type and/or the target data length.
4. The method of claim 1, wherein after verifying the service data in the data storage file using the data verification condition, further comprising:
Writing the service data into an error data table under the condition that the service data does not accord with the data verification condition; the error data table is used for feeding back to the data source equipment so that the data source equipment can utilize the error data table to screen the fed back service data.
5. A data processing apparatus based on software maintenance, comprising:
the data acquisition request sending module is used for sending a data acquisition request to at least one data source device under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
the business data importing module is used for importing business data fed back by the data source equipment into a data storage file corresponding to the data source equipment under the condition that the business data are acquired;
the service data verification module is used for verifying the service data in the data storage file by utilizing the data verification conditions;
the business data writing module is used for writing the business data into a bottoming data table under the condition that the business data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
6. A data processing apparatus comprising a memory and a processor;
the memory is used for storing computer program instructions;
the processor is configured to execute the computer program instructions to implement the steps of: under the condition of receiving a software maintenance instruction, sending a data acquisition request to at least one data source device; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; under the condition that the service data fed back by the data source equipment is obtained, importing the service data into a data storage file corresponding to the data source equipment; respectively checking the service data in the data storage file by utilizing the data checking conditions; writing the service data into a bottoming data table under the condition that the service data accords with the data verification condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
7. A data processing method based on software maintenance, comprising:
receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
searching corresponding service data according to the data acquisition request;
feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
8. A data processing apparatus based on software maintenance, comprising:
the data acquisition request receiving module is used for receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call;
the service data searching module is used for searching corresponding service data according to the data acquisition request;
the business data feedback module is used for feeding back the business data to the data processing equipment, so that after the data processing equipment imports the business data into the corresponding data storage file, the business data in the data storage file is checked by utilizing the data checking condition, and the business data is written into the pavement data table under the condition that the business data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
9. A data source device comprising a memory and a processor;
the memory is used for storing business data and computer program instructions;
the processor is configured to execute the computer program instructions to implement the steps of: receiving a data acquisition request; the data acquisition request comprises a request sent by the data processing equipment under the condition of receiving a software maintenance instruction; the software maintenance instruction comprises a data verification condition; the data verification condition is used for screening data for software call; searching corresponding service data according to the data acquisition request; feeding back the service data to a data processing device, so that after the data processing device imports the service data into a corresponding data storage file, checking the service data in the data storage file by utilizing the data checking condition, and writing the service data into a pavement data table under the condition that the service data accords with the data checking condition; the bottoming data table is used for calling data by the maintained software; the writing of the business data into the pavement data table comprises the following steps: when the business data is written into the bottoming data table, marking the currently written business data as breakpoint rewriting data; ending the process of writing the service data due to the abnormal condition, and after the abnormal condition is processed, acquiring breakpoint rewriting data in the data storage file; and writing the business data started by the breakpoint rewriting data into the bottom data table.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010903462.XA CN112035142B (en) | 2020-09-01 | 2020-09-01 | Data processing method, device and equipment based on software maintenance |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010903462.XA CN112035142B (en) | 2020-09-01 | 2020-09-01 | Data processing method, device and equipment based on software maintenance |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112035142A CN112035142A (en) | 2020-12-04 |
CN112035142B true CN112035142B (en) | 2023-08-18 |
Family
ID=73590480
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010903462.XA Active CN112035142B (en) | 2020-09-01 | 2020-09-01 | Data processing method, device and equipment based on software maintenance |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112035142B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103491064A (en) * | 2012-06-14 | 2014-01-01 | 腾讯科技(深圳)有限公司 | Terminal software maintaining method, service client and service server |
CN109375943A (en) * | 2018-10-18 | 2019-02-22 | 中国银行股份有限公司 | A kind of program file generation method and device |
CN111488166A (en) * | 2020-04-28 | 2020-08-04 | 南方电网数字电网研究院有限公司 | Method and device for upgrading software of management unit of double-core intelligent ammeter and storage medium |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10747871B2 (en) * | 2018-06-21 | 2020-08-18 | International Business Machines Corporation | System and method for producing secure data management software |
-
2020
- 2020-09-01 CN CN202010903462.XA patent/CN112035142B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103491064A (en) * | 2012-06-14 | 2014-01-01 | 腾讯科技(深圳)有限公司 | Terminal software maintaining method, service client and service server |
CN109375943A (en) * | 2018-10-18 | 2019-02-22 | 中国银行股份有限公司 | A kind of program file generation method and device |
CN111488166A (en) * | 2020-04-28 | 2020-08-04 | 南方电网数字电网研究院有限公司 | Method and device for upgrading software of management unit of double-core intelligent ammeter and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN112035142A (en) | 2020-12-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12032956B2 (en) | Techniques to deploy an application as a cloud computing service | |
CN107025559B (en) | Service processing method and device | |
US9201757B2 (en) | Offline type checking in programming languages | |
CN105589658B (en) | Resource processing method, system and server, and warehouse management method and device | |
CN111475164B (en) | Component dependency relationship detection method and device and electronic equipment | |
CN111796851B (en) | Client base library updating method and device, electronic equipment and storage medium | |
CN107729042A (en) | Mobile solution upgrade method and device, storage medium, electronic equipment | |
CN111831279B (en) | Interface code generation method and device | |
CN109508249B (en) | Crash processing method and device and electronic equipment | |
CN110990179A (en) | Task processing method, device and equipment | |
CN114461223A (en) | Code generation method and device and terminal equipment | |
CN112035142B (en) | Data processing method, device and equipment based on software maintenance | |
WO2024011994A1 (en) | Methods and systems for updating an algorithm package | |
US10795650B2 (en) | Code lineage tool | |
CN110046028B (en) | Data processing method, device and server | |
CN107451050B (en) | Function acquisition method and device and server | |
US11669316B2 (en) | Web-based customer service via single-class rebuild | |
CN106775608A (en) | The implementation method and device of autonomous system process | |
CN113342376B (en) | Method and device for upgrading operating system of Internet of things equipment | |
CN109857380B (en) | Workflow file compiling method and device | |
CN111782423A (en) | Service processing method, device and equipment | |
CN111158704B (en) | Model building method, deployment flow generating method, device and electronic equipment | |
US11914498B2 (en) | Selective induction of binary code at run-time for web-based customer service | |
US10802805B2 (en) | Code lineage tool | |
US20230409313A1 (en) | On-the-fly linker targeting |
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 |