[go: up one dir, main page]

CN114036346B - A database maintenance method and device for a three-dimensional visualization model of an electric power system - Google Patents

A database maintenance method and device for a three-dimensional visualization model of an electric power system Download PDF

Info

Publication number
CN114036346B
CN114036346B CN202111363185.9A CN202111363185A CN114036346B CN 114036346 B CN114036346 B CN 114036346B CN 202111363185 A CN202111363185 A CN 202111363185A CN 114036346 B CN114036346 B CN 114036346B
Authority
CN
China
Prior art keywords
attributes
user
database
instruction
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111363185.9A
Other languages
Chinese (zh)
Other versions
CN114036346A (en
Inventor
张延辉
贾亚楠
黄浩然
杨迎春
张向前
吴可可
贺博
王少鹏
丁博
刘洪星
肖寰宇
梁鹏威
方韬
周山虎
朱朝磊
李世通
霍智超
陈鹏鹏
刘科成
丁亮
刘洋
王鹍鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xuchang XJ Software Technology Co Ltd
Original Assignee
Xuchang XJ Software 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 Xuchang XJ Software Technology Co Ltd filed Critical Xuchang XJ Software Technology Co Ltd
Priority to CN202111363185.9A priority Critical patent/CN114036346B/en
Publication of CN114036346A publication Critical patent/CN114036346A/en
Application granted granted Critical
Publication of CN114036346B publication Critical patent/CN114036346B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种电力系统三维可视化模型的数据库维护方法,包括如下步骤:建立电力系统三维可视化模型的多个属性之间的拓扑关系和逻辑关系;接收用于维护多个属性中的一个属性的指令;确定指令所指向的多个属性中的一个属性,并且基于多个属性之间的拓扑关系和逻辑关系,确定与多个属性中的一个属性相关联的数个关联属性。通用模块可以实时给用户提示信息。通用模块允许用户以组态的形式,拖动多个属性在维护界面中的位置,允许用户来定义属性的分组,降低属性维护的遗漏和错误。可读取用户二次开发的动态库的拓展模块提供了一种能调用用户自定义动态库的机制,将最大的数据库访问灵活性赋予了用户,用户可以最大程度地开发出自己需要的功能,并将这些功能扩展到数据库维护软件中去。

The present invention discloses a database maintenance method for a three-dimensional visualization model of an electric power system, comprising the following steps: establishing a topological relationship and a logical relationship between multiple attributes of the three-dimensional visualization model of the electric power system; receiving an instruction for maintaining one of the multiple attributes; determining one of the multiple attributes pointed to by the instruction, and based on the topological relationship and the logical relationship between the multiple attributes, determining a number of associated attributes associated with the one of the multiple attributes. A general module can prompt information to the user in real time. The general module allows the user to drag the positions of multiple attributes in the maintenance interface in the form of configuration, allowing the user to define the grouping of attributes, thereby reducing omissions and errors in attribute maintenance. An expansion module that can read a dynamic library developed by a user for secondary development provides a mechanism for calling a user-defined dynamic library, giving the user the greatest flexibility in database access, and the user can develop the functions he needs to the greatest extent and extend these functions to the database maintenance software.

Description

Database maintenance method and device for three-dimensional visualization model of power system
Technical Field
The invention relates to the field of graphic databases, in particular to a database maintenance method and device for a three-dimensional visualization model of an electric power system.
Background
Along with the steady improvement of the informatization degree of the power system, a three-dimensional visual model of the power system is popularized in a plurality of power central control systems, so that a maintenance interface of the power system is more humanized, the operation is more visual, and the three-dimensional visual model is an important sign of forward development of the power system. Meanwhile, the three-dimensional model occupies larger database storage space, the storage mode is more complex, the maintenance mode is greatly different from that of a common model, and a higher technical means is needed to improve the database maintenance efficiency of the three-dimensional visual model.
At present, the three-dimensional visual model of the power system is stored in a database in a relatively complex mode, and a plurality of fields of a plurality of tables in the database are required to store the attributes of the three-dimensional model, so that the form of the three-dimensional model can be completely described. When rendering a three-dimensional visualization model, the rendering program needs to read these attribute values simultaneously and then combine with a computer graphics tool to reproduce them to the user. The prior art architecture is shown in fig. 1.
When the three-dimensional visual model of the power system is maintained, the current maintenance mode is similar to that of the common plane model, and the maintenance of the three-dimensional visual model is completed by directly modifying the field values of the database. Attribute-by-attribute modification is inefficient and error-prone. If the user modifies the error, the user can only learn the attribute modification error after the model is completely rendered, and the modified result cannot be obtained quickly and completely. On the other hand, the attributes of a plurality of three-dimensional visual models maintained by the user may have certain correlation, and the traditional modification mode cannot well establish the correlation of the attributes, and cannot correct the operation errors of the user in time, so that the maintenance efficiency is lower. Traditional database maintenance software does not support function expansion, secondary development cannot be performed, a user-defined maintenance method cannot be customized, a user cannot customize an operation interface and an operation method of the user, and database maintenance can only be performed through a fixed interface and a fixed method provided by a developer, so that flexibility of three-dimensional model maintenance is limited, and efficiency of three-dimensional visual model database maintenance is reduced. In the power system, the database maintenance method of the three-dimensional visual model is old and has low efficiency, so that the maintenance and reconstruction period of the system is longer, and the purpose of supplying power to power users as soon as possible cannot be realized.
Disclosure of Invention
The invention aims to provide a database maintenance method and device for a three-dimensional visual model of an electric power system.
In order to achieve the above object, the present invention provides a method for maintaining a database of a three-dimensional visualization model of an electric power system, wherein the method is executed by a general module, and the method comprises the steps of:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of a plurality of attributes;
Determining one of a plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
determining the value ranges of the plurality of associated attributes, and sending the value ranges of the plurality of associated attributes to the output component.
In a preferred embodiment, the method further comprises the steps of:
after determining one of the plurality of attributes to which the instruction is directed, determining a change in the other attribute of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
If it is determined that an error occurred to a change in one of the plurality of attributes, issuing an error prompt to an output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
The invention provides a database maintenance device of a three-dimensional visualization model of an electric power system, which is characterized by comprising a general module, wherein the general module is configured to:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of a plurality of attributes;
Determining one of a plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
determining the value ranges of the plurality of associated attributes, and sending the value ranges of the plurality of associated attributes to the output component.
In a preferred embodiment, the universal module is further configured to:
after determining one of the plurality of attributes to which the instruction is directed, determining a change in the other attribute of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
If it is determined that an error occurred to a change in one of the plurality of attributes, issuing an error prompt to an output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
The invention provides a database maintenance method of a three-dimensional visual model of an electric power system, which is characterized in that the method is executed by an expansion module and comprises the following steps:
providing a database access interface, wherein the database access interface is used for limiting the authority of a user to access a database, and the database access interface is also used for receiving operation instructions of adding, deleting, modifying and inquiring the database by the user;
Providing a template for a user to secondarily develop a dynamic library, wherein the template defines a set of functions having specific names, wherein the functions can be re-implemented by the user and allow the user to add custom content, wherein the definition of the functions cannot be modified and deleted;
developing a dynamic library based on a database access interface, a template and instructions of a user, wherein in the dynamic library, various methods and rules for maintaining a three-dimensional visualized database model of the power system are defined by the user, wherein the user can read values of a plurality of fields of a plurality of tables describing the three-dimensional visualized database model through the database access interface in the dynamic library, perform complex calculation and write the obtained calculation result into the database through the database access interface;
and providing a secondary development calling interface, wherein the secondary development calling interface is used for calling the dynamic library.
In a preferred embodiment, the database access interface has atomicity to access the database, wherein a database transaction is automatically created each time the database is operated, if a failure occurs in the middle of writing, a database rollback operation is executed, and the written content of the database is invalid, wherein the database access interface records an operation log and an error log.
In a preferred embodiment, if the dynamic library provided by the user does not meet the condition of successful invocation, the secondary development generic interface does not identify the dynamic library and prompts the user for incorrect content.
The invention provides a database maintenance device of a three-dimensional visual model of an electric power system, which is characterized by comprising an expansion module, wherein the expansion module is configured to:
providing a database access interface, wherein the database access interface is used for limiting the authority of a user to access a database, and the database access interface is also used for receiving operation instructions of adding, deleting, modifying and inquiring the database by the user;
Providing a template for a user to secondarily develop a dynamic library, wherein the template defines a set of functions having specific names, wherein the functions can be re-implemented by the user and allow the user to add custom content, wherein the definition of the functions cannot be modified and deleted;
developing a dynamic library based on a database access interface, a template and instructions of a user, wherein in the dynamic library, various methods and rules for maintaining a three-dimensional visualized database model of the power system are defined by the user, wherein the user can read values of a plurality of fields of a plurality of tables describing the three-dimensional visualized database model through the database access interface in the dynamic library, perform complex calculation and write the obtained calculation result into the database through the database access interface;
and providing a secondary development calling interface, wherein the secondary development calling interface is used for calling the dynamic library.
In a preferred embodiment, the database access interface has atomicity to access the database, wherein a database transaction is automatically created each time the database is operated, if a failure occurs in the middle of writing, a database rollback operation is executed, and the written content of the database is invalid, wherein the database access interface records an operation log and an error log.
In a preferred embodiment, if the dynamic library provided by the user does not meet the condition of successful invocation, the secondary development generic interface does not identify the dynamic library and prompts the user for incorrect content.
Compared with the prior art, the invention has the advantages that the universal module can prompt information to the user in real time without waiting for the setting error of a certain attribute after the whole three-dimensional visual model is rendered. The universal module allows a user to drag the positions of the plurality of attributes in the maintenance interface in a configuration mode, the user can divide the plurality of attributes into a group, put the plurality of attributes together for maintenance, put the attributes with correlation together for maintenance, allow the user to define the grouping of the attributes, and reduce omission and errors of attribute maintenance. The expansion module capable of reading the dynamic library developed by the user for the second time provides a mechanism capable of calling the user-defined dynamic library, the maximum database access flexibility is given to the user, the user can develop the functions required by the user to the greatest extent, and the functions are expanded into the database maintenance software. The maintenance work of the user on the database of the three-dimensional visualization model of the power system is not limited by the maintenance software, and the user can develop any maintenance strategies and realize the strategies in the form of a dynamic library.
Drawings
Fig. 1 is a schematic diagram of a prior art power system three-dimensional visualization model database maintenance approach.
Fig. 2 is a schematic diagram of a generic module maintenance method according to one embodiment of the invention.
FIG. 3 is a schematic diagram of an extended module maintenance method of a dynamic library that can be read for user secondary development according to one embodiment of the invention.
Detailed Description
The following detailed description of embodiments of the invention is, therefore, to be taken in conjunction with the accompanying drawings, and it is to be understood that the scope of the invention is not limited to the specific embodiments.
Throughout the specification and claims, unless explicitly stated otherwise, the term "comprise" or variations thereof such as "comprises" or "comprising", etc. will be understood to include the stated element or component without excluding other elements or components.
The invention provides a database maintenance method of a three-dimensional visual model of an electric power system, which is characterized in that the method is executed by a general module and comprises the following steps:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of a plurality of attributes;
Determining one of a plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
determining the value ranges of the plurality of associated attributes, and sending the value ranges of the plurality of associated attributes to the output component.
In a preferred embodiment, the method further comprises the steps of:
after determining one of the plurality of attributes to which the instruction is directed, determining a change in the other attribute of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
If it is determined that an error occurred to a change in one of the plurality of attributes, issuing an error prompt to an output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
The invention provides a database maintenance device of a three-dimensional visualization model of an electric power system, which is characterized by comprising a general module, wherein the general module is configured to:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of a plurality of attributes;
Determining one of a plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
determining the value ranges of the plurality of associated attributes, and sending the value ranges of the plurality of associated attributes to the output component.
In a preferred embodiment, the universal module is further configured to:
after determining one of the plurality of attributes to which the instruction is directed, determining a change in the other attribute of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
If it is determined that an error occurred to a change in one of the plurality of attributes, issuing an error prompt to an output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
The invention provides a database maintenance method of a three-dimensional visual model of an electric power system, which is characterized in that the method is executed by an expansion module and comprises the following steps:
providing a database access interface, wherein the database access interface is used for limiting the authority of a user to access a database, and the database access interface is also used for receiving operation instructions of adding, deleting, modifying and inquiring the database by the user;
Providing a template for a user to secondarily develop a dynamic library, wherein the template defines a set of functions having specific names, wherein the functions can be re-implemented by the user and allow the user to add custom content, wherein the definition of the functions cannot be modified and deleted;
developing a dynamic library based on a database access interface, a template and instructions of a user, wherein in the dynamic library, various methods and rules for maintaining a three-dimensional visualized database model of the power system are defined by the user, wherein the user can read values of a plurality of fields of a plurality of tables describing the three-dimensional visualized database model through the database access interface in the dynamic library, perform complex calculation and write the obtained calculation result into the database through the database access interface;
and providing a secondary development calling interface, wherein the secondary development calling interface is used for calling the dynamic library.
In a preferred embodiment, the database access interface has atomicity to access the database, wherein a database transaction is automatically created each time the database is operated, if a failure occurs in the middle of writing, a database rollback operation is executed, and the written content of the database is invalid, wherein the database access interface records an operation log and an error log.
In a preferred embodiment, if the dynamic library provided by the user does not meet the condition of successful invocation, the secondary development generic interface does not identify the dynamic library and prompts the user for incorrect content.
The invention provides a database maintenance device of a three-dimensional visual model of an electric power system, which is characterized by comprising an expansion module, wherein the expansion module is configured to:
providing a database access interface, wherein the database access interface is used for limiting the authority of a user to access a database, and the database access interface is also used for receiving operation instructions of adding, deleting, modifying and inquiring the database by the user;
Providing a template for a user to secondarily develop a dynamic library, wherein the template defines a set of functions having specific names, wherein the functions can be re-implemented by the user and allow the user to add custom content, wherein the definition of the functions cannot be modified and deleted;
developing a dynamic library based on a database access interface, a template and instructions of a user, wherein in the dynamic library, various methods and rules for maintaining a three-dimensional visualized database model of the power system are defined by the user, wherein the user can read values of a plurality of fields of a plurality of tables describing the three-dimensional visualized database model through the database access interface in the dynamic library, perform complex calculation and write the obtained calculation result into the database through the database access interface;
and providing a secondary development calling interface, wherein the secondary development calling interface is used for calling the dynamic library.
In a preferred embodiment, the database access interface has atomicity to access the database, wherein a database transaction is automatically created each time the database is operated, if a failure occurs in the middle of writing, a database rollback operation is executed, and the written content of the database is invalid, wherein the database access interface records an operation log and an error log.
In a preferred embodiment, if the dynamic library provided by the user does not meet the condition of successful invocation, the secondary development generic interface does not identify the dynamic library and prompts the user for incorrect content.
In one embodiment, as shown in fig. 2, the general module of the present invention functions as follows:
1. The method comprises the steps of abstracting out the topological relation and the logical relation among a plurality of attributes of the three-dimensional visual model of the power system, arranging the topological relation and the logical relation in a maintenance program, limiting a user by other associated attributes when maintaining one attribute, prompting the user in real time about the range of the current attribute, and how the current attribute can influence other attributes of the three-dimensional visual model, if the user inputs unsuitable attributes, prompting information to the user in real time, and knowing that one attribute is set incorrectly after the whole three-dimensional visual model is rendered.
2. The user is allowed to drag the positions of the plurality of attributes in the maintenance interface in the form of configuration, the user can divide the plurality of attributes into a group, the plurality of attributes are put together for maintenance, and the attributes with the correlation relationship are put together for maintenance. Allowing users to define groupings of attributes reduces omission and errors in attribute maintenance.
In a specific embodiment, as shown in fig. 3, the expansion module of the dynamic library of the invention, which can be read for secondary development by a user, has the following functions:
1. A database access interface is provided. This interface may define the rights of the user to access the database and, within the specified rights, allow the user to add, delete, modify and query the database. The interface has atomicity to the access of the database, namely, a database transaction is automatically created every operation, so that the condition that the writing operation fails after half data is written when a user operates a plurality of database tables can be ensured. If the writing fails in the middle, the database rollback operation is executed, and all the written contents of the time fail. Meanwhile, the interface also records an operation log and an error log so as to provide enough information for a user to record the operation content and search the error reason.
2. A template of a dynamic library developed by a user for a second time is provided, the template defining a set of functions of specific names that can be re-implemented by the user and added to the custom content. These particular function definitions may not be modified or deleted, otherwise the dynamic library that would result in the user's secondary development cannot be identified by the expansion module. The template of the dynamic library is the basis for developing the dynamic library which can be identified by the expansion module by the user.
3. And developing a dynamic library for maintaining the database of the three-dimensional visual model by the user according to the template and by using the database access interface. In the dynamic library, an operation interface needs to be designed and developed, and various methods and rules for maintaining the three-dimensional visual database model of the power system are defined by a user, and are not limited by the rules in the universal module. In the dynamic library developed by the user for the second time, values of a plurality of fields of a plurality of tables describing the three-dimensional visual model database can be read, complex calculation is performed, and the obtained calculation result is written into the database through a database access interface. The user may also set various complex verification logic to verify the quasimilitude and correctness of the data.
4. And providing a secondary development calling interface, and calling a dynamic library secondarily developed by a user. The interface can only call the dynamic library developed according to the template, and the expansion module can display the operation interface in the dynamic library after being successfully loaded into the dynamic library developed by the user for the second time, so that the user can perform various user-defined operations according to the prompt of the operation interface. The interface has fault tolerance function, if the dynamic library provided by the user does not meet the condition of successful call and can not be identified by the secondary development universal interface, the user can be prompted for wrong content, and the user is convenient to modify.
It should be understood that, in various embodiments of the present invention, the written order of the processes described above does not mean that the processes are performed sequentially, and the order in which the processes are performed should be determined by their functions and inherent logic, and should not constitute any limitation on the implementation of the embodiments of the present invention.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explanation of the principles of the present invention and are in no way limiting of the invention. Accordingly, any modification, equivalent replacement, improvement, etc. made without departing from the spirit and scope of the present invention should be included in the scope of the present invention. Furthermore, the appended claims are intended to cover all such changes and modifications that fall within the scope and boundary of the appended claims, or equivalents of such scope and boundary.

Claims (2)

1. A method for maintaining a database of three-dimensional visualization models of an electrical power system, the method being performed by a generic module, the method comprising the steps of:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of the plurality of attributes;
Determining one of the plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
Determining the value ranges of the plurality of associated attributes, and transmitting the value ranges of the plurality of associated attributes to an output assembly;
after determining one of the plurality of attributes to which the instruction is directed, determining a change in other attributes of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
if it is determined that an error occurred to the change in one of the plurality of attributes, issuing an error prompt to the output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
2. A database maintenance device for a three-dimensional visualization model of an electrical power system, wherein the device comprises a generic module configured to:
Establishing a topological relation and a logical relation among a plurality of attributes of a three-dimensional visual model of the power system;
receiving an instruction for maintaining one of the plurality of attributes;
Determining one of the plurality of attributes to which the instruction is directed, and determining a number of associated attributes associated with the one of the plurality of attributes based on a topological relationship and a logical relationship between the plurality of attributes;
Determining the value ranges of the plurality of associated attributes, and transmitting the value ranges of the plurality of associated attributes to an output assembly;
The generic module is further configured to:
after determining one of the plurality of attributes to which the instruction is directed, determining a change in other attributes of the three-dimensional visualization model based on the topological and logical relationships between the plurality of attributes and the change in the one of the plurality of attributes;
if it is determined that an error occurred to the change in one of the plurality of attributes, issuing an error prompt to the output device prior to rendering the three-dimensional visualization model;
receiving an instruction for grouping a plurality of attributes;
After receiving an instruction to group a plurality of attributes, the plurality of attributes are grouped, wherein the plurality of attributes grouped into a group can be maintained simultaneously.
CN202111363185.9A 2021-11-17 2021-11-17 A database maintenance method and device for a three-dimensional visualization model of an electric power system Active CN114036346B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111363185.9A CN114036346B (en) 2021-11-17 2021-11-17 A database maintenance method and device for a three-dimensional visualization model of an electric power system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111363185.9A CN114036346B (en) 2021-11-17 2021-11-17 A database maintenance method and device for a three-dimensional visualization model of an electric power system

Publications (2)

Publication Number Publication Date
CN114036346A CN114036346A (en) 2022-02-11
CN114036346B true CN114036346B (en) 2025-03-07

Family

ID=80144724

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111363185.9A Active CN114036346B (en) 2021-11-17 2021-11-17 A database maintenance method and device for a three-dimensional visualization model of an electric power system

Country Status (1)

Country Link
CN (1) CN114036346B (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102411764B (en) * 2011-08-15 2016-08-03 中国能源建设集团广东省电力设计研究院有限公司 The data management system of grid equipment and management method
US11461985B2 (en) * 2019-01-30 2022-10-04 Mosaic, Ltd Methods and systems for rendering and modifying three-dimensional models for interior design
CN113065180B (en) * 2020-01-02 2023-08-01 北京博超时代软件有限公司 GIM analysis method, GIM analysis device, GIM analysis equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Skyline的三维风电场可视化系统构建方法;房晓亮;张侃侃;李进;曾佑聪;;机电工程;20171218(12);1496-1500 *

Also Published As

Publication number Publication date
CN114036346A (en) 2022-02-11

Similar Documents

Publication Publication Date Title
US9058430B2 (en) Testing a software application interfacing with multiple external software applications in a simulated test environment
Balzer Transformational implementation: An example
US6182245B1 (en) Software test case client/server system and method
US5794042A (en) File management apparatus permitting access to portions of a file by specifying a data structure identifier and data elements
CN109918394A (en) Data query method, system, computer installation and computer readable storage medium
CN100483429C (en) Verification operation supporting system and method of the same
Dittrich et al. An event/trigger mechanism to enforce complex consistency constraints in design databases
WO2021022702A1 (en) Log insertion method and apparatus, computer apparatus and storage medium
CN114238072B (en) HIL requirement design method, device, computer equipment and storage medium
US5594836A (en) Ennoversion management system for data processing system
CN114036346B (en) A database maintenance method and device for a three-dimensional visualization model of an electric power system
EP4323863A1 (en) Automated authoring of software solutions from a data model
WO2025107399A1 (en) Association updating method and system for eda model modeling, and medium
CN110321282A (en) The XML configuration file amending method and system of Mock test
CN107533559A (en) Data structure, the model for filling data structure and the method being programmed using data structure to processing unit
WO1995032476A1 (en) A system and method for creating design configurations and for controlling the execution of multiple design tools
CN112905453A (en) Method for quickly generating database operation code in automatic test
CN117687681B (en) Version management method and system for low-code application
CN119179467B (en) Artificial intelligence aided programming construction method
CN112130841B (en) SQL development method and device and terminal equipment
CN119358630A (en) Neural architecture generation method, device, system, computer equipment and storage medium
CN119556937A (en) Thinking accelerated automatic code generation method, device, electronic device and storage medium
CN119513103A (en) Data lineage analysis method, device, computer equipment and readable storage medium
CN119129559A (en) File generation method, device, computer equipment and readable storage medium
CN117785943A (en) Data query method and system based on Spring Boot and elastic search

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant