CN116226156A - Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework - Google Patents

Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework Download PDF

Info

Publication number
CN116226156A
CN116226156A CN202310082669.9A CN202310082669A CN116226156A CN 116226156 A CN116226156 A CN 116226156A CN 202310082669 A CN202310082669 A CN 202310082669A CN 116226156 A CN116226156 A CN 116226156A
Authority
CN
China
Prior art keywords
quality inspection
data
graphic data
database
inspected
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
CN202310082669.9A
Other languages
Chinese (zh)
Inventor
陈立
陈曙光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Telliver Information Technology Co ltd
Original Assignee
Telliver Information 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 Telliver Information Technology Co ltd filed Critical Telliver Information Technology Co ltd
Priority to CN202310082669.9A priority Critical patent/CN116226156A/en
Publication of CN116226156A publication Critical patent/CN116226156A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Remote Sensing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a geographic file data quality inspection method, a geographic file data quality inspection system and geographic file data quality inspection equipment based on a Mybatis-Plus framework, wherein the method comprises the following steps: writing a graphic SQL sentence related to an item in an xml file in advance, starting a Mybatis-Plus framework, and completing connection with a database; scanning and reading a configuration file in a Mybatis-Plus framework, and loading an xml file to generate a java object which can be directly called by java; obtaining geographical file data to be inspected, and extracting graphic data to be inspected; and calling a corresponding java object according to the quality inspection item, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning the unqualified quality inspection result to the user. The invention optimizes the quality inspection flow of the graphic data and improves the quality inspection efficiency and the software maintainability.

