CN106990997B - Service calling method and device - Google Patents

Service calling method and device Download PDF

Info

Publication number
CN106990997B
CN106990997B CN201710325858.9A CN201710325858A CN106990997B CN 106990997 B CN106990997 B CN 106990997B CN 201710325858 A CN201710325858 A CN 201710325858A CN 106990997 B CN106990997 B CN 106990997B
Authority
CN
China
Prior art keywords
service
code
bits
attribute value
preset
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
CN201710325858.9A
Other languages
Chinese (zh)
Other versions
CN106990997A (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.)
Caxa Technology Co Ltd
Original Assignee
Changzhou Caxa Intelligent Technology Co ltd
Beijing Digital Generous Technology 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 Changzhou Caxa Intelligent Technology Co ltd, Beijing Digital Generous Technology Co ltd filed Critical Changzhou Caxa Intelligent Technology Co ltd
Priority to CN201710325858.9A priority Critical patent/CN106990997B/en
Publication of CN106990997A publication Critical patent/CN106990997A/en
Application granted granted Critical
Publication of CN106990997B publication Critical patent/CN106990997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a service calling method and device. Wherein, the method comprises the following steps: acquiring an attribute value of a service to be called; generating a service code according to the attribute value according to a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value; searching for the service corresponding to the service code and determining the searched service as the service needing to be called; the service to be invoked is invoked. The invention solves the technical problem of single function of providing service by the system in the prior art.

Description

Service calling method and device
Technical Field
The invention relates to the field of service calling, in particular to a service calling method and device.
Background
In the prior art, most of software functions are realized by hard coding, and if the requirements of customers are inconsistent with the services provided by standard products, the codes need to be modified and recompiled, which brings great troubles to project implementation, deployment and code development maintenance, the system can provide single service, and the services obtained by users are the same for the same service entrance.
Aiming at the technical problem of single function of providing services by the system in the prior art, no effective solution is provided at present.
Disclosure of Invention
The embodiment of the invention provides a service calling method and a service calling device, which are used for at least solving the technical problem that the system in the prior art has a single function of providing services.
According to an aspect of an embodiment of the present invention, there is provided a service invocation method, including: acquiring an attribute value of a service to be called; generating a service code according to the attribute value according to a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value; searching for the service corresponding to the service code and determining the searched service as the service needing to be called; the service to be invoked is invoked.
Further, the service code includes a plurality of coded bits, each coded bit corresponds to an attribute of the service, and acquiring an attribute value of the service to be called includes: acquiring an attribute value of at least one attribute of a service to be called, and generating a service code according to a preset coding method according to the attribute value, wherein the method comprises the following steps: replacing the corresponding coding bit in the service code by the acquired attribute value of each attribute; and complementing the code bits which are not replaced in the service code according to a preset replacement method.
Further, the method for complementing the code bits which are not replaced in the service code according to the preset replacement method includes: judging whether the code bits which are not replaced in the service codes comprise the necessary code bits or not; and if the judgment result is negative, complementing the code bits which are not replaced in the service codes by using the preset identification.
Further, the multiple coded bits of the service code are divided into two types, namely selectable coded bits and optional coded bits, and searching for the service corresponding to the service code comprises: judging whether the service corresponding to the completed service code is found; and if the judgment result is negative, deleting one code bit in the supplemented service codes according to a preset deleting sequence for searching until the corresponding service is found.
According to another aspect of the embodiments of the present invention, there is also provided a service invocation apparatus, including: the acquiring unit is used for acquiring the attribute value of the service to be called; the generating unit is used for generating a service code according to the attribute value according to a preset coding device, wherein the preset coding device is used for generating the service code according to the attribute value; the searching unit is used for searching the service corresponding to the service code and determining the searched service as the service needing to be called; and the calling unit is used for calling the service needing to be called.
Further, the service code includes a plurality of coded bits, each coded bit corresponding to an attribute of the service, and the obtaining unit includes: an obtaining module, configured to obtain an attribute value of at least one attribute of a service that needs to be invoked, where the generating unit includes: the replacing module is used for replacing the corresponding coding bit in the service code by the acquired attribute value of each attribute; and the completion unit is used for completing the code bits which are not replaced in the service codes according to the preset replacement device.
Further, the service code includes a plurality of code bits, and the completion module includes: the judgment submodule is used for judging whether the coding bits which are not replaced in the service coding comprise the necessary coding bits; and the completion submodule is used for completing the code bits which are not replaced in the service codes by using the preset identification if the judgment result is negative.
Further, the plurality of coded bits of the service code are divided into two types of selectable coded bits and mandatory coded bits, and the search unit comprises: the judging module is used for judging whether the service corresponding to the supplemented service code is found; and the searching module is used for deleting one code bit in the completed service codes according to the preset deleting sequence to search until the corresponding service is found if the judgment result is negative.
According to another aspect of the embodiments of the present invention, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, the apparatus on which the storage medium is located is controlled to execute the service invocation method of the present invention.
According to another aspect of the embodiments of the present invention, there is also provided a processor configured to execute a program, where the program executes the service invocation method of the present invention.
In the embodiment of the invention, the attribute value of the service to be called is acquired; generating a service code according to the attribute value according to a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value; searching for the service corresponding to the service code and determining the searched service as the service needing to be called; the service needing to be called is called, the technical problem that the system in the prior art is single in service providing function is solved, and the technical effect of obtaining services with different effects through service configuration is further achieved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow diagram of an alternative service invocation method according to an embodiment of the present invention;
FIG. 2 is a flow diagram of an alternative service invocation method according to an embodiment of the present invention;
FIG. 3 is a flow diagram of an alternative method of locating services in accordance with an embodiment of the present invention;
fig. 4 is a schematic diagram of an alternative service invocation device according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or 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, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The application provides an embodiment of a service invocation method.
Fig. 1 is a flowchart of an alternative service invocation method according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step S101, obtaining the attribute value of the service needing to be called.
The attribute value of the service is a basis for determining the service, and the service can be determined through multiple attributes when being determined, each attribute can have different attribute values, for example, the service can have behavior and method attributes, the behavior attribute includes specific attribute values such as check-in, check-out and locking, and the method includes specific attribute values such as deleting a document and acquiring data. Each service can be determined by one attribute value or by a plurality of attribute values, and each service can correspond to a combination of a plurality of attribute values, for example, a document whose attribute value is checked-in and deleted can correspond to service a, a document whose attribute value is checked-in can correspond to service B, and a document whose attribute value is deleted can still correspond to service a.
Step S102, generating a service code according to the attribute value by a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value;
optionally, the service code includes a plurality of coded bits, each coded bit corresponds to an attribute of the service, and acquiring the attribute value of the service to be called includes: acquiring an attribute value of at least one attribute of a service to be called, and generating a service code according to a preset coding method according to the attribute value, wherein the method comprises the following steps: replacing the corresponding coding bit in the service code by the acquired attribute value of each attribute; and complementing the code bits which are not replaced in the service code according to a preset replacement method.
Step S103, searching for the service corresponding to the service code and determining the searched service as the service needing to be called.
Optionally, the method for completing the coded bits that are not replaced in the service code according to the preset replacement method includes: judging whether the code bits which are not replaced in the service codes comprise the necessary code bits or not; and if the judgment result is negative, complementing the code bits which are not replaced in the service codes by using the preset identification.
Optionally, the multiple coded bits of the service code are divided into two types, namely a selectable coded bit and a mandatory coded bit, and searching for the service corresponding to the service code includes: judging whether the service corresponding to the completed service code is found; and if the judgment result is negative, deleting one code bit in the supplemented service codes according to a preset deleting sequence for searching until the corresponding service is found.
And step S104, calling the service needing to be called.
And after determining the service needing to be called, calling the found service.
The embodiment obtains the attribute value of the service to be called; generating a service code according to the attribute value according to a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value; searching for the service corresponding to the service code and determining the searched service as the service needing to be called; the service needing to be called is called, the technical problem that the system in the prior art is single in service providing function is solved, and the technical effect of obtaining services with different effects through service configuration is further achieved.
The service calling method provided by the above embodiment is further described below with reference to a specific application scenario:
a service (service) may be attributed according to four attributes: project, application, behavior, and method. Wherein:
1) item representations are different from standard applications and are generally used to represent specific item subscriptions. Wherein the attribute is optional.
2) Application representation product: for example, the document deletion service may be provided by a document product or an OA system. The full application may be identified with a null or other identification. Wherein the attribute is optional.
3) The behavior is the partitioning of the service: such as lifecycle activities, including detection, check-in, locking, and the like. Wherein the attribute is optional.
4) The method comprises the following steps: corresponding to specific business operations, such as deleting documents, acquiring data, and the like. Where this property is required.
The specific physical presentation of the service may be in the form of scripts, dynamic link libraries, COM interfaces.
The service invocation method provided by the specific embodiment is shown in fig. 2, and the method includes:
step one, inputting items, applications, behaviors and methods.
The schematic of the code configuring the service code is as follows:
Figure BDA0001291140910000061
an example lifecycle ex-warehouse method customized for a dual project graph document product:
Figure BDA0001291140910000062
an example of a drawing document standard product life cycle ex-warehouse method comprises the following steps:
Figure BDA0001291140910000071
examples of lifecycle ex-warehouse methods for all applications:
Figure BDA0001291140910000072
step two, constructing codes according to the template: "item _ application _ behavior _ method". For example: inputting 'project is two, application is a graph document, bearer is a life cycle, and method is a warehouse-out', and obtaining a service code is 'two-fold _ graph document _ life cycle _ warehouse-out'; inputting an application as a graph document, a life cycle and a method as a ex-warehouse, and obtaining a service code as a graph document _ life cycle _ ex-warehouse; inputting "behavior" as the life cycle, and method "as ex-warehouse", and obtaining the service code as "life cycle _ ex-warehouse".
And step three, replacing the selectable items according to rules. Alternatives, such as item, application, behavior, may be replaced with a rule, such as x or null.
And step four, searching the service by the service scheduler according to the code of the requested service.
When searching for service, the search logic is:
1) preferentially and accurately searching codes;
2) removing optional item searching in sequence, wherein the specific sequence can be items, applications and behaviors;
for example, taking the code "dual _ graph document _ lifecycle _ ex-warehouse" as an example, the process of applying the above lookup logic lookup service is shown in fig. 3:
step one, accurately searching a 'double _ graph document _ life cycle _ ex-warehouse'. And (4) accurately searching in a service library according to the ' double _ graph document _ life cycle _ ex-warehouse ', judging whether the double _ graph document _ life cycle _ ex-warehouse ' is found, if the double _ graph document _ life cycle _ ex-warehouse ' is found, ending, and if the double _ graph document _ life cycle _ ex-warehouse ' is not found, jumping to the next step.
And step two, accurately searching the graph document _ life cycle _ ex-warehouse. And accurately searching in a service library according to the graph document _ life cycle _ ex-warehouse, judging whether the graph document is found, if so, ending, and if not, jumping to the next step.
And step three, accurately searching the 'life cycle _ ex-warehouse'. And (4) accurately searching in the service library according to the life cycle _ ex-warehouse, judging whether the service library is found, if the service library is found, ending, and if the service library is not found, jumping to the next step.
And step four, accurately searching ex-warehouse. And (4) accurately searching in the service library according to the 'ex-warehouse', judging whether the service library is found, if the service library is found, ending, and if the service library is not found, jumping to the next step.
By the service calling method provided by the embodiment, the effect that the same interface is called in software but the functions are different can be achieved, and the same interface can be classified differently. For enterprise application, different enterprises and different departments also have own specificity on the same business operation. The business operation is considered as a service of the system, the service entries are the same, and different enterprises, departments and people can enter the system by configuring the associated change points (for example, configuring the enterprises, the departments, the people and the like), so that different services are obtained.
It should be noted that, although the flow charts in the figures show a logical order, in some cases, the steps shown or described may be performed in an order different than that shown or described herein.
The invention also provides an embodiment of a storage medium, which comprises a stored program, wherein when the program runs, the device where the storage medium is located is controlled to execute the service calling method of the embodiment of the invention.
The invention also provides an embodiment of a processor, which is used for running the program, wherein the service calling method of the embodiment of the invention is executed when the program runs.
The application also provides an embodiment of the service calling device.
Fig. 4 is a schematic diagram of an alternative service invoking device according to an embodiment of the present invention, as shown in fig. 4, the device includes an obtaining unit 10, a generating unit 20, a searching unit 30 and an invoking unit 40, where the obtaining unit is configured to obtain an attribute value of a service to be invoked; the generating unit is used for generating a service code according to the attribute value according to a preset coding device, wherein the preset coding device is used for generating the service code according to the attribute value; the searching unit is used for searching the service corresponding to the service code and determining the searched service as the service needing to be called; and the calling unit is used for calling the service needing to be called.
The embodiment is used for acquiring the attribute value of the service to be called through an acquisition unit; the generating unit is used for generating a service code according to the attribute value according to a preset coding device, wherein the preset coding device is used for generating the service code according to the attribute value; the searching unit is used for searching the service corresponding to the service code and determining the searched service as the service needing to be called; the calling unit is used for calling the service to be called, the technical problem that the system in the prior art is single in service providing function is solved, and the technical effect of obtaining services with different effects through service configuration is further achieved.
Further, the service code includes a plurality of coded bits, each coded bit corresponding to an attribute of the service, and the obtaining unit includes: an obtaining module, configured to obtain an attribute value of at least one attribute of a service that needs to be invoked, where the generating unit includes: the replacing module is used for replacing the corresponding coding bit in the service code by the acquired attribute value of each attribute; and the completion unit is used for completing the code bits which are not replaced in the service codes according to the preset replacement device.
Further, the service code includes a plurality of code bits, and the completion module includes: the judgment submodule is used for judging whether the coding bits which are not replaced in the service coding comprise the necessary coding bits; and the completion submodule is used for completing the code bits which are not replaced in the service codes by using the preset identification if the judgment result is negative.
Further, the plurality of coded bits of the service code are divided into two types of selectable coded bits and mandatory coded bits, and the search unit comprises: the judging module is used for judging whether the service corresponding to the supplemented service code is found; and the searching module is used for deleting one code bit in the completed service codes according to the preset deleting sequence to search until the corresponding service is found if the judgment result is negative.
The above-mentioned apparatus may comprise a processor and a memory, and the above-mentioned units may be stored in the memory as program units, and the processor executes the above-mentioned program units stored in the memory to implement the corresponding functions.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The order of the embodiments of the present application described above does not represent the merits of the embodiments.
In the above embodiments of the present application, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments. In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways.
The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present application and it should be noted that those skilled in the art can make several improvements and modifications without departing from the principle of the present application, and these improvements and modifications should also be considered as the protection scope of the present application.

