Movatterモバイル変換


[0]ホーム

URL:


CN106598612B - Operation method and system for data table in database - Google Patents

Operation method and system for data table in database
Download PDF

Info

Publication number
CN106598612B
CN106598612BCN201611187178.7ACN201611187178ACN106598612BCN 106598612 BCN106598612 BCN 106598612BCN 201611187178 ACN201611187178 ACN 201611187178ACN 106598612 BCN106598612 BCN 106598612B
Authority
CN
China
Prior art keywords
field information
data table
original
target
control
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
CN201611187178.7A
Other languages
Chinese (zh)
Other versions
CN106598612A (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.)
Beijing Runke General Technology Co Ltd
Original Assignee
Beijing Runke General 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 Beijing Runke General Technology Co LtdfiledCriticalBeijing Runke General Technology Co Ltd
Priority to CN201611187178.7ApriorityCriticalpatent/CN106598612B/en
Publication of CN106598612ApublicationCriticalpatent/CN106598612A/en
Application grantedgrantedCritical
Publication of CN106598612BpublicationCriticalpatent/CN106598612B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention discloses an operation method and a system of a data table in a database, which are applied to LabVIEW software, and are developed based on LabVIEW language, firstly original field information corresponding to an original data table is displayed in an original control on an interface, a target control needing to be modified is determined according to a user instruction, then first target field information of the target control is modified according to the requirement of a user to obtain modified second target field information, and finally an updated data table is obtained according to the second target field information, the user can directly display all field information of the data table on the interface control, and then the field information in the control is modified, added or deleted according to a test index, and the like, so that a database editing and management tool is not needed to be used for processing operation by professional staff, the field information in the control can be directly operated, and misoperation is not easy to occur, the correct storage of data is ensured.

Description

