CN115563111A - Method and system for configuring dynamic model of converter station system - Google Patents

Method and system for configuring dynamic model of converter station system Download PDF

Info

Publication number
CN115563111A
CN115563111A CN202211182927.2A CN202211182927A CN115563111A CN 115563111 A CN115563111 A CN 115563111A CN 202211182927 A CN202211182927 A CN 202211182927A CN 115563111 A CN115563111 A CN 115563111A
Authority
CN
China
Prior art keywords
data
database
data model
server side
mobile terminal
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
CN202211182927.2A
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.)
Super High Voltage Branch Of State Grid Jiangsu Electric Power Co ltd
Original Assignee
Super High Voltage Branch Of State Grid Jiangsu Electric Power 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 Super High Voltage Branch Of State Grid Jiangsu Electric Power Co ltd filed Critical Super High Voltage Branch Of State Grid Jiangsu Electric Power Co ltd
Priority to CN202211182927.2A priority Critical patent/CN115563111A/en
Publication of CN115563111A publication Critical patent/CN115563111A/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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/23Updating

Landscapes

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

Abstract

A method for configuring a dynamic model of a converter station system adds a required form by using a client and submits the form to a server. And the server receives the table and performs decoupling operation on the table to reduce the dimension of the table into one-dimensional data. And the server side carries out corresponding attribute identification on the one-dimensional data according to the attributes added when the client side designs the form to obtain the identified data. And performing a data base writing operation on the identified data. And writing a data base trigger signal, generating a data model adaptive to the mobile terminal for the newly added data of the database after the server side acquires the signal, and writing different plug-ins according to different attributes. And the server side updates the global data model to ensure that the mobile side can obtain a new data model when the application is started next time. And the mobile terminal automatically requests the global data model to compare after starting the application, if the global data model is consistent with the application, the check item is not updated, and if the global data model is inconsistent with the application, a new data model is generated as the check item.

Description

