CN110866054A - Label configuration method and device and computer storage medium - Google Patents

Label configuration method and device and computer storage medium Download PDF

Info

Publication number
CN110866054A
CN110866054A CN201910987691.1A CN201910987691A CN110866054A CN 110866054 A CN110866054 A CN 110866054A CN 201910987691 A CN201910987691 A CN 201910987691A CN 110866054 A CN110866054 A CN 110866054A
Authority
CN
China
Prior art keywords
label
component
tag
information
data structure
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.)
Pending
Application number
CN201910987691.1A
Other languages
Chinese (zh)
Inventor
周勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suning Cloud Computing Co Ltd
Original Assignee
Suning Cloud Computing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201910987691.1A priority Critical patent/CN110866054A/en
Publication of CN110866054A publication Critical patent/CN110866054A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2291User-Defined Types; Storage management thereof

Abstract

The embodiment of the invention discloses a label configuration method, a label configuration device and a computer storage medium, which solve the technical problems that similar labels cannot be reused and the workload is large when labels are newly added and updated. In the embodiment of the invention, component information is acquired, a label atomic component is constructed according to the component information, and the label atomic component is added into an atomic component set; acquiring label information, and selecting a label atom component from the atom component set according to the label information; tags are constructed based on the selected tag atom components. The embodiment of the invention modularizes the label, constructs the label based on the label atom component, enables the complex label to be formed by splicing a plurality of label atom components, and the similar label can be reused as long as the constructed label atom components are the same, thereby avoiding repeated development. When the label is newly added or updated, only the label atomic component needs to be newly added or updated, and the label constructed by the label atomic component can be updated, so that the workload is greatly reduced, and the difficulty in updating or newly adding the label on line is reduced.

Description

