CN113641678A - Dynamic service configuration method and system based on multi-dimensional form - Google Patents

Dynamic service configuration method and system based on multi-dimensional form Download PDF

Info

Publication number
CN113641678A
CN113641678A CN202110983969.5A CN202110983969A CN113641678A CN 113641678 A CN113641678 A CN 113641678A CN 202110983969 A CN202110983969 A CN 202110983969A CN 113641678 A CN113641678 A CN 113641678A
Authority
CN
China
Prior art keywords
service
configuration item
configuration
specific
item
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
CN202110983969.5A
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.)
Hangzhou Maycur Technologies Ltd
Original Assignee
Hangzhou Maycur Technologies 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 Hangzhou Maycur Technologies Ltd filed Critical Hangzhou Maycur Technologies Ltd
Priority to CN202110983969.5A priority Critical patent/CN113641678A/en
Publication of CN113641678A publication Critical patent/CN113641678A/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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2264Multidimensional index structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a dynamic service configuration method and a system based on a multidimensional form, wherein the method comprises the following steps: establishing a multi-dimensional form, wherein the multi-dimensional form comprises a service public form, a service specific form and a customer service form; configuring default values of the service public forms and the service specific forms; establishing a SQL standard statement to inquire the type and value of a configuration item in a customer service form; and according to the configuration item type and the configuration item value, covering default values in the service public form and the service specific form. The method and the system can realize the requirement of flexible service configuration in the service upgrading process by storing different service configuration items through the multidimensional form, and simultaneously reduce the data pressure caused by exponential grade rise of service configuration.

Description