Method and system for configuring dynamic model of converter station system
Technical Field
The invention belongs to the technical field of dynamic model configuration, and particularly relates to a dynamic model configuration method and a dynamic model configuration system for a converter station system.
Background
The high-voltage direct-current technology has obvious advantages in the aspects of long-distance large-capacity power transmission and power system networking and is applied more and more widely, ultra-high-voltage direct-current power transmission becomes an important way for relieving the contradiction between energy resources and economic layout in China, and the direct-current converter station equipment has high voltage level, complex technology, high operation and maintenance difficulty, very complex station-side equipment and square equipment information.
When a direct current system normally operates, various monitoring information is complex, a plurality of devices are involved, and the operation and inspection personnel need to perform monitoring in a main control room and perform various sensors and camera ranges outside the field primary device. And photographing and copying data. In addition to annual overhaul tasks, plant equipment is more meticulous to check, and the archiving demand of record is increasingly important, and a huge amount of forms need to be shot and filled in each overhaul. With the maturity of high voltage direct current technique, equipment is more and more, and the work load that the operation and inspection personnel patrolled and examined and filled the table increases day by day. Therefore, the realization method for generating the document at the server side by shooting and filling in through the mobile terminal is provided.
The factory stations have various check lists in daily operation, different check list formats are different, great trouble is brought to realization of corresponding check items on the mobile terminal, if one check page is designed for one form, reusability does not exist among different factory stations, and development workload is great. Therefore, a data structure is provided, which can be reused in nodes such as a database, a server, a client, a mobile terminal and the like. When an inspection list needs to be added, manual addition of the list is only needed through the client, the inspection item is uploaded to the server after being manufactured, the database is updated by the server, a new inspection item data structure is generated, and the inspection item data structure is pushed to the mobile terminal and the client. Single data entry is ensured while scalability of the check item is ensured.
The existing data modeling scheme is usually that the front end and the back end are separated and respectively maintained and updated, the scheme is simpler, but the efficiency is not high, and a large amount of workload is needed for large-scale data updating.
Fig. 1 is a schematic diagram of a data reading process in the form of a SGCIM in the prior art.
As shown in fig. 1, in the conventional SGCIM data read-write method, due to the existence of the real-time database, all uploaded monitoring data are stored in the real-time database in an independent manner. Data reading is carried out in an SGCIM mode, a model database needs to be read firstly, the model is read into a memory and then corresponding monitoring data is read from a real-time base according to information stored in the model for combination, and the model is read again and then combined after data pushing each time. Therefore, the existing method for adding table data is to modify the server and mobile terminal programs respectively, then retest the interfaces of the corresponding tables to request for data testing, and the modification of the programs is required each time the tables are added or changed.
Disclosure of Invention
In order to solve the defects in the prior art, the invention aims to provide a method for configuring a dynamic model of a converter station system.
The invention adopts the following technical scheme:
the invention provides a method for configuring a dynamic model of a converter station system on one hand, which comprises the following steps:
the client side obtains the form and submits the form to the server side;
the server side performs decoupling operation on the table to obtain one-dimensional data;
Figure BDA0003867562860000021
carrying out attribute identification on the one-dimensional data to obtain identified data;
the identified data is subjected to data writing operation, the server side generates a data model adaptive to the mobile side for the newly added data of the database after acquiring a data writing operation signal of the database, and different plug-ins are written in according to different attributes of the newly added data of the database;
the server side updates the database to ensure that the mobile side can obtain a new data model when starting the application next time;
and after the mobile terminal starts the application, automatically requesting the global data model to compare, if the global data model is consistent with the inspection item, updating the inspection item, and if the global data model is inconsistent with the inspection item, generating a new data model into the inspection item.
Preferably, the acquisition form is a multi-level form including after designing a prefabricated form, manually filling in a blank form, or adding a merged cell.
Preferably, the decoupling operation is to split the table according to a multi-level table header, wherein a plurality of second-level table headers are arranged below the first-level table header, one cell in the original table represents two attributes, and two cells corresponding to the two attributes are obtained after splitting, so that the one-dimensional data in one-to-one relationship with the attributes is obtained.
Preferably, the data base writing operation adopts a message pushing mechanism realized by a self-research framework, when the data base writing operation is performed, a successful identifier is obtained after the data base writing operation is successful, a data base writing success signal is pushed to the server side, and the data base writing success signal is pushed again after the data base writing operation is received by the server side.
Preferably, the data model for generating the adaptive mobile terminal comprises a key-value structure containing front-end page attributes, and the automatic generation of the front-end component is performed by defining a key and traversing the key.
Preferably, the different plug-ins are written in the form of updating according to the corresponding input requirements generated after the form is entered, and the different plug-ins comprise a text input type writing text component and a picture type writing picture component.
Preferably, the server updates the database, that is, the server generates a data model after obtaining an operation signal of the write database, and adds new data to the end of the original data model and performs re-sequencing by traversing all the data from the beginning according to the modified sequence.
Preferably, the mobile terminal adopts a B/S structure.
Preferably, the mobile application is in the h5 form, and the client and the mobile share the h5 form for presentation.
The invention provides a dynamic model configuration system of a converter station system on the other hand, which comprises the following modules:
the data processing module is used for the client side to obtain the multiple forms and submit the multiple forms to the server side;
the decoupling operation module is used for decoupling the preprocessed sample data by the service end to obtain one-dimensional data;
the attribute identification module is used for carrying out attribute identification on the one-dimensional data to obtain identified data;
the plug-in write-in module is used for performing database writing operation on the identified data, generating a data model adaptive to the mobile terminal for the newly added data of the database after the server side acquires a database writing operation signal, and writing different plug-ins according to different attributes of the newly added data of the database;
the database updating module is used for updating the database by the server side to ensure that the mobile side can obtain a new data model when starting the application next time;
and the data comparison module automatically requests the global data model to compare after the mobile terminal starts the application, and if the check items are consistent and not updated, the new data model is generated as the check item.
Preferably, the acquisition form is a multi-level form including after designing a prefabricated form, manually filling in a blank form, or adding a merged cell.
Preferably, the decoupling operation is to split the table according to a multi-level table header, wherein a plurality of second-level table headers are arranged below the first-level table header, one cell in the original table represents two attributes, and the split table obtains two cells corresponding to the two attributes, so that the one-dimensional data has a one-to-one relationship with the attributes.
Preferentially, the data writing database operation adopts a message pushing mechanism realized by a self-research framework, when the data writing database operation is carried out, a successful identifier is obtained after the data writing database operation is successful, meanwhile, a data writing database success signal is pushed to the server side, and the data writing database operation is pushed again after the data writing database operation is received by the server side.
Preferably, the data model for generating the adaptive mobile terminal comprises a key-value structure containing front-end page attributes, and the automatic generation of the front-end component is performed by defining a key and traversing the key.
Preferably, the different plug-ins are written in the form of updating according to the corresponding input requirements generated after the form is entered, and the different plug-ins comprise a text input type writing text component and a picture type writing picture component.
Preferably, the server side updates the database, namely the server side generates a data model after obtaining the operation signal of the write database, and meanwhile, new data is added to the tail of the original data model and all data are traversed from head to head according to the modified sequence for re-sequencing.
Preferably, the mobile terminal adopts a B/S structure.
Preferably, the mobile application is in the h5 form, and the client and the mobile share the h5 form for presentation.
Compared with the prior art, the method for configuring the dynamic model of the converter station system has the advantages that the data acquisition is carried out by utilizing the mobile terminal, and the data is submitted to the system for automatically generating the report form at the server, so that the inspection efficiency of the station is improved, the time for manually arranging the data is reduced, and the system is ensured to carry out less updating and maintaining operations; meanwhile, all maintenance entries are in the client side, and the stability of service is guaranteed.
Drawings
FIG. 1 is a schematic diagram of a prior art data read process in the form of an SGCIM;
FIG. 2 is a flow chart diagram of a method for configuring a dynamic model of a converter station system;
fig. 3 is a schematic diagram of a configuration system of a dynamic model of a converter station system.
Detailed Description
The present application is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present application is not limited thereby.
FIG. 2 is a flow chart of a method for configuring a dynamic model of a converter station system
As shown in fig. 2, embodiment 1 provides a method for configuring a dynamic model of a converter station system. The method specifically comprises the following steps:
step 1, after the client adds the needed form, the client submits the form to the server.
The form is a multi-level form including after designing a pre-form, manually filling in a blank form, or adding a merged cell.
And 2, the server side performs decoupling operation on the table, and the table is reduced to be one-dimensional data.
TABLE 1
Figure BDA0003867562860000051
As shown in table 1, the table is a table having a multi-level header. The decoupling operation is to split the table according to multiple levels of table headers, wherein a plurality of secondary table headers are arranged below the primary table header, one cell in the original table represents two attributes, and two cells corresponding to the two attributes are obtained after splitting, so that one-dimensional data in one-to-one relationship with the attributes is obtained. Splitting into one-dimensional data in the program: x {1: { a: data, b: data },2: { a: data, b: data \8230 }, x {1: { a: photograph, b: photograph },2: { a: photograph, b: photograph } \8230; }.
And 3, the server side carries out corresponding attribute identification on the one-dimensional data according to the attributes added when the client side designs the form. And the client acquires the form and submits the form to the server.
And 4, performing database writing operation on the identified data, generating a data model adaptive to the mobile terminal for the newly added data of the database after the server side acquires a database writing operation signal, and writing different plug-ins according to different attributes of the newly added data of the database.
And the data base writing operation adopts a message pushing mechanism realized by a self-research framework, when the data base writing operation is carried out, a successful identifier is obtained after the data base writing operation is successful, a data base writing success signal is pushed to the server side, and the data base writing success signal is pushed again after the data base writing operation is received by the server side.
And generating a data model adaptive to the mobile terminal, wherein the data model comprises a key-value structure containing front-end page attributes, and the front-end component is automatically generated by defining keys and traversing the keys.
And different plug-ins are written in according to corresponding input requirements generated after the form is input, and the corresponding input requirements comprise a text input type writing text component and a picture type writing picture component.
And 5, updating the database by the server side to ensure that the mobile side can obtain a new data model when the application is started next time.
The server side updates the database, namely the server side generates a data model after obtaining the operation signal of the data writing database, and meanwhile, new data are added to the tail of the original data model and all data are traversed from head to head according to the modified sequence for re-sequencing.
And 6, automatically requesting the global data model for comparison after the mobile terminal starts the application, and if the check items are consistent and not updated, generating a new data model as the check item.
The mobile terminal adopts a B/S (browser/server mode) structure. The mobile terminal application adopts an h5 form, the client and the mobile terminal share an h5 (5-generation Html) form for display, the function is adapted to the h5, the h5 can also be a data model of a single data source, but the h5 wastes performance greatly.
Fig. 3 is a schematic diagram of a configuration system of a dynamic model of a converter station system.
As shown in fig. 3, this embodiment further provides a converter station system dynamic model configuration system, which includes a data processing module, a decoupling operation module, an attribute identification module, a plug-in write module, a database update module, and a data comparison module, and the system can execute the processes of steps 1 to 5 through the corresponding modules to suppress lithium deposition from the battery during the charging process.
Compared with the prior art, the method has the advantages that the data are collected by the mobile terminal and submitted to the system for automatically generating the report form at the server, the inspection efficiency of the station is improved, the time for manually arranging the data is reduced, and the system is ensured to perform less updating and maintaining operations; meanwhile, all maintenance entries are in the client side, and the stability of service is guaranteed.
The present applicant has described and illustrated embodiments of the present invention in detail with reference to the accompanying drawings, but it should be understood by those skilled in the art that the above embodiments are merely preferred embodiments of the present invention, and the detailed description is only for the purpose of helping the reader to better understand the spirit of the present invention, and not for limiting the scope of the present invention, and on the contrary, any improvement or modification made based on the spirit of the present invention should fall within the scope of the present invention.

Claims (18)

1. A configuration method of a converter station system dynamic model is characterized in that:
the method comprises the following steps:
the client side obtains the form and submits the form to the server side;
the server performs decoupling operation on the table to obtain one-dimensional data;
performing attribute identification on the one-dimensional data to obtain identified data;
the identified data is subjected to database writing operation, a server side generates a data model adaptive to a mobile side for newly added data of the database after acquiring a database writing operation signal, and writes different plug-ins according to different attributes of the newly added data of the database;
the server side updates the database to ensure that the mobile side can obtain a new data model when starting the application next time;
and the mobile terminal automatically requests the global data model to compare after starting the application, if the global data model is consistent with the application, the check item is not updated, and if the global data model is inconsistent with the application, a new data model is generated as the check item.
2. The method of claim 1, wherein the method further comprises:
the acquisition form is a multi-level form including after designing a prefabricated form, manually filling in a blank form, or adding a merged cell.
3. The method of claim 1, wherein the method further comprises:
the decoupling operation is to split the table according to a multi-level table header, wherein a plurality of second-level table headers are arranged below the first-level table header, one cell in the original table represents two attributes, and the split table obtains two cells corresponding to the two attributes, so that the one-dimensional data is in one-to-one relationship with the attributes.
4. The method of claim 1, wherein the method further comprises:
and the data base writing operation adopts a message pushing mechanism realized by a self-research framework, when the data base writing operation is carried out, a successful identifier is obtained after the data base writing operation is successful, a data base writing success signal is pushed to the server side, and the data base writing success signal is pushed again after the data base writing operation is received by the server side.
5. The method of claim 1, wherein the method further comprises:
and generating a data model adaptive to the mobile terminal, wherein the data model comprises a key-value structure containing front-end page attributes, and the front-end component is automatically generated by defining keys and traversing the keys.
6. The method of claim 1, wherein the method further comprises:
and different plug-ins are written in according to corresponding input requirements generated after the form is input, and the different plug-ins comprise a text input type writing text component and a picture type writing picture component.
7. The method of claim 1, wherein the method further comprises:
the server side updates the database, namely the server side generates a data model after obtaining the operation signal of the write data database, and meanwhile, new data are added at the tail of the original data model and all data are traversed from the beginning to be sorted again according to the modified sequence.
8. The method of claim 1, wherein the method further comprises:
the mobile terminal adopts a B/S structure.
9. The method according to claim 1 or 2, wherein the method comprises the following steps:
the mobile terminal application adopts an h5 form, and the client and the mobile terminal share the h5 form for display.
10. A converter station system dynamic model configuration system using the converter station system dynamic model configuration method of any one of claims 1 to 9, characterized in that:
the system comprises the following modules:
the data processing module is used for the client to obtain the multiple forms and submit the multiple forms to the server;
the decoupling operation module is used for decoupling the preprocessed sample data by the service end to obtain one-dimensional data;
the attribute identification module is used for carrying out attribute identification on the one-dimensional data to obtain identified data;
the plug-in write-in module is used for performing database writing operation on the identified data, generating a data model adaptive to the mobile terminal for the newly added data of the database after the server side acquires a database writing operation signal, and writing different plug-ins according to different attributes of the newly added data of the database;
the database updating module is used for updating the database by the server side to ensure that the mobile side can obtain a new data model when starting the application next time;
and the data comparison module automatically requests the global data model to compare after the mobile terminal starts the application, and if the check items are consistent and not updated, the new data model is generated as the check item.
11. The method of claim 10, wherein the method further comprises:
the acquisition form is a multi-level form including design pre-forms, manual filling of blank forms, or addition of merge cells.
12. The method of claim 10, wherein the method further comprises:
the decoupling operation is to split the table according to multiple levels of table headers, wherein a plurality of secondary table headers are arranged below the primary table header, one cell in the original table represents two attributes, and two cells corresponding to the two attributes are obtained after splitting, so that one-dimensional data in one-to-one relationship with the attributes is obtained.
13. The method of claim 10, wherein the method further comprises:
and the data base writing operation adopts a message pushing mechanism realized by a self-research framework, when the data base writing operation is carried out, a successful identifier is obtained after the data base writing operation is successful, a data base writing success signal is pushed to the server side, and the data base writing success signal is pushed again after the data base writing operation is received by the server side.
14. The method of claim 10, wherein the method further comprises:
and generating a data model adaptive to the mobile terminal, wherein the data model comprises a key-value structure containing front-end page attributes, and the front-end component is automatically generated by defining keys and traversing the keys.
15. The method of claim 10, wherein the method further comprises:
and different plug-ins are written in according to corresponding input requirements generated after the form is input, and the different plug-ins comprise a text input type writing text component and a picture type writing picture component.
16. The method of claim 10, wherein the method further comprises:
the server side updates the database, namely the server side generates a data model after obtaining the operation signal of the data writing database, and meanwhile, new data are added to the tail of the original data model and all data are traversed from head to head according to the modified sequence for re-sequencing.
17. The method of claim 10, wherein the method further comprises:
the mobile terminal adopts a B/S structure.
18. The method according to claim 10 or 12, wherein the method further comprises:
the mobile terminal application adopts an h5 form, and the client and the mobile terminal share the h5 form for display.
CN202211182927.2A 2022-09-27 2022-09-27 Method and system for configuring dynamic model of converter station system Pending CN115563111A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211182927.2A CN115563111A (en) 2022-09-27 2022-09-27 Method and system for configuring dynamic model of converter station system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211182927.2A CN115563111A (en) 2022-09-27 2022-09-27 Method and system for configuring dynamic model of converter station system

Publications (1)

Publication Number Publication Date
CN115563111A true CN115563111A (en) 2023-01-03

Family

ID=84743258

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211182927.2A Pending CN115563111A (en) 2022-09-27 2022-09-27 Method and system for configuring dynamic model of converter station system

Country Status (1)

Country Link
CN (1) CN115563111A (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050038768A1 (en) * 2003-08-12 2005-02-17 Retek, Inc. System and method for cross attribute analysis and manipulation in online analytical processing (OLAP) and multi-dimensional planning applications by dimension splitting
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
CN103778107A (en) * 2012-10-25 2014-05-07 上海宝信软件股份有限公司 Method and platform for quickly and dynamically generating form based on EXCEL
CN106528684A (en) * 2016-10-25 2017-03-22 北京瑞风协同科技股份有限公司 Method and system for establishing engineering material database
US20170332116A1 (en) * 2014-11-25 2017-11-16 Lg Electronics Inc. Multimedia device and control method therefor
US20180075142A1 (en) * 2016-09-14 2018-03-15 Ants Technology (Hk) Limited. Methods circuits devices systems and functionally associated machine executable code for generating a searchable real-scene database
CN110516218A (en) * 2019-08-21 2019-11-29 深圳证券交易所 Generation method, terminal and the computer readable storage medium of table
CN111209831A (en) * 2019-12-31 2020-05-29 上海犀语科技有限公司 Document table content identification method and device based on classification algorithm
US20200282854A1 (en) * 2019-03-04 2020-09-10 General Electric Company Cyber-attack detection and electrical system stability for electric vehicle charging infrastructure
CN111966332A (en) * 2020-07-16 2020-11-20 译筑信息科技(上海)有限公司 BIM-based custom building construction site form business processing method
CN112366815A (en) * 2020-06-18 2021-02-12 许继集团有限公司 Data interaction method for intelligent substation main and auxiliary equipment monitoring system
CN113901214A (en) * 2021-10-08 2022-01-07 北京百度网讯科技有限公司 Extraction method and device of table information, electronic equipment and storage medium
CN113987112A (en) * 2021-12-24 2022-01-28 杭州恒生聚源信息技术有限公司 Table information extraction method and device, storage medium and electronic equipment
CN114879081A (en) * 2022-05-24 2022-08-09 长春工程学院 Lightning damage area analysis method based on synchronous dynamic monitoring data of lightning arrester
CN114970475A (en) * 2022-05-27 2022-08-30 招商银行股份有限公司 excel table analysis method, system, equipment and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050038768A1 (en) * 2003-08-12 2005-02-17 Retek, Inc. System and method for cross attribute analysis and manipulation in online analytical processing (OLAP) and multi-dimensional planning applications by dimension splitting
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
CN103778107A (en) * 2012-10-25 2014-05-07 上海宝信软件股份有限公司 Method and platform for quickly and dynamically generating form based on EXCEL
US20170332116A1 (en) * 2014-11-25 2017-11-16 Lg Electronics Inc. Multimedia device and control method therefor
US20180075142A1 (en) * 2016-09-14 2018-03-15 Ants Technology (Hk) Limited. Methods circuits devices systems and functionally associated machine executable code for generating a searchable real-scene database
CN106528684A (en) * 2016-10-25 2017-03-22 北京瑞风协同科技股份有限公司 Method and system for establishing engineering material database
US20200282854A1 (en) * 2019-03-04 2020-09-10 General Electric Company Cyber-attack detection and electrical system stability for electric vehicle charging infrastructure
CN110516218A (en) * 2019-08-21 2019-11-29 深圳证券交易所 Generation method, terminal and the computer readable storage medium of table
CN111209831A (en) * 2019-12-31 2020-05-29 上海犀语科技有限公司 Document table content identification method and device based on classification algorithm
CN112366815A (en) * 2020-06-18 2021-02-12 许继集团有限公司 Data interaction method for intelligent substation main and auxiliary equipment monitoring system
CN111966332A (en) * 2020-07-16 2020-11-20 译筑信息科技(上海)有限公司 BIM-based custom building construction site form business processing method
CN113901214A (en) * 2021-10-08 2022-01-07 北京百度网讯科技有限公司 Extraction method and device of table information, electronic equipment and storage medium
CN113987112A (en) * 2021-12-24 2022-01-28 杭州恒生聚源信息技术有限公司 Table information extraction method and device, storage medium and electronic equipment
CN114879081A (en) * 2022-05-24 2022-08-09 长春工程学院 Lightning damage area analysis method based on synchronous dynamic monitoring data of lightning arrester
CN114970475A (en) * 2022-05-27 2022-08-30 招商银行股份有限公司 excel table analysis method, system, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张瑞;李石君;: "网上表格数据到XML的自动转换", 计算机工程与应用, no. 02 *

Similar Documents

Publication Publication Date Title
CN109460349B (en) Test case generation method and device based on log
CN103514223A (en) Data synchronism method and system of database
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
CN110543621A (en) multi-format result document analysis system of aviation detection equipment and use method thereof
CN112000649B (en) Method and device for synchronizing incremental data based on map reduce
CN108519987A (en) A kind of data persistence method and apparatus
CN115481110A (en) Resource sharing exchange design method based on metadata
CN115563111A (en) Method and system for configuring dynamic model of converter station system
CN111104441A (en) Data acquisition method and system
CN111177191A (en) Key index calculation analysis method based on carbon emission transaction
CN109635161B (en) Cross-domain allopatric collaborative design method in mass data environment
CN114997154B (en) Automatic dialogue robot corpus construction method and system
CN111259082A (en) Method for realizing full data synchronization in big data environment
CN102915324B (en) Data storage and retrieval device and data storage and retrieval method
CN115169578A (en) AI model production method and system based on meta-space data markers
CN114880404A (en) Group model quasi-delay synchronization method of rail transit distributed database
CN114722035A (en) Byte bitmap-based meter reading data complementary acquisition system and method
CN114116252A (en) System and method for storing operation measurement data of regulation and control system
CN113645323A (en) Method, unit and system for preventing MAC address from being written repeatedly in high concurrency state
CN105893521A (en) Reading-and-writing separation HBase warehousing method
CN104392506A (en) Hydropower station water conservancy project inspection system supporting multi-terminal platform
CN112269820A (en) Method and platform for realizing data batch synchronization based on CMSP
CN116319068B (en) Method and system for improving penetrating data processing efficiency in strong isolation environment
CN117216115B (en) DCS picture measuring point checking and subscribing method, system, equipment and storage medium
CN109240909A (en) A kind of data file verification method based on registration center

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