CN112558959A - Visual configuration table linkage modification method and system - Google Patents

Visual configuration table linkage modification method and system Download PDF

Info

Publication number
CN112558959A
CN112558959A CN202011542172.3A CN202011542172A CN112558959A CN 112558959 A CN112558959 A CN 112558959A CN 202011542172 A CN202011542172 A CN 202011542172A CN 112558959 A CN112558959 A CN 112558959A
Authority
CN
China
Prior art keywords
configuration table
visual
index information
linkage modification
interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011542172.3A
Other languages
Chinese (zh)
Inventor
唐勇
梁家杰
李穗燕
赵艳超
王洪菊
刘会河
王志鹏
吴东平
徐智良
张柏强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lvshou Health Industry Group Co ltd
Original Assignee
Lvshou Health Industry Group 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 Lvshou Health Industry Group Co ltd filed Critical Lvshou Health Industry Group Co ltd
Priority to CN202011542172.3A priority Critical patent/CN112558959A/en
Publication of CN112558959A publication Critical patent/CN112558959A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a visual configuration table linkage modification method and a visual configuration table linkage modification system, wherein the method comprises the following steps: acquiring index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information; generating a visual operation interface by combining the front end of the system with a background data interface; and after the first index information is input into a preset index configuration table, modifying the visual operation interface. According to the invention, the configuration table can be visually operated by combining the front end with the background interface, so that the linkage visual operation of the configuration table and the automatic update of background data are realized, the working efficiency is greatly improved, and the related maintenance cost and time cost are reduced by the abnormity detection and the abnormity prompt of the configuration table.

Description

Visual configuration table linkage modification method and system
Technical Field
The invention relates to the technical field of data processing, in particular to a visual configuration table linkage modification method and system.
Background
During program development, there are many configuration files such as database scripts. The parameters in the configuration file are generally closely related to their environment, and in different environments, the parameters in the configuration file may be different. There are often changes in the environment throughout the lifecycle of the configuration file, common environments including: the development environment, the test environment, the production environment and the like of the program, and different environments need different configuration files. To improve the deployment efficiency of programs, it is necessary to improve the accuracy and efficiency of configuration file modification.
And a business intelligence report of a complex application can relate to a plurality of report configuration information. After a report is formed and finished being on-line, if basic information or even complex configuration information needs to be modified, the currently adopted method flow is that the report is off-line, configuration is modified, configuration is stored, and then on-line is carried out again, and the modification process flow is complex and time-consuming. In addition, the current configuration table modification mode mainly adopts a background invisible mode to modify, so that the modification efficiency is low, and the time cost and the maintenance cost are increased. Therefore, a need exists for a configuration table linkage modification method and system that overcomes the above-mentioned deficiencies.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a method and a system for linkage modification of a visual configuration table, which can implement linkage visualization operation on the configuration table and automatic update of background data.
In order to solve the above problem, a first aspect of the embodiments of the present invention provides a visual configuration table linkage modification method, which at least includes the following steps:
acquiring index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information;
generating a visual operation interface by combining the front end of the system with a background data interface;
and after the first index information is input into a preset index configuration table, modifying the visual operation interface.
In a possible implementation manner of the first aspect, the visualized configuration table linkage modification method further includes:
after the front end of the system is combined with the background data interface, background data and data collected by the configuration table are automatically updated.
In a possible implementation manner of the first aspect, the visualized configuration table linkage modification method further includes:
and after editing processing is carried out through the visual operation interface each time, automatically searching the data corresponding to the configuration table in the database again.
In a possible implementation manner of the first aspect, the visualized configuration table linkage modification method further includes:
and automatically judging whether the configuration table has abnormal indexes according to preset index judgment rules, and pushing error reporting information to an abnormal pushing group when the abnormal indexes are judged.
In a possible implementation manner of the first aspect, the visualized configuration table linkage modification method further includes:
and after the index abnormality is judged, performing rerun operation on the visual operation interface, and correcting to generate a new configuration table.
In a possible implementation manner of the first aspect, the combining, by a front end of the system and a background data interface, includes:
and connecting the front end of the system with the background data interface through the API data interface.
In a possible implementation manner of the first aspect, the visualized configuration table linkage modification method further includes:
and configuring a data index caliber task on the visual operation interface.
A second aspect of the embodiments of the present invention provides a visual configuration table linkage modification system, including:
the index information summarizing module is used for acquiring index information of all levels, dimensions and granularities of the system and summarizing the index information into first index information;
the visual operation module is used for combining the front end of the system with the background data interface to generate a visual operation interface;
and the configuration table modification module is used for modifying the visual operation interface after the first index information is input into a preset index configuration table.
A third aspect of the embodiments of the present invention provides a terminal device for linkage modification of a visualized configuration table, including a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements the above-mentioned method for linkage modification of a visualized configuration table when executing the computer program.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the above visualized configuration table linkage modification method.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a visual configuration table linkage modification method and a visual configuration table linkage modification system, wherein the method comprises the following steps: acquiring index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information; generating a visual operation interface by combining the front end of the system with a background data interface; and after the first index information is input into a preset index configuration table, modifying the visual operation interface.
Compared with the prior art, the configuration table can be visually operated by combining the front end with the background interface, linkage visual operation of the configuration table and automatic updating of background data are achieved, working efficiency is greatly improved, and related maintenance cost and time cost are reduced by anomaly detection and anomaly reminding of the configuration table.
Drawings
Fig. 1 is a flowchart illustrating a visual configuration table linkage modification method according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a visual configuration table linkage modification system according to a second embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the description of the present application, it is to be understood that the terms "first", "second", and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first," "second," etc. may explicitly or implicitly include one or more of that feature. In the description of the present application, "a plurality" means two or more unless otherwise specified.
First, an application scenario that can be provided by the present invention, such as visualizing a configuration table, is described.
The first embodiment of the present invention:
please refer to fig. 1.
As shown in fig. 1, the present embodiment provides a visual configuration table linkage modification method, which at least includes the following steps:
and S1, collecting the index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information.
Specifically, for step S1, after the index information of different levels, dimensions and granularities of the company approval system is collected, the management is performed through the index configuration table, the index calculation is relatively detailed, and the rules used by different departments, different departments and different groups are different, and the manpower department provides related requirements each month, which needs to be modified, newly added or deleted, and the previously separated requirements are collected together, so that the corresponding modification is performed on the page according to the content.
And S2, combining the front end of the system with the background data interface to generate a visual operation interface.
In a preferred embodiment, the combination of the front end of the system and the background data interface includes:
and connecting the front end of the system with the background data interface through the API data interface.
Specifically, for step S2, the configuration table is visualized and data is automatically updated through the front-end interface and the background interface.
And S3, after the first index information is input into a preset index configuration table, modifying the visual operation interface.
Specifically, for step S3, the configuration table is simple and convenient to interface, and the configuration data change is observed in real time, thereby greatly improving the working efficiency.
In a preferred embodiment, the visualized configuration table linkage modification method further includes:
after the front end of the system is combined with the background data interface, background data and data collected by the configuration table are automatically updated.
Specifically, the configuration table is subjected to linkage visualization operation and automatic updating of background data through the combination of a front end and a background interface.
In a preferred embodiment, the visualized configuration table linkage modification method further includes:
and after editing processing is carried out through the visual operation interface each time, automatically searching the data corresponding to the configuration table in the database again.
Specifically, visualization is performed by querying the data in the table in the database, and the data in the database is rechecked once after operations such as adding, deleting and modifying are performed on the interface.
In a preferred embodiment, the visualized configuration table linkage modification method further includes:
and automatically judging whether the configuration table has abnormal indexes according to preset index judgment rules, and pushing error reporting information to an abnormal pushing group when the abnormal indexes are judged.
In a preferred embodiment, the visualized configuration table linkage modification method further includes:
and after the index abnormality is judged, performing rerun operation on the visual operation interface, and correcting to generate a new configuration table.
Specifically, whether the index configuration table has data or not or whether the task reports errors or whether the index data are abnormal compared with the last month is automatically judged, when the running number of the configuration table is abnormal or the index is not in a normal range, related abnormal reminding can be performed, the maintenance cost is reduced, error reporting information can be pushed to a nail abnormal pushing group, related personnel can conveniently process the error reporting information in time, and reruns operation can be performed on a visual operation interface.
In a preferred embodiment, the visualized configuration table linkage modification method further includes:
and configuring a data index caliber task on the visual operation interface.
The visual configuration table linkage modification method provided by the embodiment comprises the following steps: acquiring index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information; generating a visual operation interface by combining the front end of the system with a background data interface; and after the first index information is input into a preset index configuration table, modifying the visual operation interface.
The configuration table is combined with the background interface through the front end, so that the configuration table can be visually operated, linkage visual operation of the configuration table and automatic updating of background data are achieved, interface operation of the configuration table is simple and convenient, change of the configuration data is known in real time, working efficiency is greatly improved, and related maintenance cost and time cost are reduced through anomaly detection and related anomaly reminding of the configuration table.
Second embodiment of the invention:
please refer to fig. 2.
As shown in fig. 2, the present embodiment provides a visual configuration table linkage modification system, which includes:
and the index information summarizing module 100 is used for collecting the index information of all levels, dimensions and granularities of the system and summarizing the index information into first index information.
Specifically, for the index information summarizing module 100, after the index information of different levels, different dimensions and different granularities of the company approval system is summarized, the management is performed through the index configuration table, the index calculation is detailed, different departments, different cause departments and different groups use different rules, the manpower department provides related requirements each month, which needs to be modified, newly added or deleted, and the separated requirements in the past are summarized together, so that the corresponding modification is performed on the page according to the content.
And the visual operation module 200 is used for combining the front end of the system with the background data interface to generate a visual operation interface.
Specifically, for the visual operation module 200, the configuration table is subjected to visual operation and data automatic update through the combination of the front end and the background interface.
And the configuration table modification module 300 is configured to modify the visual operation interface after inputting the first index information into a preset index configuration table.
Specifically, for the configuration table modification module 300, the configuration table is simple and convenient to interface and operate, changes of configuration data are observed in real time, and the working efficiency is greatly improved.
The visual configuration table linkage modification system provided by the embodiment comprises: the index information summarizing module is used for acquiring index information of all levels, dimensions and granularities of the system and summarizing the index information into first index information; the visual operation module is used for combining the front end of the system with the background data interface to generate a visual operation interface; and the configuration table modification module is used for modifying the visual operation interface after the first index information is input into a preset index configuration table.
The configuration table is combined with the background interface through the front end, so that the configuration table can be visually operated, linkage visual operation of the configuration table and automatic updating of background data are achieved, interface operation of the configuration table is simple and convenient, change of the configuration data is known in real time, working efficiency is greatly improved, and related maintenance cost and time cost are reduced through anomaly detection and related anomaly reminding of the configuration table.
The embodiment also provides a terminal device for linkage modification of a visualized configuration table, which comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor implements the linkage modification method of the visualized configuration table when executing the computer program.
The embodiment also provides a computer-readable storage medium, which includes a stored computer program, wherein when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the visualized configuration table linkage modification method.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described system embodiments are merely illustrative, and for example, the division of the modules may be a logical division, and in actual implementation, there may be another division, for example, multiple modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The foregoing is directed to the preferred embodiment of the present invention, and it is understood that various changes and modifications may be made by one skilled in the art without departing from the spirit of the invention, and it is intended that such changes and modifications be considered as within the scope of the invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.