Description

Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework
Technical Field
The invention relates to the technical field of quality inspection of geographical files, in particular to a geographical file data quality inspection method, system and equipment based on a Mybatis-Plus framework.
Background
The traditional Chinese patent application No. CN202111472793.3, namely a geographical file data storage and read-write method, aims to reduce the steps of installing a database and plug-ins thereof when a user uploads a geographical data file, reduces the learning cost of using open source software by the user, and provides a new read-write method for storing the geographical file data into a relational database. However, the patent lacks the quality inspection of the geographical file data, and the quality inspection of the geographical file data is just an indispensable part of warehousing.
At present, quality inspection is often performed on geographic data in a manual mode, and some quality inspection is performed by means of third-party software, for example, the traditional Chinese invention with the application number of CN114443624A, namely a basic geographic information data quality inspection method, solves the problems that the traditional data quality inspection method mainly comprises manual inspection, and the manual inspection has various defects in aspects of inspection mode, inspection content, inspection cost, inspection efficiency and the like, so that inspection results are not standard, are too much in error and have low inspection efficiency. However, the quality control method does not relate to how the software itself improves the quality control and flow optimization process, and the quality control software is a third party, so that the software itself cannot be controlled independently, and the use cost is increased.
With increasing requirements on quality inspection of spatial data, development efficiency of software is also more stringent, and it is highly desirable to provide a scheme capable of simplifying quality inspection flow of geographic data on a software level, making original juice and flavor of self products without help of third party application, so that self can perform various self-matches on inspection of geographic data according to business, development efficiency is improved, and maintainability of software is improved.
Disclosure of Invention
The invention aims to solve the technical problem of providing a geographic file data quality inspection method, a geographic file data quality inspection system and geographic file data quality inspection equipment based on a Mybatis-Plus framework. The method solves the problems that the quality inspection of the existing graphic data is complicated, the third-party geographic processing software is required to be accessed, and the maintainability of the software is poor.
In a first aspect, the invention provides a geographic file data quality inspection method based on a Mybatis-Plus framework, which comprises the following steps:
step S1, writing a graphic SQL sentence related to a quality inspection item in an xml file of a Mybatis-Plus framework in advance;
s2, starting a Mybatis-Plus framework to finish the connection with the database;
s3, scanning and reading a configuration file in a Mybat-Plus framework, and simultaneously loading an xml file related to a quality inspection item to generate a java object which can be directly called by java;
s4, obtaining geographical file data to be inspected, analyzing the geographical file data on line through Geotools, and extracting graphic data to be inspected;
s5, calling a corresponding java object according to the quality inspection item, acquiring graphic data in a database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning an unqualified quality inspection result to a user;
the step S1 and the step S4 are executed out of sequence.
Further, the step S5 further includes returning the unqualified quality inspection result to the user, and returning to the step S4 to execute the quality inspection again after the user modifies the geographical file data.
Further, judging whether the graphic data to be inspected meets the inspection condition or not is designed according to the service requirement, and comprises checking whether the graphic data is overlapped with original data of a database or not, whether the graphic data exceeds a administrative area or not, checking and judging whether the graphic data is complete or not and checking a coordinate basis.
Further, the geographical file data in the step S4 includes an SHP file and a DWG file.
Further, the xml file of the Mybatis-Plus framework comprises an xml method which can be called by a java service layer.
Further, the graphic SQL statement is a PostGIS-based SQL statement, and the SQL statement comprises a database table statement and a quality inspection GIS judgment statement.
Further, the graphic SQL statement is used for querying graphic data related to the quality inspection item in the database, and the quality inspection GIS judging operation in the step S5 is realized through a java code layer.
In a second aspect, the invention provides a geographic file data quality inspection system based on a Mybatis-Plus framework, which comprises a pre-writing module, a database connection module, an object generation module, a data extraction module and a quality inspection module;
the pre-writing module is used for writing a graphic SQL statement related to the quality inspection item in an xml file of the Mybatis-Plus framework in advance;
the database connection module is used for starting the Mybatis-Plus framework and completing the connection with the database;
the object generation module is used for scanning and reading configuration files in the Mybatis-Plus framework, and simultaneously loading xml files related to quality inspection items to generate java objects which can be directly called by java;
the data extraction module is used for acquiring the geographical file data to be inspected, analyzing the geographical file data on line through Geotools and extracting the graphic data to be inspected;
the quality inspection module is used for calling a corresponding java object according to the quality inspection item, obtaining graphic data in the database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning the unqualified quality inspection result to the user.
Further, the quality inspection module is further configured to return the unqualified quality inspection result to the user, and after the user modifies the geographical file data, return the data extraction module to re-perform the quality inspection operation.
Further, judging whether the graphic data to be inspected meets the inspection condition or not is designed according to the service requirement, and comprises checking whether the graphic data is overlapped with original data of a database or not, whether the graphic data exceeds a administrative area or not, checking and judging whether the graphic data is complete or not and checking a coordinate basis.
Further, the geographical file data in the data extraction module comprises SHP files and DWG files.
Further, the xml file of the Mybatis-Plus framework comprises an xml method which can be called by a java service layer.
Further, the graphic SQL statement is a PostGIS-based SQL statement, and the SQL statement comprises a database table statement and a quality inspection GIS judgment statement.
Further, the graphic SQL statement is used for inquiring graphic data related to quality inspection items in the database, and the quality inspection GIS judging operation in the quality inspection module is realized through a java code layer.
In a third aspect, the invention provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method of the first aspect when executing the program.
The one or more technical schemes provided by the invention have at least the following technical effects or advantages: the SQL sentence is correspondingly analyzed and mapped through the Mybatis-Plus framework, corresponding java objects are generated according to different services, and the Java objects are directly called when the user needs quality inspection, so that different geographic data inspection operations can be executed by calling different objects according to different service requirements, the method is not limited by service types, the flexibility is strong, the development efficiency can be improved by using fewer codes as much as possible, the efficiency is higher than that of graph data quality inspection through the conventional java code cycle traversal, and the software readability and maintainability are improved.
Drawings
The invention will be further described with reference to examples of embodiments with reference to the accompanying drawings.
FIG. 1 is a flowchart illustrating a method for quality inspection of geographical file data based on Mybatis-Plus framework according to a first embodiment of the present invention.
FIG. 2 is a schematic diagram of a geographic file data quality inspection system based on a Mybatis-Plus framework according to a second embodiment of the invention;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
The embodiment of the application provides a geographic file data quality inspection method, a geographic file data quality inspection system and geographic file data quality inspection equipment based on a Mybatis-Plus framework, which are used for solving the problems of complex quality inspection of existing graphic data and poor software maintainability.
According to the technical scheme in the embodiment of the application, the overall thought is as follows: based on mybatis-plus mode, analyzing a Mapper interface written in a database, merging the large data quality inspection SQL statement with the existing xml file, so that the xml method can be called at the Java Server layer. When the quality inspection operation is required to be executed, only the java object is required to be called, the graphic data is transmitted, the xml file and the graphic data in the database are automatically read for quality inspection, and a result is generated and returned. According to the technical scheme, the geographic data quality inspection is more efficient in code, software legibility and maintainability are greatly enhanced, and because the big data quality inspection uses a native database SQL sentence, the method is more efficient than the traditional java code cycle traversal for graphic data quality inspection.
In order to better understand the above technical solutions, the following detailed description will refer to the accompanying drawings and specific embodiments.
Example 1
The embodiment provides a geographic file data quality inspection method based on a Mybatis-Plus framework, as shown in fig. 1, comprising the following steps:
step S1, writing a graphic SQL sentence related to a quality inspection item in an xml file of a Mybatis-Plus framework in advance;
s2, starting a Mybatis-Plus framework to finish the connection with the database; specifically, when a Java system is newly built and a SpringBoot project is initialized, the database connection can be completed by adding Mybatis-Plus dependence and adding database configuration related information in the application. Yml of the SpringBoot;
s3, scanning and reading a configuration file in a Mybat-Plus framework, and simultaneously loading an xml file related to a quality inspection item to generate a java object which can be directly called by java;
s4, obtaining geographical file data to be inspected, analyzing the geographical file data on line through Geotools, and extracting graphic data to be inspected;
s5, calling a corresponding java object according to the quality inspection item, acquiring graphic data in a database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning an unqualified quality inspection result to a user;
the step S1 and the step S4 are executed out of sequence.
Preferably, the step S5 further includes returning the unqualified quality inspection result to the user, and returning to the step S4 to re-execute the quality inspection operation after the user modifies the geographical file data.
Preferably, the judging whether the graphic data to be inspected meets the inspection condition or not is designed according to the service requirement, and comprises checking whether the graphic data is overlapped with original data of the database or not, whether the graphic data exceeds a administrative area or not, checking and judging whether the graphic data is complete or not and checking the coordinate basis. The condition for judging the quality inspection required by different quality inspection projects can be one or more of the above, wherein the coordinate basis inspection judgment comprises ring self-intersecting, polygon self-intersecting, ring closing or the like, and the quality inspection condition is only met when all the conditions for judging the quality inspection projects are passed.
Preferably, the geographical file data in the step S4 includes an SHP file and a DWG file.
Preferably, the xml file of the Mybatis-Plus framework comprises an xml method which can be called by a java service layer.
Preferably, the graphical SQL statement is a PostGIS-based SQL statement, where the SQL statement includes a pruned and revised database table statement and a quality inspection GIS (geographic information system) judgment statement, and according to actual needs, the SQL statement may only include one or more of the pruned and revised database table statements, or the quality inspection judgment statement may be written into the graphical SQL statement by using the SQL statement to form a quality inspection GIS judgment statement, so as to implement the quality inspection judgment process in step S5. In another preferred embodiment, the graphic SQL statement is used for querying graphic data related to quality inspection items in a database, and the quality inspection GIS judging operation in the quality inspection module is realized through a java code layer. Namely, the graphic SQL statement in the invention can be only used for acquiring the corresponding graphic data in the database, and can also comprise quality inspection judging operation.
Based on the same inventive concept, the present application also provides a system corresponding to the method in the first embodiment, and details of the second embodiment are described in the following.
Example two
In this embodiment, a geographic file data quality inspection system based on Mybatis-Plus framework is provided, as shown in fig. 2, and includes a pre-writing module, a database connection module, an object generation module, a data extraction module and a quality inspection module;
the pre-writing module is used for writing a graphic SQL statement related to the quality inspection item in an xml file of the Mybatis-Plus framework in advance;
the database connection module is used for starting the Mybatis-Plus framework and completing the connection with the database; specifically, when a Java system is newly built and a SpringBoot project is initialized, the database connection can be completed by adding Mybatis-Plus dependence and adding database configuration related information in the application. Yml of the SpringBoot;
the object generation module is used for scanning and reading configuration files in the Mybatis-Plus framework, and simultaneously loading xml files related to quality inspection items to generate java objects which can be directly called by java;
the data extraction module is used for acquiring the geographical file data to be inspected, analyzing the geographical file data on line through Geotools and extracting the graphic data to be inspected;
the quality inspection module is used for calling a corresponding java object according to the quality inspection item, obtaining graphic data in the database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning the unqualified quality inspection result to the user.
Preferably, the quality inspection module is further configured to return the unqualified quality inspection result to the user, and after the user modifies the geographical file data, return the data extraction module to re-execute the quality inspection operation.
Preferably, the judging whether the graphic data to be inspected meets the inspection condition or not is designed according to the service requirement, and comprises checking whether the graphic data is overlapped with original data of the database or not, whether the graphic data exceeds a administrative area or not, checking and judging whether the graphic data is complete or not and checking the coordinate basis. The condition for judging the quality inspection required by different quality inspection projects can be one or more of the above, wherein the coordinate basis inspection judgment comprises ring self-intersecting, polygon self-intersecting, ring closing or the like, and the quality inspection condition is only met when all the conditions for judging the quality inspection projects are passed.
Preferably, the geographical file data in the data extraction module includes SHP files and DWG files.
Preferably, the xml file of the Mybatis-Plus framework comprises an xml method which can be called by a java service layer.
Preferably, the graphical SQL statement is a PostGIS-based SQL statement, the SQL statement includes a database table statement and a quality inspection GIS (geographic information system) judgment statement, and according to actual needs, the SQL statement may include only one or more of the database table statement, or the quality inspection judgment statement may be written into the graphical SQL statement by using the SQL statement to form a quality inspection GIS judgment statement, so as to implement a quality inspection judgment process in the quality inspection module. In another preferred embodiment, the graphic SQL statement is used for querying graphic data related to quality inspection items in a database, and the quality inspection GIS judging operation in the quality inspection module is realized through a java code layer. Namely, the graphic SQL statement in the invention can be only used for acquiring the corresponding graphic data in the database, and can also comprise quality inspection judging operation.
Since the system described in the second embodiment of the present invention is a system for implementing the method in the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, a person skilled in the art can understand the specific structure and the modification of the system, and therefore, the description thereof is omitted herein. All systems used in the method according to the first embodiment of the present invention are within the scope of the present invention.
Based on the same inventive concept, the application provides an electronic device embodiment corresponding to the first embodiment, and the details of the third embodiment are described in detail.
Example III
The present embodiment provides an electronic device, as shown in fig. 3, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where any implementation of the first embodiment may be implemented when the processor executes the computer program.
Since the electronic device described in this embodiment is a device for implementing the method described in the first embodiment of the present application, those skilled in the art will be able to understand the specific implementation of the electronic device and various modifications thereof based on the method described in the first embodiment of the present application, so how the method described in the embodiment of the present application is implemented in this electronic device will not be described in detail herein. The apparatus used to implement the methods of the embodiments of the present application are within the scope of what is intended to be protected by the present application.
According to the invention, SQL sentences of the PostGIS are written according to service requirements, analysis of the SQL sentences is realized through a Mybatis-Plus framework, the SQL sentences are combined with the existing xml file to obtain new objects which can be called, when a user needs to do quality inspection, the user only needs to call the corresponding objects to acquire database contents to carry out corresponding quality inspection, and data meeting the quality inspection requirements are subjected to warehousing operation. Because the big data quality inspection uses the SQL statement of the original database, the development efficiency can be improved by using as few codes as possible, the method is more efficient than the prior java code cycle traversal for graphic data quality inspection, and the software legibility is strong; the invention solves the technical problem of complicated quality inspection of the existing graphic data, does not need to access geographic processing software of a third party (ArcGIS, FME, sperMap, mapGIS), improves the maintainability of the software, and increases the diversity of the spatial data self-inspection technology; and can realize calling different objects to execute different geographic data checking operations according to different service demands, is not limited by service types, and has strong flexibility.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that the specific embodiments described are illustrative only and not intended to limit the scope of the invention, and that equivalent modifications and variations of the invention in light of the spirit of the invention will be covered by the claims of the present invention.