Claims (4)

1. A service invocation method, characterized by comprising:
acquiring an attribute value of a service to be called;
generating a service code according to the attribute value by a preset coding method, wherein the preset coding method is used for generating the service code according to the attribute value;
searching for the service corresponding to the service code and determining the searched service as the service to be called;
calling the service to be called;
the service code includes a plurality of code bits, each of the code bits corresponds to an attribute of the service, and acquiring an attribute value of the service to be called includes: acquiring an attribute value of at least one attribute of the service to be called, and generating a service code according to a preset coding method according to the attribute value, wherein the step of generating the service code comprises the following steps: replacing the corresponding coding bit in the service code with the acquired attribute value of each attribute; completing the code bits which are not replaced in the service codes according to a preset replacement method;
the method for complementing the coding bits which are not replaced in the service code according to a preset replacement method comprises the following steps: judging whether the coded bits which are not replaced in the service codes comprise the necessary coded bits or not; if the judgment result is negative, complementing the code bit which is not replaced in the service code by using a preset identification;
the plurality of coding bits of the service code are divided into two types of selectable coding bits and optional coding bits, and searching the service corresponding to the service code comprises the following steps: judging whether the service corresponding to the completed service code is found; and if the judgment result is negative, deleting one code bit in the supplemented service codes according to a preset deletion sequence for searching until the corresponding service is found.
2. A service invocation apparatus, characterized by comprising:
the acquiring unit is used for acquiring the attribute value of the service to be called;
the generating unit is used for generating a service code according to the attribute value according to a preset coding device, wherein the preset coding device is used for generating the service code according to the attribute value;
the searching unit is used for searching the service corresponding to the service code and determining the searched service as the service needing to be called;
the calling unit is used for calling the service needing to be called;
the service code includes a plurality of coded bits, each of the coded bits corresponding to an attribute of a service, and the obtaining unit includes: an obtaining module, configured to obtain an attribute value of at least one attribute of the service to be invoked, where the generating unit includes: a replacing module, configured to replace a corresponding code bit in the service code with the obtained attribute value of each attribute; a completion unit, configured to complete the un-replaced coded bits in the service code according to a preset replacement device;
the service code includes a plurality of code bits, and the completion module includes: a judging submodule for judging whether the code bits which are not replaced in the service code include the necessary code bits; a completion submodule, configured to complete an unsubstitued code bit in the service code with a preset identifier if the determination result is negative;
the service coding comprises a plurality of coding bits which are divided into two types of selectable coding bits and optional coding bits, and the searching unit comprises: the judging module is used for judging whether the service corresponding to the supplemented service code is found; and the searching module is used for deleting one code bit in the complemented service codes according to a preset deleting sequence to search until the corresponding service is found if the judgment result is negative.
3. A storage medium, characterized in that the storage medium comprises a stored program, wherein, when the program runs, a device in which the storage medium is located is controlled to execute the service calling method according to claim 1.
4. A processor, configured to run a program, wherein the program is configured to execute the service invocation method of claim 1 when the program is run.
CN201710325858.9A 2017-05-10 2017-05-10 Service calling method and device Active CN106990997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710325858.9A CN106990997B (en) 2017-05-10 2017-05-10 Service calling method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710325858.9A CN106990997B (en) 2017-05-10 2017-05-10 Service calling method and device