Label configuration method and device and computer storage medium
Technical Field
The invention relates to the technical field of label management, in particular to a label configuration method, a label configuration device and a computer storage medium.
Background
In the field of big data, by marking different labels on the data, the specified data can be screened out according to the labels. For example, a member group that meets the specified conditions (age range 21-22, member level V1) is selected based on the labels "age" and "member level".
The current label configuration process is as follows: firstly, defining basic information of a label and issuing the basic information to a service system; after receiving the basic information of the labels, the service system manually splices the execution expressions of the labels according to the label definition template and inputs the execution expressions into a label data dictionary; and communicating the front-end development and the background to acquire a label definition template, and manually developing a label interaction interface. When a service screening requirement exists, service personnel select a label on an interactive interface of the label and input a parameter value, a service system background is spliced according to the input parameter value and an execution expression of the corresponding label to form an executable label execution statement, and the service system issues the executable label execution statement to a label service platform to screen a guest group. The above method has the following disadvantages: similar labels cannot be reused, such as labels of 'search click rate in near 1 day' and 'search click rate in near 3 days', the two labels are different only in field, but need to be developed respectively, and when the labels are added and updated, the workload of manual operation is huge.
Disclosure of Invention
Embodiments of the present invention provide a tag configuration method, apparatus, and computer storage medium, which solve the technical problems that similar tags cannot be reused and the workload is large when adding and updating tags.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
in a first aspect, an embodiment of the present invention provides a tag configuration method, including:
acquiring component information, constructing a label atom component according to the component information, and adding the label atom component into an atom component set;
acquiring label information, and selecting a label atom component from the atom component set according to the label information;
tags are constructed based on the selected tag atom components.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the method further includes sending the tag to a service system, specifically: and generating a front-end data structure message of the label according to the label information and the component information of the selected label atomic component and a front-end data structure message format, and sending the front-end data structure message to a service system, wherein the front-end data structure message is used for the service system to analyze and generate a configuration interactive interface of the label.
With reference to the first aspect, in a second possible implementation manner of the first aspect, the method further includes:
receiving a tag configuration data structure message sent by a service system, and converting the tag configuration data structure message into a tag execution expression, wherein the tag configuration data structure message is generated according to a tag configuration data structure format according to tag parameters after the tag parameters are obtained by the service system.
With reference to the first aspect, in a third possible implementation manner of the first aspect, the component information includes a component name, a logical operator, and a parameter type; the tag information includes a tag name and a component name of a tag atom component from which the tag can be constructed.
With reference to the first aspect, in a fourth possible implementation manner of the first aspect, the component information and the tag information are obtained through a user interaction interface.
In a second aspect, an embodiment of the present invention provides a tag configuration apparatus, including:
the component construction module is used for acquiring component information, constructing a label atom component according to the component information and adding the label atom component into an atom component set;
the label definition module is used for acquiring label information and selecting a label atom component from the atom component set according to the label information;
a tag building module that builds tags based on the selected tag atom components.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the apparatus further includes:
the label pushing module is used for sending the label to a service system;
the label pushing module is further configured to generate a front-end data structure message of the label according to the label information and the component information of the selected label atomic component and according to a front-end data structure message format, and send the front-end data structure message to a service system, where the front-end data structure message is used for the service system to analyze and generate a configuration interactive interface of the label.
With reference to the second aspect, in a second possible implementation manner of the second aspect, the apparatus further includes:
and the escape module is used for receiving a label configuration data structure message sent by the service system and escaping the label configuration data structure message into a label execution expression, wherein the label configuration data structure message is generated according to a label configuration data structure format according to the label parameters after the service system obtains the label parameters.
With reference to the second aspect, in a third possible implementation manner of the second aspect, the component information includes a component name, a logical operator, and a parameter type; the tag information includes a tag name and a component name of a tag atom component from which the tag can be constructed.
In a third aspect, an embodiment of the present invention provides a computer storage medium, which is characterized by comprising computer instructions that, when executed by a processor, implement the tag configuration method described above.
The embodiment of the invention provides a tag configuration method, a tag configuration device and a computer storage medium, and solves the technical problems that similar tags cannot be reused and the workload is large when the tags are added and updated. In the embodiment of the invention, firstly, component information is obtained, a label atom component is constructed based on the component information, and the label atom component is added into an atom component set; then obtaining label information, and selecting a label atom component from the atom component set according to the label information; finally, tags are constructed based on the selected tag atom components. Compared with the prior art, the embodiment of the invention extracts the general display form of the label, componentizes the label, constructs the atomic component and constructs the label based on the atomic component, so that the complex label can be formed by splicing a plurality of atomic components, similar labels can be reused as long as the constructed atomic components are the same, the reusability is increased, and the repeated development is avoided. When the label is newly added, if the existing label atomic component can be formed, development is not needed, when the label is updated, only the atomic component needs to be modified, and the label formed by the atomic component can be updated, so that the workload is greatly reduced, the label management efficiency is improved, and the difficulty in updating or adding the label on line is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a tag configuration method according to an embodiment of the present invention;
fig. 2 is a flowchart of a tag configuration method according to another embodiment of the present invention;
FIG. 3 is a flow chart of a specific example of an embodiment of the present invention;
fig. 4 is a block diagram of a tag configuration apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. Based on the embodiments of the present invention, those skilled in the art can obtain the embodiments without any inventive step in advance, and the embodiments are within the protection scope of the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
An embodiment of the present invention provides a tag configuration method, as shown in fig. 1, including:
s110, acquiring component information, constructing a label atom component according to the component information, and adding the label atom component into an atom component set.
In the embodiment of the present invention, the tag atom component is a general presentation form unit constituting a tag, such as a numerical value (range), multiple choice, single choice, date range, and the like. Tags can be constructed by one or more tag atom components, e.g., a value (range) can constitute an age tag and multiple choices can constitute an affiliate level tag.
The component information includes a component name, logical operators, and parameter types. Wherein the logical operators are ═ <, <! The parameter types are classified into a single value (String) and a List (List). For example, when constructing a numerical (range) tag atom component, the component information obtained is as follows: the component name is "value (range)", the logical operators are "> ═ and" < ═ ", and the parameter type is" String ". And after acquiring the component information, randomly generating a component ID, generating a piece of component data according to the component information and the component ID, and storing the component data in a component table of a database, namely constructing a label atom component. And when a label atom component is newly built, a new piece of component data is correspondingly added in a component table of the database, and a label atom component is added in the atom component set.
In some embodiments, the component information is obtained through an atomic configuration interactive interface. The tag configuration system generates an atomic configuration interactive interface, tag management personnel can fill component information in the atomic configuration interactive interface, and after the tag configuration system background acquires the component information, a component ID is randomly generated, and a piece of component data is generated and stored in the database. The label atom component is constructed by acquiring the component information through the interactive interface, the operation is simple and convenient, the label atom component can be constructed quickly, and the working efficiency is improved.
S120, obtaining label information, and selecting a label atom component from the atom component set according to the label information. Building a label based on the atomic components.
The label information comprises label basic information and atom information, the label basic information comprises a label number and a label name, and the atom information comprises a component name and a component field of a label atom component which can construct the label.
In some embodiments, the tag information is obtained by configuring the interactive interface with a tag component. The tag configuration system generates a tag component configuration interactive interface, and the tag component configuration interactive interface displays basic information of all tag atomic components in the atomic component set, wherein the basic information comprises component names and component IDs. And the label manager fills label information in the label component configuration interactive interface, and after the label configuration system background acquires the information, component data of the label atomic component of the label is constructed in the component table of the database according to the label information.
S130, constructing the label based on the selected label atom component.
And generating a new piece of label data, storing the new piece of label data in a label table of the database, and establishing data connection between the label data and the component data.
The label information is configured through the interactive interface, the operation is simple and convenient, the label atomic components can be quickly selected to construct the label, the workload is reduced, and the working efficiency is improved.
According to an embodiment of the present invention, the tag configuration method shown in fig. 2 further includes:
and S140, sending the label to a service system.
In some embodiments, the label name to be issued and the name of the service system are acquired through the label issuing interactive interface. The label manager can select the service system to be issued and the label to be issued on the label issuing interactive interface, the operation is simple and convenient, and the working efficiency is improved.
According to an embodiment of the present invention, step S140 specifically includes generating a front-end data structure packet of the tag according to the tag information of the issued tag and the component information of the tag atomic component constructing the tag, and sending the front-end data structure packet to a service system.
The front-end data structure message for generating the label specifically extracts the label data of the label and the component data for establishing data connection with the label data, and generates the front-end data structure message according to a self-defined front-end data structure format. The front end data structure format is formed by the label configuration system and the business system convention, the label configuration system generates the message according to the self-defined front end data structure format, and the business system can analyze and generate the corresponding interactive interface.
And after receiving the front-end data structure message sent by the label configuration system, the service system analyzes the front-end data structure message and generates a label interaction interface.
The embodiment of the invention defines the message format sent to the service system by the label configuration system, so that the service system automatically generates the label interactive interface after analyzing the message, the label interactive interface of the service system is not required to be manually developed, label development errors caused by manually understanding label definition errors are avoided, front-end codes of the label interactive interface are not required to be maintained, the workload is reduced, and the online process when the label is newly added or updated is simplified.
According to an embodiment of the present invention, further comprising:
s150, receiving a label configuration data structure message sent by a service system, and interpreting the label configuration data structure message into a label execution expression.
The label configuration data structure message is generated and sent to the label configuration system according to the label configuration data structure message format after the service system obtains the label parameters through the label interaction interface, and the label configuration system receives the label configuration data structure message and then transfers the label configuration data structure message into a label execution expression according to the transfer template. The label configuration data structure message format and the escape template are both formed by the agreement of a label configuration system and a service system, the service system generates messages according to the self-defined label configuration data structure format, and the label configuration system can generate a corresponding label execution expression according to the escape template escape.
The embodiment of the invention defines the message format sent to the label configuration system by the service system, so that the label configuration system automatically defines the label execution expression after analyzing the message, the label execution expression does not need to be spliced manually, the workload is reduced, and the accuracy is ensured.
FIG. 3 is a diagram illustrating information interaction for a specific example of an embodiment of the present invention, wherein an age tag is configured to screen out guests in the age range of 21-22 years.
Step 20, the tag configuration system constructs a numerical (range) tag atom component.
Step 201, obtaining component information configured by a tag manager through an atomic configuration interactive interface. The label manager fills in the component name as 'value (range)' on the atom configuration interactive interface, the logic operators are '> ═ and' < ═ and the parameter type is 'String'.
Step 202, generate a component ID for the numeric (range) tag atom component of 10.
Step 203, generating component data of the numerical value (range) label atom component according to the component information and the component ID, and storing the component data in a component table of the database.
And step 21, constructing an age label by the label configuration system.
And step 211, acquiring the tag information configured by the tag manager through the tag component configuration interactive interface, wherein the tag information includes the selected tag atom component and the configured component field. The label manager fills in the label name 'age' in the label component configuration interface, selects the label atom component 'value (range)' and fills in two initial fields of the value (range) label atom component.
Step 212, generating age tag data to be stored in a tag table of the database, wherein the age tag data comprises the obtained tag name and the component field, and establishing data connection between the age tag data and the component data of the numerical value (range) tag atomic component in the database.
And step 22, the label configuration system sends the age label to a service system.
And step 221, after the to-be-issued label configured by the label manager is acquired as an age label and the to-be-issued system is a first service system, extracting label data of the age label in the database and component data of a numerical value (range) label atomic component connected with the age label data.
Step 223, assemble the above data into a front end data structure message according to the front end data structure format, and send it to the first service system through the middle message component.
And step 23, generating an age tag configuration interactive interface by the first business system.
And the first service system receives the front-end data structure message sent by the label configuration system, analyzes the self-defined front-end data structure message and generates an age label configuration interactive interface.
The method comprises the following specific steps of generating an age tag configuration interactive interface: and loading the interface control of the numerical value (range), and binding the interface control to the initial field of the component.
And 24, the first service system acquires the age label parameters and generates a label configuration data structure message.
After acquiring age tag parameters (21, 22) configured on an age tag interactive interface by a user, a first service system generates a tag configuration data structure message according to tag data of an age tag and component data of a numerical value (range) tag atomic component and a tag configuration data structure format.
And step 25, the first service system sends the label configuration data structure message to the label configuration system.
And 26, receiving the tag configuration data structure message by the tag configuration system, and converting the tag configuration data structure message into an age tag execution expression, wherein the age tag execution expression is used for performing screening on a bottom data source.
The tag configuration method provided by the embodiment of the invention solves the technical problems that similar tags cannot be reused and the workload is large when the tags are newly added and updated. In the embodiment of the invention, firstly, component information is obtained, and a label atom component is constructed based on the component information; and then acquiring label information, selecting a label atom component according to the label information, and constructing a label based on the label atom component. Compared with the prior art, the embodiment of the invention extracts the general display form of the label, componentizes the label, constructs the atomic component and constructs the label based on the atomic component, so that the complex label can be formed by splicing a plurality of atomic components, similar labels can be reused as long as the constructed atomic components are the same, the reusability is increased, and the repeated development is avoided. When the label is newly added, if the existing label atomic component can be formed, development is not needed, when the label is updated, only the atomic component needs to be modified, and the label formed by the atomic component can be updated, so that the workload is greatly reduced, the label management efficiency is improved, and the difficulty in updating or adding the label on line is reduced.
An embodiment of the present invention further provides a tag configuration apparatus, as shown in fig. 4, including:
the component construction module is used for acquiring component information, constructing a label atom component according to the component information and adding the label atom component into an atom component set;
the label definition module is used for acquiring label information and selecting a label atom component from the atom component set according to the label information;
a tag building module that builds tags based on the selected tag atom components.
According to an embodiment of the invention, the apparatus further comprises:
the label pushing module is used for sending the label to a service system;
the label pushing module is further configured to generate a front-end data structure message of the label according to the label information and the component information of the selected label atomic component and according to a front-end data structure message format, and send the front-end data structure message to a service system, where the front-end data structure message is used for the service system to analyze and generate a configuration interactive interface of the label.
According to an embodiment of the invention, the apparatus further comprises:
and the escape module is used for receiving a label configuration data structure message sent by the service system and escaping the label configuration data structure message into a label execution expression, wherein the label configuration data structure message is generated according to a label configuration data structure format according to the label parameters after the service system obtains the label parameters.
According to one embodiment of the invention, the component information includes a component name, logical operators, and parameter types; the label information includes a label name and a component name of a component of the label atom that can construct the label.
According to one embodiment of the invention, the component information and the tag information are obtained through a user interaction interface.
The tag configuration device provided by the embodiment of the invention solves the technical problems that similar tags cannot be reused and the workload is large when the tags are newly added and updated. In the embodiment of the invention, a component construction module acquires component information, constructs a label atom component based on the component information, and adds the label atom component into an atom component set; the label definition module acquires label information and selects a label atom component from the atom component set according to the label information; a tag building module builds tags based on the selected tag atom components. Compared with the prior art, the embodiment of the invention extracts the general display form of the label, componentizes the label, constructs the atomic component and constructs the label based on the atomic component, so that the complex label can be formed by splicing a plurality of atomic components, similar labels can be reused as long as the constructed atomic components are the same, the reusability is increased, and the repeated development is avoided. When the label is newly added, if the existing label atomic component can be formed, development is not needed, when the label is updated, only the atomic component needs to be modified, and the label formed by the atomic component can be updated, so that the workload is greatly reduced, the label management efficiency is improved, and the difficulty in updating or adding the label on line is reduced.
The embodiment of the present invention further provides a computer storage medium, where computer instructions are stored in the computer storage medium, and when the computer instructions are executed by a processor, the steps of the tag configuration method are implemented.
The computer storage medium provided in the embodiment of the present invention is used to execute the tag configuration method provided above, and therefore, the beneficial effects that can be achieved by the computer storage medium can refer to the beneficial effects in the corresponding method provided above, and are not described herein again.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus embodiment, since it is substantially similar to the method embodiment, it is relatively simple to describe, and reference may be made to some descriptions of the method embodiment for relevant points. Those skilled in the art will appreciate that the modules in the devices in the embodiments may be adaptively changed and arranged in one or more devices different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A tag configuration method, comprising:
acquiring component information, constructing a label atom component according to the component information, and adding the label atom component into an atom component set;
acquiring label information, and selecting a label atom component from the atom component set according to the label information;
tags are constructed based on the selected tag atom components.
2. The method according to claim 1, characterized in that it further comprises sending said tag to a service system, in particular: and generating a front-end data structure message of the label according to the label information and the component information of the selected label atomic component and a front-end data structure message format, and sending the front-end data structure message to a service system, wherein the front-end data structure message is used for the service system to analyze and generate a configuration interactive interface of the label.
3. The method of claim 1, further comprising:
receiving a tag configuration data structure message sent by a service system, and converting the tag configuration data structure message into a tag execution expression, wherein the tag configuration data structure message is generated according to a tag configuration data structure format according to tag parameters after the tag parameters are obtained by the service system.
4. The method of claim 1, wherein the component information includes a component name, logical operators, and parameter types; the tag information includes a tag name and a component name of a tag atom component from which the tag can be constructed.
5. The method of claim 1, wherein the component information and the tag information are obtained through a user interaction interface.
6. A label arranging apparatus, comprising:
the component construction module is used for acquiring component information, constructing a label atom component according to the component information and adding the label atom component into an atom component set;
the label definition module is used for acquiring label information and selecting a label atom component from the atom component set according to the label information;
a tag building module that builds tags based on the selected tag atom components.
7. The apparatus of claim 6, further comprising:
the label pushing module is used for sending the label to a service system;
the label pushing module is further configured to generate a front-end data structure message of the label according to the label information and the component information of the selected label atomic component and according to a front-end data structure message format, and send the front-end data structure message to a service system, where the front-end data structure message is used for the service system to analyze and generate a configuration interactive interface of the label.
8. The apparatus of claim 6, further comprising:
and the escape module is used for receiving a label configuration data structure message sent by the service system and escaping the label configuration data structure message into a label execution expression, wherein the label configuration data structure message is generated according to a label configuration data structure format according to the label parameters after the service system obtains the label parameters.
9. The apparatus of claim 6, wherein the component information comprises a component name, logical operators, and parameter types; the tag information includes a tag name and a component name of a tag atom component from which the tag can be constructed.
10. A computer storage medium comprising computer instructions which, when executed by a processor, implement the tag configuration method of any one of claims 1-5.
CN201910987691.1A 2019-10-17 2019-10-17 Label configuration method and device and computer storage medium Pending CN110866054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910987691.1A CN110866054A (en) 2019-10-17 2019-10-17 Label configuration method and device and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910987691.1A CN110866054A (en) 2019-10-17 2019-10-17 Label configuration method and device and computer storage medium