Dynamic service configuration method and system based on multi-dimensional form
Technical Field
The invention relates to the technical field of internet, in particular to a dynamic service configuration method and a dynamic service configuration system based on a multi-dimensional form.
Background
Generally, a large software application system interacts with different services, and configures the different services according to different customers and scenes to enable a business process to develop in a direction expected before, and the existing scheme is to fall on a concrete configuration according to a customer number x a service number y x a single service configuration item number z. The complexity detail of the system configuration is increased exponentially along with the number of any dimension of the number of the clients z, the number of the services y and the number of the configuration items z of a single service, and finally, the maintenance cost and the abnormal probability of all the configuration items are greatly increased.
Disclosure of Invention
One of the objectives of the present invention is to provide a dynamic service configuration method and system based on a multidimensional form, which can store different service configuration items through the multidimensional form, so as to meet the requirement of flexible service configuration during the service upgrade process, and reduce the data pressure caused by the exponential level increase of service configuration.
Another object of the present invention is to provide a method and a system for dynamic service configuration based on multidimensional forms, in which the method and the system perform query of configuration items through standard database query statements, and new customers, or new services or configuration items thereof, can directly make all customers take effect at the same time by maintaining corresponding form data, so as to reduce maintenance cost of configuration items.
The invention also aims to provide a dynamic service configuration method and a dynamic service configuration system based on the multidimensional form, the method and the system generate configuration items through the multidimensional form, change of the configuration items is realized in a covering mode, maintenance of different dimensions is realized when all form data are counted, and application of more service scenes can be met through actual configuration item attributes.
In order to achieve at least one of the above objects, the present invention further provides a method for dynamic service configuration based on multi-dimensional forms, the method comprising the steps of:
establishing a multi-dimensional form, wherein the multi-dimensional form comprises a service public form, a service specific form and a customer service form;
configuring default values of the service public forms and the service specific forms;
establishing a SQL standard statement to inquire the type and value of a configuration item in a customer service form;
and according to the configuration item type and the configuration item value, covering default values in the service public form and the service specific form.
According to a preferred embodiment of the present invention, the service public form comprises: a common configuration item type, a common configuration item globally unique code, and common configuration item alternatives, wherein the common configuration item alternatives include single selection and multiple selection.
According to another preferred embodiment of the present invention, the service specific form includes: a particular configuration item type, a particular configuration item globally unique code, a service unique code, and a particular configuration item selectable, wherein the particular configuration item selectable includes single selection and multiple selection.
According to another preferred embodiment of the present invention, the customer service form includes: a unique code of a customer's unique code service, a unique code of a common or specific configuration item, a specific configuration value of a configuration item.
According to another preferred embodiment of the present invention, the SQL standard statement is used to query the service public form, the service specific form, and the customer service form, and perform union operation of the 3 forms, and obtain the customer service configuration item and the value of the configuration item according to the union result of the forms, and further perform the service corresponding to the configuration item.
According to another preferred embodiment of the present invention, when a new customer is added, it is determined whether the customer has a service configuration item, and if so, the unique code of the service configuration item is obtained, and the customer service form is maintained.
According to another preferred embodiment of the invention, when a service is newly added, whether a specific configuration item exists in the newly added service is judged, if yes, a globally unique code of the specific configuration item is obtained, and a service specific configuration item form is maintained; and judging whether the newly added service has a specific configuration value of the service configuration item, and if so, maintaining the customer service form.
According to another preferred embodiment of the present invention, when the service configuration item is newly added, the service common form is maintained if the newly added service configuration item is determined to be the common configuration item, the service specific form is maintained if the newly added service configuration item is determined to be the specific configuration item, and the customer service form is maintained if the newly added service configuration item is determined to be the specific value of the configuration item.
In order to achieve at least one of the above objects, the present invention further provides a dynamic service configuration system based on multi-dimensional forms, which is used for executing the above dynamic service configuration method based on multi-dimensional forms.
The present invention further provides a computer-readable storage medium storing a computer program, which can be executed by a processor to perform the above-mentioned method for dynamic service configuration based on multi-dimensional forms.
Drawings
FIG. 1 is a flow chart of a method for dynamic service configuration based on a multi-dimensional form according to the present invention.
Detailed Description
The following description is presented to disclose the invention so as to enable any person skilled in the art to practice the invention. The preferred embodiments in the following description are given by way of example only, and other obvious variations will occur to those skilled in the art. The basic principles of the invention, as defined in the following description, may be applied to other embodiments, variations, modifications, equivalents, and other technical solutions without departing from the spirit and scope of the invention.
It is understood that the terms "a" and "an" should be interpreted as meaning that a number of one element or element is one in one embodiment, while a number of other elements is one in another embodiment, and the terms "a" and "an" should not be interpreted as limiting the number.
Referring to fig. 1, a schematic diagram of a dynamic service configuration method based on a multidimensional form according to the present invention is shown, where the selection and addition of configuration items are performed based on the multidimensional form, so that operations and maintenance on the form in a service process can be reduced, uncontrollable increase of complexity index of data caused by maintenance of a single-dimensional form can be reduced, and error probability can be reduced, and the method can be widely applied to upgrade and maintenance of business services.
Specifically, the method comprises the following steps: firstly, a service form needs to be created, wherein the service form comprises: the system comprises a service public form (common _ srv _ config _ item), a service specific form (specific _ srv _ config _ item) and a client service form (client _ srv _ config), wherein the service public form is used for storing public configuration items of all services, the public configuration items are configuration items which all services must contain, and the service public form is stored in a database table mode.
The service specific form is used for storing specific configuration items of a service, wherein the specific configuration items are specific configurations of partial services, are generally only applicable to the partial services and are used for executing differentiated services, the service specific form is a database form, and data table query can be performed by adopting the SQL standard language, wherein the service specific form stores default specific configuration items and default specific configuration values.
The customer service form is used for storing public configuration items and non-default configuration items of specific configuration items and storing non-default configuration values of the configuration items, and differentiated scene application is realized by adding and deleting configuration items of specified types in the customer service form.
One advantage of the present invention is that different contents are configured in the 3 forms, and a specific maintenance manner realizes flexible and convenient form update and maintenance, wherein the configuration contents of the service public form include:
the common configuration item unique global code is used for identifying the type of a common configuration item value, wherein the type of the common configuration item value comprises but is not limited to an integer, a Boolean value, a single selection and a multiple selection, the type of the common configuration item value can be randomly selected and added according to scene requirements, and when different configuration items are displayed on a front-end page, different interactions are carried out according to different types of the configuration items. And the common configuration items include defined selectable items (options), each selectable item (option) including: the method comprises the steps of unique selectable item identification (code), readability text (description) describing selectable items, and values (value) corresponding to the selectable items, wherein the values (value) corresponding to the selectable items can be represented by a power n including but not limited to 2, and the values (value) corresponding to different selectable items are different in value n, so that the values (value) can be used for judging whether the selectable items (option) are effective or not. The value of the public configuration item is the value (value) corresponding to any selectable item (option) in the single selection mode, and the value of the public configuration item is the sum of the values (values) corresponding to a plurality of selectable items (option) in the multiple selection mode, so that the effective selectivity of the configuration item is greatly improved through the single selection mode and the multiple selection mode, and the configuration item is more suitable for various service scenes. The default value of the public configuration item is default _ item _ value.
The contents of the service specific form include: a unique code (srv _ code) of the service; a globally unique code (item _ code) for a particular configuration item; type of the specific configuration item value: including but not limited to integers, boolean values, single and multiple selections; the types of the above-mentioned specific configuration item values may be selectively extended according to a service scenario, and the specific configuration item values include defined options (options), each of which includes: a unique identifier (code) of the selectable item, a readability text (description) describing the selectable item, and a value (value) corresponding to the selectable item. In the single-selection mode, the specific configuration item value is a value (value) corresponding to any one selectable item (option), and in the multiple-selection mode, the specific configuration item value is the sum of values (values) corresponding to a plurality of selectable items (options). The default value of the specific configuration item value is default _ item _ value.
The contents of the customer service form include: the unique code of the client (client _ code), the unique code of the service (srv _ code), the globally unique code of the common configuration item or the specific configuration item (item _ code), the specific configuration value of the configuration item (actual _ item _ value), it should be noted that the specific configuration value of the specific configuration item and the default value of the configuration item are different.
It should be noted that, in the present invention, all service configuration item values of the user are found by adopting a union method through the 3 forms, and the maintenance and update of the multidimensional differentiation are performed according to different configuration item information in each form, so that the maintenance and update pressure of the service configuration can be greatly reduced, and the specific method includes the following steps:
and acquiring a default configuration value default _ item _ value of the client public configuration item according to the service public form (common _ srv _ config _ item). When a customer enables any service, any service will include all common configuration items, and the values of the common configuration items are set to default values.
Obtaining a default configuration value of a client service specific configuration item according to the service specific form (specific _ srv _ config _ item), when a client enables a specific service, if the specific service has a corresponding specific configuration item in the service specific form, the service automatically contains the corresponding specific service configuration item, and the value of the specific configuration item is set as the default value of the configuration item.
After the client service form is obtained (client _ srv _ config), the value of the common configuration item of the client service and the corresponding common configuration item global unique code are obtained, and the configuration item default value corresponding to the same common configuration item global unique code in the service common form (common _ srv _ config _ item) is overwritten according to the instruction of the client _ srv _ config join common _ srv _ config _ item _ code.
After the client service form is obtained (client _ srv _ config), the configuration value of the client service specific configuration item and the corresponding specific configuration item global unique code and service unique code are obtained, and the specific configuration item default value and the service unique code (srv _ code & item _ code) corresponding to the same specific configuration item global unique code in the service specific form (specific _ srv _ config _ item) are overwritten according to the instruction.
Through the steps, the data of the covered configuration items, the configuration values, the service codes and the like are subjected to union operation, so that the configuration item values corresponding to all the configuration items of the client can be obtained.
In order to better illustrate the technical effects of the present invention, the present invention further provides several scenarios:
when a new client is added, according to whether the new client has a service configuration item and a specific value corresponding to the configuration item, if yes, the client service form (client _ srv _ config) is maintained, and it should be noted that the service configuration item includes a common configuration item and a specific configuration item. The maintenance mode comprises the steps of obtaining a global unique code of a public configuration item of a newly added client and a global unique code of a specific configuration item, searching whether a corresponding form exists according to the global unique code, and if so, adding the public configuration item, the specific configuration item and a corresponding configuration value. And the maintenance also comprises judging whether the specific configuration value of the specific configuration item exists or not, and if so, updating the specific configuration value of the specific configuration item.
It is worth mentioning that the unique service code required by the newly added client is obtained, and the specific configuration item existing under the unique service code is judged, generally, at least one specific configuration item exists in one service, and is used for starting the service corresponding to the unique service code.
When a service is added, whether a specific configuration item exists in the newly added service is judged, if the specific configuration item exists, a service specific form (specific _ srv _ configuration _ item) is maintained, whether a specific configuration value required by the service configuration item exists is judged, and if the specific configuration item exists, a client service form (client _ srv _ configuration) is maintained.
When a service configuration item is added, whether the configuration item is a public configuration item is judged, if so, a service public form (common _ srv _ configuration _ item) is maintained, if so, a service specific form (specific _ srv _ configuration _ item) is maintained, and if so, the client service form (client _ srv _ configuration) is maintained.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication section, and/or installed from a removable medium. The computer program, when executed by a Central Processing Unit (CPU), performs the above-described functions defined in the method of the present application. It should be noted that the computer readable medium mentioned above in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. The computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wire segments, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless section, wire section, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
It will be understood by those skilled in the art that the embodiments of the present invention described above and illustrated in the drawings are given by way of example only and not by way of limitation, the objects of the invention having been fully and effectively achieved, the functional and structural principles of the present invention having been shown and described in the embodiments, and that various changes or modifications may be made in the embodiments of the present invention without departing from such principles.