Operation method and system for data table in database
Technical Field
The invention belongs to the technical field of automatic testing, and particularly relates to an operation method and system of a data table in a database.
Background
In the field of automatic testing, storage and playback of test data are indispensable links. Databases commonly used as test data storage include MySQL, SQL Server, Oracle, Access, Excel, and the like. Usually, the database operation is to directly use some graphic tools, such as MySQL-Front, etc., to create a data table, and configure field information corresponding to the test indexes to generate the data table; or in the DOS environment, the configuration is completed by directly using the corresponding programming statement, but the configuration and the configuration all have higher technical requirements on operators.
Firstly, indexes to be tested of different products are different, when a new test index needs to be tested, a data table corresponding to the test index needs to be newly built in a database, and if a database editing management tool is used for operation, the skill requirement of a test sequence editor is improved; secondly, field information contents stored in the data table may be added, modified or deleted in research and development tests of the product, the field information contents of the data table need to be added, modified or deleted, and the attributes of each field are configured, so that the operation is complicated, errors are easy to occur, and the storage of newly added data is influenced; finally, if the user directly operates the database editing management tool to manage the data table in the database, errors are easy to occur, and the storage of the existing data is affected.
In conclusion, the original operation on the data table in the database needs to put forward higher technical requirements on operators, and misoperation is easy to occur, which affects the correct storage of data.
Disclosure of Invention
In view of this, the present invention provides an operation method and system for a data table in a database, so as to solve the problems in the prior art that the original operation on the data table in the database needs to put forward higher technical requirements on operators, and the incorrect operation is easy to occur, which affects the correct storage of data.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for operating a data table in a database, which is applied to LabVIEW software, comprises the following steps:
reading an original data table, and assigning original field information corresponding to the original data table to a corresponding original control on an interface for displaying;
determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information;
and obtaining an updated data table according to the second target field information.
The reading of the original data table and the assignment of the original field information corresponding to the original data table to the corresponding original control on the interface for display includes:
reading the original data table, and reading a file to be configured corresponding to the original data table through a file operation function;
analyzing the content of the file to be configured, and converting the content of the file to be configured into original field information corresponding to the original data table through character string conversion;
and assigning the original field information to the corresponding original control on the interface, and displaying the name of the file to be configured and the original field information in the original control on the interface.
Wherein, obtaining the updated data table according to the second target field information includes:
creating SQL sentences containing all target field information corresponding to the target control in the LabVIEW software according to the second target field information;
and downloading a database operation function through a database tool to execute the SQL statement to obtain an updated data table.
Preferably, the method further comprises the following steps:
converting the second target field information in the updated data table into a character string format supported by the file operation function;
and storing the converted character strings into corresponding format files through the file operation function and storing the format files in a database.
And the first target field information is all target field information or part of target field information corresponding to the target control.
Wherein the original control comprises: field name, data type, data length, and whether NULL is allowed.
An operating system of a data table in a database, which is applied to LabVIEW software, and comprises:
the reading module is used for reading an original data table and assigning original field information corresponding to the original data table to a corresponding original control on an interface for displaying;
the modification module is used for determining a target control through a user instruction and modifying first target field information of the target control to obtain second target field information;
and the updating module is used for obtaining an updated data table according to the second target field information.
Wherein, the reading module comprises:
the reading unit is used for reading the original data table and reading a file to be configured corresponding to the original data table through a file operation function;
the analysis unit is used for analyzing the content of the file to be configured and converting the content of the file to be configured into original field information corresponding to the original data table through character string conversion;
and the assignment display unit is used for assigning the original field information to the corresponding original control on the interface and displaying the name of the file to be configured and the original field information in the original control on the interface.
Wherein the update module comprises:
the statement creating unit is used for creating SQL statements containing all target field information corresponding to the target control in the LabVIEW software according to the second target field information;
and the execution unit is used for downloading a database operation function through a database tool and executing the SQL statement to obtain an updated data table.
Preferably, the method further comprises the following steps:
a conversion module, configured to convert the second target field information in the updated data table into a string format supported by the file operation function;
and the storage module is used for storing the converted character strings into corresponding format files through the file operation function and storing the format files in a database.
Through the technical scheme, compared with the prior art, the invention discloses an operation method and a system of a data table in a database, which are applied to LabVIEW software, and the method comprises the following steps: reading an original data table, and assigning original field information corresponding to the original data table to a corresponding original control on an interface for displaying; determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information; and obtaining an updated data table according to the second target field information. The method is developed based on LabVIEW language, firstly, original field information corresponding to an original data table is displayed in an original control on an interface, a target control needing to be modified is determined according to a user instruction, then, first target field information of the target control is modified according to the user requirement, modified second target field information is obtained, finally, an updated data table is obtained according to the second target field information, a user can directly display all field information of the data table on the interface control, then, operations such as modification, addition or deletion are carried out on the field information in the control according to test indexes, processing operation is carried out by professional personnel without using a database editing and management tool, the field information in the control can be directly operated, misoperation is not easy to occur, and correct storage of data is guaranteed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flow chart illustrating an operation method of a data table in a database according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an original field information interface control of an original data table according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a specific method of step S101 in fig. 1 according to an embodiment of the present invention;
FIG. 4 is a block diagram of a process for reading and saving configuration files according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating a specific method of step S103 in fig. 1 according to an embodiment of the present invention;
FIG. 6 is a block diagram of a data table update process provided by an embodiment of the invention;
FIG. 7 is another flowchart illustrating a method for operating a data table in a database according to an embodiment of the present invention;
FIG. 8 is a diagram illustrating an operating system structure of a data table in a database according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of the obtainingmodule 801 in fig. 8 according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of theupdate module 803 in fig. 8 according to an embodiment of the present invention;
fig. 11 is another structural diagram of an operating system of a data table in a database according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic flow chart illustrating an operation method of a data table in a database according to an embodiment of the present invention. As shown in fig. 1, the present invention discloses an operation method of a data table in a database, which is applied to LabVIEW software, and the method specifically comprises the following steps:
s101, reading the original data table, and assigning the original field information corresponding to the original data table to the corresponding original control on the interface for displaying.
It should be noted that, in the present invention, the original data table needs to be read, and the original field information corresponding to the original data table is assigned to the corresponding original control on the interface for display. Specifically, as shown in fig. 2, fig. 2 is a schematic diagram of an original field information interface control of an original data table according to an embodiment of the present invention, and the present invention mainly aims to create and configure a data table, support importing a configuration file from the interface in fig. 2 and editing the configuration file directly on the interface, and support customizing a table name of the data table and configuring field information in the original control. As shown in fig. 2, the configurable original field information may mainly include: number of fields, field name, data type (string, long, single, double, date/time, binary), data length, whether NULL is allowed, etc.
S102, determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information.
During configuration, a target control needs to be determined from original controls corresponding to an original data table displayed in an interface according to a user instruction, that is, a control corresponding to field information content which a user needs to modify, delete or add, and then the corresponding field information is used as target field information to be modified.
It should be noted that, after receiving a modification instruction of a target control from a user, modifying corresponding first target field information to obtain second target field information, where the first target field information may be all field information corresponding to the target control, or may be part of target field information corresponding to the target control.
And S103, obtaining an updated data table according to the second target field information.
It should be noted that, the data table is created and configured in the database according to the obtained second target field information, so as to obtain an updated data table, the updated data table is displayed in the corresponding target control, and the updated data table is generated in the database according to the modified second target field information, so as to implement creation and configuration of the data table.
Specifically, referring to fig. 3, fig. 3 is a flowchart illustrating a specific method of step S101 in fig. 1 according to an embodiment of the present invention. As shown in fig. 3, step S101, reading an original data table, and assigning original field information corresponding to the original data table to a corresponding original control on an interface for display, where the step specifically includes the following steps:
s301, reading the original data table, and reading the file to be configured corresponding to the original data table through the file operation function.
Referring to fig. 4, fig. 4 is a block diagram of a process of reading a configuration file and saving the configuration file according to an embodiment of the present invention. As shown in fig. 4, data is read in an xml data format and then a file is stored in the xml data format.
S302, analyzing the content of the file to be configured, and converting the content of the file to be configured into original field information corresponding to the original data table through character string conversion.
And converting the content of the read configuration file into original field information corresponding to the original data table through character string conversion. The original field information may mainly include: field name, data type (string, long, single, double, date/time, binary), data length, whether NULL is allowed, etc.
And S303, assigning the original field information to a corresponding original control on the interface, and displaying the name of the file to be configured and the original field information in the original control on the interface.
In this embodiment, the program reads the file to be configured, processes the data of the file to be configured, analyzes the data into the original field information of the original data table, assigns the original field information to the corresponding original control on the interface, and displays the name of the file to be configured and the original field information in the original control on the interface.
Specifically, referring to fig. 5, fig. 5 is a flowchart illustrating a specific method of step S103 in fig. 1 according to an embodiment of the present invention. As shown in fig. 5, step S103 obtains an updated data table according to the second target field information, and the step specifically includes the following steps:
s501, creating SQL sentences containing all target field information corresponding to the target control in LabVIEW software according to the second target field information.
In this embodiment, as shown in fig. 6, fig. 6 is a block diagram of a data table updating procedure provided in the embodiment of the present invention. And the user judges, analyzes and converts the interface configuration data, and creates an SQL (structured query language) statement containing all the target field information corresponding to the target control in LabVIEW software by connecting the second target field information with the character string to generate the SQL statement.
It should be noted that the SQL statement includes three parts: data table name: the data table name entered using the interface. Field information in data table: the method is characterized in that a cycle structure is used, and all interface custom column field cluster arrays are traversed; columns are separated by 'separation', the information of each field is separated by a blank space, and the data type is unified into a character string type; and calling a connection character string function, connecting all column field information into a character string statement, and removing the comma which is added at last. Data table attribute information: the table storage engine is added as "inodb", the default character set is "gbk", and the line storage form is "COMPACT".
S502, downloading a database operation function through a database tool to execute the SQL statement, and obtaining an updated data table.
In this embodiment, the program executes the SQL statement through a DB toolexecute Query function of a DB Tools (Database Tool), so as to complete creation and configuration of the data table, and obtain an updated data table.
Specifically, referring to fig. 7, fig. 7 is another flow chart illustrating an operation method of a data table in a database according to an embodiment of the present invention. As shown in fig. 7, an embodiment of the present invention discloses an operation method for a data table in a database, which specifically includes the following steps:
and S701, reading the original data table, and assigning the original field information corresponding to the original data table to the corresponding original control on the interface for displaying.
It should be noted that, in the present invention, the original data table needs to be read, and the original field information corresponding to the original data table is assigned to the corresponding original control on the interface for display. Specifically, as shown in fig. 2, fig. 2 is a schematic diagram of an original field information interface control of an original data table according to an embodiment of the present invention, and the present invention mainly aims to create and configure a data table, support importing a configuration file from the interface in fig. 2 and editing the configuration file directly on the interface, and support customizing a table name of the data table and configuring field information in the original control. As shown in fig. 2, the configurable original field information may mainly include: number of fields, field name, data type (string, long, single, double, date/time, binary), data length, whether NULL is allowed, etc.
S702, determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information.
During configuration, a target control needs to be determined from controls in an original data table displayed in an interface control according to a user instruction, that is, a control corresponding to field information content which a user needs to modify, delete or add, and then the corresponding field information is used as target field information to be modified.
It should be noted that, after receiving a modification instruction of a target control from a user, modifying corresponding first target field information to obtain second target field information, where the first target field information may be all field information corresponding to the target control, or may be part of target field information corresponding to the target control. .
And S703, obtaining the updated data table according to the second target field information.
It should be noted that, the data table is created and configured in the database according to the obtained second target field information, so as to obtain an updated data table, the updated data table is displayed in the corresponding target control, and the updated data table is generated in the database according to the modified second target field information, so as to implement creation and configuration of the data table.
S704, converting the second target field information in the updated data table into a character string format supported by the file operation function.
S705, storing the converted character strings as corresponding format files in a database through a file operation function.
In the above process, the file operation function is different according to different formats of the configuration file, for example, when the configuration file is in an xml format, the file operation function is an xml function, and when the configuration file is in a txt format, the file operation function is a txt function.
The embodiment can store the updated data table, and can provide the user with the possibility of directly calling when a similar data table is used subsequently.
In the embodiment, when a user needs to use a new database, the user only needs to update the field information in the configuration file and then directly clicks the creation on the interface to create and configure the data table; or the configuration file is not selected to be updated, the configuration file stored before is reused, the configuration file is analyzed to obtain a data table, the data table is displayed in the interface control, and then the relevant data is automatically modified in the interface control. Taking an xml format configuration file as an example, loading the configuration file uses a read xml function to read the configuration file, then converts the read character string into a data table field information format, and assigns a value to an interface control to display; the configuration file is stored by firstly converting the interface control value into a character string format and then storing the interface control value by using a write-in xml file function.
The invention discloses an operation method and a system of a data table in a database, which are applied to LabVIEW software, and the method comprises the following steps: reading an original data table, and assigning original field information corresponding to the original data table to a corresponding original control on an interface for displaying; determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information; and obtaining an updated data table according to the second target field information. The method is developed based on LabVIEW language, firstly, original field information corresponding to an original data table is displayed in an original control on an interface, a target control needing to be modified is determined according to a user instruction, then, first target field information of the target control is modified according to the user requirement, modified second target field information is obtained, finally, an updated data table is obtained according to the second target field information, a user can directly display all field information of the data table on the interface control, then, operations such as modification, addition or deletion are carried out on the field information in the control according to test indexes, processing operation is carried out by professional personnel without using a database editing and management tool, the field information in the control can be directly operated, misoperation is not easy to occur, and correct storage of data is guaranteed.
The invention also discloses a corresponding system based on the method.
Referring to fig. 8, fig. 8 is a schematic diagram of an operating system structure of a data table in a database according to an embodiment of the present invention. As shown in fig. 8, the present invention discloses an operating system for a data table in a database, which is applied to LabVIEW software, and the system specifically includes the following structure:
thereading module 801 is configured to read an original data table, and assign original field information corresponding to the original data table to a corresponding original control on an interface for display;
themodification module 802 is configured to determine a target control through a user instruction, and modify first target field information of the target control to obtain second target field information;
and theupdating module 803 is configured to obtain an updated data table according to the second target field information.
Since each module in this embodiment can execute the method shown in fig. 1, reference may be made to the related description of fig. 1 for a part of this embodiment that is not described in detail.
Specifically, as shown in fig. 9, thereading module 801 specifically includes the following structures:
areading unit 901, configured to read an original data table, and read a file to be configured corresponding to the original data table through a file operation function;
theparsing unit 902 is configured to parse the content of the file to be configured, and convert the content of the file to be configured into original field information corresponding to the original data table through character string conversion;
and theassignment display unit 903 is configured to assign the original field information to a corresponding original control on the interface, and display the name of the file to be configured and the original field information in the original control on the interface.
Since each module in this embodiment can execute the method shown in fig. 3, reference may be made to the related description of fig. 3 for a part not described in detail in this embodiment.
Specifically, as shown in fig. 10, theupdate module 803 specifically includes the following structure:
astatement creating unit 1001, configured to create, in LabVIEW software, an SQL statement that includes all pieces of target field information corresponding to the target control according to the second piece of target field information;
theexecution unit 1002 is configured to download a database operation function through a database tool and execute an SQL statement, so as to obtain an updated data table.
Since each module in this embodiment can execute the method shown in fig. 5, reference may be made to the related description of fig. 5 for a part of this embodiment that is not described in detail.
Referring to fig. 11, fig. 11 is another schematic structural diagram of an operating system for a data table in a database according to an embodiment of the present invention. As shown in fig. 11, an embodiment of the present invention discloses an operating system for a data table in a database, which is applied to LabVIEW software, and the system specifically includes the following structure:
thereading module 1101 is configured to read an original data table, and assign original field information corresponding to the original data table to a corresponding original control on an interface for display;
themodification module 1102 is configured to determine a target control through a user instruction, and modify first target field information of the target control to obtain second target field information;
anupdating module 1103, configured to obtain an updated data table according to the second target field information.
Aconversion module 1104, configured to convert the second target field information in the updated data table into a string format supported by the file operation function;
thestorage module 1105 is configured to store the converted character strings as corresponding format files in a database through a file operation function.
Since each module in this embodiment can execute the method shown in fig. 7, reference may be made to the related description of fig. 7 for a part of this embodiment that is not described in detail.
The invention discloses an operating system of a data table in a database, which is applied to LabVIEW software and is developed based on LabVIEW language, firstly, original field information corresponding to an original data table is displayed in an original control on an interface, a target control needing to be modified is determined according to a user instruction, then, first target field information of the target control is modified according to the requirement of a user to obtain modified second target field information, finally, an updated data table is obtained according to the second target field information, the user can directly display all field information of the data table on the interface control, then, the field information in the control is modified, added or deleted according to a test index, and the like, the processing operation is carried out by professional personnel without using a database editing and managing tool, the field information in the control can be directly operated, and misoperation is not easy to occur, the correct storage of data is ensured.
In summary, the present invention discloses a method and a system for operating a data table in a database, which are applied to LabVIEW software, and the method includes: reading an original data table, and assigning original field information corresponding to the original data table to a corresponding original control on an interface for displaying; determining a target control through a user instruction, and modifying first target field information of the target control to obtain second target field information; and obtaining an updated data table according to the second target field information. The method is developed based on LabVIEW language, firstly, original field information corresponding to an original data table is displayed in an original control on an interface, a target control needing to be modified is determined according to a user instruction, then, first target field information of the target control is modified according to the user requirement, modified second target field information is obtained, finally, an updated data table is obtained according to the second target field information, a user can directly display all field information of the data table on the interface control, then, operations such as modification, addition or deletion are carried out on the field information in the control according to test indexes, processing operation is carried out by professional personnel without using a database editing and management tool, the field information in the control can be directly operated, misoperation is not easy to occur, and correct storage of data is guaranteed.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
The method proposed by the present invention is described above by way of example with reference to the accompanying drawings, and the above description of the embodiments is only intended to help the understanding of the core ideas of the present invention. For those skilled in the art, variations can be made in the specific embodiments and applications without departing from the spirit of the invention. In view of the above, the present disclosure should not be construed as limiting the invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (7)

