CN112632072B - Method and device for generating C-format NR database table information based on VB - Google Patents

Method and device for generating C-format NR database table information based on VB Download PDF

Info

Publication number
CN112632072B
CN112632072B CN202011547097.XA CN202011547097A CN112632072B CN 112632072 B CN112632072 B CN 112632072B CN 202011547097 A CN202011547097 A CN 202011547097A CN 112632072 B CN112632072 B CN 112632072B
Authority
CN
China
Prior art keywords
database
information
equipment
generating
format
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
CN202011547097.XA
Other languages
Chinese (zh)
Other versions
CN112632072A (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.)
Inspur Software Technology Co Ltd
Original Assignee
Inspur 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 Inspur Software Technology Co Ltd filed Critical Inspur Software Technology Co Ltd
Priority to CN202011547097.XA priority Critical patent/CN112632072B/en
Publication of CN112632072A publication Critical patent/CN112632072A/en
Application granted granted Critical
Publication of CN112632072B publication Critical patent/CN112632072B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

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

Abstract

The invention discloses a method and a device for generating C-format NR database table information based on VB (visual basic) and belongs to the technical field of databases, and the technical problem to be solved is how to continuously optimize the structure of an NR database table and reduce the code development and maintenance cost. The method comprises the following steps: classifying and adjusting NR base station configuration parameters related to an NR database table through an Excel table; developing and compiling VB codes by virtue of a VB development tool in an Excel table; acquiring NR database parameter information in an Excel table according to SQL creating statements of an NR database table, and combining the NR database parameter information into SQL statements which can be executed according with a database; creating a sheet page of a list, adding a button control, and setting a macro appointed to be called by the button control as a main function of a generation code written in VB; and after the VB codes are written and verified successfully, generating a C-format NR database table information code file by generating a code button control.

Description