Claims (10)

1. A dynamic service configuration method based on multidimensional forms is characterized by comprising the following steps:
establishing a multi-dimensional form, wherein the multi-dimensional form comprises a service public form, a service specific form and a customer service form;
configuring default values of the service public forms and the service specific forms;
establishing a SQL standard statement to inquire the type and value of a configuration item in a customer service form;
and according to the configuration item type and the configuration item value, covering default values in the service public form and the service specific form.
2. The method of claim 1, wherein the service public form comprises: the method comprises the steps of a common configuration item type, a common configuration item global unique code and a common configuration item selectable value item, wherein the common configuration item selectable items comprise single selection and multiple selection.
3. The method of claim 1, wherein the service-specific form comprises: a particular configuration item type, a particular configuration item globally unique code, a service unique code, and a particular configuration item selectable, wherein the particular configuration item selectable includes single selection and multiple selection.
4. The method of claim 1, wherein the customer service form comprises: a unique code of a customer's unique code service, a unique code of a common or specific configuration item, a specific configuration value of a configuration item.
5. The method according to claim 1, wherein the SQL standard statement is used to query the service public form, the service specific form, and the customer service form, and perform union operation of the 3 forms, and obtain customer service configuration items and values of the configuration items according to the union result of the forms, and further perform services corresponding to the configuration items.
6. The method as claimed in claim 1, wherein when a client is added, determining whether the client has a service configuration item, if yes, obtaining a unique code of the service configuration item, and maintaining the client service form.
7. The method according to claim 1, wherein when a service is added, determining whether the service has a specific configuration item, and if yes, obtaining a globally unique code of the specific configuration item and maintaining a service specific configuration item form; and judging whether the newly added service has a specific configuration value of the service configuration item, and if so, maintaining the customer service form.
8. The method of claim 1, wherein when the new service configuration item is added, if the new service configuration item is determined to be a common configuration item, the service common form is maintained, if the new service configuration item is determined to be a specific configuration item, the service specific form is maintained, and if the new service configuration item is determined to be a specific value of the configuration item, the customer service form is maintained.
9. A dynamic service configuration system based on multidimensional forms, characterized in that the system is used for executing a dynamic service configuration method based on multidimensional forms as claimed in any of the preceding claims 1 to 8.
10. A computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, and the computer program can be executed by a processor to execute a method for dynamic service configuration based on multi-dimensional forms according to any one of the preceding claims 1 to 8.
CN202110983969.5A 2021-08-25 2021-08-25 Dynamic service configuration method and system based on multi-dimensional form Pending CN113641678A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110983969.5A CN113641678A (en) 2021-08-25 2021-08-25 Dynamic service configuration method and system based on multi-dimensional form

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110983969.5A CN113641678A (en) 2021-08-25 2021-08-25 Dynamic service configuration method and system based on multi-dimensional form