Claims (10)

1. A visual configuration table linkage modification method is characterized by at least comprising the following steps:
acquiring index information of all levels, dimensions and granularities of the system, and summarizing the index information into first index information;
generating a visual operation interface by combining the front end of the system with a background data interface;
and after the first index information is input into a preset index configuration table, modifying the visual operation interface.
2. The visual configuration table linkage modification method according to claim 1, further comprising:
after the front end of the system is combined with the background data interface, background data and data collected by the configuration table are automatically updated.
3. The visual configuration table linkage modification method according to claim 1, further comprising:
and after editing processing is carried out through the visual operation interface each time, automatically searching the data corresponding to the configuration table in the database again.
4. The visual configuration table linkage modification method according to claim 1, further comprising:
and automatically judging whether the configuration table has abnormal indexes according to preset index judgment rules, and pushing error reporting information to an abnormal pushing group when the abnormal indexes are judged.
5. The visual configuration table linkage modification method according to claim 4, further comprising:
and after the index abnormality is judged, performing rerun operation on the visual operation interface, and correcting to generate a new configuration table.
6. The visual configuration table linkage modification method according to claim 1, wherein the combination of the front end and the background data interface through the system comprises:
and connecting the front end of the system with the background data interface through the API data interface.
7. The visual configuration table linkage modification method according to claim 1, further comprising:
and configuring a data index caliber task on the visual operation interface.
8. A visual configuration table linkage modification system, comprising:
the index information summarizing module is used for acquiring index information of all levels, dimensions and granularities of the system and summarizing the index information into first index information;
the visual operation module is used for combining the front end of the system with the background data interface to generate a visual operation interface;
and the configuration table modification module is used for modifying the visual operation interface after the first index information is input into a preset index configuration table.
9. A terminal device for linkage modification of a visualized configuration table, comprising a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor implements the linkage modification method of the visualized configuration table according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, comprising a stored computer program, wherein when the computer program runs, the computer-readable storage medium controls an apparatus to execute the method for linkage modification of the visualized configuration table according to any one of claims 1 to 7.
CN202011542172.3A 2020-12-23 2020-12-23 Visual configuration table linkage modification method and system Pending CN112558959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011542172.3A CN112558959A (en) 2020-12-23 2020-12-23 Visual configuration table linkage modification method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011542172.3A CN112558959A (en) 2020-12-23 2020-12-23 Visual configuration table linkage modification method and system