Claims (10)

1. A geographical file data quality inspection method based on Mybatis-Plus framework is characterized in that: the method comprises the following steps:
step S1, writing a graphic SQL sentence related to a quality inspection item in an xml file of a Mybatis-Plus framework in advance;
s2, starting a Mybatis-Plus framework to finish the connection with the database;
s3, scanning and reading a configuration file in a Mybat-Plus framework, and simultaneously loading an xml file related to a quality inspection item to generate a java object which can be directly called by java;
s4, obtaining geographical file data to be inspected, analyzing the geographical file data on line through Geotools, and extracting graphic data to be inspected;
s5, calling a corresponding java object according to the quality inspection item, acquiring graphic data in a database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning an unqualified quality inspection result to a user;
the step S1 and the step S4 are executed out of sequence.
2. The method according to claim 1, characterized in that: and the step S5 is also that after the unqualified quality inspection result is returned to the user, the user modifies the geographical file data and returns to the step S4 to execute the quality inspection operation again.
3. The method according to claim 1, characterized in that: and judging whether the graphic data to be inspected meets the quality inspection condition or not, wherein the graphic data to be inspected is designed according to the service requirement, and comprises the steps of inspecting whether the graphic data is overlapped with original data of a database or not, whether the graphic data exceeds a administrative area or not, and inspecting and judging whether the graphic data is complete or not and the coordinate basis.
4. The method according to claim 1, characterized in that: the geographical file data in step S4 includes SHP files and DWG files.
5. The method according to claim 1, characterized in that: the graphical SQL statement is a PostGIS-based SQL statement, and the SQL statement comprises a database table statement and a quality inspection GIS judgment statement.
6. The method according to claim 1, characterized in that: the graphical SQL statement is used for inquiring graphical data related to quality inspection items in the database, and the quality inspection GIS judging operation in the step S5 is realized through a java code layer.
7. A geographical file data quality inspection system based on Mybatis-Plus framework is characterized in that: the system comprises a pre-writing module, a database connection module, an object generation module, a data extraction module and a quality inspection module;
the pre-writing module is used for writing a graphic SQL statement related to the quality inspection item in an xml file of the Mybatis-Plus framework in advance;
the database connection module is used for starting the Mybatis-Plus framework and completing the connection with the database;
the object generation module is used for scanning and reading configuration files in the Mybatis-Plus framework, and simultaneously loading xml files related to quality inspection items to generate java objects which can be directly called by java;
the data extraction module is used for acquiring the geographical file data to be inspected, analyzing the geographical file data on line through Geotools and extracting the graphic data to be inspected;
the quality inspection module is used for calling a corresponding java object according to the quality inspection item, obtaining graphic data in the database, comparing the graphic data to be inspected with the graphic data in the database, judging whether the graphic data to be inspected meets the quality inspection condition, if so, warehousing the geographic file data, and otherwise, returning the unqualified quality inspection result to the user.
8. The system according to claim 7, wherein: the quality inspection module is also used for returning the unqualified quality inspection result to the user, and returning the data extraction module to execute the quality inspection operation again after the user modifies the geographical file data.
9. The system according to claim 7, wherein: and judging whether the graphic data to be inspected meets the quality inspection condition or not, wherein the graphic data to be inspected is designed according to the service requirement, and comprises the steps of inspecting whether the graphic data is overlapped with original data of a database or not, whether the graphic data exceeds a administrative area or not, and inspecting and judging whether the graphic data is complete or not and the coordinate basis.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 6 when the program is executed by the processor.
CN202310082669.9A 2023-01-30 2023-01-30 Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework Pending CN116226156A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310082669.9A CN116226156A (en) 2023-01-30 2023-01-30 Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310082669.9A CN116226156A (en) 2023-01-30 2023-01-30 Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework

Publications (1)

Publication Number Publication Date
CN116226156A true CN116226156A (en) 2023-06-06

Family

ID=86578022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310082669.9A Pending CN116226156A (en) 2023-01-30 2023-01-30 Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework

Country Status (1)

Country Link
CN (1) CN116226156A (en)

Similar Documents

Publication Publication Date Title
CN108519967B (en) Chart visualization method and device, terminal and storage medium
CN113391871B (en) RPA element intelligent fusion picking method and system
CN110990390B (en) Data cooperative processing method, device, computer equipment and storage medium
CN111144210B (en) Image structuring processing method and device, storage medium and electronic equipment
CN106550038B (en) Data configuration diagnosis system and method of digital control system
US20210326628A1 (en) Method and apparatus for extracting information, device and storage medium
CN109710220B (en) Relational database query method, relational database query device, relational database query equipment and storage medium
CN117033249B (en) Test case generation method and device, computer equipment and storage medium
US20210390299A1 (en) Techniques to determine document recognition errors
WO2021253641A1 (en) Shading language translation method
CN112417899A (en) Character translation method, device, computer equipment and storage medium
CN116052193B (en) RPA interface dynamic form picking and matching method and system
CN114185791A (en) Method, device and equipment for testing data mapping file and storage medium
CN113050987B (en) Method and device for generating interface document, storage medium and electronic equipment
CN113064811B (en) Automatic testing method and device based on workflow and electronic equipment
CN116226156A (en) Geographic file data quality inspection method, system and equipment based on Mybatis-Plus framework
CN113392014B (en) Test case generation method, device, electronic equipment and medium
CN115687075A (en) Error correction method and device for page test script
CN114817598A (en) E-commerce picture translation method and device, equipment, medium and product thereof
CN110399296B (en) Method, system and medium for testing interactive interface between client and server
CN111767214B (en) Automatic testing method and device for software UI
CN112906684A (en) Automatic testing method for H5 page random password keyboard
CN113238940A (en) Interface test result comparison method, device, equipment and storage medium
CN113706997B (en) Urban and rural planning drawing standardization processing method and device and electronic equipment
CN111881128B (en) Big data regression verification method and big data regression verification 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