Publications (2)

Publication Number Publication Date
CN106990997A CN106990997A (en) 2017-07-28
CN106990997B true CN106990997B (en) 2021-03-16

Family

ID=59417856

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710325858.9A Active CN106990997B (en) 2017-05-10 2017-05-10 Service calling method and device

Country Status (1)

Country Link
CN (1) CN106990997B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328282B2 (en) * 2003-10-23 2008-02-05 International Business Machines Corporation Aspect oriented web service invocation
CN103546463A (en) * 2013-09-30 2014-01-29 国家电网公司 Additional-parameter transmission method and additional-parameter transmission device of integrated information platform and application system
CN105450589A (en) * 2014-07-31 2016-03-30 阿里巴巴集团控股有限公司 Remote procedure call method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328282B2 (en) * 2003-10-23 2008-02-05 International Business Machines Corporation Aspect oriented web service invocation
CN103546463A (en) * 2013-09-30 2014-01-29 国家电网公司 Additional-parameter transmission method and additional-parameter transmission device of integrated information platform and application system
CN105450589A (en) * 2014-07-31 2016-03-30 阿里巴巴集团控股有限公司 Remote procedure call method and system

Also Published As

Publication number Publication date
CN106990997A (en) 2017-07-28

Similar Documents

Publication Publication Date Title
CN108958714B (en) Business component type development method and device, computer equipment and storage medium
US20210124577A1 (en) Designing microservices for applications
WO2019061991A1 (en) Multi-element universal model platform modeling method, electronic device, and computer readable storage medium
US9329837B2 (en) Generating a proposal for selection of services from cloud service providers based on an application architecture description and priority parameters
US20200026577A1 (en) Allocation of Shared Computing Resources Using Source Code Feature Extraction and Clustering-Based Training of Machine Learning Models
KR101535813B1 (en) System and method for dynamic updating of event composition rule for complex event processing
CN106557307B (en) Service data processing method and system
US20170222888A1 (en) Assessing a service offering in a networked computing environment
CN110046287A (en) A kind of the data query method, apparatus and storage medium unrelated with type of database
CN109828780B (en) Open source software identification method and device
CN114327374A (en) Business process generation method and device and computer equipment
CN105389184A (en) Configuration method and apparatus for product interface information
CN112348420A (en) Storage position information acquisition method and system, storage medium and electronic equipment
US20180039648A1 (en) Migrating Configuration Changes In A Content Management System
CN112068812B (en) Micro-service generation method and device, computer equipment and storage medium
US10885453B2 (en) Calculation device, calculation method, and non-transitory computer-readable recording medium
CN106990997B (en) Service calling method and device
US20180039527A1 (en) Configuring Content Management Systems
JP6422346B2 (en) Program generation apparatus and program generation method
US10169382B2 (en) Keyword identification for an enterprise resource planning manager
JP6442083B2 (en) Information item storage method, information item storage system, information item storage device, information item storage program, and computer-readable storage medium
CN105512137A (en) Method for operating database handle, and database handle management system
CN112882721B (en) Software package compiling method and device
US11288291B2 (en) Method and system for relation discovery from operation data
CN113268288B (en) Shared file configuration method and device

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
TR01 Transfer of patent right

Effective date of registration: 20230619

Address after: 100094 Building 9, yard 3, fengxiu Middle Road, Haidian District, Beijing

Patentee after: Beijing CAXA Technology Co.,Ltd.

Address before: 100094 Building 9, yard 3, fengxiu Middle Road, Haidian District, Beijing

Patentee before: Beijing CAXA Technology Co.,Ltd.

Patentee before: CHANGZHOU CAXA INTELLIGENT TECHNOLOGY CO.,LTD.

TR01 Transfer of patent right