WO2019095824A1 - Data configuration management method, device, and computer readable storage medium - Google Patents

Data configuration management method, device, and computer readable storage medium Download PDF

Info

Publication number
WO2019095824A1
WO2019095824A1 PCT/CN2018/105588 CN2018105588W WO2019095824A1 WO 2019095824 A1 WO2019095824 A1 WO 2019095824A1 CN 2018105588 W CN2018105588 W CN 2018105588W WO 2019095824 A1 WO2019095824 A1 WO 2019095824A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration
data
grayscale
group
option
Prior art date
Application number
PCT/CN2018/105588
Other languages
French (fr)
Chinese (zh)
Inventor
韩毅
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2019095824A1 publication Critical patent/WO2019095824A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present application relates to the field of communications technologies, and in particular, to a data configuration management method, device, and computer readable storage medium.
  • Grayscale publishing means that the new system does not directly abolish the old system when it is released, but has a coexistence time of the old and new systems. By gradually increasing the load weights assumed by the new system until the old system is completely replaced.
  • the grayscale release of RCS is to deploy one or more identical or different versions simultaneously (ie, multiple grayscales) when the original version is available.
  • each grayscale may be the same or different. Therefore, the corresponding configuration data and interface are different.
  • each grayscale group needs to deploy a corresponding data configuration management system. This causes a great waste of resources, and when the number of gray sets is large, it is extremely inconvenient in operation.
  • the elements on the interface in the traditional operation and maintenance development mode are static, and the configuration data of different versions cannot be displayed through the same interface.
  • the embodiment of the present application is intended to provide a data configuration management method, device, and computer readable storage medium.
  • accessing the previously configured grayscale database according to the grayscale identifier of the grayscale group includes: graying according to the grayscale group And identifying a location of the configuration data that matches the grayscale group; accessing the grayscale database according to the determined location.
  • the configuration data includes: a configuration description table, and the generating a configuration interface of the grayscale group according to the configuration data, including: A configuration item of the gray group configuration interface is created according to the configuration description table.
  • the configuration data further includes at least one of the following: an option table and a checklist.
  • the generating the grayscale group configuration interface according to the configuration data includes: determining an option identifier (ID) according to the configuration item, matching option information corresponding to the option ID in the option table, and populating the option information into the configuration item.
  • ID option identifier
  • the generating a configuration interface of the grayscale group according to the configuration data further includes: determining a rule ID according to the configuration item, matching check information corresponding to the rule ID in the check table, and filling the check information into the configuration item.
  • the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display of each configuration item. length.
  • the configuration manner of the grayscale database includes: grayscale identification according to grayscale identifiers in configuration data corresponding to each grayscale group The configuration data is stored.
  • the embodiment of the present application further provides a data configuration management device, where the data configuration management device includes: a memory, a processor, and a computer program stored on the memory and operable on the processor, the computer program
  • the steps of the data configuration management method as described above are implemented when executed by the processor.
  • the embodiment of the present application further provides a computer readable storage medium, where the computer readable storage medium stores a data configuration management program, and the data configuration management program is executed by the processor to implement the data configuration management method as described above. A step of.
  • the embodiment of the present application further provides a data configuration management device, where the device includes: a receiving module, a data conversion module, and a data parsing module;
  • the receiving module is configured to receive the selected grayscale group
  • the data conversion module is configured to access the previously configured grayscale database according to the grayscale identifier of the grayscale group, to obtain configuration data that matches the grayscale group;
  • the data parsing module is configured to generate a configuration interface of the grayscale group according to the configuration data.
  • the data conversion module is configured to determine a location of the configuration data that matches the grayscale group according to the grayscale identifier of the grayscale group; and access the grayscale according to the determined location database.
  • the data parsing module is configured to create a configuration item of the gray group configuration interface according to the configuration description table in the configuration information.
  • the configuration data further includes at least one of the following: an option table, a checklist;
  • the data parsing module is configured to determine an option ID according to the configuration item, match option information corresponding to the option ID in the option table, and fill the option information into the configuration item.
  • the configuration data further includes at least one of the following: an option table, a checklist;
  • the data parsing module is configured to determine a rule ID according to the configuration item, match the check information corresponding to the rule ID in the check table, and fill the check information into the configuration item in.
  • the data configuration management method, the device, and the computer readable storage medium provided by the embodiment of the present application generate a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the manner in which the data driving interface is used for display It is possible to manage multiple identical or different versions of configuration data in the same system, and no need to develop/maintain different interfaces for different versions, which greatly improves maintainability.
  • FIG. 1 is a schematic flowchart of a data configuration management method according to an embodiment of the present application.
  • FIG. 2 is a schematic diagram of a configuration interface of a gray scale group 1 according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of a configuration interface of a gray scale group 2 according to an embodiment of the present application
  • FIG. 4 is a schematic structural diagram of a data configuration management device in an embodiment of the present application.
  • FIG. 5 is another schematic structural diagram of a data configuration management device in an embodiment of the present application.
  • FIG. 6 is a schematic flowchart of an optional process of a data configuration management method according to an embodiment of the present application.
  • the present invention provides a data configuration management method, a device, and a computer-readable storage medium, in which a corresponding data configuration management system needs to be deployed for each grayscale group.
  • FIG. 1 is a schematic flowchart of a data configuration management method according to an embodiment of the present invention
  • FIG. 1 is a data configuration management method according to an embodiment of the present invention. Includes the following steps:
  • S101 Receive the selected gray scale group.
  • S102 Access the previously configured grayscale database according to the grayscale identifier of the grayscale group, and obtain configuration data that matches the grayscale group.
  • accessing the previously configured grayscale database according to the grayscale identifier of the grayscale group includes: determining, according to the grayscale identifier of the grayscale group, configuration data that matches the grayscale group Location; accessing the grayscale database based on the determined location.
  • the traditional configuration data is stored in a horizontal table manner, and each configuration item corresponds to a field in the horizontal table.
  • the vertical table is used to store configuration data, and each configuration item corresponds to one of the vertical tables. Record, use different tables to describe different interfaces.
  • the configuration data includes: a configuration description table.
  • the configuration description table is used to describe which configuration items are configured on the configuration interface, how to typeset, and the like.
  • the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display length of each configuration item.
  • the types of each configuration item include, but are not limited to, an input box, a drop-down search box, a radio button, and a multi-select box.
  • the configuration data further includes at least one of the following: an option table, a checklist.
  • the option table is configured to store an enumeration value corresponding to some configuration items in the configuration description table (such as a search box, a multi-selection box); the check table is used to store a checksum of some configuration items in the configuration description table. rule.
  • grayscale groups 1 and 2 are different versions of the same system configuration, respectively, assuming that version 1 and version 2 respectively, version 2 has more "XX binding type" than version 1, then grayscale group 1 and grayscale group
  • the configuration data of 2 is shown in Table 1 and Table 2, respectively; wherein Table 1 represents a configuration description table of the gray scale group 1; Table 2 represents a parity table of the gray scale group 1; and Table 3 represents a configuration description of the gray scale group 2. Table; Table 4 shows the checklist of the gray scale group 2; Table 5 shows the option table of the gray scale group 2.
  • Types include input box (1), drop-down search box (2), radio button (3), and multi-select box (4).
  • the generating the configuration interface of the grayscale group according to the configuration data includes: creating a configuration item of the grayscale group configuration interface according to the configuration description table.
  • the generating the configuration interface of the grayscale group according to the configuration data further includes: determining an option identifier (ID) according to the configuration item. Matching the option information corresponding to the option ID in the option table, and populating the option information into the configuration item.
  • ID option identifier
  • the generating the configuration interface of the grayscale group according to the configuration data further includes: determining a rule ID according to the configuration item, where The check table matches the check information corresponding to the rule ID, and the check information is filled into the configuration item.
  • the method before parsing the configuration data, the method further includes: performing format conversion on the configuration data.
  • FIG. 2 is a schematic diagram of the configuration interface of the gray scale group 1 in the embodiment of the present application.
  • FIG. 3 is a schematic diagram of a configuration interface of the grayscale group 2 in the embodiment of the present application.
  • the configuration manner of the grayscale database includes: storing the configuration data of the grayscale group according to the grayscale identifier in the configuration data corresponding to each grayscale group. .
  • the method further includes: changing, deleting, or copying the configuration data in the grayscale database when receiving the modification instruction.
  • the data configuration management method provided by the embodiment of the present application generates a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the data driving interface is used for displaying, and the method can be implemented in the same system. Managing multiple identical or different versions of configuration data eliminates the need to develop/maintain different interfaces for different versions, greatly improving maintainability.
  • the embodiment of the present application further provides a data configuration management device, where the data configuration device includes: a memory, a processor, and the storage on the processor and on the processor A computer program that, when executed by the processor, implements the steps of the data configuration management method described above.
  • the data configuration management device also includes a communication interface; the various components of the device can be coupled together by a bus system.
  • the bus system is used to implement the connection communication between these components.
  • the bus system includes a power bus, a control bus, and a status signal bus.
  • the memory can be either volatile memory or non-volatile memory, and can include both volatile and nonvolatile memory.
  • the non-volatile memory may be a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), or an Erasable Programmable Read (EPROM). Only Memory), Electrically Erasable Programmable Read-Only Memory (EEPROM), Ferromagnetic Random Access Memory (FRAM), Flash Memory, Magnetic Surface Memory , CD-ROM, or Compact Disc Read-Only Memory (CD-ROM); the magnetic surface memory can be a disk storage or a tape storage.
  • the volatile memory can be a random access memory (RAM) that acts as an external cache.
  • RAM Random Access Memory
  • SRAM Static Random Access Memory
  • SSRAM Synchronous Static Random Access Memory
  • SSRAM Dynamic Random Access
  • DRAM Dynamic Random Access Memory
  • SDRAM Synchronous Dynamic Random Access Memory
  • DDRSDRAM Double Data Rate Synchronous Dynamic Random Access Memory
  • ESDRAM enhancement Enhanced Synchronous Dynamic Random Access Memory
  • SLDRAM Synchronous Dynamic Random Access Memory
  • DRRAM Direct Memory Bus Random Access Memory
  • the method disclosed in the foregoing embodiments of the present invention may be applied to a processor or implemented by a processor.
  • the processor may be an integrated circuit chip with signal processing capabilities.
  • each step of the above method may be completed by an integrated logic circuit of hardware in a processor or an instruction in a form of software.
  • the above processor may be a general purpose processor, a digital signal processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, or the like.
  • DSP digital signal processor
  • the processor may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present invention.
  • a general purpose processor can be a microprocessor or any conventional processor or the like.
  • the steps of the method disclosed in the embodiment of the present invention may be directly implemented as a hardware decoding processor, or may be performed by a combination of hardware and software modules in the decoding processor.
  • the software module can be located in a storage medium, the storage medium being located in the memory, the processor reading the information in the memory, and completing the steps of the foregoing methods in combination with the hardware thereof.
  • FIG. 4 is a schematic structural diagram of a data configuration management device in an embodiment of the present application.
  • the data configuration management device of the device embodiment of the present invention includes: a receiving module 40, a data conversion module 42, and a data parsing module 44.
  • the receiving module 40 is configured to receive the selected grayscale group; in the present invention, the receiving module 40 is an operation and maintenance interface;
  • the data conversion module 42 is configured to access the previously configured grayscale database according to the grayscale identifier of the grayscale group, to obtain configuration data that matches the grayscale group;
  • the data parsing module 44 is configured to generate a configuration interface of the grayscale group according to the configuration data. Parse the configuration data into front-end interface elements.
  • the data conversion module 42 is configured to determine, according to the grayscale identifier of the grayscale group, a location of configuration data that matches the grayscale group; and access the gray according to the determined location. Degree database.
  • the configuration data includes: a configuration description table.
  • the configuration description table is used to describe which configuration items are configured on the configuration interface, how to typeset, and the like.
  • the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display length of each configuration item.
  • the types of each configuration item include, but are not limited to, an input box, a drop-down search box, a radio button, and a multi-select box.
  • the configuration data further includes at least one of the following: an option table, a checklist.
  • the option table is configured to store an enumeration value corresponding to some configuration items in the configuration description table (such as a search box, a multi-selection box); the check table is used to store a checksum of some configuration items in the configuration description table. rule.
  • the data conversion module 42 is further configured to perform format conversion on the configuration data before parsing the configuration data; that is, convert the configuration data into a data format required by the data parsing module.
  • the data parsing module 44 is configured to create a configuration item of the gray group configuration interface according to the configuration description table in the configuration information.
  • the data parsing module 44 is configured to determine an option ID according to the configuration item, and match option information corresponding to the option ID in the option table, and The option information is populated into the configuration item.
  • the data parsing module 44 is configured to determine a rule ID according to the configuration item, and match the check information corresponding to the rule ID in the check table, And filling the verification information into the configuration item.
  • FIG. 5 is another schematic structural diagram of the data configuration management device in the embodiment of the present application.
  • the data conversion module and the data analysis module in addition to the above-mentioned receiving module (operation and maintenance interface), the data conversion module and the data analysis module, a grayscale programming module and a data storage module are also included.
  • the grayscale programming module is configured to create different grayscale groups.
  • the data storage module is configured to store the configuration data of the grayscale group according to the grayscale identifier in the configuration data corresponding to each grayscale group.
  • the data storage module is configured to store and manage configuration data of a plurality of grayscale groups, isolate data between grayscale groups, and dynamically create, delete, and copy configuration data according to grayscale groups.
  • the data configuration management device provided by the foregoing embodiment performs data configuration management
  • only the division of each of the foregoing program modules is illustrated.
  • the foregoing processing may be allocated to different program modules according to requirements. Completion, that is, the internal structure of the device is divided into different program modules to complete all or part of the above description.
  • the data configuration management device and the data configuration management method are provided in the same embodiment. For details, refer to the method embodiment, and details are not described herein.
  • the data configuration management device when the user opens the operation and maintenance interface, first determine which gray level group is, and then access the data conversion module to locate the corresponding configuration description table, option table, check table, and the like. After obtaining the corresponding data through the data conversion module, the data parsing module first creates a corresponding configuration item according to the configuration description table, draws an interface according to the layout information, and then fills the configuration data into the corresponding configuration item according to the option table, and finally according to the checklist. The verification rules in the fill fill in the verification information, thereby presenting a complete configuration interface to the user.
  • the data configuration management device when the user selects different gray groups for data configuration, carries the gray group identifier to locate different gray database through the data conversion module, thereby obtaining the data of the gray group.
  • the data parsing module can dynamically generate a corresponding configuration interface according to the data, thereby achieving the purpose of coexistence of multi-version configurations.
  • the embodiment of the present application further provides a computer readable storage medium, where the computer readable storage medium stores a data configuration management program, and the data configuration management program is executed by the processor to implement the data configuration management method as described above. A step of.
  • Example 1 is given.
  • FIG. 6 is a schematic flowchart of an optional data configuration management method according to an embodiment of the present disclosure.
  • the specific processing procedure includes the following steps:
  • Step 001 Create a gray group by using the gray leveling module, and send a request to the data storage module; after receiving the request, the data storage module creates a corresponding database according to the gray group identifier.
  • Step 002 The user selects a grayscale group in the operation and maintenance interface, and sends a request to the data storage module, where the request carries a grayscale identifier.
  • Step 003 After receiving the request, the data storage module accesses the corresponding configuration data according to the grayscale identifier, and sends the configuration data to the data conversion module.
  • Step 004 The data conversion module receives the configuration data, converts the data format required by the data parsing module, and sends the converted data to the data parsing module.
  • Step 005 After receiving the data, the data parsing module creates a configuration option according to the data content, fills in the configuration data, and renders the configuration interface.
  • Step 006 After the configuration data is configured on the interface, the data is stored in the corresponding database in the data storage module to complete the configuration operation.
  • the data configuration management method, the device, and the computer readable storage medium provided by the embodiment of the present application generate a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the manner in which the data driving interface is used for display It is possible to manage multiple identical or different versions of configuration data in the same system, and no need to develop/maintain different interfaces for different versions, which greatly improves maintainability.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner such as: multiple units or components may be combined, or Can be integrated into another system, or some features can be ignored or not executed.
  • the coupling, or direct coupling, or communication connection of the components shown or discussed may be indirect coupling or communication connection through some interfaces, devices or units, and may be electrical, mechanical or other forms. of.
  • the units described above as separate components may or may not be physically separated, and the components displayed as the unit may or may not be physical units, that is, may be located in one place or distributed to multiple network units; Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated into one unit;
  • the unit can be implemented in the form of hardware or in the form of hardware plus software functional units.
  • the foregoing program may be stored in a computer readable storage medium, and the program is executed when executed.
  • the foregoing steps include the steps of the foregoing method embodiments; and the foregoing storage medium includes: a removable storage device, a ROM, a RAM, a magnetic disk, or an optical disk, and the like, which can store program codes.
  • the above-described integrated unit of the present invention may be stored in a computer readable storage medium if it is implemented in the form of a software function module and sold or used as a standalone product.
  • the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product stored in a storage medium, including a plurality of instructions.
  • a computer device (which may be a personal computer, server, or network device, etc.) is caused to perform all or part of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes various media that can store program codes, such as a mobile storage device, a ROM, a RAM, a magnetic disk, or an optical disk.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A data configuration management method, a device, and a computer readable storage medium. The method comprises: receiving a selected grayscale group (S101); according to the grayscale identifier of the grayscale group, accessing a previously-configured grayscale database, to obtain configuration data matching the grayscale group (S102); and according to the configuration data, generating a configuration interface of the grayscale group (S103).