Publications (1)

Publication Number Publication Date
CN112558959A true CN112558959A (en) 2021-03-26

Family

ID=75031837

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011542172.3A Pending CN112558959A (en) 2020-12-23 2020-12-23 Visual configuration table linkage modification method and system

Country Status (1)

Country Link
CN (1) CN112558959A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116383449A (en) * 2023-04-13 2023-07-04 江西数字网联信息安全技术有限公司 CRUD data sequence implementation method, system and equipment based on linked list

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294409A (en) * 2015-05-22 2017-01-04 阿里巴巴集团控股有限公司 Data processing method and device
CN110704394A (en) * 2019-09-03 2020-01-17 苏宁云计算有限公司 Report configuration modification method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294409A (en) * 2015-05-22 2017-01-04 阿里巴巴集团控股有限公司 Data processing method and device
CN110704394A (en) * 2019-09-03 2020-01-17 苏宁云计算有限公司 Report configuration modification method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116383449A (en) * 2023-04-13 2023-07-04 江西数字网联信息安全技术有限公司 CRUD data sequence implementation method, system and equipment based on linked list
CN116383449B (en) * 2023-04-13 2024-05-24 江西数字网联信息安全技术有限公司 CRUD data sequence implementation method, system and equipment based on linked list

Similar Documents

Publication Publication Date Title
US11163731B1 (en) Autobuild log anomaly detection methods and systems
US11429614B2 (en) Systems and methods for data quality monitoring
CN103092761B (en) Method and device of recognizing and checking modifying code blocks based on difference information file
US10452625B2 (en) Data lineage analysis
CN107016018B (en) Database index creation method and device
CN106325596A (en) Automatic handwriting error correction method and system
US20190303116A1 (en) Code Correction
CN109408361A (en) Monkey tests restored method, device, electronic equipment and computer readable storage medium
CN115857461A (en) Piglet premixed feed production online monitoring method and system
CN114021156A (en) Method, device and equipment for organizing vulnerability automatic aggregation and storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN104657437A (en) Monitoring method and monitoring device for promotion status data
CN112558959A (en) Visual configuration table linkage modification method and system
CN103440460A (en) Application system change validation method and system
CN110889013A (en) Data association method, device, server and storage medium based on XML
CN104536897A (en) Automatic testing method and system based on keyword
CN116957813A (en) Wind control strategy testing method and device, electronic equipment and readable storage medium
CN116340172A (en) Data collection method and device based on test scene and test case detection method
CN115495508A (en) Generating method and device of SQL (structured query language) statement for report and electronic equipment
CN109685453B (en) Method for intelligently identifying effective paths of workflow
CN114676054A (en) Test data generation method, device, equipment, medium and product
CN114693116A (en) Method and device for detecting code review validity and electronic equipment
CN113656210A (en) Processing method and device for error reporting information, server and readable storage medium
CN111274143A (en) Buried point testing method, device, equipment and storage medium
CN111309865B (en) Similar defect report recommendation method, system, computer device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: 510000 Lingnan node garden, Yuwei bridge, Huadi Avenue Road, Liwan District, Guangzhou City, Guangdong Province

Applicant after: Guangdong one health industry group Co.,Ltd.

Address before: 510000 Lingnan node garden, Yuwei bridge, Huadi Avenue Road, Liwan District, Guangzhou City, Guangdong Province

Applicant before: LVSHOU HEALTH INDUSTRY GROUP CO.,LTD.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210326

RJ01 Rejection of invention patent application after publication