WO2020132890A1 - 业务属性动态扩展方法、装置、计算机设备及存储介质 - Google Patents
业务属性动态扩展方法、装置、计算机设备及存储介质 Download PDFInfo
- Publication number
- WO2020132890A1 WO2020132890A1 PCT/CN2018/123611 CN2018123611W WO2020132890A1 WO 2020132890 A1 WO2020132890 A1 WO 2020132890A1 CN 2018123611 W CN2018123611 W CN 2018123611W WO 2020132890 A1 WO2020132890 A1 WO 2020132890A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- business
- data
- attribute
- business attribute
- attributes
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
Definitions
- the invention relates to the field of computer processing, in particular to a method, device, computer equipment and storage medium for dynamically expanding business attributes.
- an embodiment of the present invention provides a method for dynamically expanding business attributes.
- the method includes:
- the business attributes and corresponding business attribute data are converted into columns in the form of rows and columns to be displayed in the data table.
- an embodiment of the present invention provides a device for dynamically expanding service attributes.
- the device includes:
- the obtaining module is used to obtain the business attribute and business attribute data stored in the row storage mode corresponding to the business object;
- the conversion module is used to convert the business attributes and the corresponding business attributes into the form of columns in the form of rows and columns for display in the data table.
- an embodiment of the present invention provides a computer device, including a memory and a processor.
- the memory stores a computer program.
- the processor is caused to perform the following steps:
- the business attributes and corresponding business attribute data are converted into columns in the form of rows and columns to be displayed in the data table.
- an embodiment of the present invention provides a computer-readable storage medium that stores a computer program.
- the processor is caused to perform the following steps:
- the business attributes and corresponding business attribute data are converted into columns in the form of rows and columns to be displayed in the data table.
- the above method, device, computer equipment and storage medium for dynamically expanding business attributes obtain the business attributes and business attribute data stored in the row storage mode corresponding to the business object, and then convert the business attributes and corresponding business attribute data by way of row-column conversion
- the form converted to columns is displayed in the data table. That is, only the business attributes to be expanded need to be saved by row storage, and then the dynamic expansion of the business attributes can be realized by row-column conversion, without adding a new table structure, which is simple and convenient, greatly reduces development costs, and improves development effectiveness.
- FIG. 1 is an application environment diagram of a method for dynamically expanding business attributes in an embodiment
- FIG. 2 is a flowchart of a method for dynamically expanding business attributes in an embodiment
- FIG. 3 is a schematic diagram showing a column form obtained by performing row-column conversion in an embodiment
- FIG. 5 is a schematic diagram of an interface for configuring service attributes in an embodiment
- FIG. 6 is a schematic diagram of an interface for entering business attribute data corresponding to a business attribute in an embodiment
- FIG. 7 is a schematic diagram of a process of converting business attribute data displayed in column form in an embodiment
- FIG. 8 is a schematic diagram of removing non-business attribute data and punctuation marks in an embodiment
- FIG. 10 is a structural block diagram of an apparatus for dynamically expanding business attributes in an embodiment
- FIG. 11 is a structural block diagram of a device for dynamically expanding business attributes in another embodiment
- FIG. 12 is a structural block diagram of a device for dynamically expanding business attributes in another embodiment
- FIG. 13 is an internal structure diagram of a computer device in an embodiment.
- FIG. 1 is an application environment diagram of a method for dynamically expanding business attributes in an embodiment.
- the business attribute dynamic expansion method is applied to a business attribute dynamic expansion system.
- the business attribute dynamic expansion system includes a terminal 110 and a server 120.
- the terminal 110 receives the business attribute corresponding to the business object through the configuration interface, establishes the correspondence between the business object and the business attribute, and receives the entered business attribute corresponding to each business attribute Data, save the business attribute and business attribute data in the form of row storage, and then upload it to the server 120.
- the subsequent server 120 After receiving the business attribute acquisition request, the subsequent server 120 will obtain the business attribute corresponding to the business object saved in the row storage mode And the service attribute data is delivered to the terminal 110, and the terminal 110 converts the service attribute and the corresponding service attribute data into a column form by row-column conversion and displays it in the form of a column in the data table.
- the above method for dynamically expanding business attributes may be directly applied to the terminal 110.
- the terminal 110 receives the business attributes corresponding to the business objects through the configuration interface, establishes the correspondence between the business objects and the business attributes, and receives the Business attribute data corresponding to a business attribute, the business attribute and the business attribute data are stored in a row storage mode, and after receiving the business attribute acquisition request, the business attribute and business attribute data stored in the row storage mode corresponding to the business object are obtained , Convert business attributes and corresponding business attribute data into columns in the form of rows and columns, and display them in columns in the data table.
- the method for dynamically expanding business attributes is applied to computer equipment, and specifically includes the following steps:
- Step 202 Obtain the business attribute and business attribute data stored in the row storage mode corresponding to the business object.
- the business object refers to the business to be extended business attributes. For example, assuming that there are three services A, B, and C that need to be extended for business attributes, then A, B, and C are business objects.
- Metadata refers to data that describes data, that is, metadata objects are introduced to describe business objects Relationship with business attributes.
- the corresponding business attribute and the business attribute data corresponding to the business attribute are obtained through the association relationship between the business object and the business attribute recorded in the metadata object.
- the business attribute refers to several attributes included in the business. The attribute is generally represented by a "field". For example, if the attribute includes the "name” attribute, the "name” field is used to indicate the attribute.
- the corresponding business attribute data is The specific data corresponding to the "name", such as "Zhang San”.
- the embodiment of the present application proposes a new method for dynamically expanding attributes.
- the business attributes to be extended by the business object and the corresponding business attribute data are stored in a row storage mode, because the number of row records is not The limited number can theoretically be expanded indefinitely, so business attributes and business attribute data can be stored in a row storage mode.
- the settings of business attributes and business attribute data can be customized by users according to their needs through the configuration interface.
- step 204 the business attributes and the corresponding business attribute data are converted into columns in the form of rows and columns to be displayed in the data table.
- the business attributes and corresponding business attributes in order to display the business attributes and corresponding business attribute data in the form of columns, it is necessary to convert the business attributes and the corresponding business attributes into the form of columns in the form of columns and display them in the data table, thereby achieving dynamic expansion
- the purpose of business attributes As shown in FIG. 3, in one embodiment, the business attributes and business attribute data stored in the row storage mode are converted into rows and columns to obtain a schematic diagram of the business attributes and business attribute data displayed in the form of columns.
- the above method for dynamically expanding business attributes does not need to add or change the table structure, and the dynamic expansion of business attributes can be achieved through row-column conversion, which not only has low development cost but also high efficiency.
- the business attribute can be dynamically added, deleted, modified and checked, with high flexibility.
- the above business attribute dynamic expansion method obtains the business attribute and business attribute data stored in the row storage mode corresponding to the business object, and then converts the business attribute and the corresponding business attribute data into the form of a column in the data table by means of row-column conversion To display. That is, only the business attributes to be expanded need to be saved by row storage, and then the dynamic expansion of the business attributes can be realized by row-column conversion, without adding a new table structure, which is simple and convenient, greatly reduces development costs, and improves development effectiveness.
- the method before acquiring the business attributes and business attribute data stored in the row storage mode corresponding to the business object, the method further includes:
- Step 206 Receive the business attribute corresponding to the business object through the configuration interface, and establish the correspondence between the business object and the business attribute.
- a corresponding configuration interface is developed, through which the user-configured business attributes corresponding to the business object are received, and the received business attributes are matched with the corresponding The corresponding business objects are stored accordingly.
- the storage method can be through the introduction of metadata objects, that is, the relationship between business objects and business attributes is described through metadata objects.
- FIG. 5 it is a schematic diagram of an interface for setting business attributes on a configuration interface in one embodiment. Through the configuration interface, a user can freely configure business attributes and business attribute data corresponding to business objects.
- Step 208 Receive the entered business attribute data corresponding to each business attribute.
- the business attribute data refers to the specific content entered corresponding to the business attribute.
- the corresponding business attribute data is the specific name, such as "Zhang San”, “Li Si”, “Wang Wu” and so on.
- the entry method may be scanning entry, manual entry, or loading entry.
- FIG. 6 it is a schematic diagram of an interface for entering business attribute data corresponding to a business attribute in an embodiment.
- step 210 the business attributes and business attribute data are stored in a row storage manner.
- business attributes and business attribute data can be saved in the manner of row storage. Subsequent row and column conversions can be used to display the corresponding business attributes and business attribute data in the form of columns in the data table.
- the user only needs to simply configure the corresponding business attributes and business attribute data, and does not need professional development technology, which greatly reduces the development threshold.
- each piece of data in the business attribute data corresponds to a data identifier and an attribute identifier; the business attributes and the corresponding business attribute data are converted into columns in the form of rows and columns to be displayed in the data table, including : Obtain the data identifier and corresponding attribute identifier corresponding to each piece of data in the business attribute data; according to the data identifier and attribute identifier, the business attribute and the corresponding business attribute data are converted into the form of columns in the form of rows by column conversion. Show.
- each piece of data in the business attribute data corresponds to a data identifier.
- the data identifier is used to uniquely identify the attribution of the data. For example, if the data about personnel is entered, the unique number corresponding to each personnel is the corresponding data Logo.
- the data in the same row in the data table corresponds to the same data identifier. For example, if it is personnel statistical information, including name, gender, and age, assuming that the corresponding business attribute data in the same row are: Zhang San, M, and 24, then these three business attribute data correspond to the same data identifier, indicating the same Personal data.
- the attribute identifier is used to uniquely identify an attribute, and the data in the same column in the data table corresponds to the same attribute identifier.
- the business data corresponding to the "name" column corresponds to the business identifier of the name.
- the same data identification is converted into the same row, and the same attribute identification is converted into the same column, so that the business attributes and the business attribute data are displayed in the form of columns in the data table. That is, according to the data identification and attribute identification, the position of each piece of data in the business attribute data can be determined, so that it is regularly arranged in the data table, each row in the data table corresponds to the data of the same data identification, and each column corresponds Is the data identified by the same attribute.
- the business attributes and the corresponding business attribute data are converted into columns and displayed in the data table by means of row and column conversion, including: obtaining business attribute data to be converted into columns, Convert business attribute data into a column by way of row and column conversion, one column contains business attribute data corresponding to multiple business attributes; obtain the data identifier corresponding to each piece of data in the business attribute data, and identify the corresponding business with the same data according to the data identifier
- the attribute data is converted to the same row in a column; the business attribute data corresponding to the business attribute of the column is retained in the same row according to the attribute identifier of the business attribute.
- the business attribute data to be converted into columns convert all the business data into one column through row-column conversion, and then convert the business attribute data identified by the same data into the same row of the column according to the data identifier, and then correspond according to the column
- the attribute identifier of the business attribute of the keeps the business attribute data corresponding to the business attribute identifier of the column in the same row.
- first convert to a column then convert the business attribute data identified by the same data to the same row, and finally only retain the business attribute data corresponding to the business attribute.
- the business attribute data corresponding to each column of business attributes can be obtained through the processing after the row-column conversion.
- retaining the business attribute data corresponding to the business attributes of the column in the same row according to the attribute identifier of the business attribute includes: removing the business attribute data corresponding to the non-business attribute in the same row according to the attribute identifier of the business attribute, The result after the removal is obtained; when the result after the removal contains punctuation marks, the punctuation marks are removed to obtain only the business attribute data corresponding to the business attributes.
- a method for dynamically expanding business attributes is proposed, which specifically includes the following steps:
- Step 902 Obtain the inherent business attribute corresponding to the business object and the corresponding inherent business attribute data.
- the business attribute dynamic expansion method can be implemented based on the previously designed data table.
- the business attributes and business attribute data that can be set in the previous data table are called “inherent business attributes” and “inherent business attribute data” ".
- Step 904 Obtain the business attributes and business attribute data stored in the row storage mode corresponding to the business object.
- the business attribute and the business attribute that need to be expanded are saved in a row storage manner.
- Step 906 Determine the business attribute data structure corresponding to the business object according to the inherent business attributes and the business attributes stored in the row storage mode.
- the business attribute data structure refers to the structural characteristics formed by all business attributes corresponding to the business object.
- the business attribute data structure includes all business attributes and the position of each business attribute in the table.
- both the inherent business attributes and the dynamically expanded business attributes stored in the row storage mode need to be obtained.
- the corresponding The business attribute data structure facilitates subsequent display of business attributes based on the business attribute data structure.
- step 908 the inherent business attributes and the inherent business attribute data are displayed in the form of columns according to the business attribute data structure, and the business attributes and business attribute data saved in the row storage manner are displayed in the column display through row-to-column conversion.
- the inherent business attributes and the corresponding inherent business attribute data exist in the form of columns in the data table
- the dynamically expanded business attributes exist in the form of row storage, so the dynamic expansion needs to be performed through the conversion of rows and columns
- the business attributes of are also displayed in the form of columns in the data table, so that all the business attributes corresponding to the business objects are displayed in the form of columns in the data table.
- the method of dynamically expanding business attributes can achieve the purpose of dynamically expanding business attributes without changing the existing data table structure. It is simple and convenient, not only has low development cost, good efficiency, and low development threshold.
- an embodiment of the present invention provides a device for dynamically expanding service attributes.
- the device includes:
- the obtaining module 1002 is used to obtain the business attributes and business attribute data stored in the row storage mode corresponding to the business object;
- the conversion module 1004 is configured to convert the business attribute and the corresponding business attribute into the form of a column and display it in a data table by means of row and column conversion.
- the device further includes:
- the establishment module 1006 is configured to receive a business attribute corresponding to a business object through a configuration interface, and establish a correspondence between the business object and the business attribute;
- the receiving module 1008 is configured to receive the entered business attribute data corresponding to each business attribute
- the saving module 1010 is configured to save the business attribute and the business attribute data in a row storage manner.
- each piece of data in the business attribute data corresponds to a data identifier and an attribute identifier; the conversion module is also used to obtain a data identifier and a corresponding attribute identifier corresponding to each piece of data in the business attribute data , According to the data identifier and the attribute identifier, the business attributes and the corresponding business attribute data are converted into columns in the form of columns and columns and displayed in the data table.
- the conversion module is further used to obtain business attribute data to be converted into columns, and convert the business attribute data into a column by way of row-column conversion, and the one column contains multiple business attribute corresponding Business attribute data; obtain the data identifier corresponding to each piece of data in the business attribute data, and convert the business attribute data corresponding to the same data identifier into the same row in the one column according to the data identifier; according to the attribute of the business attribute Identifies that the business attribute data corresponding to the business attribute of the column is retained in the same row.
- the conversion module is further configured to remove business attribute data not corresponding to the business attribute in the same row according to the attribute identifier of the business attribute, to obtain a result after the removal, when the removal When the result of contains punctuation marks, the punctuation marks are removed, and only business attribute data corresponding to the business attributes is obtained.
- the device further includes:
- An inherent acquisition module 1012 configured to acquire inherent business attributes corresponding to the business object and corresponding inherent business attribute data
- the determining module 1014 is configured to determine a business attribute data structure corresponding to the business object according to the inherent business attribute and the business attribute stored in a row storage manner;
- the conversion module is also used to display the inherent business attribute data and the business attribute data stored in a row storage manner in the form of columns in a data table according to the business attribute data structure.
- FIG. 13 shows an internal structure diagram of a computer device in an embodiment.
- the computer may be a terminal.
- the computer device includes a processor, memory, display screen, and network interface connected by a system bus.
- the memory includes a non-volatile storage medium and an internal memory.
- the non-volatile storage medium of the computer device stores an operating system, and may also store a computer program.
- the processor may enable the processor to implement a method for dynamically expanding business attributes.
- a computer program may also be stored in the internal memory, and when the computer program is executed by the processor, the processor may cause the processor to execute a method for dynamically expanding service attributes.
- the display screen is used to display data tables and corresponding data, and the network interface is used to communicate with the outside world.
- the structure shown in FIG. 13 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
- the specific computer device may It includes more or fewer components than shown in the figure, or some components are combined, or have a different component arrangement.
- the business attribute dynamic expansion method provided by the present application may be implemented in the form of a computer program, and the computer program may run on the computer device shown in FIG. 13.
- the memory of the computer device may store various program templates constituting the service attribute dynamic expansion device. For example, the acquisition module 1002 and the conversion module 1004.
- a computer device includes a memory and a processor, and the memory stores a computer program, and when the computer program is executed by the processor, the processor is caused to perform the following steps: acquiring a row storage mode corresponding to a business object Stored business attributes and business attribute data; convert the business attributes and corresponding business attribute data into columns in the form of rows and columns to be displayed in the data table.
- a computer-readable storage medium storing a computer program, which when executed by a processor, causes the processor to perform the following steps: acquiring business attributes and business attribute data stored in a row storage manner corresponding to a business object ; Converting the business attributes and corresponding business attribute data into columns in the form of rows and columns to be displayed in the data table.
- Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
- Volatile memory can include random access memory (RAM) or external cache memory.
- RAM random access memory
- DRAM dynamic RAM
- SDRAM synchronous DRAM
- DDRSDRAM double data rate SDRAM
- ESDRAM enhanced SDRAM
- SLDRAM synchronous chain Road (Synchlink) DRAM
- RDRAM direct RAM
- DRAM direct memory bus dynamic RAM
- RDRAM memory bus dynamic RAM
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Document Processing Apparatus (AREA)
Abstract
一种业务属性动态扩展方法,该方法包括:获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据(202);通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示(204)。该方法只需要将要扩展的业务属性通过以行存储的方式保存,然后通过行列转换即可实现业务属性的动态扩展,不需要添加新的表结构,简单方便,大大降低了开发成本,且提高了开发效率。此外,还提出了一种业务属性动态扩展装置、计算机设备及存储介质。
Description
本发明涉及计算机处理领域,尤其是涉及一种业务属性动态扩展方法、装置、计算机设备及存储介质。
在进行项目设计之初,首先需要根据业务需求,设计满足业务的数据库表结构。在业务之初,完全可以根据实际需求设计对应的表结构。
但随着业务的扩展,需要推广到其他客户,在客户流程相似的场景下,客户又需要满足自己特色的扩展需求,那么就需要新添加相应的表结构,无疑会新增开发工作,不仅开发成本高,且效率低。
基于此,有必要针对上述问题,提供了一种开发成本低且效率高的业务属性动态扩展方法、装置、计算机设备及存储介质。
第一方面,本发明实施例提供一种业务属性动态扩展方法,所述方法包括:
获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;
通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
第二方面,本发明实施例提供一种业务属性动态扩展装置,所述装置包括:
获取模块,用于获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;
转换模块,用于通过行列转换的方式将所述业务属性以及相应的业务属性转换为列的形式在数据表格中进行展示。
第三方面,本发明实施例提供一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如下步骤:
获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;
通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
第四方面,本发明实施例提供一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:
获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;
通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
上述业务属性动态扩展方法、装置、计算机设备及存储介质,通过获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据,然后通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。即只需要将要扩展的业务属性通过以行存储的方式保存,然后通过行列转换即可实现业务属性的动态扩展,不需要添加新的表结构,简单方便,大大降低了开发成本,且提高了开发效率。
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图示出的结构获得其他的附图。
图1为一个实施例中业务属性动态扩展方法的应用环境图;
图2为一个实施例中业务属性动态扩展方法的流程图;
图3为一个实施例中进行行列转换得到的以列形式进行展示的示意图;
图4为另一个实施例中业务属性动态扩展方法的流程图;
图5为一个实施例中配置业务属性的界面示意图;
图6为一个实施例中录入与业务属性对应的业务属性数据的界面示意图;
图7为一个实施例中转换以列形式展示的业务属性数据的过程示意图;
图8为一个实施例中去除非业务属性数据和标点符号的示意图;
图9为又一个实施例中业务属性动态扩展方法的流程图;
图10为一个实施例中业务属性动态扩展装置的结构框图;
图11为另一个实施例中业务属性动态扩展装置的结构框图;
图12为又一个实施例中业务属性动态扩展装置的结构框图;
图13为一个实施例中计算机设备的内部结构图。
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
图1为一个实施例中业务属性动态扩展方法的应用环境图。参照图1,该业务属性动态扩展方法应用于业务属性动态扩展系统。该业务属性动态扩展系统包括终端110和服务器120,终端110通过配置界面接收业务对象对应的业务属性,建立业务对象与业务属性之间的对应关系,接收录入的与每个业务属性对应的业务属性数据,将业务属性和业务属性数据以行存储的方式进行保存,然后将上传到服务器120,后续服务器120接收到业务属性获取请求后,将获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据下发到终端110,终端110通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中以列的形式展示。
在另一个实施例中,上述业务属性动态扩展方法可以直接应用于终端110,终端110通过配置界面接收业务对象对应的业务属性,建立业务对象与业务属性之间的对应关系,接收录入的与每个业务属性对应的业务属性数据,将业务属性和业务属性数据以行存储的方式进行保存,接收到业务属性获取请求后,获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据,通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中以列的形式进行展示。
如图2所示,提出了一种业务属性动态扩展方法,该业务属性动态扩展方法应用于计算机设备,具体包括以下步骤:
步骤202,获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据。
其中,业务对象是指待扩展业务属性的业务。比如,假设有三个业务A、B、C需要进行业务属性的扩展,那么A、B、C分别为业务对象。在一个实施例中,由于业务对象可能有很多个,可以通过元数据对象来记录业务对象与业务属性之间的关联关系,元数据是指描述数据的数据,即引入元数据对象来描述业务对象与业务属性之间的关系。在一个实施例中,通过元数据对象中记录的业务对象与业务属性之间的关联关系来获取相应的业务属性以及与业务属性对应的业务属性数据。业务属性是指业务所包含的几个属性,属性一般用“字段”来表示,比如,如果属性中包含有“姓名”属性,则用“姓名”字段来表示该属性,相应的业务属性数据即为该“姓名”对应的具体数据,比如“张三”。
传统的如果要对业务对象的业务属性进行扩展,需要重新设计表结构,即之前如果是5个列的数据表格,现在如果要扩展为8个列,则需要重新设计为包含有8个列的数据表格,相应的开发成本较高,且开发效率低。而本申请实施例中提出了一种新的可以实现动态扩展属性的方法,首先,将业务对象要扩展的业务属性以及相应的业务属性数据以行存储的方式进行保存,由于行记录数是没有数量限定的,理论上可以无限扩展,所以可以将业务属性和业务属性数据以行存储的方式进行保存。其中,业务属性和业务属性数据的设置可以通过配置界面由用户根据需要自定义设置。
步骤204,通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
其中,为了将业务属性和相应的业务属性数据以列的形式进行展现,需要通过行列转换的方式将业务属性和相应的业务属性转换为列的形式在数据表格中进行展示,从而实现了动态扩展业务属性的目的。如图3所示,为一个实施例中,将以行存储的方式保存的业务属性和业务属性数据通过行列转换得到了以列的形式进行展示的业务属性及业务属性数据的示意图。上述业务属性动态扩展方法,不需要添加或更改表结构,通过行列转换即可实现业务属性的动态扩展,不仅开发成本低,而且效率高。而且该业务属性可以动态地进行增删改查,灵活度高。
上述业务属性动态扩展方法,通过获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据,然后通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。即只需要将要扩展的业务属性通过以行存储的方式保存,然后通过行列转换即可实现业务属性的动态扩展,不需要添加新的表结构,简单方便,大大降低了开发成本,且提高了开发效率。
如图4所示,在一个实施例中,在获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据之前还包括:
步骤206,通过配置界面接收业务对象对应的业务属性,建立业务对象与业务属性之间的对应关系。
其中,为了便于用户根据实际需求自定义与业务对象对应的业务属性,开发相应的配置界面,通过该配置界面来接收用户配置的与业务对象对应的业务属性,并将接收到的业务属性与相应的业务对象进行对应存储,存储的方式可以通过引入元数据对象的方式,即通过元数据对象来描述业务对象与业务属性之间的关系。如图5所示,为一个实施例中,在配置界面设置业务属性的界面示意图,通过该配置界面,用户可以自由配置业务对象对应的业务属性以及业务属性数据。
步骤208,接收录入的与每个业务属性对应的业务属性数据。
其中,业务属性数据是指录入的与业务属性对应的具体的内容。比如,假设业务属性为“姓名”,那么相应的业务属性数据即为具体的名字,比如“张三”、“李四”、“王五”等。在确定了业务属性后,就可以在该业务属性下录入相应的业务属性数据,录入的方式可以是扫描录入,手动录入或加载录入等方式。如图6所示,为一个实施例中,录入与业务属性对应的业务属性数据的界面示意图。
步骤210,将业务属性和业务属性数据以行存储的方式进行保存。
其中,由于行记录是没有数量限制的,所以可以将业务属性以及业务属性数据以行存储的方式进行保存。后续通过行列转换就可以实现将相应的业务属性以及业务属性数据以列的形式展示在数据表格中。上述业务属性动态扩展方法,用户只需要简单配置相应的业务属性及业务属性数据即可,不需要有专业的开发技术,大大降低了开发门槛。
在一个实施例中,业务属性数据中的每一条数据都对应有数据标识和属性标识;通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示,包括:获取业务属性数据中的每一条数据对应的数据标识和相应的属性标识;根据数据标识和属性标识通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
其中,业务属性数据中的每一条数据都会对应有数据标识,数据标识用于唯一标识该数据的归属,比如,如果录入的是关于人员的数据,那么每个人员对应的唯一编号就是相应的数据标识。在数据表格中同一行中的数据对应的是同一个数据标识。比如,如果是人员统计信息,包括姓名、性别、年龄,假设相应的同一行的业务属性数据分别为:张三、男、24,那么这三个业务属性数据对应同一数据标识,表示的是同一个人的数据。属性标识用于唯一标识一个属性,在数据表格中同一列的数据对应的是同一个属性标识。比如,“姓名”这一列对应的业务数据对应的都是姓名这个业务标识。根据数据标识和属性标识将同一数据标识的转换为同一行,将同一属性标识的转换为同一列,这样就实现了将业务属性以及业务属性数据在数据表格中以列的形式进行展示。即根据数据标识和属性标识就可以确定业务属性数据中的每一条数据的位置,使其有规则的排列在数据表格中,数据表格中的每一行对应的是同一数据标识的数据,每一列对应的是同一属性标识的数据。
在一个实施例中,根据数据标识和属性标识通过行列转换的方式将业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示,包括:获取待转换为列的业务属性数据,将业务属性数据通过行列转换的方式转换为一列,一列中包含有多个业务属性对应的业务属性数据;获取业务属性数据中每一条数据对应的数据标识,根据数据标识将同一数据标识对应的业务属性数据转换为一列中的同一行;根据业务属性的属性标识在同一行中保留与列的业务属性对应的业务属性数据。
其中,获取待转换为列的业务属性数据,通过行列转换将所有的业务数据都转换为了一列,然后根据数据标识将同一数据标识的业务属性数据转换为该列的同一行,然后根据该列对应的业务属性的属性标识在同一行中保留与该列所对应的业务属性标识对应的业务属性数据。如图7所示,为一个实施例中,先转换为一列,再将同一数据标识的业务属性数据转换为同一行,最后只保留与业务属性对应的业务属性数据的过程示意图。通过行列转换后的处理可以得到每一列业务属性对应的业务属性数据。
在一个实施例中,根据业务属性的属性标识在同一行中保留与列的业务属性对应的业务属性数据,包括:根据业务属性的属性标识在同一行中去除非业务属性对应的业务属性数据,得到去除后的结果;当去除后的结果中包含有标点符号时,则去除标点符号,得到只包含有与业务属性对应的业务属性数据。
其中,通过行列转换将所有的业务数据都转换为了一列,同一数据标识的业务属性数据转换为该列的同一行,由于该同一行中包含有多个业务属性的业务属性数据,而一列对应的业务属性只有一个,所以要去掉同一行中非业务属性对应的业务属性数据,即去掉不属于该列的业务属性数据,得到去除结果,当去除结果中包含有标点符号时,则还需要相应地去掉标点符号(比如,逗号),如图8所示,为一个实施例中,去除非业务属性对应的业务属性数据和标点符号的示意图。
如图9所示,在一个实施例中,提出了一种业务属性动态扩展方法,具体包括以下步骤:
步骤902,获取业务对象对应的固有业务属性以及相应的固有业务属性数据。
其中,该业务属性动态扩展方法可以基于之前设计的数据表格来实现,为了区分,将可以在之前数据表格中设定的业务属性及业务属性数据称为“固有业务属性”和“固有业务属性数据”。
步骤904,获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据。
其中,当需要在该固有属性的基础上扩展业务属性时,则将需要扩展的业务属性以及业务属性以行存储的方式进行保存。
步骤906,根据固有业务属性和以行存储的方式保存的业务属性确定业务对象对应的业务属性数据结构。
其中,业务属性数据结构是指业务对象对应的所有的业务属性所构成的结构特征。业务属性数据结构包括所有业务属性以及各个业务属性在表格中的位置。当需要展示业务对象对应的业务属性时,既需要获取固有业务属性,也需要获取动态扩展的以行存储的方式保存的业务属性,根据该固有业务属性和动态扩展的业务属性就可以得到相应的业务属性数据结构,便于后续根据该业务属性数据结构进行业务属性的展示。
步骤908,根据业务属性数据结构将固有业务属性和固有业务属性数据以列的形式进行展示,通过行列转换将以行存储的方式保存的业务属性和业务属性数据以列的显示进行展示。
其中,固有业务属性以及相应的固有业务属性数据在数据表格中本身就是以列的形式存在的,而动态扩展的业务属性是以行存储的方式存在的,所以需要通过行列转换的方式将动态扩展的业务属性也以列的形式展示在数据表格中,这样就实现了将业务对象对应的所有业务属性以列的形式在数据表格中进行展示。该业务属性动态扩展方式不需要改变已有的数据表结构,就可以实现动态扩展业务属性的目的,简单方便,不仅开发成本低、效率好,且开发门槛低。
如图10所示,本发明实施例提供一种业务属性动态扩展装置,所述装置包括:
获取模块1002,用于获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;
转换模块1004,用于通过行列转换的方式将所述业务属性以及相应的业务属性转换为列的形式在数据表格中进行展示。
如图11所示,在一个实施例中,所述装置还包括:
建立模块1006,用于通过配置界面接收业务对象对应的业务属性,建立所述业务对象与所述业务属性之间的对应关系;
接收模块1008,用于接收录入的与每个业务属性对应的业务属性数据;
保存模块1010,用于将所述业务属性和所述业务属性数据以行存储的方式进行保存。
在一个实施例中,所述业务属性数据中的每一条数据都对应有数据标识和属性标识;所述转换模块还用于获取业务属性数据中的每一条数据对应的数据标识和相应的属性标识,根据所述数据标识和所述属性标识通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
在一个实施例中,所述转换模块还用于获取待转换为列的业务属性数据,将所述业务属性数据通过行列转换的方式转换为一列,所述一列中包含有多个业务属性对应的业务属性数据;获取所述业务属性数据中每一条数据对应的数据标识,根据所述数据标识将同一数据标识对应的业务属性数据转换为所述一列中的同一行;根据所述业务属性的属性标识在所述同一行中保留与所述列的业务属性对应的业务属性数据。
在一个实施例中,所述转换模块还用于根据所述业务属性的属性标识在所述同一行中去除非所述业务属性对应的业务属性数据,得到去除后的结果,当所述去除后的结果中包含有标点符号时,则去除所述标点符号,得到只包含有与所述业务属性对应的业务属性数据。
如图12所示,在一个实施例中,所述装置还包括:
固有获取模块1012,用于获取所述业务对象对应的固有业务属性以及相应的固有业务属性数据;
确定模块1014,用于根据所述固有业务属性和所述以行存储的方式保存的业务属性确定所述业务对象对应的业务属性数据结构;
所述转换模块还用于根据所述业务属性数据结构将所述固有业务属性数据和所述以行存储的方式保存的业务属性数据在数据表格中都以列的形式进行展示。
图13示出了一个实施例中计算机设备的内部结构图。该计算机可以是终端。如图13所示,该计算机设备包括通过系统总线连接的处理器、存储器、显示屏和网络接口。其中,存储器包括非易失性存储介质和内存储器。该计算机设备的非易失性存储介质存储有操作系统,还可存储有计算机程序,该计算机程序被处理器执行时,可使得处理器实现业务属性动态扩展方法。该内存储器中也可储存有计算机程序,该计算机程序被处理器执行时,可使得处理器执行业务属性动态扩展方法。显示屏用于展示数据表格以及相应的数据,网络接口用于与外界进行通信。本领域技术人员可以理解,图13中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
在一个实施例中,本申请提供的业务属性动态扩展方法可以实现为一种计算机程序的形式,计算机程序可在如图13所示的计算机设备上运行。计算机设备的存储器中可存储组成该业务属性动态扩展装置的各个程序模板。比如,获取模块1002和转换模块1004。
一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如下步骤:获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一非易失性计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)
DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对本申请专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。
Claims (10)
- 一种业务属性动态扩展方法,其特征在于,所述方法包括:获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
- 根据权利要求1所述的方法,其特征在于,在所述获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据之前,还包括:通过配置界面接收业务对象对应的业务属性,建立所述业务对象与所述业务属性之间的对应关系;接收录入的与每个业务属性对应的业务属性数据;将所述业务属性和所述业务属性数据以行存储的方式进行保存。
- 根据权利要求1所述的方法,其特征在于,所述业务属性数据中的每一条数据都对应有数据标识和属性标识;所述通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示,包括:获取业务属性数据中的每一条数据对应的数据标识和相应的属性标识;根据所述数据标识和所述属性标识通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示。
- 根据权利要求3所述的方法,其特征在于,所述根据所述数据标识和所述属性标识通过行列转换的方式将所述业务属性以及相应的业务属性数据转换为列的形式在数据表格中进行展示,包括:获取待转换为列的业务属性数据,将所述业务属性数据通过行列转换的方式转换为一列,所述一列中包含有多个业务属性对应的业务属性数据;获取所述业务属性数据中每一条数据对应的数据标识,根据所述数据标识将同一数据标识对应的业务属性数据转换为所述一列中的同一行;根据所述业务属性的属性标识在所述同一行中保留与所述列的业务属性对应的业务属性数据。
- 根据权利要求4所述的方法,其特征在于,所述根据所述业务属性的属性标识在所述同一行中保留与所述列的业务属性对应的业务属性数据,包括:根据所述业务属性的属性标识在所述同一行中去除非所述业务属性对应的业务属性数据,得到去除后的结果;当所述去除后的结果中包含有标点符号时,则去除所述标点符号,得到只包含有与所述业务属性对应的业务属性数据。
- 根据权利要求1所述的方法,其特征在于,在所述通过行列转换的方式将所述业务属性以及相应的业务属性转换为列的形式在数据表格中进行展示之前,还包括:获取所述业务对象对应的固有业务属性以及相应的固有业务属性数据;根据所述固有业务属性和所述以行存储的方式保存的业务属性确定所述业务对象对应的业务属性数据结构;所述通过行列转换的方式将所述业务属性以及相应的业务属性转换为列的形式在数据表格中进行展示,包括:根据所述业务属性数据结构将所述固有业务属性数据和所述以行存储的方式保存的业务属性数据在数据表格中都以列的形式进行展示。
- 一种业务属性动态扩展装置,其特征在于,所述装置包括:获取模块,用于获取业务对象对应的以行存储的方式保存的业务属性和业务属性数据;转换模块,用于通过行列转换的方式将所述业务属性以及相应的业务属性转换为列的形式在数据表格中进行展示。
- 根据权利要求7所述的装置,其特征在于,所述装置还包括:建立模块,用于通过配置界面接收业务对象对应的业务属性,建立所述业务对象与所述业务属性之间的对应关系;接收模块,用于接收录入的与每个业务属性对应的业务属性数据;保存模块,用于将所述业务属性和所述业务属性数据以行存储的方式进行保存。
- 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如权利要求1至6中任一项所述方法的步骤。
- 一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如权利要求1至6中任一项所述方法的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811585299.6A CN111352983A (zh) | 2018-12-24 | 2018-12-24 | 业务属性动态扩展方法、装置、计算机设备及存储介质 |
| CN201811585299.6 | 2018-12-24 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020132890A1 true WO2020132890A1 (zh) | 2020-07-02 |
Family
ID=71127275
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2018/123611 Ceased WO2020132890A1 (zh) | 2018-12-24 | 2018-12-25 | 业务属性动态扩展方法、装置、计算机设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN111352983A (zh) |
| WO (1) | WO2020132890A1 (zh) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114201545B (zh) * | 2022-02-16 | 2022-04-22 | 希维科技(广州)有限公司 | 数据处理方法、装置、终端设备及存储介质 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104239580A (zh) * | 2014-10-13 | 2014-12-24 | 武汉大学 | 基于值-列映射的通用单字段拆分数据抽取方法和装置 |
| WO2015106711A1 (zh) * | 2014-01-20 | 2015-07-23 | 阿里巴巴集团控股有限公司 | 一种为半结构化数据构建NoSQL数据库索引的方法及装置 |
| CN106844324A (zh) * | 2017-02-22 | 2017-06-13 | 浪潮通用软件有限公司 | 一种变动列数据导出为Excel格式的方法 |
| CN106919687A (zh) * | 2017-03-03 | 2017-07-04 | 济南浪潮高新科技投资发展有限公司 | 一种通用的内存数据表行转列展示的实现方法 |
| CN107291961A (zh) * | 2017-08-08 | 2017-10-24 | 中国银行股份有限公司 | 一种数据处理方法及装置 |
| CN108595627A (zh) * | 2018-04-23 | 2018-09-28 | 温州市鹿城区中津先进科技研究院 | 一种自助式数据分析建模平台 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2004252655A (ja) * | 2003-02-19 | 2004-09-09 | Seiko Epson Corp | マークアップ言語で表された表を展開するファイル変換装置 |
| CN105701112A (zh) * | 2014-11-26 | 2016-06-22 | 华为软件技术有限公司 | 一种数据处理方法、装置及系统 |
| CN104537069B (zh) * | 2014-12-26 | 2017-12-26 | 远光软件股份有限公司 | 一种单据配置及应用系统及其方法 |
| CN106557531B (zh) * | 2015-09-30 | 2020-07-03 | 伊姆西Ip控股有限责任公司 | 复杂结构对象转换成平面化数据的方法、设备和存储介质 |
-
2018
- 2018-12-24 CN CN201811585299.6A patent/CN111352983A/zh active Pending
- 2018-12-25 WO PCT/CN2018/123611 patent/WO2020132890A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2015106711A1 (zh) * | 2014-01-20 | 2015-07-23 | 阿里巴巴集团控股有限公司 | 一种为半结构化数据构建NoSQL数据库索引的方法及装置 |
| CN104239580A (zh) * | 2014-10-13 | 2014-12-24 | 武汉大学 | 基于值-列映射的通用单字段拆分数据抽取方法和装置 |
| CN106844324A (zh) * | 2017-02-22 | 2017-06-13 | 浪潮通用软件有限公司 | 一种变动列数据导出为Excel格式的方法 |
| CN106919687A (zh) * | 2017-03-03 | 2017-07-04 | 济南浪潮高新科技投资发展有限公司 | 一种通用的内存数据表行转列展示的实现方法 |
| CN107291961A (zh) * | 2017-08-08 | 2017-10-24 | 中国银行股份有限公司 | 一种数据处理方法及装置 |
| CN108595627A (zh) * | 2018-04-23 | 2018-09-28 | 温州市鹿城区中津先进科技研究院 | 一种自助式数据分析建模平台 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111352983A (zh) | 2020-06-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN105094707B (zh) | 一种数据存储、读取方法及装置 | |
| CN110990390B (zh) | 数据协同处理方法、装置、计算机设备和存储介质 | |
| TW201832143A (zh) | 合約生成方法和裝置 | |
| JP6168996B2 (ja) | コンテンツ制御方法、コンテンツ制御装置およびプログラム | |
| CN104866497A (zh) | 分布式文件系统列式存储的元数据更新方法、装置、主机 | |
| WO2017049757A1 (zh) | 存储时间序列数据的方法和装置 | |
| CN112307384B (zh) | 页面快照展示方法、装置、电子设备及存储介质 | |
| CN114116712A (zh) | 扩展字段处理方法、装置、电子设备及存储介质 | |
| WO2018149138A1 (zh) | 无线保真Wi-Fi连接方法及相关产品 | |
| CN113553814A (zh) | 一种表单内容扩充方法、装置、设备及介质 | |
| WO2020132890A1 (zh) | 业务属性动态扩展方法、装置、计算机设备及存储介质 | |
| CN108520401B (zh) | 用户名单管理方法、装置、平台及存储介质 | |
| CN105095478A (zh) | 一种获取分布式文件系统中文件的创建时间的方法及装置 | |
| CN116644096B (zh) | 文件导出方法、装置、计算机设备和存储介质 | |
| CN107784064B (zh) | 网页数据处理方法、装置、计算机设备及计算机存储介质 | |
| CN107391100A (zh) | 一种支持多语言账单的配置文件生成方法及装置 | |
| CN110019518B (zh) | 数据处理方法及设备 | |
| CN112416401B (zh) | 一种数据更新方法、装置及设备 | |
| CN118075561A (zh) | 一种视频编辑方法及设备 | |
| CN116910115A (zh) | 客群查询方法、装置、计算机设备和存储介质 | |
| CN115658648A (zh) | 基于物联网场景的时序数据库对比方法和装置 | |
| CN116166879A (zh) | 分享业务处理方法、装置、计算机设备和存储介质 | |
| CN116561456B (zh) | 信息筛选方法、装置和计算机设备 | |
| JP2000330983A (ja) | かな漢字変換システム、かな漢字変換方法、および記録媒体 | |
| CN114036132A (zh) | 对象信息的处理方法、装置、存储介质和电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 18944446 Country of ref document: EP Kind code of ref document: A1 |