Method and device for generating C-format NR database table information based on VB
Technical Field
The invention relates to the technical field of databases, in particular to a method and a device for generating C-format NR database table information based on VB.
Background
In the research and development process of the NR base station, the database is a vital module, the performance of the base station is directly influenced by the quality of the design of the database table, the NR database parameter is reasonably planned, the interaction efficiency of a high layer and the database can be directly improved, the configuration parameter of the database table can be better displayed on a network management page, and the effect of achieving twice the result with half the effort is achieved.
In detail, the NR database is an important module indispensable to the development of NR base stations, and it stores most configuration parameters required in NR base stations, and the base stations need to read or store the parameters from the database during the starting and running processes. If the design of the database table is not reasonable (such as the confusion of parameter planning), when the database table is read by a high layer (such as layer three), the table information may need to be read from the database for multiple times to traverse the required parameters, or the time consumed for reading the database parameters is long, which may lead to the deadlock of the database more seriously. Therefore, in the development of the NR database module, the database table needs to be changed and adjusted many times, and each change will result in adjustment and adaptation of the interface between the high-level code and the database code, that is, the SQL statement is changed, and especially in a scenario where the configuration parameters of the NR database are huge, each table change will bring huge development cost.
How to continuously optimize the structure of the NR database table and reduce the code development and maintenance cost is a technical problem to be solved.
Disclosure of Invention
The technical task of the invention is to provide a method and a device for generating C-format NR database table information based on VB (visual basic) aiming at the defects so as to solve the technical problems of continuously optimizing the structure of the NR database table and reducing the code development and maintenance cost.
In a first aspect, the invention provides a method for generating C-format NR database table information based on VB, which comprises the following steps:
classifying and adjusting the NR base station configuration parameters related to the NR database table through an Excel table, and expressing the NR base station configuration parameters by using the NR database parameters;
developing and compiling VB codes by virtue of a VB development tool in an Excel table;
acquiring NR database parameter information in an Excel table according to SQL creating statements of an NR database table, and combining the NR database parameter information into SQL statements which accord with database executability, wherein the SQL statements accord with an interface which can be called by a current high-level protocol stack;
creating a sheet page of a table list, adding a button control, naming the button control as a generation code, and setting a macro appointed to be called by the button control as a main function of the generation code written in VB;
and after the VB codes are successfully written and verified, generating a C-format NR database table information code file by generating a code button control, and referencing the database table information code file during interactive development of a high layer and a database.
Preferably, the NR database parameter information includes, but is not limited to, table names, field names, constraints, field types, and default values.
Preferably, after the writing of the field parameters in the Excel table is finished, VB codes are developed and written by means of a menu bar of the Excel table.
Preferably, the NR database table includes:
the platform table is used for providing network management configuration information related to network management system development for a network management page, and the network management configuration information comprises but is not limited to equipment information installed in a current NR base station, the running state of the base station and VLAN and OMC management configuration information;
the service table is used for providing NR configuration information which is strongly related to service, and the NR configuration information comprises but is not limited to GNB configuration parameters, cell system message scheduling configuration parameters and cell neighbor configuration parameters.
Preferably, the platform table includes, but is not limited to, a device table, and the device table is used for recording basic information of the current NR base station device;
the fields in the device table include:
the equipment number is strongly related to the equipment, the equipment number is used as a main key of an equipment table, and the type of a field of the equipment number is used as a unique identifier by taking the mainboard model of the equipment;
a device name, the device name being a string of characters;
the equipment type is used for displaying the current equipment serial connection state;
a management state for displaying whether the current device is in a blocking state;
the equipment state is used for displaying the running state of the current equipment;
a value range used as a constraint condition of the NR database;
a default value used as a default value for initial filling of the NR database;
a storage type, wherein the storage type is used as the maximum byte number occupied in a field NR database in the NR database;
the English name is used for developing an English interface of the network management system;
and the Chinese name is used for developing a Chinese interface of the network management system.
Preferably, the service table includes, but is not limited to, a cell parameter table, and the cell parameter table is used for recording current NR cell parameter configuration information;
the fields in the cell parameter table include, but are not limited to, a cell identifier, a physical cell identifier, a frequency band number, a center frequency point, a system bandwidth, and an uplink and downlink matching period of NR.
In a second aspect, the present invention provides an apparatus comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform the method of any of the first aspects.
In a third aspect, the present invention provides a computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the method of any of the first aspects.
The method and the device for generating the C-format NR database table information based on VB have the following advantages:
1. the method comprises the steps of editing NR database parameter information related to an NR database table through an Excel table, developing and compiling VB codes by means of a menu bar of the Excel table to generate a C-format NR database table information code file, and automatically generating the code file of the C-format NR database table information through visual operation, so that the development efficiency is improved, and the maintenance cost is reduced;
2. developers can directly use the generated NR database code file to develop codes without considering complicated database operation languages, and when maintaining a database table at the later stage, the NR database code file can be quickly updated only by modifying field information of the table in the Excel table, so that the operation is simple and efficient.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
The invention is further described below with reference to the accompanying drawings.
Fig. 1 is a flowchart of a method of generating C-format NR database information based on VB in embodiment 1;
fig. 2 is a schematic diagram illustrating device table parameter configuration information in the method for generating C-format NR database information based on VB according to embodiment 1;
fig. 3 is a VB code display schematic diagram of generating C-format NR database information based on VB in embodiment 1;
fig. 4 is a table list diagram illustrating a method of generating information of the C-format NR database based on VB in embodiment 1;
fig. 5 is a schematic diagram illustrating the effect of generating a code in the method for generating information of the C-format NR database based on VB in embodiment 1;
fig. 6 is a schematic diagram of cell parameter table configuration information in the method for generating C-format NR database information based on VB according to embodiment 1.
Detailed Description
The present invention is further described below with reference to the accompanying drawings and specific embodiments so that those skilled in the art can better understand the present invention and can implement the present invention, but the embodiments are not intended to limit the present invention, and the embodiments and technical features of the embodiments can be combined with each other without conflict.
The embodiment of the invention provides a method and a device for generating C-format NR database table information based on VB (visual basic) and aims to solve the technical problems of continuously optimizing the structure of an NR database table and reducing the code development and maintenance cost.
Example 1:
as shown in fig. 1, the method for generating the table information of the C-format NR database based on VB according to the present invention includes the following steps:
s100, classifying and adjusting NR base station configuration parameters related to an NR database table through an Excel table, and representing the NR base station configuration parameters by using the NR database parameters;
s200, developing and compiling VB codes by virtue of a VB development tool in an Excel table;
s300, acquiring NR database parameter information in an Excel table according to an SQL creating statement of an NR database table, and combining the NR database parameter information into an SQL statement which accords with the executable of a database, wherein the SQL statement accords with an interface which can be called by a current high-level protocol stack;
s400, creating a sheet page of a table list, adding a button control, naming the button control as a generation code, setting a macro appointed to be called by the button control as a main function of the generation code written in VB, and storing and managing table information by the table list;
and S500, after the VB codes are successfully written and verified, generating a C-format NR database table information code file by generating a code button control, and referencing the database table information code file during interactive development of a high layer and a database.
NR database parameter information includes, but is not limited to, table names, field names, constraints, field types, and default values.
And after the field parameters in the Excel table are written, developing and writing VB codes by means of a menu bar of the Excel table.
Since the high-level and database in NR base station development often require frequent interaction operations (i.e. reading and storing of parameters), the parameters in the database table need to be continuously adjusted and optimized for more efficient interaction between the high-level and database. According to the SQL statement generation rule of the database table, the NR database table information code file in the C format is automatically generated by means of VB, so that the maintenance cost caused by frequent change of high-level codes and database code interfaces can be reduced, and the code development and maintenance cost can be reduced.
In consideration of the development of network management systems, the present embodiment divides the NR database table into two major categories: a platform table and a service table. The platform table is mainly used for providing information of equipment where a current NR base station is installed, the running state of the base station, VLAN and OMC management configuration and the like for a network management page in order to develop a network management system at a later stage; the service table is mainly NR configuration information strongly related to a service, such as GNB configuration parameters, cell system message scheduling configuration parameters, cell neighbor configuration parameters, and the like.
For further illustration of the effect, the device table in the platform table and the cell parameter table in the service table are respectively used as an example for introduction.
The device table is a table for recording basic information of the current NR base station device, as shown in fig. 2. The main fields in the table are: the table is expanded with latitude and longitude fields for displaying the local information of the current base station on the network management interface. The device number is strongly related to the device, and for the device table, the device table is used as a main key (PK) of the table, the type of a field of the device table is usually a unique identifier which cannot be easily changed, and the field information still cannot be changed after power-on and power-off, so that the device table is set to be static (abbreviated as S), and if the device table is changeable after power-on and power-off, or the device table needs to be read again after database updating each time, the type of the field can be set to be dynamic (abbreviated as D); the device name is usually a string of character strings, and the length of the character strings is designed according to the requirement of the device name; the equipment type is used for displaying the current equipment serial state; managing the state, and displaying whether the current equipment is in a blocking state; and the equipment state is used for displaying the running state of the current equipment and whether the running is normal or not. Wherein, a column of the value range is used for constraint conditions of the database, the constraint conditions need to be designed according to a specified writing format, otherwise, error information can be output; one column of default values is used for establishing default values filled in at the initial stage of the database; the storage type one column is used for the maximum byte number occupied by the field in the database; the English name and Chinese name column is mainly used for Chinese and English interface development of a later network management system.
After the table field parameters of the database are filled in, VB codes need to be developed, and the Visual Basic under a development tool is selected from a menu bar of excel to write the VB codes, as shown in FIG. 3. According to SQL creating statements of a data table, information such as table names, field names, constraint conditions, field types and default values in excel is obtained and combined into SQL statements which can be executed according to a database, meanwhile, the combined SQL statements need to meet interfaces which can be called by a current high-level protocol stack, then a sheet page of a table list is created, a button control is added and named as a generation code, and a macro appointed to be called by the button control is set as a generation code main function written in VB, as shown in figure 4. After the VB codes are written and verified successfully, the 'generate codes' button control can be clicked, and then the interface code file for automatically generating the high-level codes and data can be realized. The embodiment mainly combines a database table information code file with a C format, the generated code effect is as shown in FIG. 5, the file can be directly quoted during the subsequent interactive development of a high-level database and the database, and the generated file replaces manual writing, thereby avoiding errors occurring during the manual writing.
The cell parameter table is a table for recording parameter configuration information of the current NR cell, as shown in fig. 6. The fields in the table are: the method comprises the steps of cell identification, physical cell identification, frequency band number, central frequency point, system bandwidth, NR uplink and downlink matching period and other parameters, wherein the parameters of the table are relatively more relative to an equipment table, the value range of the parameters also has strict design specifications, and the optimization and adjustment of the table field are relatively more in research and development.
Example 2:
an embodiment of the present invention further provides an apparatus, including: at least one memory and at least one processor; the at least one memory to store a machine readable program; at least one processor, configured to invoke the machine readable program to perform a method of generating C-format NR database table information based on VB in any embodiment of the present invention.
Example 3:
the embodiment of the invention also provides a computer readable medium, wherein the computer readable medium is stored with computer instructions, and the computer instructions, when executed by a processor, enable the processor to execute the method for generating the C format NR database table information based on VB in any embodiment of the invention. Specifically, a system or an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the embodiments described above are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD + RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer by a communications network.
Further, it should be clear that the functions of any one of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
While the invention has been shown and described in detail in the drawings and in the preferred embodiments, it is not intended to limit the invention to the embodiments disclosed, and it will be apparent to those skilled in the art that various combinations of the code auditing means in the various embodiments described above may be used to obtain further embodiments of the invention, which are also within the scope of the invention.