CN201611187178.7A2016-12-202016-12-20Operation method and system for data table in databaseActiveCN106598612B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201611187178.7ACN106598612B (en)2016-12-202016-12-20Operation method and system for data table in database

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201611187178.7ACN106598612B (en)2016-12-202016-12-20Operation method and system for data table in database

Publications (2)

Publication NumberPublication Date
CN106598612A CN106598612A (en)2017-04-26
CN106598612Btrue CN106598612B (en)2020-08-28

Family

ID=58600455

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201611187178.7AActiveCN106598612B (en)2016-12-202016-12-20Operation method and system for data table in database

Country Status (1)

CountryLink
CN (1)CN106598612B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110704100A (en)*2018-06-252020-01-17沃尔缇夫能源系统公司Method and device for configuring functional module software
CN109325041B (en)*2018-08-142023-11-21中国平安人寿保险股份有限公司Service data processing method, device, computer equipment and storage medium
CN111125262B (en)*2018-10-312024-02-13北京国双科技有限公司Method and device for processing field information, storage medium and processor
CN109814895B (en)*2018-11-292024-09-10广州宏数科技有限公司Automatic database updating method and system
CN109726194A (en)*2018-12-302019-05-07深圳互联先锋科技有限公司Database table management method, device and computer equipment on line
CN110244688A (en)*2019-06-062019-09-17惠州市德赛西威汽车电子股份有限公司Meter bus panel automatic generation method and its system based on LabVIEW
CN113342801A (en)*2020-03-022021-09-03上海南华机电有限公司LabVIEW-based database table creating method, system and terminal
CN111782608B (en)*2020-07-212024-04-16平安国际智慧城市科技股份有限公司File automatic generation method and device, electronic equipment and storage medium
CN112035040B (en)*2020-08-312023-04-07北京润科通用技术有限公司Interface variable information processing method and device
CN112732795A (en)*2021-01-192021-04-30华东师范大学Big data visualization method and system
CN112749185A (en)*2021-01-202021-05-04青岛以萨数据技术有限公司SQL language generation system and method
CN114443687B (en)*2021-12-232024-02-27苏州浪潮智能科技有限公司Software package custom system for constructing operating system image and application method
CN116955821A (en)*2023-07-272023-10-27北京火山引擎科技有限公司 Data processing methods, devices, equipment and storage media for recommended scenarios

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1862538A (en)*2006-02-272006-11-15华为技术有限公司Data configuration system and method for implementing data configuration
CN105426448A (en)*2015-11-062016-03-23广州华多网络科技有限公司Method, device and system for interface display

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080005721A1 (en)*2006-06-292008-01-03Augusta Systems, Inc.Method and System for Rapidly Developing Sensor-Enabled Software Applications
CN101661512B (en)*2009-09-252012-01-11万斌System and method for identifying traditional form information and establishing corresponding Web form
CN102346785A (en)*2011-11-152012-02-08北京创腾科技有限公司Method and device for directly self-defining field of database
CN102819547B (en)*2012-01-132015-11-04金蝶软件(中国)有限公司The method and apparatus of configuration field attribute
US9779118B2 (en)*2014-03-172017-10-03Kenshoo Ltd.Live database schema tree change

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1862538A (en)*2006-02-272006-11-15华为技术有限公司Data configuration system and method for implementing data configuration
CN105426448A (en)*2015-11-062016-03-23广州华多网络科技有限公司Method, device and system for interface display