Publications (1)

Publication Number Publication Date
CN113641678A true CN113641678A (en) 2021-11-12

Family

ID=78424008

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110983969.5A Pending CN113641678A (en) 2021-08-25 2021-08-25 Dynamic service configuration method and system based on multi-dimensional form

Country Status (1)

Country Link
CN (1) CN113641678A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114610412A (en) * 2022-03-16 2022-06-10 杭州每刻科技有限公司 Application visibility hierarchical management method and system

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1343271A1 (en) * 2002-03-08 2003-09-10 Sun Microsystems, Inc. Method and apparatus for providing configuration data
US20100057780A1 (en) * 2008-08-26 2010-03-04 International Business Machines Corporation Action execution management facility for service configuration items
CN104572131A (en) * 2015-02-04 2015-04-29 浪潮软件股份有限公司 Method and device for configuring business form
US20170139725A1 (en) * 2015-11-17 2017-05-18 Linkedin Corporation Dynamic configuration system for distributed services
CN106775667A (en) * 2016-11-30 2017-05-31 福建榕基软件股份有限公司 A kind of many form information Dynamic Display method and devices
US20170178168A1 (en) * 2015-12-21 2017-06-22 International Business Machines Corporation Effectiveness of service complexity configurations in top-down complex services design
CN107766091A (en) * 2016-08-15 2018-03-06 福建天泉教育科技有限公司 Service management and system
CN109474456A (en) * 2018-09-26 2019-03-15 中国平安人寿保险股份有限公司 Configuration data processing method, device, computer equipment and storage medium
CN109525406A (en) * 2017-09-18 2019-03-26 飞狐信息技术(天津)有限公司 A kind of operation system configuration method and device
CN110661662A (en) * 2019-09-26 2020-01-07 北京北信源软件股份有限公司 Lightweight microservice configuration method
CN111488182A (en) * 2020-04-13 2020-08-04 北京字节跳动网络技术有限公司 System configuration method, device, equipment and storage medium
CN112019369A (en) * 2019-05-31 2020-12-01 烽火通信科技股份有限公司 Dynamic configuration management method and system under micro-service framework
WO2021008030A1 (en) * 2019-07-12 2021-01-21 平安科技(深圳)有限公司 Web form configuration method and device, and computer readable storage medium
CN112631648A (en) * 2020-12-23 2021-04-09 北京达佳互联信息技术有限公司 Service configuration method and device, electronic equipment and storage medium
CN112860343A (en) * 2021-02-10 2021-05-28 北京百度网讯科技有限公司 Configuration changing method, system, device, electronic equipment and storage medium

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1343271A1 (en) * 2002-03-08 2003-09-10 Sun Microsystems, Inc. Method and apparatus for providing configuration data
US20100057780A1 (en) * 2008-08-26 2010-03-04 International Business Machines Corporation Action execution management facility for service configuration items
CN104572131A (en) * 2015-02-04 2015-04-29 浪潮软件股份有限公司 Method and device for configuring business form
US20170139725A1 (en) * 2015-11-17 2017-05-18 Linkedin Corporation Dynamic configuration system for distributed services
US20170178168A1 (en) * 2015-12-21 2017-06-22 International Business Machines Corporation Effectiveness of service complexity configurations in top-down complex services design
CN107766091A (en) * 2016-08-15 2018-03-06 福建天泉教育科技有限公司 Service management and system
CN106775667A (en) * 2016-11-30 2017-05-31 福建榕基软件股份有限公司 A kind of many form information Dynamic Display method and devices
CN109525406A (en) * 2017-09-18 2019-03-26 飞狐信息技术(天津)有限公司 A kind of operation system configuration method and device
CN109474456A (en) * 2018-09-26 2019-03-15 中国平安人寿保险股份有限公司 Configuration data processing method, device, computer equipment and storage medium
CN112019369A (en) * 2019-05-31 2020-12-01 烽火通信科技股份有限公司 Dynamic configuration management method and system under micro-service framework
WO2020237797A1 (en) * 2019-05-31 2020-12-03 烽火通信科技股份有限公司 Dynamic configuration management method and system in microservice framework
WO2021008030A1 (en) * 2019-07-12 2021-01-21 平安科技(深圳)有限公司 Web form configuration method and device, and computer readable storage medium
CN110661662A (en) * 2019-09-26 2020-01-07 北京北信源软件股份有限公司 Lightweight microservice configuration method
CN111488182A (en) * 2020-04-13 2020-08-04 北京字节跳动网络技术有限公司 System configuration method, device, equipment and storage medium
CN112631648A (en) * 2020-12-23 2021-04-09 北京达佳互联信息技术有限公司 Service configuration method and device, electronic equipment and storage medium
CN112860343A (en) * 2021-02-10 2021-05-28 北京百度网讯科技有限公司 Configuration changing method, system, device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IT实战课程: "spring-cloud-config 多服务共享公共配置的解决方案总结", Retrieved from the Internet <URL:https://zhuanlan.zhihu.com/p/299095329> *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114610412A (en) * 2022-03-16 2022-06-10 杭州每刻科技有限公司 Application visibility hierarchical management method and system
CN114610412B (en) * 2022-03-16 2024-03-15 杭州每刻科技有限公司 Application visibility hierarchical management method and system