Publications (1)

Publication Number Publication Date
CN110866054A true CN110866054A (en) 2020-03-06

Family

ID=69652196

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910987691.1A Pending CN110866054A (en) 2019-10-17 2019-10-17 Label configuration method and device and computer storage medium

Country Status (1)

Country Link
CN (1) CN110866054A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651696A (en) * 2020-05-29 2020-09-11 泰康保险集团股份有限公司 Product label customizing method and device, computer storage medium and electronic equipment
CN113282850A (en) * 2021-05-18 2021-08-20 北京达佳互联信息技术有限公司 Resource label management method, device, electronic equipment, system and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104111994A (en) * 2014-07-04 2014-10-22 北京思特奇信息技术股份有限公司 Label data screening method and device based on mixed data source
CN108804710A (en) * 2018-06-25 2018-11-13 浪潮软件集团有限公司 Method and device for refining label through model tool based on business rule
CN109144501A (en) * 2018-08-30 2019-01-04 杭州数澜科技有限公司 A kind of method and system generating API by label
CN109492177A (en) * 2018-11-02 2019-03-19 中国搜索信息科技股份有限公司 A kind of web page release method based on web page semantics structure
CN109815377A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Method for building up, device, computer equipment and the storage medium of label
CN110197520A (en) * 2019-04-25 2019-09-03 珠海格力电器股份有限公司 Label generating method, device, terminal device and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104111994A (en) * 2014-07-04 2014-10-22 北京思特奇信息技术股份有限公司 Label data screening method and device based on mixed data source
CN108804710A (en) * 2018-06-25 2018-11-13 浪潮软件集团有限公司 Method and device for refining label through model tool based on business rule
CN109144501A (en) * 2018-08-30 2019-01-04 杭州数澜科技有限公司 A kind of method and system generating API by label
CN109492177A (en) * 2018-11-02 2019-03-19 中国搜索信息科技股份有限公司 A kind of web page release method based on web page semantics structure
CN109815377A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Method for building up, device, computer equipment and the storage medium of label
CN110197520A (en) * 2019-04-25 2019-09-03 珠海格力电器股份有限公司 Label generating method, device, terminal device and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651696A (en) * 2020-05-29 2020-09-11 泰康保险集团股份有限公司 Product label customizing method and device, computer storage medium and electronic equipment
CN113282850A (en) * 2021-05-18 2021-08-20 北京达佳互联信息技术有限公司 Resource label management method, device, electronic equipment, system and storage medium