Description

一种数据配置管理方法、设备及计算机可读存储介质Data configuration management method, device and computer readable storage medium
相关申请的交叉引用Cross-reference to related applications
本申请基于申请号为201711147757.3、申请日为2017年11月17日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此以引入方式并入本申请。The present application is based on a Chinese patent application filed on Jan. 17, 2017, the entire disclosure of which is hereby incorporated by reference.
技术领域Technical field
本申请涉及通讯技术领域,特别涉及一种数据配置管理方法、设备及计算机可读存储介质。The present application relates to the field of communications technologies, and in particular, to a data configuration management method, device, and computer readable storage medium.
背景技术Background technique
灰度发布是指新系统发布时不直接废止旧的系统,而是有一段新旧系统的共存时间。通过逐渐增加新系统承担的负载权重,直到完全替代旧的系统。Grayscale publishing means that the new system does not directly abolish the old system when it is released, but has a coexistence time of the old and new systems. By gradually increasing the load weights assumed by the new system until the old system is completely replaced.
当前融合通信(RCS,Rich Communication Suite)各个业务变动频繁,发布周期短,速度与质量总是难以双全,并且升级的时候需要中断业务,因此引入灰度发布来降低发布风险、减少影响范围。Currently, RCC (Rich Communication Suite) has frequent changes in services, short release cycles, speed and quality are always difficult to complete, and services need to be interrupted when upgrading. Therefore, grayscale publishing is introduced to reduce release risks and reduce the scope of influence.
RCS的灰度发布是在原有版本可用的情况下,同时部署一个或多个相同或者不同的版本同时运行(即多灰度),目前将存在多个灰度组并存的情况,每个灰度组的版本可能相同,也可能不同,因此对应的配置数据和界面都不相同,按照传统的部署方式,每有一个灰度组,都需要部署一套对应的数据配置管理系统与之对应,不但造成了资源极大的浪费,当灰度组数量较多的时候也会导致操作上极其不方便。同时传统的运维开发方式中界面上的元素都是静态的,不同版本的配置数据没法通过同一个界面进行 展示。The grayscale release of RCS is to deploy one or more identical or different versions simultaneously (ie, multiple grayscales) when the original version is available. Currently, there will be multiple grayscale groups coexisting, each grayscale. The version of the group may be the same or different. Therefore, the corresponding configuration data and interface are different. According to the traditional deployment method, each grayscale group needs to deploy a corresponding data configuration management system. This causes a great waste of resources, and when the number of gray sets is large, it is extremely inconvenient in operation. At the same time, the elements on the interface in the traditional operation and maintenance development mode are static, and the configuration data of different versions cannot be displayed through the same interface.
发明内容Summary of the invention
本申请实施例期望提供一种数据配置管理方法、设备及计算机可读存储介质。The embodiment of the present application is intended to provide a data configuration management method, device, and computer readable storage medium.
本申请实施例提供的数据配置管理方法,包括:The data configuration management method provided by the embodiment of the present application includes:
接收选取的灰度组;Receiving the selected grayscale group;
根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据;Obtaining a previously configured grayscale database according to the grayscale identifier of the grayscale group, and obtaining configuration data matching the grayscale group;
根据所述配置数据,生成所述灰度组的配置界面。And generating a configuration interface of the grayscale group according to the configuration data.
在一实施例中,在本申请实施例所述的数据配置管理方法中,根据所述灰度组的灰度标识,访问在先配置的灰度数据库,包括:根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;根据确定的位置,访问所述灰度数据库。In an embodiment, in the data configuration management method of the embodiment of the present application, accessing the previously configured grayscale database according to the grayscale identifier of the grayscale group includes: graying according to the grayscale group And identifying a location of the configuration data that matches the grayscale group; accessing the grayscale database according to the determined location.
在一实施例中,在本申请实施例所述的数据配置管理方法中,所述配置数据包括:配置描述表;所述根据所述配置数据,生成所述灰度组的配置界面,包括:根据所述配置描述表,创建所述灰度组配置界面的配置项。In an embodiment, in the data configuration management method of the embodiment of the present application, the configuration data includes: a configuration description table, and the generating a configuration interface of the grayscale group according to the configuration data, including: A configuration item of the gray group configuration interface is created according to the configuration description table.
在一实施例中,在本申请实施例所述的数据配置管理方法中,所述配置数据还包括以下中的至少一项:选项表、校验表。In an embodiment, in the data configuration management method of the embodiment of the present application, the configuration data further includes at least one of the following: an option table and a checklist.
在一实施例中,在本申请实施例所述的数据配置管理方法中,当所述配置数据还包括选项表时,所述根据所述配置数据,生成所述灰度组的配置界面,还包括:根据所述配置项,确定选项标识(ID),在所述选项表中匹配与所述选项ID对应的选项信息,并将所述选项信息填充到所述配置项中。In an embodiment, in the data configuration management method of the embodiment of the present application, when the configuration data further includes an option table, the generating the grayscale group configuration interface according to the configuration data, The method includes: determining an option identifier (ID) according to the configuration item, matching option information corresponding to the option ID in the option table, and populating the option information into the configuration item.
在一实施例中,在本申请实施例所述的数据配置管理方法中,当所述配置数据还包括校验表时,所述根据所述配置数据,生成所述灰度组的配 置界面,还包括:根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID对应的校验信息,并将所述校验信息填充到所述配置项中。In an embodiment, in the data configuration management method of the embodiment of the present application, when the configuration data further includes a checklist, the generating a configuration interface of the grayscale group according to the configuration data, The method further includes: determining a rule ID according to the configuration item, matching check information corresponding to the rule ID in the check table, and filling the check information into the configuration item.
在一实施例中,在本申请实施例所述的数据配置管理方法中,所述配置描述表包括以下中的至少一项:每个配置项的名称、种类、取值、校验规则、显示长度。In an embodiment, in the data configuration management method of the embodiment of the present application, the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display of each configuration item. length.
在一实施例中,在本申请实施例所述的数据配置管理方法中,所述灰度数据库的配置方式包括:根据每个灰度组对应的配置数据中的灰度标识,对灰度组的配置数据进行存储。In an embodiment, in the data configuration management method of the embodiment of the present application, the configuration manner of the grayscale database includes: grayscale identification according to grayscale identifiers in configuration data corresponding to each grayscale group The configuration data is stored.
本申请实施例还提供了一种数据配置管理设备,所述数据配置管理设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如上所述的数据配置管理方法的步骤。The embodiment of the present application further provides a data configuration management device, where the data configuration management device includes: a memory, a processor, and a computer program stored on the memory and operable on the processor, the computer program The steps of the data configuration management method as described above are implemented when executed by the processor.
本申请实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质上存储有数据配置管理程序,所述数据配置管理程序被处理器执行时实现如上所述的数据配置管理方法的步骤。The embodiment of the present application further provides a computer readable storage medium, where the computer readable storage medium stores a data configuration management program, and the data configuration management program is executed by the processor to implement the data configuration management method as described above. A step of.
本申请实施例还提供了一种数据配置管理设备,所述设备包括:接收模块、数据转换模块和数据解析模块;其中,The embodiment of the present application further provides a data configuration management device, where the device includes: a receiving module, a data conversion module, and a data parsing module;
所述接收模块,配置为接收选取的灰度组;The receiving module is configured to receive the selected grayscale group;
所述数据转换模块,配置为根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据;The data conversion module is configured to access the previously configured grayscale database according to the grayscale identifier of the grayscale group, to obtain configuration data that matches the grayscale group;
所述数据解析模块,配置为根据所述配置数据,生成所述灰度组的配置界面。The data parsing module is configured to generate a configuration interface of the grayscale group according to the configuration data.
在一实施例中,所述数据转换模块,配置为根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;根据确定的位置,访问所述灰度数据库。In an embodiment, the data conversion module is configured to determine a location of the configuration data that matches the grayscale group according to the grayscale identifier of the grayscale group; and access the grayscale according to the determined location database.
在一实施例中,所述数据解析模块,配置为根据所述配置信息中的配置描述表,创建所述灰度组配置界面的配置项。In an embodiment, the data parsing module is configured to create a configuration item of the gray group configuration interface according to the configuration description table in the configuration information.
在一实施例中,所述配置数据还包括以下中的至少一项:选项表、校验表;In an embodiment, the configuration data further includes at least one of the following: an option table, a checklist;
所述数据解析模块,配置为根据所述配置项,确定选项ID,在所述选项表中匹配与所述选项ID对应的选项信息,并将所述选项信息填充到所述配置项中。The data parsing module is configured to determine an option ID according to the configuration item, match option information corresponding to the option ID in the option table, and fill the option information into the configuration item.
在一实施例中,所述配置数据还包括以下中的至少一项:选项表、校验表;In an embodiment, the configuration data further includes at least one of the following: an option table, a checklist;
所述数据解析模块,配置为根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID对应的校验信息,并将所述校验信息填充到所述配置项中。The data parsing module is configured to determine a rule ID according to the configuration item, match the check information corresponding to the rule ID in the check table, and fill the check information into the configuration item in.
本申请实施例提供的数据配置管理方法、设备及计算机可读存储介质,根据与选取的灰度组对应的配置数据,生成所述灰度组的配置界面,即采用数据驱动界面进行展示的方式,可以达到在同一个系统里管理多个相同或者不同版本的配置数据,不再需要为不同的版本去开发/维护不同的界面,大大提高了可维护性。The data configuration management method, the device, and the computer readable storage medium provided by the embodiment of the present application generate a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the manner in which the data driving interface is used for display It is possible to manage multiple identical or different versions of configuration data in the same system, and no need to develop/maintain different interfaces for different versions, which greatly improves maintainability.
附图说明DRAWINGS
图1为本申请实施例的数据配置管理方法的流程示意图;1 is a schematic flowchart of a data configuration management method according to an embodiment of the present application;
图2为本申请实施例灰度组1的配置界面示意图;2 is a schematic diagram of a configuration interface of a gray scale group 1 according to an embodiment of the present application;
图3为本申请实施例灰度组2的一种配置界面示意图;3 is a schematic diagram of a configuration interface of a gray scale group 2 according to an embodiment of the present application;
图4是本申请实施例中数据配置管理设备的一种结构示意图;4 is a schematic structural diagram of a data configuration management device in an embodiment of the present application;
图5是本申请实施例中数据配置管理设备的另一种结构示意图;FIG. 5 is another schematic structural diagram of a data configuration management device in an embodiment of the present application; FIG.
图6为本申请实施例的数据配置管理方法的可选流程示意图。FIG. 6 is a schematic flowchart of an optional process of a data configuration management method according to an embodiment of the present application.
具体实施方式Detailed ways
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the embodiments of the present invention have been shown in the drawings, the embodiments Rather, these embodiments are provided so that this disclosure will be more fully understood and the scope of the disclosure will be fully disclosed.
为了适应灰度发布系统,解决每有一个灰度组都需要部署一套对应的数据配置管理系统的情况,本申请实施例提供了一种数据配置管理方法、设备及计算机可读存储介质,以下结合附图对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不限定本发明。In order to adapt to the gray-scale publishing system, the present invention provides a data configuration management method, a device, and a computer-readable storage medium, in which a corresponding data configuration management system needs to be deployed for each grayscale group. The invention will be further described in detail in conjunction with the drawings. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
根据本发明的方法实施例,提供了一种数据配置管理方法,图1为本申请实施例的数据配置管理方法的流程示意图,如图1所示,本发明方法实施例的数据配置管理方法,包括以下步骤:According to the method embodiment of the present invention, a data configuration management method is provided. FIG. 1 is a schematic flowchart of a data configuration management method according to an embodiment of the present invention, and FIG. 1 is a data configuration management method according to an embodiment of the present invention. Includes the following steps:
S101:接收选取的灰度组。S101: Receive the selected gray scale group.
S102:根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据。S102: Access the previously configured grayscale database according to the grayscale identifier of the grayscale group, and obtain configuration data that matches the grayscale group.
可选的,根据所述灰度组的灰度标识,访问在先配置的灰度数据库,包括:根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;根据确定的位置,访问所述灰度数据库。Optionally, accessing the previously configured grayscale database according to the grayscale identifier of the grayscale group includes: determining, according to the grayscale identifier of the grayscale group, configuration data that matches the grayscale group Location; accessing the grayscale database based on the determined location.
传统的配置数据都是以横表的方式存储数据,每个配置项对应横表里的一个字段,本发明实施例中改用纵表来存储配置数据,每一个配置项对应纵表里的一条记录,使用不同的表来描述不同的界面。具体的,所述配置数据包括:配置描述表。所述配置描述表用于描述配置界面上有哪些配置项,如何排版等。具体的,所述配置描述表包括以下中的至少之一:每 个配置项的名称、种类、取值、校验规则、显示长度。其中,每个配置项的种类包括但不限于:输入框、下拉搜索框、单选框、多选框。The traditional configuration data is stored in a horizontal table manner, and each configuration item corresponds to a field in the horizontal table. In the embodiment of the present invention, the vertical table is used to store configuration data, and each configuration item corresponds to one of the vertical tables. Record, use different tables to describe different interfaces. Specifically, the configuration data includes: a configuration description table. The configuration description table is used to describe which configuration items are configured on the configuration interface, how to typeset, and the like. Specifically, the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display length of each configuration item. The types of each configuration item include, but are not limited to, an input box, a drop-down search box, a radio button, and a multi-select box.
作为一种实施方式,所述配置数据还包括以下中的至少一项:选项表、校验表。所述选项表用于存储配置描述表中某些配置项对应的枚举值(如下拉搜索框、多选框);所述校验表用于存储配置描述表中某些配置项的校验规则。As an implementation manner, the configuration data further includes at least one of the following: an option table, a checklist. The option table is configured to store an enumeration value corresponding to some configuration items in the configuration description table (such as a search box, a multi-selection box); the check table is used to store a checksum of some configuration items in the configuration description table. rule.
例如:灰度组1、2分别为同一个系统配置的不同版本,假设分别对应版本1、版本2,版本2比版本1多了“XX绑定类型”,那么灰度组1和灰度组2的配置数据分别如表1和表2所示;其中,表1表示灰度组1的配置描述表;表2表示灰度组1的校验表;表3表示灰度组2的配置描述表;表4表示灰度组2的校验表;表5表示灰度组2的选项表。For example, grayscale groups 1 and 2 are different versions of the same system configuration, respectively, assuming that version 1 and version 2 respectively, version 2 has more "XX binding type" than version 1, then grayscale group 1 and grayscale group The configuration data of 2 is shown in Table 1 and Table 2, respectively; wherein Table 1 represents a configuration description table of the gray scale group 1; Table 2 represents a parity table of the gray scale group 1; and Table 3 represents a configuration description of the gray scale group 2. Table; Table 4 shows the checklist of the gray scale group 2; Table 5 shows the option table of the gray scale group 2.
表1Table 1
Figure PCTCN2018105588-appb-000001
Figure PCTCN2018105588-appb-000001
注:类型包含输入框(1)、下拉搜索框(2)、单选框(3)、多选框(4)。Note: Types include input box (1), drop-down search box (2), radio button (3), and multi-select box (4).
表2Table 2
Figure PCTCN2018105588-appb-000002
Figure PCTCN2018105588-appb-000002
表3table 3
Figure PCTCN2018105588-appb-000003
Figure PCTCN2018105588-appb-000003
表4Table 4
Figure PCTCN2018105588-appb-000004
Figure PCTCN2018105588-appb-000004
表5table 5
IDID 选项值Option value 选项名称Option name
11 00 分开separate
11 11 合设Set up
S103:根据所述配置数据,生成所述灰度组的配置界面。S103: Generate a configuration interface of the grayscale group according to the configuration data.
可选的,所述根据所述配置数据,生成所述灰度组的配置界面,包括:根据所述配置描述表,创建所述灰度组配置界面的配置项。Optionally, the generating the configuration interface of the grayscale group according to the configuration data includes: creating a configuration item of the grayscale group configuration interface according to the configuration description table.
在一实施例中,当所述配置数据还包括选项表时,所述根据所述配置数据,生成所述灰度组的配置界面,还包括:根据所述配置项,确定选项标识(ID),在所述选项表中匹配与所述选项ID对应的选项信息,将所述选项信息填充到所述配置项中。In an embodiment, when the configuration data further includes an option table, the generating the configuration interface of the grayscale group according to the configuration data further includes: determining an option identifier (ID) according to the configuration item. Matching the option information corresponding to the option ID in the option table, and populating the option information into the configuration item.
在一实施例中,当所述配置数据还包括校验表时,所述根据所述配置数据,生成所述灰度组的配置界面,还包括:根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID对应的校验信息,并将所述校验信 息填充到所述配置项中。In an embodiment, when the configuration data further includes a checklist, the generating the configuration interface of the grayscale group according to the configuration data further includes: determining a rule ID according to the configuration item, where The check table matches the check information corresponding to the rule ID, and the check information is filled into the configuration item.
可选的,在本申请所述数据配置管理方法中,在解析所述配置数据之前,还包括:对所述配置数据进行格式转换。Optionally, in the data configuration management method of the present application, before parsing the configuration data, the method further includes: performing format conversion on the configuration data.
对于上述的灰度组1和灰度组2,当用户在界面选择灰度组1,获取到灰度组1在灰度数据库里对应的配置描述表及校验表;根据配置描述表得到具体的配置项有XX中心IP、XX发送端口,并且知道类型为1(输入框),则解析模块创建两个输入框;并且分别根据校验规则字段里的ID与校验表里的ID关联,得到XX中心IP、XX发送端口的校验信息,并填入到配置项中,由此得到灰度组1的配置界面,图2为本申请实施例灰度组1的配置界面示意图。For the grayscale group 1 and the grayscale group 2 described above, when the user selects the grayscale group 1 at the interface, the configuration description table and the checklist corresponding to the grayscale group 1 in the grayscale database are obtained; and the specific configuration table is obtained according to the configuration description table. The configuration item has XX center IP, XX sending port, and knows that the type is 1 (input box), the parsing module creates two input boxes; and associates with the ID in the check table according to the ID in the check rule field, respectively. The verification information of the XX center IP address and the XX transmission port is obtained, and is filled in the configuration item, thereby obtaining the configuration interface of the gray scale group 1. FIG. 2 is a schematic diagram of the configuration interface of the gray scale group 1 in the embodiment of the present application.
如果用户选择的是灰度组2,同理将得到XX中心IP、XX发送端口、XX绑定类型三个配置项,同时根据XX绑定类型的取值字段里的ID与选项表里的ID关联,得到XX绑定类型为分开,因此解析模块创建的界面则是形如灰度组2的配置,图3为本申请实施例灰度组2的一种配置界面示意图。当用户在界面修改配置的时候,从对应的校验表里找到对应的校验规则完成校验。If the user selects grayscale group 2, the same reason will get three configuration items: XX center IP, XX sending port, and XX binding type. At the same time, according to the ID in the value field of the XX binding type and the ID in the option table. The XX binding type is separated, so the interface created by the parsing module is configured as a grayscale group 2. FIG. 3 is a schematic diagram of a configuration interface of the grayscale group 2 in the embodiment of the present application. When the user modifies the configuration on the interface, the corresponding verification rule is found in the corresponding checklist to complete the verification.
可选的,在本申请所述数据配置管理方法中,所述灰度数据库的配置方式包括:按照每个灰度组对应的配置数据中的灰度标识,对灰度组的配置数据进行存储。Optionally, in the data configuration management method of the present application, the configuration manner of the grayscale database includes: storing the configuration data of the grayscale group according to the grayscale identifier in the configuration data corresponding to each grayscale group. .
可选的,在本申请所述数据配置管理方法中,还包括:当接收到修改指令是,对所述灰度数据库中的配置数据进行更改、删除、或拷贝。Optionally, in the data configuration management method of the present application, the method further includes: changing, deleting, or copying the configuration data in the grayscale database when receiving the modification instruction.
本申请实施例提供的数据配置管理方法,根据与选取的灰度组对应的配置数据,生成所述灰度组的配置界面,即采用数据驱动界面进行展示的方式,可以达到在同一个系统里管理多个相同或者不同版本的配置数据,不再需要为不同的版本去开发/维护不同的界面,大大提高了可维护性。The data configuration management method provided by the embodiment of the present application generates a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the data driving interface is used for displaying, and the method can be implemented in the same system. Managing multiple identical or different versions of configuration data eliminates the need to develop/maintain different interfaces for different versions, greatly improving maintainability.
与本申请的方法实施例相对应,本申请实施例还提供了一种数据配置管理设备,所述数据配置设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如上所述的数据配置管理方法的步骤。Corresponding to the method embodiment of the present application, the embodiment of the present application further provides a data configuration management device, where the data configuration device includes: a memory, a processor, and the storage on the processor and on the processor A computer program that, when executed by the processor, implements the steps of the data configuration management method described above.
可以理解,数据配置管理设备还包括通信接口;设备中的各个组件可通过总线系统耦合在一起。总线系统用于实现这些组件之间的连接通信。总线系统除包括数据总线之外,还包括电源总线、控制总线和状态信号总线。It will be appreciated that the data configuration management device also includes a communication interface; the various components of the device can be coupled together by a bus system. The bus system is used to implement the connection communication between these components. In addition to the data bus, the bus system includes a power bus, a control bus, and a status signal bus.
可以理解,存储器可以是易失性存储器或非易失性存储器,也可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(ROM,Read Only Memory)、可编程只读存储器(PROM,Programmable Read-Only Memory)、可擦除可编程只读存储器(EPROM,Erasable Programmable Read-Only Memory)、电可擦除可编程只读存储器(EEPROM,Electrically Erasable Programmable Read-Only Memory)、磁性随机存取存储器(FRAM,ferromagnetic random access memory)、快闪存储器(Flash Memory)、磁表面存储器、光盘、或只读光盘(CD-ROM,Compact Disc Read-Only Memory);磁表面存储器可以是磁盘存储器或磁带存储器。易失性存储器可以是随机存取存储器(RAM,Random Access Memory),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(SRAM,Static Random Access Memory)、同步静态随机存取存储器(SSRAM,Synchronous Static Random Access Memory)、动态随机存取存储器(DRAM,Dynamic Random Access Memory)、同步动态随机存取存储器(SDRAM,Synchronous Dynamic Random Access Memory)、双倍数据速率同步动态随机存取存储器(DDRSDRAM,Double Data Rate Synchronous Dynamic Random Access Memory)、增强型同步动态 随机存取存储器(ESDRAM,Enhanced Synchronous Dynamic Random Access Memory)、同步连接动态随机存取存储器(SLDRAM,SyncLink Dynamic Random Access Memory)、直接内存总线随机存取存储器(DRRAM,Direct Rambus Random Access Memory)。本发明实施例描述的存储器旨在包括但不限于这些和任意其它适合类型的存储器。It will be appreciated that the memory can be either volatile memory or non-volatile memory, and can include both volatile and nonvolatile memory. The non-volatile memory may be a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), or an Erasable Programmable Read (EPROM). Only Memory), Electrically Erasable Programmable Read-Only Memory (EEPROM), Ferromagnetic Random Access Memory (FRAM), Flash Memory, Magnetic Surface Memory , CD-ROM, or Compact Disc Read-Only Memory (CD-ROM); the magnetic surface memory can be a disk storage or a tape storage. The volatile memory can be a random access memory (RAM) that acts as an external cache. By way of example and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Synchronous Static Random Access Memory (SSRAM), Dynamic Random Access (SSRAM). DRAM (Dynamic Random Access Memory), Synchronous Dynamic Random Access Memory (SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), enhancement Enhanced Synchronous Dynamic Random Access Memory (ESDRAM), Synchronous Dynamic Random Access Memory (SLDRAM), Direct Memory Bus Random Access Memory (DRRAM) ). The memories described in the embodiments of the present invention are intended to include, but are not limited to, these and any other suitable types of memory.
上述本发明实施例揭示的方法可以应用于处理器中,或者由处理器实现。处理器可能是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法的各步骤可以通过处理器中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器可以是通用处理器、数字信号处理器(DSP,Digital Signal Processor),或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。处理器可以实现或者执行本发明实施例中的公开的各方法、步骤及逻辑框图。通用处理器可以是微处理器或者任何常规的处理器等。结合本发明实施例所公开的方法的步骤,可以直接体现为硬件译码处理器执行完成,或者用译码处理器中的硬件及软件模块组合执行完成。软件模块可以位于存储介质中,该存储介质位于存储器,处理器读取存储器中的信息,结合其硬件完成前述方法的步骤。The method disclosed in the foregoing embodiments of the present invention may be applied to a processor or implemented by a processor. The processor may be an integrated circuit chip with signal processing capabilities. In the implementation process, each step of the above method may be completed by an integrated logic circuit of hardware in a processor or an instruction in a form of software. The above processor may be a general purpose processor, a digital signal processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, or the like. The processor may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present invention. A general purpose processor can be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiment of the present invention may be directly implemented as a hardware decoding processor, or may be performed by a combination of hardware and software modules in the decoding processor. The software module can be located in a storage medium, the storage medium being located in the memory, the processor reading the information in the memory, and completing the steps of the foregoing methods in combination with the hardware thereof.
图4是本申请实施例中数据配置管理设备的一种结构示意图。具体的,在本发明装置实施例的数据配置管理设备中包括:接收模块40、数据转换模块42和数据解析模块44。FIG. 4 is a schematic structural diagram of a data configuration management device in an embodiment of the present application. Specifically, the data configuration management device of the device embodiment of the present invention includes: a receiving module 40, a data conversion module 42, and a data parsing module 44.
所述接收模块40,配置为接收选取的灰度组;在本发明中,接收模块40为运维界面;The receiving module 40 is configured to receive the selected grayscale group; in the present invention, the receiving module 40 is an operation and maintenance interface;
所述数据转换模块42,配置为根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据;The data conversion module 42 is configured to access the previously configured grayscale database according to the grayscale identifier of the grayscale group, to obtain configuration data that matches the grayscale group;
所述数据解析模块44,配置为根据所述配置数据,生成所述灰度组的配置界面。即将配置数据解析成前端界面元素。The data parsing module 44 is configured to generate a configuration interface of the grayscale group according to the configuration data. Parse the configuration data into front-end interface elements.
作为一种实施方式,所述数据转换模块42,配置为根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;根据确定的位置,访问所述灰度数据库。As an implementation manner, the data conversion module 42 is configured to determine, according to the grayscale identifier of the grayscale group, a location of configuration data that matches the grayscale group; and access the gray according to the determined location. Degree database.
作为一种示例,所述配置数据包括:配置描述表。所述配置描述表用于描述配置界面上有哪些配置项,如何排版等。具体的,所述配置描述表包括以下中的至少一项:每个配置项的名称、种类、取值、校验规则、显示长度。其中,每个配置项的种类包括但不限于:输入框、下拉搜索框、单选框、多选框。As an example, the configuration data includes: a configuration description table. The configuration description table is used to describe which configuration items are configured on the configuration interface, how to typeset, and the like. Specifically, the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display length of each configuration item. The types of each configuration item include, but are not limited to, an input box, a drop-down search box, a radio button, and a multi-select box.
在一实施例中,所述配置数据还包括以下中的至少一项:选项表、校验表。所述选项表用于存储配置描述表中某些配置项对应的枚举值(如下拉搜索框、多选框);所述校验表用于存储配置描述表中某些配置项的校验规则。In an embodiment, the configuration data further includes at least one of the following: an option table, a checklist. The option table is configured to store an enumeration value corresponding to some configuration items in the configuration description table (such as a search box, a multi-selection box); the check table is used to store a checksum of some configuration items in the configuration description table. rule.
在一实施例中,所述数据转换模块42,还配置为在解析所述配置数据之前,对所述配置数据进行格式转换;即将配置数据转换成数据解析模块需要的数据格式。In an embodiment, the data conversion module 42 is further configured to perform format conversion on the configuration data before parsing the configuration data; that is, convert the configuration data into a data format required by the data parsing module.
在一实施例中,所述数据解析模块44,配置为根据所述配置信息中的配置描述表,创建所述灰度组配置界面的配置项。In an embodiment, the data parsing module 44 is configured to create a configuration item of the gray group configuration interface according to the configuration description table in the configuration information.
当所述配置数据还包括选项表时,所述数据解析模块44,配置为根据所述配置项,确定选项ID,在所述选项表中匹配与所述选项ID对应的选项信息,并将所述选项信息填充到所述配置项中。When the configuration data further includes an option table, the data parsing module 44 is configured to determine an option ID according to the configuration item, and match option information corresponding to the option ID in the option table, and The option information is populated into the configuration item.
当所述配置数据还包括校验表时,所述数据解析模块44,配置为根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID对应的校验信息,并将所述校验信息填充到所述配置项中。When the configuration data further includes a checklist, the data parsing module 44 is configured to determine a rule ID according to the configuration item, and match the check information corresponding to the rule ID in the check table, And filling the verification information into the configuration item.
在上述设备实施例的基础上,还提供了一种数据配置管理设备,图5是本申请实施例中数据配置管理设备的另一种结构示意图。在本实施例中, 除了上述的接收模块(运维界面)、数据转换模块和数据解析模块外,还包括灰度编排模块、及数据存储模块。On the basis of the foregoing device embodiments, a data configuration management device is also provided. FIG. 5 is another schematic structural diagram of the data configuration management device in the embodiment of the present application. In this embodiment, in addition to the above-mentioned receiving module (operation and maintenance interface), the data conversion module and the data analysis module, a grayscale programming module and a data storage module are also included.
其中,所述灰度编排模块,配置为创建不同的灰度组。The grayscale programming module is configured to create different grayscale groups.
所述数据存储模块,配置为按照每个灰度组对应的配置数据中的灰度标识,对灰度组的配置数据进行存储。The data storage module is configured to store the configuration data of the grayscale group according to the grayscale identifier in the configuration data corresponding to each grayscale group.
本实施例中,数据存储模块配置为存储和管理多个灰度组的配置数据,将灰度组之间的数据隔离开,并且能够根据灰度组动态创建、删除和拷贝配置数据。In this embodiment, the data storage module is configured to store and manage configuration data of a plurality of grayscale groups, isolate data between grayscale groups, and dynamically create, delete, and copy configuration data according to grayscale groups.
需要说明的是:上述实施例提供的数据配置管理设备在进行数据配置管理时,仅以上述各程序模块的划分进行举例说明,实际应用中,可以根据需要而将上述处理分配由不同的程序模块完成,即将设备的内部结构划分成不同的程序模块,以完成以上描述的全部或者部分处理。另外,上述实施例提供的数据配置管理设备与数据配置管理方法实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。It should be noted that, when the data configuration management device provided by the foregoing embodiment performs data configuration management, only the division of each of the foregoing program modules is illustrated. In an actual application, the foregoing processing may be allocated to different program modules according to requirements. Completion, that is, the internal structure of the device is divided into different program modules to complete all or part of the above description. In addition, the data configuration management device and the data configuration management method are provided in the same embodiment. For details, refer to the method embodiment, and details are not described herein.
利用本申请实施例提供的数据配置管理设备,当用户打开运维界面的时候,首先确定是哪个灰度组,然后访问数据转换模块定位到对应的配置描述表、选项表、校验表等,数据解析模块通过数据转换模块获取相应的数据后,首先根据配置描述表创建相应的配置项,根据排版信息绘制界面,然后根据选项表将配置数据填充到对应的配置项里,最后根据校验表里的校验规则填充校验信息,由此来展现一个完整的配置界面给用户。With the data configuration management device provided by the embodiment of the present application, when the user opens the operation and maintenance interface, first determine which gray level group is, and then access the data conversion module to locate the corresponding configuration description table, option table, check table, and the like. After obtaining the corresponding data through the data conversion module, the data parsing module first creates a corresponding configuration item according to the configuration description table, draws an interface according to the layout information, and then fills the configuration data into the corresponding configuration item according to the option table, and finally according to the checklist. The verification rules in the fill fill in the verification information, thereby presenting a complete configuration interface to the user.
本申请实施例提供的数据配置管理设备,用户选择不同的灰度组进行数据配置的时候,携带灰度组标识通过数据转换模块定位到不同的灰度数据库,由此获得该灰度组的数据,数据解析模块可以根据数据动态生成相应的配置界面,从而达到了多版本配置共存的目的。The data configuration management device provided by the embodiment of the present invention, when the user selects different gray groups for data configuration, carries the gray group identifier to locate different gray database through the data conversion module, thereby obtaining the data of the gray group. The data parsing module can dynamically generate a corresponding configuration interface according to the data, thereby achieving the purpose of coexistence of multi-version configurations.
本申请实施例还提供了一种计算机可读存储介质,所述计算机可读存 储介质上存储有数据配置管理程序,所述数据配置管理程序被处理器执行时实现如上所述的数据配置管理方法的步骤。The embodiment of the present application further provides a computer readable storage medium, where the computer readable storage medium stores a data configuration management program, and the data configuration management program is executed by the processor to implement the data configuration management method as described above. A step of.
为了更加详细的说明本发明方法实施例和装置实施例,给出实例1。In order to explain in more detail the method embodiments and apparatus embodiments of the present invention, Example 1 is given.
图6为本申请实施例的数据配置管理方法的可选流程示意图,具体处理流程包括以下步骤:FIG. 6 is a schematic flowchart of an optional data configuration management method according to an embodiment of the present disclosure. The specific processing procedure includes the following steps:
步骤001,通过灰度编排模块创建灰度组,并向数据存储模块发送请求;数据存储模块收到请求后按照灰度组标识创建对应的数据库。Step 001: Create a gray group by using the gray leveling module, and send a request to the data storage module; after receiving the request, the data storage module creates a corresponding database according to the gray group identifier.
步骤002,用户在运维界面选择一个灰度组,向数据存储模块发送请求,该请求中携带灰度标识。Step 002: The user selects a grayscale group in the operation and maintenance interface, and sends a request to the data storage module, where the request carries a grayscale identifier.
步骤003,数据存储模块收到请求后,按照灰度标识访问对应的配置数据,将配置数据发送至数据转换模块。Step 003: After receiving the request, the data storage module accesses the corresponding configuration data according to the grayscale identifier, and sends the configuration data to the data conversion module.
步骤004,数据转换模块收到配置数据,转换为数据解析模块所需的数据格式,将数据解析模块发送转换后的数据。Step 004: The data conversion module receives the configuration data, converts the data format required by the data parsing module, and sends the converted data to the data parsing module.
步骤005,数据解析模块收到数据后,根据数据内容创建配置选项,填充配置数据,渲染配置界面。Step 005: After receiving the data, the data parsing module creates a configuration option according to the data content, fills in the configuration data, and renders the configuration interface.
步骤006,在界面对配置数据配置后存入数据存储模块中对应的数据库,完成配置操作。Step 006: After the configuration data is configured on the interface, the data is stored in the corresponding database in the data storage module to complete the configuration operation.
本申请实施例提供的数据配置管理方法、设备及计算机可读存储介质,根据与选取的灰度组对应的配置数据,生成所述灰度组的配置界面,即采用数据驱动界面进行展示的方式,可以达到在同一个系统里管理多个相同或者不同版本的配置数据,不再需要为不同的版本去开发/维护不同的界面,大大提高了可维护性。The data configuration management method, the device, and the computer readable storage medium provided by the embodiment of the present application generate a configuration interface of the grayscale group according to the configuration data corresponding to the selected grayscale group, that is, the manner in which the data driving interface is used for display It is possible to manage multiple identical or different versions of configuration data in the same system, and no need to develop/maintain different interfaces for different versions, which greatly improves maintainability.
在本申请所提供的几个实施例中,应该理解到,所揭露的设备和方法,可以通过其它的方式实现。以上所描述的设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外 的划分方式,如:多个单元或组件可以结合,或可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的各组成部分相互之间的耦合、或直接耦合、或通信连接可以是通过一些接口,设备或单元的间接耦合或通信连接,可以是电性的、机械的或其它形式的。In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner, such as: multiple units or components may be combined, or Can be integrated into another system, or some features can be ignored or not executed. In addition, the coupling, or direct coupling, or communication connection of the components shown or discussed may be indirect coupling or communication connection through some interfaces, devices or units, and may be electrical, mechanical or other forms. of.
上述作为分离部件说明的单元可以是、或也可以不是物理上分开的,作为单元显示的部件可以是、或也可以不是物理单元,即可以位于一个地方,也可以分布到多个网络单元上;可以根据实际的需要选择其中的部分或全部单元来实现本实施例方案的目的。The units described above as separate components may or may not be physically separated, and the components displayed as the unit may or may not be physical units, that is, may be located in one place or distributed to multiple network units; Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本发明各实施例中的各功能单元可以全部集成在一个处理单元中,也可以是各单元分别单独作为一个单元,也可以两个或两个以上单元集成在一个单元中;上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated into one unit; The unit can be implemented in the form of hardware or in the form of hardware plus software functional units.
本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:移动存储设备、ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。A person skilled in the art can understand that all or part of the steps of implementing the above method embodiments may be completed by using hardware related to the program instructions. The foregoing program may be stored in a computer readable storage medium, and the program is executed when executed. The foregoing steps include the steps of the foregoing method embodiments; and the foregoing storage medium includes: a removable storage device, a ROM, a RAM, a magnetic disk, or an optical disk, and the like, which can store program codes.
或者,本发明上述集成的单元如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机、服务器、或者网络设备等)执行本发明各个实施例所述方法的全部或部分。而前述的存储介质包括:移动存储设备、ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。Alternatively, the above-described integrated unit of the present invention may be stored in a computer readable storage medium if it is implemented in the form of a software function module and sold or used as a standalone product. Based on such understanding, the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product stored in a storage medium, including a plurality of instructions. A computer device (which may be a personal computer, server, or network device, etc.) is caused to perform all or part of the methods described in various embodiments of the present invention. The foregoing storage medium includes various media that can store program codes, such as a mobile storage device, a ROM, a RAM, a magnetic disk, or an optical disk.
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above is only a specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or substitutions within the technical scope of the present invention. It should be covered by the scope of the present invention. Therefore, the scope of the invention should be determined by the scope of the appended claims.