Claims (3)

1. The method for generating the C-format NR database table information based on VB is characterized by comprising the following steps of:
classifying and adjusting NR base station configuration parameters related to an NR database table through an Excel table, and representing the NR base station configuration parameters by using the NR database parameters;
developing and compiling VB codes by virtue of a VB development tool in an Excel table;
acquiring NR database parameter information in an Excel table according to SQL creating statements of an NR database table, and combining the NR database parameter information into SQL statements which accord with database executability, wherein the SQL statements accord with an interface which can be called by a current high-level protocol stack;
creating a sheet page of a table list, adding a button control, naming the button control as a generation code, and setting a macro appointed to be called by the button control as a main function of the generation code written in VB;
after the VB codes are successfully written and verified, generating a C-format NR database table information code file by generating a code button control, and referencing the database table information code file during interactive development of a high layer and a database;
after the field parameters in the Excel table are compiled, developing and compiling VB codes by means of a menu bar of the Excel table;
the NR database table includes:
the platform table is used for providing network management configuration information related to network management system development for a network management page, and the network management configuration information comprises but is not limited to equipment information installed in a current NR base station, the running state of the base station and VLAN and OMC management configuration information;
the service table is used for providing NR configuration information which is strongly related to service, and the NR configuration information comprises but is not limited to GNB configuration parameters, cell system message scheduling configuration parameters and cell neighbor configuration parameters;
the platform table includes but is not limited to a device table, and the device table is used for recording basic information of the current NR base station device;
the fields in the device table include:
the equipment number is strongly related to the equipment, the equipment number is used as a main key of an equipment table, and the type of a field of the equipment number is used as a unique identifier by taking the mainboard model of the equipment;
a device name, the device name being a string of characters;
the equipment type, the equipment state is used for displaying the current equipment serial state;
a management state for displaying whether the current device is in a blocking state;
the equipment state is used for displaying the running state of the current equipment;
a value range used as a constraint condition of the NR database;
a default value used as a default value for initial filling of the NR database;
a storage type, wherein the storage type is used as the maximum byte number occupied in a field NR database in the NR database;
the English name is used for developing an English interface of the network management system;
the Chinese name is used for developing a Chinese interface of the network management system;
the service table includes but is not limited to a cell parameter table, and the cell parameter table is used for recording current NR cell parameter configuration information;
fields in the cell parameter table include but are not limited to cell identifiers, physical cell identifiers, frequency band numbers, central frequency points, system bandwidths and uplink and downlink matching periods of NR;
NR database parameter information includes, but is not limited to, table names, field names, constraints, field types, and default values.
2. An apparatus for generating C-format NR database table information based on VB, comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor, configured to invoke the machine readable program, to perform the method of claim 1.
3. A computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the method of claim 1.
CN202011547097.XA 2020-12-24 2020-12-24 Method and device for generating C-format NR database table information based on VB Active CN112632072B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011547097.XA CN112632072B (en) 2020-12-24 2020-12-24 Method and device for generating C-format NR database table information based on VB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011547097.XA CN112632072B (en) 2020-12-24 2020-12-24 Method and device for generating C-format NR database table information based on VB