Similar Documents

Publication Publication Date Title
US10698647B2 (en) Selective sharing for collaborative application usage
EP3511836A1 (en) Generation of automated testing scripts by converting manual test cases
CN111327679B (en) Rule analysis method and device
US7774404B2 (en) Managing software component versions within a service oriented architecture
US20180239692A1 (en) Electronic technology resource evaluation system
US20070124502A1 (en) Script language based network device configuration management system and method
CN103268226B (en) A kind of test script file generates method and device
CN108345532A (en) A kind of automatic test cases generation method and device
US11194686B2 (en) Data agnostic monitoring service
CN104199647A (en) Visualization system and implementation method based on IBM host
CN110866054A (en) Label configuration method and device and computer storage medium
CN114594927A (en) Low code development method, device, system, server and storage medium
US9952962B2 (en) Increasing accuracy of traceability links and structured data
CN109976725B (en) Flow program development method and device based on lightweight flow engine
US20210124752A1 (en) System for Data Collection, Aggregation, Storage, Verification and Analytics with User Interface
CN108259199B (en) Automatic command generation method and device
KR20090000199A (en) Web server application framework, web application processing method using the framework and computer readable medium processing the method
CN102567066B (en) Business system development method, business system
US11570230B1 (en) System and method for creating a protocol-compliant uniform resource locator
CN110929100A (en) Method and device for acquiring value taking path, storage medium and electronic equipment
CN115469849A (en) Service processing system, method, electronic device and storage medium
CN113568614A (en) Task issuing method, electronic device and storage medium
CN113296772A (en) Page configuration method and device, computer equipment and readable storage medium
CN111221610B (en) Page element acquisition method and device
CN114663139A (en) Resource bit processing method and device, storage medium and processor

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200306