Similar Documents

Publication Publication Date Title
CN109710236B (en) Service development and implementation method, device, platform and medium based on shared service
CN108876689B (en) Order processing method, device, equipment and computer readable storage medium
CN111666326B (en) ETL scheduling method and device
US20170154123A1 (en) System and method for processing metadata to determine an object sequence
CN112835904A (en) Data processing method and data processing device
CN110580293A (en) Entity relationship storage method and device
CN116431520A (en) Test scene determination method, device, electronic equipment and storage medium
CN112860953A (en) Data importing method, device, equipment and storage medium of graph database
CN113641678A (en) Dynamic service configuration method and system based on multi-dimensional form
CN117009453B (en) Method and system for inquiring customer group list of customers in real time through digital marketing
US20170116208A1 (en) Non-uniform multi-row text file loading
CN111552712A (en) Report data extraction method and device and computer equipment
CN110955712A (en) Development API processing method and device based on multiple data sources
CN112100168A (en) Method and device for determining data association relationship
CN113468446B (en) Method, system and equipment for supporting identification of third party two-dimensional code data
US8595251B2 (en) Flexible interface module
CN114036132A (en) Object information processing method and device, storage medium and electronic equipment
CN114493799A (en) Method and system for managing special vehicle order data in warehouse and table dividing manner
CN114218258A (en) User label management method, system, equipment and storage medium
CN112667631A (en) Method, device and equipment for automatically editing service field and storage medium
CN111858609A (en) Fuzzy query method and device for block chain
CN112131287A (en) Method and device for reading data
CN108322380B (en) Method and device for calling data and method and device for pushing information
CN113268417B (en) Task execution method and device
CN113077201B (en) Method, device and system for analyzing service parameters

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