Claims (15)

  1. 一种数据配置管理方法,包括:A data configuration management method includes:
    接收选取的灰度组;Receiving the selected grayscale group;
    根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据;Obtaining a previously configured grayscale database according to the grayscale identifier of the grayscale group, and obtaining configuration data matching the grayscale group;
    根据所述配置数据,生成所述灰度组的配置界面。And generating a configuration interface of the grayscale group according to the configuration data.
  2. 如权利要求1所述的数据配置管理方法,其中,根据所述灰度组的灰度标识,访问在先配置的灰度数据库,包括:The data configuration management method according to claim 1, wherein accessing the previously configured grayscale database according to the grayscale identifier of the grayscale group comprises:
    根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;Determining, according to the grayscale identifier of the grayscale group, a location of configuration data that matches the grayscale group;
    根据确定的位置,访问所述灰度数据库。The grayscale database is accessed based on the determined location.
  3. 如权利要求1所述的数据配置管理方法,其中,所述配置数据包括:配置描述表;The data configuration management method according to claim 1, wherein the configuration data comprises: a configuration description table;
    所述根据所述配置数据,生成所述灰度组的配置界面,包括:根据所述配置描述表,创建所述灰度组配置界面的配置项。The generating the configuration interface of the grayscale group according to the configuration data includes: creating a configuration item of the grayscale group configuration interface according to the configuration description table.
  4. 如权利要求3所述的数据配置管理方法,其中,所述配置数据还包括以下中的至少一项:选项表、校验表。The data configuration management method according to claim 3, wherein the configuration data further comprises at least one of the following: an option table, a checklist.
  5. 如权利要求4所述的数据配置管理方法,其中,The data configuration management method according to claim 4, wherein
    当所述配置数据还包括选项表时,所述根据所述配置数据,生成所述灰度组的配置界面,还包括:根据所述配置项,确定选项标识ID,在所述选项表中匹配与所述选项ID对应的选项信息,将所述选项信息填充到所述配置项中。When the configuration data further includes an option table, the generating the configuration interface of the gray level group according to the configuration data further includes: determining an option identification ID according to the configuration item, and matching in the option table The option information corresponding to the option ID is filled in the configuration item.
  6. 如权利要求4所述的数据配置管理方法,其中,当所述配置数据还包括校验表时,所述根据所述配置数据,生成所述灰度组的配置界面,还包括:根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID 对应的校验信息,并将所述校验信息填充到所述配置项中。The data configuration management method according to claim 4, wherein, when the configuration data further includes a checklist, the generating the configuration interface of the grayscale group according to the configuration data, further comprising: The configuration item determines a rule ID, matches the check information corresponding to the rule ID in the check table, and fills the check information into the configuration item.
  7. 如权利要求3所述的数据配置管理方法,其中,所述配置描述表包括以下中的至少一项:每个配置项的名称、种类、取值、校验规则、显示长度。The data configuration management method according to claim 3, wherein the configuration description table includes at least one of the following: a name, a category, a value, a verification rule, and a display length of each configuration item.
  8. 如权利要求1至7任一项所述的数据配置管理方法,其中,所述灰度数据库的配置方式包括:The data configuration management method according to any one of claims 1 to 7, wherein the configuration of the grayscale database comprises:
    根据每个灰度组对应的配置数据中的灰度标识,对若干个灰度组的配置数据进行存储。The configuration data of the plurality of gray groups is stored according to the gray scale identifier in the configuration data corresponding to each gray scale group.
  9. 一种数据配置管理设备,所述数据配置管理设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如权利要求1至8任一项所述的数据配置管理方法的步骤。A data configuration management device, the data configuration management device comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the computer program being executed by the processor A step of implementing the data configuration management method according to any one of claims 1 to 8.
  10. 一种计算机可读存储介质,所述计算机可读存储介质上存储有数据配置管理程序,所述数据配置管理程序被处理器执行时实现如权利要求1至8任一项所述的数据配置管理方法的步骤。A computer readable storage medium having stored thereon a data configuration management program, the data configuration management program being executed by a processor to implement data configuration management according to any one of claims 1 to 8. The steps of the method.
  11. 一种数据配置管理设备,所述设备包括:接收模块、数据转换模块和数据解析模块;其中,A data configuration management device, the device comprising: a receiving module, a data conversion module, and a data parsing module; wherein
    所述接收模块,配置为接收选取的灰度组;The receiving module is configured to receive the selected grayscale group;
    所述数据转换模块,配置为根据所述灰度组的灰度标识,访问在先配置的灰度数据库,得到与所述灰度组相匹配的配置数据;The data conversion module is configured to access the previously configured grayscale database according to the grayscale identifier of the grayscale group, to obtain configuration data that matches the grayscale group;
    所述数据解析模块,配置为根据所述配置数据,生成所述灰度组的配置界面。The data parsing module is configured to generate a configuration interface of the grayscale group according to the configuration data.
  12. 根据权利要求11所述的设备,其中,所述数据转换模块,配置为根据所述灰度组的灰度标识,确定与所述灰度组相匹配的配置数据的位置;根据确定的位置,访问所述灰度数据库。The apparatus according to claim 11, wherein the data conversion module is configured to determine a location of configuration data matching the grayscale group according to the grayscale identifier of the grayscale group; according to the determined location, Access the grayscale database.
  13. 根据权利要求11所述的设备,其中,所述数据解析模块,配置为根据所述配置信息中的配置描述表,创建所述灰度组配置界面的配置项。The device according to claim 11, wherein the data parsing module is configured to create a configuration item of the grayscale group configuration interface according to a configuration description table in the configuration information.
  14. 根据权利要求13所述的设备,其中,所述配置数据还包括以下中的至少一项:选项表、校验表;The device according to claim 13, wherein the configuration data further comprises at least one of the following: an option table, a checklist;
    所述数据解析模块,配置为根据所述配置项,确定选项ID,在所述选项表中匹配与所述选项ID对应的选项信息,并将所述选项信息填充到所述配置项中。The data parsing module is configured to determine an option ID according to the configuration item, match option information corresponding to the option ID in the option table, and fill the option information into the configuration item.
  15. 根据权利要求13所述的设备,其中,所述配置数据还包括以下中的至少一项:选项表、校验表;The device according to claim 13, wherein the configuration data further comprises at least one of the following: an option table, a checklist;
    所述数据解析模块,配置为根据所述配置项,确定规则ID,在所述校验表中匹配与所述规则ID对应的校验信息,并将所述校验信息填充到所述配置项中。The data parsing module is configured to determine a rule ID according to the configuration item, match the check information corresponding to the rule ID in the check table, and fill the check information into the configuration item in.
