CN110968296B - Data acquisition method, device, equipment and readable storage medium - Google Patents

Data acquisition method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN110968296B
CN110968296B CN201911221598.6A CN201911221598A CN110968296B CN 110968296 B CN110968296 B CN 110968296B CN 201911221598 A CN201911221598 A CN 201911221598A CN 110968296 B CN110968296 B CN 110968296B
Authority
CN
China
Prior art keywords
target
data acquisition
interface
determining
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911221598.6A
Other languages
Chinese (zh)
Other versions
CN110968296A (en
Inventor
董广雨
陈洁
易锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN201911221598.6A priority Critical patent/CN110968296B/en
Publication of CN110968296A publication Critical patent/CN110968296A/en
Application granted granted Critical
Publication of CN110968296B publication Critical patent/CN110968296B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automatic Analysis And Handling Materials Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a data acquisition method, a device, equipment and a readable storage medium. The method disclosed by the application comprises the following steps: receiving a data acquisition request sent by a user; determining a target parameter corresponding to the data acquisition request; obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result; and analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system, thereby improving the expandability and flexibility of the system and reducing the workload of developers. Accordingly, the data acquisition device, the data acquisition equipment and the readable storage medium disclosed by the application also have the technical effects.

Description

Data acquisition method, device, equipment and readable storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a data acquisition method, apparatus, device, and readable storage medium.
Background
In the prior art, if corresponding data is acquired through an interface, data acquisition can be generally realized by utilizing a spring-closed component feign. Wherein the corresponding field of the data can be obtained by means of the feign. If the current system needs to further read the data returned by the interface, a developer is required to write a corresponding field analysis program according to the data type of the field returned by the interface. The field parser can be used to convert the field into data readable by the current system.
If the current system needs to acquire data through various types of interfaces, a developer needs to write a corresponding field parsing program for the data type returned by each type of interface, so that the workload of the developer is increased, and the expandability and flexibility of the system are reduced.
Therefore, how to reduce the workload of the developer and improve the expandability and flexibility of the system is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
In view of the foregoing, an object of the present application is to provide a data acquisition method, apparatus, device, and readable storage medium, so as to reduce workload of developers and improve expandability and flexibility of a system. The specific scheme is as follows:
in a first aspect, the present application provides a data acquisition method, including:
receiving a data acquisition request sent by a user;
determining a target parameter corresponding to the data acquisition request;
obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result;
and analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system.
Preferably, determining the target parameter corresponding to the data acquisition request includes:
analyzing the data acquisition request to obtain a placeholder;
querying the annotation of the placeholder in the context configuration, and determining the parameter in the annotation as the target parameter.
Preferably, determining the target parameter corresponding to the data acquisition request includes:
analyzing the data acquisition request to obtain a placeholder;
inquiring the annotation of the placeholder in the configuration center of the current system, and determining the parameters in the annotation as target parameters.
Preferably, obtaining the target result through the target interface corresponding to the target parameter includes:
determining a target interface corresponding to the target parameter;
the proxy class of the target interface is invoked to obtain the target result from the target interface.
Preferably, before the proxy class of the target interface is called to obtain the target result from the target interface, the method further comprises:
and querying the proxy class in a container, wherein the proxy class corresponding to a plurality of interfaces is arranged in the container.
Preferably, the generation process of the proxy class includes:
and reading the interface file and the interface annotation of the target interface from the target file package, and generating the proxy class according to the interface file and the interface annotation.
Preferably, the method further comprises the steps of:
and querying resolvers in a container, wherein the container is provided with resolvers respectively corresponding to different data types.
In a second aspect, the present application provides a data acquisition apparatus comprising:
the receiving module is used for receiving a data acquisition request sent by a user;
the determining module is used for determining a target parameter corresponding to the data acquisition request;
the acquisition module is used for acquiring a target result through a target interface corresponding to the target parameter and determining the data type of the target result;
and the analysis module is used for analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system.
In a third aspect, the present application provides a data acquisition apparatus comprising:
a memory for storing a computer program;
a processor for executing a computer program to implement the previously disclosed data acquisition method.
In a fourth aspect, the present application provides a readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the previously disclosed data acquisition method.
According to the scheme, the application provides a data acquisition method, which comprises the following steps: receiving a data acquisition request sent by a user; determining a target parameter corresponding to the data acquisition request; obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result; and analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system.
After receiving a data acquisition request sent by a user, the method firstly determines a target parameter corresponding to the data acquisition request; obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result; and finally, analyzing the target result by utilizing an analyzer corresponding to the data type, so that target data which can be directly read by the current system can be obtained. According to the method and the device, after the target result returned by the target interface is obtained, the related data can be converted into the target data which can be directly read by the current system by utilizing the parser corresponding to the data type of the current target result, so that the expandability and the flexibility of the system are improved, and the workload of a developer is reduced.
Correspondingly, the data acquisition device, the data acquisition equipment and the readable storage medium have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1 is a flow chart of a method for data acquisition disclosed in the present application;
FIG. 2 is a schematic diagram of a data acquisition scheme disclosed herein;
FIG. 3 is a schematic diagram of a data acquisition device disclosed in the present application;
fig. 4 is a schematic diagram of a data acquisition device disclosed in the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Currently, if the current system needs to acquire data through various types of interfaces, a developer needs to write a corresponding field parsing program for the data type returned by each type of interface, so that the workload of the developer is increased, and the expandability and flexibility of the system are reduced. Therefore, the data acquisition scheme provided by the application can improve the expandability and flexibility of the system and reduce the workload of developers.
Referring to fig. 1, an embodiment of the present application discloses a data acquisition method, including:
s101, receiving a data acquisition request sent by a user.
S102, determining target parameters corresponding to the data acquisition request.
In one specific embodiment, determining a target parameter corresponding to the data acquisition request includes: analyzing the data acquisition request to obtain a placeholder; querying the annotation of the placeholder in the context configuration, and determining the parameter in the annotation as the target parameter.
In one specific embodiment, determining a target parameter corresponding to the data acquisition request includes: analyzing the data acquisition request to obtain a placeholder; inquiring the annotation of the placeholder in the configuration center of the current system, and determining the parameters in the annotation as target parameters.
It should be noted that, a configuration file is provided in the context configuration, and the annotation is stored in the configuration file. After modifying the configuration file, the modified configuration file may be used by the system requiring a reboot. The configuration center is modified without restarting the system, because the monitoring process in the system can push the modified configuration center to the system, so that the system can obtain the data in the modified configuration center.
S103, obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result.
In a specific embodiment, obtaining the target result through the target interface corresponding to the target parameter includes: determining a target interface corresponding to the target parameter; the proxy class of the target interface is invoked to obtain the target result from the target interface. Which parameters are used to obtain the corresponding data through which interface is fixed in the program, so that the corresponding target interface can be determined according to the target parameters.
In one embodiment, before the proxy class calling the target interface obtains the target result from the target interface, the method further comprises: and querying the proxy class in a container, wherein the proxy class corresponding to a plurality of interfaces is arranged in the container. The generation process of the proxy class comprises the following steps: and reading the interface file and the interface annotation of the target interface from the target file package, and generating the proxy class according to the interface file and the interface annotation. The proxy class in the container is an instantiated proxy class and can therefore be used directly.
S104, analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system.
In a specific embodiment, before analyzing the target result by using an analyzer corresponding to the data type to obtain target data that can be directly read by the current system, the method further includes: and querying resolvers in a container, wherein the container is provided with resolvers respectively corresponding to different data types. The container is provided with a plurality of resolvers, and all resolvers are resolvers after instantiation, so that the resolvers can be directly used.
If the system needs to be expanded, the corresponding resolvers are written according to the data types returned by the interfaces, and then the resolvers are placed in the container. The container is a spring container or a user-defined container.
As can be seen, in the embodiment of the present application, after receiving a data acquisition request sent by a user, first determining a target parameter corresponding to the data acquisition request; obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result; and finally, analyzing the target result by utilizing an analyzer corresponding to the data type, so that target data which can be directly read by the current system can be obtained. According to the method and the device, after the target result returned by the target interface is obtained, the related data can be converted into the target data which can be directly read by the current system by utilizing the parser corresponding to the data type of the current target result, so that the expandability and the flexibility of the system are improved, and the workload of a developer is reduced.
Referring to fig. 2, an embodiment of the present application discloses a data acquisition scheme, where a pre-preparation process of the scheme includes: scanning a file package when the project is started, and reading interface files and notes in the file package; analyzing the interface file and the corresponding annotation to generate a proxy class of the interface; injecting the generated proxy class into a spring container; scanning a file package, and injecting a resolver corresponding to the interface into a spring container.
The spring container can be replaced by a user-defined container. When instantiating the resolver and the proxy class, the user can customize the bean factory implementation of the spring.
And if the parameters transmitted by the user are acquired, calling an interface corresponding to the parameters to acquire related data, acquiring a result returned by the interface, searching a corresponding resolver in the spring container, and acquiring data by utilizing the resolver to resolve the result.
After the parameter input by the user is obtained, if the parameter is the parameter with the annotation, the annotation of the parameter can be queried by context configuration, and the parameter in the annotation is used for replacing the parameter input by the user. For example: when the user accesses an interface, the user needs to use the key A, and the key A is a parameter with annotation, and then the parameter input by the user is a general parameter (placeholder), after the general parameter is acquired, the user queries the key A recorded in the corresponding annotation in the context configuration, and replaces the general parameter with the key A, so that the user can smoothly access the interface. The key A does not need to be written with codes, so that the expansion capability and flexibility of the codes can be improved.
According to the embodiment, the interface file is obtained based on the annotation, the proxy class can be automatically generated based on the annotation and the interface file, and meanwhile, the proxy class and the resolver are injected into the spring container, so that when the interface is actually called, the corresponding proxy class and the resolver can be obtained from the spring container for direct use. The proxy class can access the corresponding interface, and after the result returned by the interface is obtained, an appropriate analyzer can be automatically selected according to the data type of the result to analyze the result, so that available data can be obtained. According to the embodiment, a developer only needs to define the interface, and the code for realizing the interface is omitted, so that the code writing amount is reduced. The placeholders are used in the annotation, so that assignment of parameters is not needed, and the code writing quantity can be reduced.
It can be seen that the present embodiment can determine the parameters replaced by the specific placeholders in the annotations in the context configuration, thereby reducing the number of parameter transfers at the time of interface call. For the results returned by the interface, the resumable data type automatically looks for the appropriate parser to process so that the resulting data can be made directly available.
A data acquisition device provided in an embodiment of the present application is described below, and a data acquisition device described below and a data acquisition method described above may be referred to each other.
Referring to fig. 3, an embodiment of the present application discloses a data acquisition device, including:
a receiving module 301, configured to receive a data acquisition request sent by a user;
a determining module 302, configured to determine a target parameter corresponding to the data acquisition request;
the obtaining module 303 is configured to obtain a target result through a target interface corresponding to the target parameter, and determine a data type of the target result;
and the parsing module 304 is configured to parse the target result by using a parser corresponding to the data type, so as to obtain target data that can be directly read by the current system.
In one embodiment, the determining module is specifically configured to:
analyzing the data acquisition request to obtain a placeholder; querying the annotation of the placeholder in the context configuration, and determining the parameter in the annotation as the target parameter.
In one embodiment, the determining module is specifically configured to:
analyzing the data acquisition request to obtain a placeholder; inquiring the annotation of the placeholder in the configuration center of the current system, and determining the parameters in the annotation as target parameters.
In one embodiment, the obtaining module includes:
the determining unit is used for determining a target interface corresponding to the target parameter;
and the calling unit is used for calling the proxy class of the target interface to obtain the target result from the target interface.
In one specific embodiment, the method further comprises:
the first query module is used for querying the proxy class in the container, and the proxy class corresponding to the interfaces is arranged in the container.
In a specific embodiment, the data acquisition device further includes a proxy class generation module, where the proxy class generation module is specifically configured to:
and reading the interface file and the interface annotation of the target interface from the target file package, and generating the proxy class according to the interface file and the interface annotation.
In one specific embodiment, the method further comprises:
and the second query module is used for querying the resolvers in the container, and the container is provided with the resolvers respectively corresponding to different data types.
The more specific working process of each module and unit in this embodiment may refer to the corresponding content disclosed in the foregoing embodiment, and will not be described herein.
It can be seen that this embodiment provides a data acquisition device, which first determines a target parameter corresponding to a data acquisition request after receiving the data acquisition request sent by a user; obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result; and finally, analyzing the target result by utilizing an analyzer corresponding to the data type, so that target data which can be directly read by the current system can be obtained. According to the method and the device, after the target result returned by the target interface is obtained, the related data can be converted into the target data which can be directly read by the current system by utilizing the parser corresponding to the data type of the current target result, so that the expandability and the flexibility of the system are improved, and the workload of a developer is reduced.
The following describes a data acquisition device provided in an embodiment of the present application, and the data acquisition device described below and the data acquisition method and apparatus described above may be referred to each other.
Referring to fig. 4, an embodiment of the present application discloses a data acquisition device, including:
a memory 401 for holding a computer program;
a processor 402 for executing the computer program to implement the method disclosed in any of the embodiments above.
The following describes a readable storage medium provided in the embodiments of the present application, and the readable storage medium described below and the data acquisition method, apparatus and device described above may be referred to with each other.
A readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the data acquisition method disclosed in the foregoing embodiments. For specific steps of the method, reference may be made to the corresponding contents disclosed in the foregoing embodiments, and no further description is given here.
Reference to "first," "second," "third," "fourth," etc. (if present) herein is used to distinguish similar objects from each other and does not necessarily describe a particular order or sequence. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments described herein may be implemented in other sequences than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, or apparatus.
It should be noted that the description herein of "first," "second," etc. is for descriptive purposes only and is not to be construed as indicating or implying a relative importance or implying an indication of the number of technical features being indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be regarded as not exist and not within the protection scope of the present application.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of readable storage medium known in the art.
The principles and embodiments of the present application are described herein with specific examples, the above examples being provided only to assist in understanding the methods of the present application and their core ideas; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (7)

1. A method of data acquisition, comprising:
receiving a data acquisition request sent by a user;
determining a target parameter corresponding to the data acquisition request;
obtaining a target result through a target interface corresponding to the target parameter, and determining the data type of the target result;
analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system;
the obtaining the target result through the target interface corresponding to the target parameter includes:
determining the target interface corresponding to the target parameter;
invoking the instantiated proxy class of the target interface to obtain the target result from the target interface, wherein the generation process of the proxy class comprises the following steps: reading an interface file and an interface annotation of the target interface from a target file package, and generating the proxy class according to the interface file and the interface annotation;
wherein the determining the target parameter corresponding to the data acquisition request includes:
analyzing the data acquisition request to obtain a placeholder;
querying the annotation of the placeholder in the context configuration, and determining the parameter in the annotation as the target parameter.
2. The method according to claim 1, wherein determining the target parameter corresponding to the data acquisition request includes:
analyzing the data acquisition request to obtain a placeholder;
inquiring the annotation of the placeholder in the configuration center of the current system, and determining the parameters in the annotation as the target parameters.
3. The data acquisition method of claim 1, wherein before the invoking the proxy class of the target interface obtains the target result from the target interface, further comprising:
querying the proxy class in a container, wherein proxy classes corresponding to a plurality of interfaces are arranged in the container.
4. The method for obtaining data according to claim 1, wherein before the target result is parsed by the parser corresponding to the data type to obtain target data that can be directly read by the current system, the method further comprises:
querying the resolvers in a container, wherein the container is provided with the resolvers respectively corresponding to different data types.
5. A data acquisition device, comprising:
the receiving module is used for receiving a data acquisition request sent by a user;
the determining module is used for determining target parameters corresponding to the data acquisition request;
the acquisition module is used for acquiring a target result through a target interface corresponding to the target parameter and determining the data type of the target result;
the analysis module is used for analyzing the target result by utilizing an analyzer corresponding to the data type to obtain target data which can be directly read by the current system;
wherein, the acquisition module includes:
the determining unit is used for determining the target interface corresponding to the target parameter;
the calling unit is used for calling the instantiated proxy class of the target interface to obtain the target result from the target interface;
the system further comprises a proxy class generation module, wherein the proxy class generation module is specifically used for: reading an interface file and an interface annotation of the target interface from a target file package, and generating the proxy class according to the interface file and the interface annotation;
the determining module is specifically configured to:
analyzing the data acquisition request to obtain a placeholder;
querying the annotation of the placeholder in the context configuration, and determining the parameter in the annotation as the target parameter.
6. A data acquisition device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the data acquisition method as claimed in any one of claims 1 to 4.
7. A readable storage medium for storing a computer program, wherein the computer program when executed by a processor implements the data acquisition method according to any one of claims 1 to 4.
CN201911221598.6A 2019-12-03 2019-12-03 Data acquisition method, device, equipment and readable storage medium Active CN110968296B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911221598.6A CN110968296B (en) 2019-12-03 2019-12-03 Data acquisition method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911221598.6A CN110968296B (en) 2019-12-03 2019-12-03 Data acquisition method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN110968296A CN110968296A (en) 2020-04-07
CN110968296B true CN110968296B (en) 2023-07-25

Family

ID=70032664

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911221598.6A Active CN110968296B (en) 2019-12-03 2019-12-03 Data acquisition method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN110968296B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111698205B (en) * 2020-04-29 2023-09-26 中国平安财产保险股份有限公司 Service calling method and related equipment
CN113742008B (en) * 2021-09-13 2024-04-02 挂号网(杭州)科技有限公司 Interface calling method and device, electronic equipment and storage medium
CN114390032A (en) * 2022-01-12 2022-04-22 政采云有限公司 Method, device, equipment and medium for requesting exit gateway

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016192556A1 (en) * 2015-05-29 2016-12-08 北京金山安全软件有限公司 Interface invoking method, device and terminal
CN106528185A (en) * 2015-09-09 2017-03-22 阿里巴巴集团控股有限公司 Application interface management method and apparatus
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN107872484A (en) * 2016-09-27 2018-04-03 中国电信股份有限公司 REST API fast registration methods, devices and systems
CN108011768A (en) * 2017-12-26 2018-05-08 杭州电子科技大学 A kind of aop intercept types HBase data store micro services framework construction method
CN108197093A (en) * 2017-12-28 2018-06-22 重庆南华中天信息技术有限公司 Across language across the unlimited data source of frame Visual Report Forms design method and system
CN109729149A (en) * 2018-12-03 2019-05-07 国云科技股份有限公司 A kind of micro services framework implementation method based on note
CN109922158A (en) * 2019-03-22 2019-06-21 泰康保险集团股份有限公司 Data processing method, device, medium and electronic equipment based on micro services
CN110134374A (en) * 2019-05-10 2019-08-16 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8990266B2 (en) * 2011-10-18 2015-03-24 CipherPoint Software, Inc. Dynamic data transformations for network transmissions
CN107667517B (en) * 2015-06-03 2021-03-19 瑞典爱立信有限公司 Implanted agent within a first service container for enabling reverse proxy on a second container

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016192556A1 (en) * 2015-05-29 2016-12-08 北京金山安全软件有限公司 Interface invoking method, device and terminal
CN106528185A (en) * 2015-09-09 2017-03-22 阿里巴巴集团控股有限公司 Application interface management method and apparatus
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN107872484A (en) * 2016-09-27 2018-04-03 中国电信股份有限公司 REST API fast registration methods, devices and systems
CN108011768A (en) * 2017-12-26 2018-05-08 杭州电子科技大学 A kind of aop intercept types HBase data store micro services framework construction method
CN108197093A (en) * 2017-12-28 2018-06-22 重庆南华中天信息技术有限公司 Across language across the unlimited data source of frame Visual Report Forms design method and system
CN109729149A (en) * 2018-12-03 2019-05-07 国云科技股份有限公司 A kind of micro services framework implementation method based on note
CN109922158A (en) * 2019-03-22 2019-06-21 泰康保险集团股份有限公司 Data processing method, device, medium and electronic equipment based on micro services
CN110134374A (en) * 2019-05-10 2019-08-16 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system

Also Published As

Publication number Publication date
CN110968296A (en) 2020-04-07

Similar Documents

Publication Publication Date Title
CN110968296B (en) Data acquisition method, device, equipment and readable storage medium
CN106502745B (en) Function calling method and device
EP3014479B1 (en) Omega names: name generation and derivation
CN110474896B (en) Data communication method based on Modbus protocol standard and related equipment
CN111970267B (en) Data protocol conversion method and device, electronic equipment and storage medium
US7216341B2 (en) Instrumenting software for enhanced diagnosability
CN110263222B (en) Data acquisition method, device, equipment and medium
CN111158741B (en) Method and device for monitoring dependency relationship change of service module on third party class library
US20160259712A1 (en) System and method for determination of code coverage for software applications in a network environment
CN110457013B (en) Program component configuration device and method
CN111881043A (en) Page testing method and device, storage medium and processor
CN115858466A (en) Operation log generation method, device, equipment and medium
CN112817922B (en) Log dynamic printing method and device, computer equipment and storage medium
CN111309402A (en) Data monitoring and application program processing method, device and equipment
CN109344083A (en) A kind of program debugging method, device, equipment and readable storage medium storing program for executing
CN110413352B (en) Calling method and device of application component
CN103677846A (en) SQLite database development kit and development method thereof
CN113448985A (en) API (application program interface) interface generation method, calling method and device and electronic equipment
CN107656868B (en) Debugging method and system for acquiring thread name by using thread private data
CN113326034A (en) Policy implementation calling method and device, electronic equipment and storage medium
CN112114987A (en) Method and device for detecting abnormity of operating environment, intelligent terminal and storage medium
EP1183596B1 (en) Generating optimized computer data field conversion routines
CN116501414B (en) Resource control method, device, medium and computing equipment based on cloud platform
CN113553059B (en) Local variable query method, device, server and storage medium
CN112612477B (en) Service implementation method, device, equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant