CN109582350B - Method for automatically maintaining configuration file in self-service tax terminal - Google Patents

Method for automatically maintaining configuration file in self-service tax terminal Download PDF

Info

Publication number
CN109582350B
CN109582350B CN201811584157.8A CN201811584157A CN109582350B CN 109582350 B CN109582350 B CN 109582350B CN 201811584157 A CN201811584157 A CN 201811584157A CN 109582350 B CN109582350 B CN 109582350B
Authority
CN
China
Prior art keywords
configuration file
configuration
program
maintenance tool
maintenance
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
CN201811584157.8A
Other languages
Chinese (zh)
Other versions
CN109582350A (en
Inventor
黄禧成
薛弋达
麦有缘
梁沛森
钟东虎
常丁成
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Kamfu Technology Co ltd
Original Assignee
Guangdong Kamfu 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 Guangdong Kamfu Technology Co ltd filed Critical Guangdong Kamfu Technology Co ltd
Priority to CN201811584157.8A priority Critical patent/CN109582350B/en
Publication of CN109582350A publication Critical patent/CN109582350A/en
Application granted granted Critical
Publication of CN109582350B publication Critical patent/CN109582350B/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method for automatically maintaining configuration files in a self-service tax terminal, which comprises the following steps: s1, when the maintenance tool starts the program to be maintained in the self-service tax terminal, reading the configuration files used by the program to be maintained and the position information of each configuration file; s2, the maintenance tool carries out deserialization processing on the configuration file to obtain a data source object of the maintenance tool; s3, the maintenance tool carries out maintenance operation on the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center; each self-service tax terminal is provided with a maintenance tool for maintaining programs in the self-service tax terminal, and any maintenance tool is communicated with the management center. The method carries out checking, modifying, dynamic adding, transferring or correctness checking work on the configuration file which is complex in format and easy to change in the development process, and greatly improves the quality and efficiency of program development.

Description

Method for automatically maintaining configuration file in self-service tax terminal
Technical Field
The invention relates to an information configuration technology, in particular to a method for automatically maintaining configuration files in a self-service tax terminal.
Background
In recent years, self-service tax services have been keeping on the rapid growth due to the need to improve the level of tax collection administration and tax payment services. The self-service tax terminal system plays an important role in optimizing tax service and meeting diversified tax handling requirements of taxpayers.
In order to meet diversified user demands of the self-service terminal, technicians research and develop a special self-service terminal basic platform and develop a large number of service systems based on the platform, but the following problems occur in the research, development, use and maintenance of daily systems due to different functions and operating environments of different systems:
first, configuration files of a plurality of pieces of software of the terminal are distributed dispersedly, the format is complex, the content is cumbersome and difficult to read, and configuration examination is difficult. In order to ensure that the configuration of a plurality of application programs is consistent with the local environment and service and ensure that the programs can run correctly after being deployed in the production environment, a large amount of time is consumed for checking the configuration, but the problem that the artificial misjudgment rate is high, the development and maintenance efficiency is greatly reduced and the like still occurs.
Secondly, terminals distributed all over the country need to be automatically upgraded, but the automatic updating of the existing system is difficult to support the processing of the characteristic configuration of multiple types and multiple software terminals, and finally, manual processing is needed, so that the maintenance cost is greatly increased.
Thirdly, each terminal has a client program, and after long-time operation or manual maintenance, the correctness of the configuration file of each software cannot be accurately judged, which causes certain difficulty in troubleshooting.
Therefore, a method for automatically maintaining configuration files in tax terminals is needed to solve the current problem.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a method for automatically maintaining configuration files in a self-service tax terminal, which can improve the quality and efficiency of program development.
In a first aspect, the present invention provides a method for automatically maintaining a configuration file in a self-service tax terminal, including:
s1, when the maintenance tool starts the program to be maintained in the self-service tax terminal, reading the configuration files used by the program to be maintained and the position information of each configuration file;
s2, the maintenance tool carries out deserialization processing on the configuration file to obtain a data source object of the maintenance tool;
s3, the maintenance tool carries out maintenance operation on the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center;
Each self-service tax terminal is provided with a maintenance tool for maintaining programs in the self-service tax terminal, and any maintenance tool is communicated with the management center.
Optionally, the method further comprises:
s4, the maintenance tool displays the result of the maintenance operation, or sends the result of the maintenance operation to the control center for display.
Optionally, before step S1, the method further includes:
and a special appointment configuration which is issued to the maintenance tool and used for performing maintenance operation is formulated in advance through a management center, wherein the special appointment configuration supports multiple file types.
Optionally, the step S2 includes:
the maintenance tool analyzes the type of the configuration file;
and analyzing the configuration file according to the type of the configuration file, and converting the configuration file into a data source object in the maintenance tool.
Optionally, the step S3 includes:
the maintenance tool finds the configuration file of the program to be maintained according to the operation type described by the data source object and the position information of the configuration file described by the data source object, and performs checking/modifying/dynamically increasing maintenance operation on the found configuration file of the program to be maintained.
Optionally, when the maintenance operation includes a migration operation, the step S3 includes:
the maintenance tool downloads the configuration file of the program to be maintained under the current version from the management center according to the configuration file described by the data source object;
the maintenance tool transfers the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
and the maintenance tool checks whether the configuration file of the program to be maintained after the migration is complete and belongs to the downloaded version.
Optionally, the step S3 of checking whether the configuration file of the migrated program to be maintained is complete and belongs to the downloaded version by the maintenance tool includes:
the maintenance tool checks whether the MD5 list of the configuration file of the program to be maintained after migration and the MD5 list of the configuration file in the current version are consistent.
In a second aspect, the present invention provides a maintenance tool for automatically maintaining a configuration file in a self-service tax terminal, where the maintenance tool is located in the self-service tax terminal, and any maintenance tool is in communication with a management center, and the maintenance tool includes:
the tool starting configuration appointing and detecting unit is used for reading configuration files used by the program to be maintained and position information of each configuration file when the program to be maintained in the self-service tax terminal is started;
The source configuration analysis unit is used for performing deserialization processing on the configuration file to obtain a data source object of the maintenance tool;
and the configuration detection and modification unit is used for maintaining the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center.
Optionally, the maintenance tool further comprises:
and the configuration processing information display unit is used for displaying the result of the maintenance operation or sending the result of the maintenance operation to the control center for displaying.
Optionally, when the maintenance operation includes a migration operation, the tool further includes:
the configuration migration unit is used for downloading the configuration file of the program to be maintained under the current version from the management center according to the configuration file described by the data source object; migrating the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
and the configuration correctness detection unit is used for checking whether the configuration file of the program to be maintained after the migration is complete and belongs to the downloaded version.
In a third aspect, the present invention further provides a self-service tax terminal, including the maintenance tool according to any one of the second aspects, where the maintenance tool is used to perform automatic maintenance on a service program in the self-service tax terminal.
The invention has the following beneficial effects:
the method of the embodiment follows the specific convention suitable for the tool to quickly form one or more configuration files, and the tool performs checking, modification, dynamic addition, migration or correctness checking work on the configuration files which are complex in format and easy to change in the development process, so that the quality and efficiency of program development are greatly improved.
Drawings
FIG. 1 is a diagram illustrating a method for automatically maintaining configuration files in a self-service tax terminal according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a method for automatically maintaining a configuration file in a self-service tax terminal according to another embodiment of the present invention;
FIG. 3 is a schematic diagram of a maintenance tool for automatically maintaining configuration files in a self-service tax terminal according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a display result according to an embodiment of the present invention.
Detailed Description
For the purpose of better explaining the present invention and to facilitate understanding, the present invention will be described in detail by way of specific embodiments with reference to the accompanying drawings.
The internal mechanism in this embodiment: configuring a plurality of configuration files aiming at program operation requirements based on a universal configuration file format; when the program is started, reading the configuration files, and converting the content of the configuration files into data which can be read by the program, such as a data source object, by using an deserialization mechanism; the maintenance tool can use the read data to complete the program function. While in the development stage or when the program is not started, some information of the configuration file can be modified so as to debug or adapt to the change of the production environment in the development stage.
In this embodiment, before the maintenance tool is used, a specific contract configuration of the maintenance tool, which is prepared in advance and used for performing the maintenance operation, of the maintenance tool may be downloaded from a management center or a self-service basic technology platform in advance, and the specific contract configuration supports multiple file types.
As shown in fig. 1, the present invention provides a schematic diagram of a method for automatically maintaining a configuration file in a self-service tax terminal, where the method in this embodiment includes:
s1, when the maintenance tool starts the program to be maintained in the self-service tax terminal, reading the configuration files used by the program to be maintained and the position information of each configuration file;
and S2, the maintenance tool carries out deserialization processing on the configuration file to obtain a data source object of the maintenance tool.
For example, the maintenance tool analyzes the type of the configuration file;
and analyzing the configuration file according to the type of the configuration file, and converting the configuration file into a data source object in the maintenance tool.
And S3, the maintenance tool carries out maintenance operation on the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center.
For example, the maintenance tool finds the configuration file of the program to be maintained according to the operation type described by the data source object and the location information of the configuration file described by the data source object, and performs the maintenance operation of checking/modifying/dynamically increasing the found configuration file of the program to be maintained.
In this embodiment, each self-service tax terminal is provided with a maintenance tool for maintaining programs in the self-service tax terminal, and any maintenance tool is in communication with the management center.
In a specific application, the method shown in fig. 1 further includes the following step S4:
s4, the maintenance tool displays the result of the maintenance operation (as shown in fig. 4), or sends the result of the maintenance operation to the control center for display.
It should be noted that, when the maintenance operation in the present embodiment includes a migration operation, in this case, step S3 may include the following sub-steps not shown in the figure:
s31, downloading the configuration file of the program to be maintained under the current version from the management center by the maintenance tool according to the configuration file described by the data source object;
s32, the maintenance tool transfers the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
S33, the maintenance tool checks whether the configuration file of the program to be maintained after the migration is complete and belongs to the downloaded version.
For example, the maintenance tool checks whether the MD5 list of the configuration file of the program to be maintained after migration and the MD5 list of the configuration file in the current version are consistent.
In order to meet the requirements of terminal program development, the method realizes automatic configuration of checking and modifying tools on the basis of a self-service basic development platform/management center in a targeted manner, enables the automatic checking and modifying process to be selectable in a mode of not influencing the original packaged program, reduces the influence on the original program development process as much as possible, and improves the quality and efficiency of program development. The automated configuration checking and modifying method will be described in detail below.
As shown in fig. 2, based on a self-service tax-handling terminal basic technology platform (e.g., a management center), a specific contract configuration (e.g., table 1 below) suitable for a maintenance tool is formulated, for example, key information in various configuration files required by a terminal program, such as device information, a database, an external address, development configuration items, and the like, may be centrally stored, and specific contract configurations of various file types, such as config, xml, properties, json format, third-party format, and the like, specific to the self-service basic technology platform are supported. The information may be stored in the maintenance tool or may be stored in a management center.
That is to say, based on the basic technical platform of the self-service tax terminal, a specific appointed configuration suitable for the maintenance tool in this embodiment is formulated, the configuration has the characteristics of simplicity, light weight, convenient use, intensification, and the like, and key information in various configuration files required by the terminal program, such as device information, a database, an external address, development configuration items, and the like, can be stored in a centralized manner, and the configuration supports multiple file types.
Table 1:
Figure 121330DEST_PATH_IMAGE001
the method comprises the steps of detecting a configuration file when a program to be maintained in the self-service tax terminal is started by using a maintenance tool, dynamically analyzing the type of the configuration file by using the detected configuration file, and supporting the analysis of multiple file types such as config, xml, properties, json format or third-party format and the like specific to a self-service basic technology platform (namely a management center).
In this embodiment, a source configuration parsing unit is added to the maintenance tool to support any configuration file extension.
Specifically, the method of the embodiment includes:
21. reading the configuration file and the position information of the configuration file when a program to be processed in the self-service tax terminal is started, then submitting the configuration file to different source configuration analysis units according to the type of the configuration file to analyze the configuration of a specific file type, converting the configuration into a data source object defined in the tool, and having abstract and general characteristics in order to complete subsequent various operations.
22. Finding out the corresponding configuration detection and modification unit in the maintenance tool according to the data source object, finding out the configuration file of the program according to the operation type described by the data source object and the position of the program configuration file described by the data source object, and performing configuration check, modification and dynamic addition operation on the configuration file.
23. And if the data source object has the description program configuration file migration operation, completing the program configuration migration operation by the configuration migration unit.
The process is applied to a program automatic updating scene, if a program of a current version of a terminal is to be upgraded to a new version program which is greatly changed and has a configuration file format and content which are greatly changed, a configuration migration unit can firstly read a configuration file (downloaded in a management center in advance) of the program of the current version by using the migration operation, extract information in the configuration file of the program of the current version according to configuration information described by a data source object and migrate the information to the configuration file of the new version program, and therefore the problem of difficulty in configuration migration when major programs are updated is solved.
24. If the data source object has the operation of describing the correctness of the program configuration file, the configuration correctness detection unit will perform the correctness check of the configuration file on the program.
The specific process is that the configuration correctness detection unit firstly acquires MD5 lists of all configuration files of the programs in the new tax terminal from the server side, then acquires MD5 lists of all configuration files of the terminal programs after the automatic updating is finished, compares the configuration files except the configuration files which are not updated, and if the configuration files are different, proves that the files are failed to update. This operation will list the list of profiles that failed the update, thereby completing the profile correctness check operation.
Finally, the processing results of the configuration processing units can be delivered to the configuration processing information display unit, and the processing results which are easy to read are displayed.
As shown in fig. 3, this embodiment provides a maintenance tool for automatically maintaining a configuration file in a self-service tax terminal, where the maintenance tool of this embodiment is located in the self-service tax terminal, and any maintenance tool communicates with a management center, and the maintenance tool includes:
the tool starting configuration appointment and detection unit 31 is used for reading the configuration files used by the programs to be maintained and the position information of each configuration file when the programs to be maintained in the self-service tax terminal are started.
The tool-initiated configuration convention and detection unit 31 of this embodiment is further configured to detect whether the configuration file complies with the configuration/configuration rule of the specific convention, and dynamically analyze the type of the configuration file.
And a source configuration analysis unit 32, configured to perform deserialization processing on the configuration file to obtain a data source object of the maintenance tool.
The source configuration parsing unit 32 of this embodiment is configured to parse and convert configuration information in the configuration file into a data source object inside the tool according to a type of the configuration file that complies with a specific convention of the maintenance tool. The configuration files of different file types correspond to different source configuration analysis units.
And the configuration detection and modification unit 33 is configured to perform maintenance operations on the operation type described by the data source object and the location information of the configuration file described by the data source object based on the information of the management center.
The configuration detecting and modifying unit 33 of this embodiment is configured to find the configuration file of the program according to the operation type described by the data source object and the location of the configuration file of the program described by the data source object, and perform configuration checking, modifying, and dynamic addition operation on the configuration file.
Optionally, the maintenance tool further comprises: the configuration processing information display unit 34 is configured to display the result of the maintenance operation, or send the result of the maintenance operation to the control center for display.
Further, when the maintenance operation comprises a migration operation, the tool further comprises:
the configuration migration unit 35 is configured to download, from the management center, the configuration file of the program to be maintained in the current version according to the configuration file described by the data source object; migrating the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
the configuration correctness detecting unit 36 is used for checking whether the configuration file of the program to be maintained after the migration is complete and belongs to the downloaded version.
It can be understood that, the configuration migration unit 35 in this embodiment is configured to extract information in the configuration file of the program in the current version according to the configuration information described by the data source object, and migrate the information to the configuration file of the new version program; the configuration correctness detecting unit 36 is configured to detect whether all the automatically updated program configurations are correctly updated, and compare whether all the updated configuration files are consistent with the MD5 list of the new program configuration file;
the configuration processing information presentation unit 34 can be used to present the configuration processing results of operations such as checking, modifying, migrating, correctness checking, and the like of the configuration.
The maintenance tool of the embodiment can quickly form one or more distribution configuration files according to the specific convention suitable for the tool, and can check, modify, dynamically add, migrate or check the correctness of the configuration files which are complex in format and easy to change in the development process, thereby greatly improving the quality and the efficiency of the program development in the self-service tax terminal.
According to another aspect of the invention, the invention further provides a self-service tax terminal, which comprises any one of the maintenance tools described above, and the maintenance tool is used for performing automatic maintenance on business programs in the self-service tax terminal.
The above embodiments may be referred to each other, and the present embodiment is not limited to the embodiments.
Finally, it should be noted that: the above-mentioned embodiments are only used for illustrating the technical solution of the present invention, and not for limiting the same; although the present invention 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; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (7)

1. A method for automatically maintaining configuration files in a self-service tax terminal is characterized by comprising the following steps:
s1, reading the configuration files used by the program to be maintained and the position information of each configuration file by the maintenance tool when the program to be maintained in the self-service tax terminal is started or in the development stage or when the program to be maintained is not started;
S2, the maintenance tool carries out deserialization processing on the configuration file to obtain a data source object of the maintenance tool;
s3, the maintenance tool carries out maintenance operation on the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center;
the step S3 includes:
the maintenance tool searches the configuration file of the program to be maintained for the operation type described by the data source object and the position information of the configuration file described by the data source object, and performs maintenance operation of checking, modifying, dynamically increasing and migrating the searched configuration file of the program to be maintained;
when the maintenance operation includes a migration operation, the step S3 includes:
the maintenance tool downloads the configuration file of the program to be maintained under the current version from the management center according to the configuration file described by the data source object;
the maintenance tool transfers the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
the maintenance tool checks whether the configuration file of the program to be maintained after the migration is complete and belongs to the downloaded version;
Each self-service tax terminal is provided with a maintenance tool for maintaining programs in the self-service tax terminal, and any maintenance tool is communicated with the management center;
before step S1, the method further includes:
a management center is used for formulating and issuing a special appointed configuration of the maintenance tool for maintenance operation in advance, and key information in a configuration file required by a terminal program is stored in a centralized manner, wherein the special appointed configuration supports multiple file types;
the terminal program comprises equipment information, a database, an external address and a development configuration item.
2. The method of claim 1, further comprising:
s4, the maintenance tool shows the result of the maintenance operation, or sends the result of the maintenance operation to a control center for showing.
3. The method according to claim 1, wherein the step S2 includes:
the maintenance tool analyzes the type of the configuration file;
and analyzing the configuration file according to the type of the configuration file, and converting the configuration file into a data source object in the maintenance tool.
4. The method according to claim 1, wherein the step S3 of checking whether the configuration file of the migrated program to be maintained is complete and belongs to the downloaded version by the maintenance tool includes:
The maintenance tool checks whether the MD5 list of the configuration file of the program to be maintained after migration and the MD5 list of the configuration file in the current version are consistent.
5. A maintenance tool for automated maintenance of configuration files in a self-service tax terminal, wherein the maintenance tool is located in the self-service tax terminal, any maintenance tool being in communication with a management center, the maintenance tool comprising:
the tool starting configuration appointing and detecting unit is used for reading configuration files used by the program to be maintained and position information of each configuration file when the program to be maintained in the self-service tax terminal is started;
the source configuration analysis unit is used for performing deserialization processing on the configuration file to obtain a data source object of the maintenance tool;
the configuration detection and modification unit is used for performing maintenance operation on the operation type described by the data source object and the position information of the configuration file described by the data source object based on the information of the management center;
when the maintenance operation comprises a migration operation, the tool further comprises:
the configuration migration unit is used for downloading the configuration file of the program to be maintained under the current version from the management center according to the configuration file described by the data source object; migrating the configuration file used by the program to be maintained to the configuration file of the program to be maintained under the current version;
And the configuration correctness detection unit is used for checking whether the configuration file of the migrated program to be maintained is complete and belongs to the downloaded version.
6. The tool of claim 5, wherein the maintenance tool further comprises:
and the configuration processing information display unit is used for displaying the result of the maintenance operation or sending the result of the maintenance operation to a control center for displaying.
7. A self-service tax terminal, characterized in that it comprises a maintenance tool according to any of the preceding claims 5 and 6, said maintenance tool being used for the automated maintenance of business processes within the self-service tax terminal.
CN201811584157.8A 2018-12-24 2018-12-24 Method for automatically maintaining configuration file in self-service tax terminal Active CN109582350B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811584157.8A CN109582350B (en) 2018-12-24 2018-12-24 Method for automatically maintaining configuration file in self-service tax terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811584157.8A CN109582350B (en) 2018-12-24 2018-12-24 Method for automatically maintaining configuration file in self-service tax terminal

Publications (2)

Publication Number Publication Date
CN109582350A CN109582350A (en) 2019-04-05
CN109582350B true CN109582350B (en) 2022-06-28

Family

ID=65930996

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811584157.8A Active CN109582350B (en) 2018-12-24 2018-12-24 Method for automatically maintaining configuration file in self-service tax terminal

Country Status (1)

Country Link
CN (1) CN109582350B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168306A (en) * 2014-06-26 2014-11-26 湖北安标信息技术有限公司 Configuration integration method based on distributed system
CN105677663A (en) * 2014-11-19 2016-06-15 航天信息股份有限公司 Method and system for unified management of self-service tax-conducting terminals
CN106201591A (en) * 2016-06-29 2016-12-07 浪潮(北京)电子信息产业有限公司 The configuration file upgrade method of a kind of cloud management platform and device
CN107608704A (en) * 2017-11-02 2018-01-19 金蝶软件(中国)有限公司 A kind of XML configuration file update method, system, medium and device
CN107682436A (en) * 2017-10-09 2018-02-09 武汉斗鱼网络科技有限公司 A kind of method, apparatus and equipment of more new file

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10175977B2 (en) * 2015-11-04 2019-01-08 International Business Machines Corporation User profile based code review

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168306A (en) * 2014-06-26 2014-11-26 湖北安标信息技术有限公司 Configuration integration method based on distributed system
CN105677663A (en) * 2014-11-19 2016-06-15 航天信息股份有限公司 Method and system for unified management of self-service tax-conducting terminals
CN106201591A (en) * 2016-06-29 2016-12-07 浪潮(北京)电子信息产业有限公司 The configuration file upgrade method of a kind of cloud management platform and device
CN107682436A (en) * 2017-10-09 2018-02-09 武汉斗鱼网络科技有限公司 A kind of method, apparatus and equipment of more new file
CN107608704A (en) * 2017-11-02 2018-01-19 金蝶软件(中国)有限公司 A kind of XML configuration file update method, system, medium and device

Also Published As

Publication number Publication date
CN109582350A (en) 2019-04-05

Similar Documents

Publication Publication Date Title
CN110019486B (en) Data acquisition method, device, equipment and storage medium
CN109117172B (en) Method and device for identifying terminal version number of target terminal
CN103220643B (en) Information providing method and device, ATL matching process and device
CN110895472A (en) Method and device for identifying service change
CN110019539A (en) A kind of method and apparatus that the data of data warehouse are synchronous
CN109814957B (en) Label adding method and device for IOS (input/output system)
CN106210918B (en) User interface updating method and system
CN111984234A (en) Method and device for processing work order
CN115617780A (en) Data import method, device, equipment and storage medium
CN113076186B (en) Task processing method, device, electronic equipment and storage medium
CN109582350B (en) Method for automatically maintaining configuration file in self-service tax terminal
CN112988583A (en) Method and device for testing syntax compatibility of database
CN111159207B (en) Information processing method and device
CN110580216B (en) Application lifting method and device
CN115617555A (en) Information processing system and method
CN109725913A (en) The method and apparatus that data update
CN109117173B (en) Configuration file management method based on project version development
CN113535220A (en) Code packet management method and device
CN112905225A (en) Method and device for creating continuous integration tool construction task
CN112099803B (en) Incremental deployment method and system of ERP system
CN115437663A (en) Upgrade strategy updating method and device, electronic equipment, storage medium and vehicle
CN113076343A (en) Data query method, device, equipment and storage medium
CN113190451A (en) Test method, test device, electronic equipment and storage medium
CN107291610A (en) Testing case management and device
CN113448602A (en) Version updating method and device

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
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Method for automatically maintaining configuration files in self-service tax terminals

Effective date of registration: 20230518

Granted publication date: 20220628

Pledgee: Guangdong Nanhai rural commercial bank Limited by Share Ltd. Guicheng branch

Pledgor: GUANGDONG KAMFU TECHNOLOGY Co.,Ltd.

Registration number: Y2023980040910