PCT/CN2018/105588 2017-11-17 2018-09-13 Data configuration management method, device, and computer readable storage medium WO2019095824A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711147757.3 2017-11-17
CN201711147757.3A CN109800015A (en) 2017-11-17 2017-11-17 A kind of data configuration management method, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2019095824A1 true WO2019095824A1 (en) 2019-05-23

Family

ID=66538836

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/105588 WO2019095824A1 (en) 2017-11-17 2018-09-13 Data configuration management method, device, and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN109800015A (en)
WO (1) WO2019095824A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988416A (en) * 2020-08-27 2020-11-24 广州市百果园信息技术有限公司 Gray scale publishing method, device, equipment and medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138470B (en) * 2021-11-16 2023-11-17 苏州浪潮智能科技有限公司 Multi-version resource pool management system and method based on core data center

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176790A (en) * 2011-12-26 2013-06-26 阿里巴巴集团控股有限公司 Application releasing method and application releasing system
CN104360853A (en) * 2014-11-03 2015-02-18 中国农业银行股份有限公司 Method and device for configuration information management and information system
CN105824745A (en) * 2015-01-04 2016-08-03 中国移动通信集团湖南有限公司 Grey level launch method and device
CN106469076A (en) * 2015-08-20 2017-03-01 阿里巴巴集团控股有限公司 A kind of gray scale dissemination method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176790A (en) * 2011-12-26 2013-06-26 阿里巴巴集团控股有限公司 Application releasing method and application releasing system
CN104360853A (en) * 2014-11-03 2015-02-18 中国农业银行股份有限公司 Method and device for configuration information management and information system
CN105824745A (en) * 2015-01-04 2016-08-03 中国移动通信集团湖南有限公司 Grey level launch method and device
CN106469076A (en) * 2015-08-20 2017-03-01 阿里巴巴集团控股有限公司 A kind of gray scale dissemination method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988416A (en) * 2020-08-27 2020-11-24 广州市百果园信息技术有限公司 Gray scale publishing method, device, equipment and medium
CN111988416B (en) * 2020-08-27 2023-04-21 广州市百果园信息技术有限公司 Gray release method, device, equipment and medium

Also Published As

Publication number Publication date
CN109800015A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109325729B (en) Method and server for generating electronic contract
US8849996B2 (en) Efficiently providing multiple metadata representations of the same type
CN106648569B (en) Target serialization realization method and device
US10620934B2 (en) Systems and methods for versioning a cloud environment for a device
CN110019542B (en) Generation of enterprise relationship, generation of organization member database and identification of same name member
US11630647B2 (en) Method and system for configuring processes of software applications using activity fragments
US20150278231A1 (en) System and method for customizing archive of a device driver generator tool for a user
WO2019095824A1 (en) Data configuration management method, device, and computer readable storage medium
CN106990974B (en) APP updating method and device and electronic equipment
US9588884B2 (en) Systems and methods for in-place reorganization of device storage
US20110264627A1 (en) System and method for providing automatic update
CN114386853A (en) Data auditing processing method, device and equipment based on universal auditing model
US20220269820A1 (en) Artificial intelligence based data redaction of documents
CN110297945B (en) Data information processing method and system based on XBRL
CN114428763A (en) Data processing method, device and medium
US10366069B1 (en) Systems and methods for database management and administration
US11556519B2 (en) Ensuring integrity of records in a not only structured query language database
WO2023116274A1 (en) Data processing method and system, program product, medium and electronic device
CN116483344A (en) Code generation method and device, terminal equipment and computer readable storage medium
CN116450107A (en) Method and device for secondary development of software by low-code platform and electronic equipment
CN113254455B (en) Dynamic configuration method and device of database, computer equipment and storage medium
CN112052234B (en) Service data processing method and device, storage medium and electronic device
CN113948164A (en) Clinical medicine management method, device, equipment and computer readable storage medium
CN108629003B (en) Content loading method and device
JP7344521B1 (en) Program, method, information processing device, and system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18878485

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21.09.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18878485

Country of ref document: EP

Kind code of ref document: A1