Publications (2)

Publication Number Publication Date
CN112632072A CN112632072A (en) 2021-04-09
CN112632072B true CN112632072B (en) 2023-04-07

Family

ID=75324386

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011547097.XA Active CN112632072B (en) 2020-12-24 2020-12-24 Method and device for generating C-format NR database table information based on VB

Country Status (1)

Country Link
CN (1) CN112632072B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005045656A1 (en) * 2003-11-04 2005-05-19 Think2020, Inc. Systems, methods, and computer program products for developing enterprise software applications
CN108170809A (en) * 2017-12-28 2018-06-15 平安科技(深圳)有限公司 Build table scenario generation method, device, equipment and computer readable storage medium
CN109684326A (en) * 2018-11-13 2019-04-26 平安科技(深圳)有限公司 Tables of data creation method, device, equipment and computer readable storage medium
CN110647564A (en) * 2019-08-14 2020-01-03 中国平安财产保险股份有限公司 Hive table establishing method, electronic device and computer readable storage medium
CN111125064A (en) * 2019-12-24 2020-05-08 中国建设银行股份有限公司 Method and device for generating database mode definition statement
CN112118637A (en) * 2019-06-19 2020-12-22 中国电信股份有限公司 Method, base station and communication system for configuring RACH parameters

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005045656A1 (en) * 2003-11-04 2005-05-19 Think2020, Inc. Systems, methods, and computer program products for developing enterprise software applications
CN108170809A (en) * 2017-12-28 2018-06-15 平安科技(深圳)有限公司 Build table scenario generation method, device, equipment and computer readable storage medium
CN109684326A (en) * 2018-11-13 2019-04-26 平安科技(深圳)有限公司 Tables of data creation method, device, equipment and computer readable storage medium
CN112118637A (en) * 2019-06-19 2020-12-22 中国电信股份有限公司 Method, base station and communication system for configuring RACH parameters
CN110647564A (en) * 2019-08-14 2020-01-03 中国平安财产保险股份有限公司 Hive table establishing method, electronic device and computer readable storage medium
CN111125064A (en) * 2019-12-24 2020-05-08 中国建设银行股份有限公司 Method and device for generating database mode definition statement

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Excel VBA的数据库访问技术的研究;姜德生等;《微计算机信息》;20080725(第21期);全文 *

Also Published As

Publication number Publication date
CN112632072A (en) 2021-04-09

Similar Documents

Publication Publication Date Title
CN108469952B (en) Code generation method and matched tool for managing game configuration
KR100305459B1 (en) Document processing method and system, and computer-readable recording medium having document processing program recorded therein
US8898631B2 (en) Editor with commands for automatically disabling and enabling program code portions
JPH10326255A (en) Method for handling message independent of language
CN114115883B (en) Method for quickly constructing front-end application by using middle station service capability
US9229920B1 (en) Compound undo/redo manager for mixed model edits
CN108762743A (en) Data table operation code generation method and device
CN112069129A (en) Configuration file format conversion method, device and medium based on domestic CPU
CN110209387A (en) A kind of top layer hdl file generation method and device, computer readable storage medium
CN110308907B (en) Data conversion method and device, storage medium and electronic equipment
CN117539450B (en) Code generation method based on WPS loading item
CN112632072B (en) Method and device for generating C-format NR database table information based on VB
CN114091383A (en) Test sequence generation method, device and system and related equipment
CN112000343B (en) Method and system for deploying multi-version services in Kubernetes by using Devops
CN113703777A (en) Code generation method and device based on database table, storage medium and equipment
CN115686589A (en) Entity class file updating system and method, corresponding computer equipment and storage medium
CN116028062A (en) Target code generation method, NPU instruction display method and device
CN113312056B (en) Internationalization implementation method of angular large-scale integration project, electronic device and storage medium
CN114547060A (en) Government affair data exchange method and system
CN111626444A (en) Model maintenance dynamic self-adaption method, device and system based on regulation cloud and storage medium
CN114595413A (en) Webpage layout method and system and computer equipment
US7730105B2 (en) Time sharing managing apparatus, document creating apparatus, document reading apparatus, time sharing managing method, document creating method, and document reading method
CN112597343A (en) Netconf automatic configuration generation method
CN114579112B (en) Method, device, equipment and storage medium for assisting system development
CN117094284B (en) Method for generating capability description file of intelligent equipment of transformer substation

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