Also Published As

Publication numberPublication date
CN106598612A (en)2017-04-26

Similar Documents

PublicationPublication DateTitle
CN106598612B (en)Operation method and system for data table in database
CN111158656B (en)Test code generation method and device based on fruit tree method
CN104133772A (en)Automatic test data generation method
CN110489401B (en)Method and device for deploying database objects
CN117453713A (en)SQL sentence generation method, device and storage medium for multi-type database
KR20090089601A (en) Automated document creation system and document creation automation method that combines document form and input data to create document automatically using document creation application
CN114780109B (en) Python project third-party library dependency automatic analysis and installation method
CN116028062B (en)Target code generation method, NPU instruction display method and device
CN113138792B (en) Elasticsearch version migration method, device and storage medium
CN115878589A (en)Version management method and device of structured data and related equipment
CN114764558B (en) SQL dialect conversion method, device, system and storage medium
CN116501938A (en) Data acquisition method, device, equipment and storage medium
CN108694172B (en)Information output method and device
KR102282159B1 (en)Multilingual manual authoring apparatus based on XML and method thereof
CN112698819A (en)Method, device and storage medium for designing tree-oriented object programming program
TW201324347A (en)System and method for managing commands of function module
CN109117173B (en)Configuration file management method based on project version development
CN112486990A (en)Method and equipment for synchronizing database table structure according to model description
US11977473B2 (en)Providing a pseudo language for manipulating complex variables of an orchestration flow
CN101944123A (en)Simulated batch configuration document management method oriented to semiconductor manufacturing equipment function
CN101288072A (en)Migration and transformation of data structures
CN112130841A (en)SQL development method and device and terminal equipment
US20080022258A1 (en)Custom database system and method of building and operating the same
CN113343649A (en)File annotation method and device, storage medium and computing equipment
US8631393B2 (en)Custom database system and method of building and operating the same

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp