CN104899013A - Calling method and calling device of customized service assembly - Google Patents

Calling method and calling device of customized service assembly Download PDF

Info

Publication number
CN104899013A
CN104899013A CN201410079832.7A CN201410079832A CN104899013A CN 104899013 A CN104899013 A CN 104899013A CN 201410079832 A CN201410079832 A CN 201410079832A CN 104899013 A CN104899013 A CN 104899013A
Authority
CN
China
Prior art keywords
service
customized
customization
interceptor
calling
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.)
Granted
Application number
CN201410079832.7A
Other languages
Chinese (zh)
Other versions
CN104899013B (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.)
Shenzhen Xinglutong Technology Co ltd
Original Assignee
ZTE ICT Technologies 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 ZTE ICT Technologies Co Ltd filed Critical ZTE ICT Technologies Co Ltd
Priority to CN201410079832.7A priority Critical patent/CN104899013B/en
Publication of CN104899013A publication Critical patent/CN104899013A/en
Application granted granted Critical
Publication of CN104899013B publication Critical patent/CN104899013B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a calling method of a customized service assembly. A customized interceptor is arranged in each service entry point; a software system intercepts the calling during service calling, and searches out the customized interceptor corresponding to the current calling service; and the customized interceptor determines the customized service assembly matched with the called service, and executes the customized service assembly. The invention also discloses a calling device of the customized service assembly. The calling device comprises a customization setting center, an interception processing center and the customized interceptors.

Description

Calling method and device for customized service component
Technical Field
The invention relates to the field of enterprise application software development, in particular to a method and a device for calling a customized service component.
Background
At present, an application software system needs to face various customers, for example, an ERP software system often encounters such a problem that each enterprise has own culture and characteristics, and the existing ERP software system has a low requirement matching degree with the enterprise, cannot completely meet the personalized requirements of the enterprise, and can cause the loss of customers. If the software system is developed in a customized manner, great cost investment and risk can be faced, and the development period is prolonged.
The current customization development mode in the industry has two ideas of the Saas architecture: firstly, independently deploying a set of applications for each enterprise user, and performing customized development by using code distribution; and secondly, reserving a customized configuration item in advance by using a file configuration mode and a workflow, and customizing the configuration for each new enterprise.
However, the method has many undesirable places, for the Saas idea one, if the number of customized enterprise users is too many, the code distribution is also too many, and the maintenance and the upgrade of the software system face continuous expansion cost and unpredictable risk; for the second idea of Saas, the preset configuration item increases the complexity of the software system, which seriously increases the development cost and development cycle of the product, and the configuration item itself is continuously updated, which may cause the software system to continuously reconstruct the code.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention mainly provide a method and an apparatus for calling a customized service component, which are flexible and simple when adding or deleting a customized service component in a software system, save development cost, and reduce risks.
The technical scheme of the invention is realized as follows:
the invention provides a calling method of a customized service component, which comprises the following steps:
a customized interceptor is arranged at a service entry point, and the software system intercepts calling when calling service; retrieving a customized interceptor corresponding to the current call service;
and the customization interceptor determines a customized service component matched with the called service and executes the customized service component.
In the above scheme, the setting of the customized interceptor at the service entry point is: analyzing the service entry point to be customized in the software system, performing personalized customization setting on the corresponding logic component and the customization rule according to the analysis result, and outputting the customized interceptor with the appointed format.
In the above solution, the intercepting the call when the service is called is: and the interception processing center intercepts all service calls.
In the above solution, the customization interceptor determines a customized service component matching the called service, and executing the customized service component is: the customization interceptor judges whether the called service is matched with the customization rule or not, when the called service is matched with the customization rule, the customization service component of the current called service is executed, when the called service is not matched with the customization rule, the next customization interceptor corresponding to the current called service judges whether the called service is matched with the customization rule or not, and when the called service is matched with the customization service component of the current called service, the customization service component of the current called service is executed;
the customized rule is as follows: user identity + service name.
The invention also provides a calling device of the service assembly, which comprises: the system comprises a customization setting center, an interception processing center and a customization interceptor; wherein,
the customization setting center is used for setting a customization interceptor at the service access point;
the interception processing center is used for intercepting the call when the software system calls the service, retrieving the customized interceptor corresponding to the current calling service and informing the customized interceptor;
and the customization interceptor is used for determining a customized service component matched with the called service and executing the customized service component.
In the above scheme, the customization setting center is specifically configured to analyze a service entry point to be customized in the software system, perform personalized customization setting on the corresponding logic component and the customization rule according to an analysis result, and output a customization interceptor with an agreed format.
In the foregoing solution, the customization interceptor is specifically configured to execute the customized service component of the current call service when it is determined that the called service matches the customization rule.
In the above scheme, the custom interceptor is specifically configured to notify the interception processing center when it is determined that the invoked service is not matched with the custom rule;
correspondingly, the interception processing center is further configured to retrieve a next customized interceptor corresponding to the currently invoked service when the first customized interceptor corresponding to the currently invoked service determines that the invoked service does not match the customized rule.
The invention provides a method and a device for calling a customized service component, which are characterized in that a customized interceptor is arranged at a service access point, when a software system calls a service, the current service call is intercepted, the customized interceptor corresponding to the current call service is retrieved, the customized interceptor determines the customized service component matched with the called service, and the customized service component is executed, so that the flexible customization of the software system is realized, the opening and closing principle and the customized pluggable management are met, the effects of saving the development cost and reducing the risk are achieved, and the sustainable maintenance of the software system is improved.
Drawings
Fig. 1 is a schematic flowchart of a method for calling a customized service component according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a device for invoking a customized service component according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating the invocation of a customized service component according to an embodiment of the present invention;
fig. 4 is a flowchart of a customized interception process according to an embodiment of the present invention.
Detailed Description
In the embodiment of the invention, the customized interceptor is arranged at the service entry point, so that the software system intercepts the call when calling the service; and retrieving a customized interceptor corresponding to the current calling service, determining a customized service component matched with the called service by the customized interceptor, and executing the customized service component, thereby realizing the rapid and flexible customized development of software.
The invention is further described in detail below with reference to the figures and the specific embodiments.
The embodiment of the invention provides a method for calling a customized service component, wherein the flow schematic diagram of the method is shown in figure 1, and the method comprises the following steps:
step 101: setting a customized interceptor at a service access point;
specifically, analyzing a service entry point to be customized in a software system, namely analyzing specific logic components to be customized and customization rules corresponding to the logic components, performing personalized customization setting on the corresponding logic components and the customization rules according to an analysis result, and outputting a customization interceptor with an agreed format; for example, when a customized interceptor is set at an entry point of a query service, a logic component of a part of keywords input in the query service needs to be customized, the logic component needs to have a corresponding matching rule, the rule has at least two characteristics, such as a user name + a service name, and the logic component of the query service and the corresponding customized rule are specifically set according to the requirement, so that the customized interceptor of the query service with an agreed format can be output;
the agreed format is that an interface class provided by an interception processing center is inherited uniformly; the custom interceptors having the agreed format can be identified by the intercept processing center.
Step 102: intercepting the call when the software system calls the service;
specifically, when the software system calls any service at any service entry point, the interception processing center intercepts all service calls; wherein the intercepting is specifically: all services in the software system are registered in the container, and when any service in the container is called, all service calls pass through a dynamic proxy entrance of an interception processing center, and the service calls are intercepted at the dynamic proxy entrance through a source code.
Step 103: retrieving a customized interceptor corresponding to the current calling service, determining a customized service component matched with the called service by the customized interceptor, and executing the customized service component;
specifically, after intercepting service call, an interception processing center traverses all custom interceptors with an agreed format, judges whether a custom interceptor corresponding to the current call service exists or not, if not, directly executes a standard version service component of the current call service, if so, the custom interceptor judges whether the called service is matched with a custom rule or not, if matched, executes the custom service component of the current call service, if not, judges whether the called service is matched with the custom rule or not by the next custom interceptor corresponding to the current call service, and if matched, executes the custom service component of the current call service; when all the custom interceptors corresponding to the current calling service confirm that the called service is not matched with the custom rule, executing a standard version service component of the current calling service;
the standard edition service assembly is a logic component for realizing basic service functions; the customized service component is a logic component for realizing the function after service individual customization development;
the customization rule can be set according to design requirements or product characteristics, for example, the customization rule can be user identity + service name, and in practical application, different enterprises can have different requirements on the same service, so that confusion in the use process when the same service is customized among the enterprises can be avoided by setting the customization rule.
In order to implement the foregoing method, an embodiment of the present invention further provides a device for invoking a customized service component, where as shown in fig. 2, the device includes: a customization setting center 20, an interception processing center 21, more than one customization interceptors 22; wherein,
the customization setting center 20 is used for setting a customization interceptor 22 at a service access point;
the interception processing center 21 is configured to intercept the call when the software system calls the service, retrieve the customized interceptor 22 corresponding to the current call service, and notify the customized interceptor 22;
a customization interceptor 22 for determining a customized service component matching the called service, executing the customized service component;
the customization setting center 20 is specifically configured to analyze a service entry point to be customized in the software system, perform personalized customization setting on a corresponding logic component and a customization rule according to an analysis result, and output a customization interceptor 22 having an agreed format;
the agreed format is an interface class provided by an interception processing center, and the customized interceptor 22 with the agreed format can be identified by the interception processing center 21;
the customization interceptor 22 is specifically configured to execute the customized service component of the currently invoked service when it is determined that the invoked service matches the customization rule; the customized interceptor 22 has specificity, and each time a customized content is added, the customized content corresponds to one customized interceptor;
the custom interceptor 22 is specifically configured to notify the interception processing center 21 when it is determined that the invoked service does not match the custom rule;
correspondingly, the interception processing center 21 is further configured to retrieve a next customized interceptor corresponding to the currently called service when the first customized interceptor 22 corresponding to the currently called service determines that the called service does not match the customized rule.
For example, the customized rule is: user identity + service name; when the user 1 uses the software system, the query service is called, the interception processing center 21 intercepts the calling of the query service, and judges whether a customized interceptor 22 of the query service with an agreed format exists, when the customized interceptor 22 exists, the customized interceptor 22 judges whether the user identity and the service name of the user 1 are consistent with the user identity and the service name of a customized service component which allows the query service to be called in a customized rule, and when the user identity and the service name are consistent, the customized service component of the query service is executed; when not consistent, a standard version service component of the query service is executed.
The software system needs a set of standard version applications, can completely perform all business processes, modularizes the standard version applications, subdivides each business logic into each service, and manages the services through a container, and can perform personalized customization on any one service through the customized service component calling method provided by the embodiment of the invention, wherein the calling schematic diagram of the customized service component provided by the embodiment of the invention is shown in fig. 3 and specifically as follows:
any place in the software system for calling the internal service can be used as a starting point to start calling another service;
the service call is intercepted by the interception processing center 21, the interception processing center 21 starts to traverse all the customized interceptors with the agreed format, judges whether a customized interceptor corresponding to the current call service exists, when the customized interceptor exists, the customized interceptor judges whether the called service matches with the customized rule, if yes, the current call is the query service, if the customized interceptor of the query service exists, the customized interceptor confirms that the query service matches with the customized rule, the customized component 1 of the query service is executed, if the customized interceptor of the query service does not exist, the standard version service component is directly executed, if the customized interceptor confirms that the query service does not match with the customized rule, the interception processing center 21 continues to traverse all the customized interceptors with the agreed format, and judges whether another customized interceptor of the query service exists, when the query service exists, the customization interceptor executes the customization component 1 of the query service after confirming that the query service is matched with the customization rule, and when the query service does not exist, directly executes the standard version service component; when the next service is called, the statistical service is called currently, if a customized interceptor of the statistical service exists, the customized interceptor confirms that the statistical service is matched with a customized rule, then a customized component 2 of the statistical service is executed, if the customized interceptor of the statistical service does not exist, then a standard version service component is directly executed, if the customized interceptor confirms that the statistical service is not matched with the customized rule, then an interception processing center 21 continues to traverse all customized interceptors with an agreed format, judges whether another customized interceptor of the statistical service exists, if so, after confirming that the statistical service is matched with the customized rule, the customized component 2 of the statistical service is executed, and if not, then the standard version service component is directly executed; and so on until the service call ends.
The flow of the customized interception processing provided by the embodiment of the invention is shown in fig. 4;
starting service calling in a standard version software system, intercepting all calls by an interception processing center, retrieving all customized interceptors which accord with an agreed format by the interception processing center, and judging whether the customized interceptors which are matched with the called service exist or not, wherein if the customized interceptors which are matched with the called service exist, retrieving all the customized interceptors when the query service is called, and judging whether the customized interceptors of the query service exist or not; if not, directly executing a standard version service component to realize standard logic, if so, judging whether the query service is matched with the customization rule or not by the customization interceptor, if so, executing the customization service component of the query service to realize the customization logic, if not, returning to find the next customization interceptor to continuously judge whether another customization interceptor of the query service exists; the customization rule is set during customization setting, and can be user identity plus service name, and the customization rule is not limited to the user identity plus service name and can be set according to factors such as product characteristics, user requirements and the like;
in the processing flow provided by the embodiment of the invention, the 'switching principle' is followed, the standard version software system is intelligently expanded and can not be modified, and when the customized content is added, only one customized interceptor and customized logic component code need to be added, and the appointed service interface can be easily realized; the customized content can be managed in a pluggable mode, when the customized content is deleted, a switch can be clicked by using only one button, the on-line software system can be started and closed without redeploying and restarting, and if the customized content is required to be completely deleted, the customized interceptor and the customized logic code only need to be deleted, so that no garbage can be left for the software system.
The calling method of the customized service component provided by the embodiment of the invention can be stored in a computer readable storage medium if the calling method is realized in the form of a software functional module and is sold or used as an independent product. Based on such an understanding, it will be apparent to one skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Moreover, the present application may take the form of a computer program product embodied on one or more computer-usable storage media having computer-usable program code embodied therewith, including but not limited to, USB flash disks, removable hard disks, Read-Only memories (ROMs), magnetic disk memories, CD-ROMs, optical memories, etc.;
these computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It can be seen from the above embodiments that, in the calling method and calling apparatus for a customized service component provided by the present invention, a customized interceptor is set at a service entry point, when a software system calls a service, the calling is intercepted, the customized interceptor corresponding to the current calling service is retrieved, the customized interceptor determines the customized service component matched with the called service, and the customized service component is executed.
The above description is only exemplary of the present invention and should not be taken as limiting the scope of the present invention, and any modifications, equivalents, improvements, etc. that are within the spirit and principle of the present invention should be included in the present invention.

Claims (8)

1. A method for invoking a customized service component, the method comprising:
a customized interceptor is arranged at a service entry point, and the software system intercepts calling when calling service; retrieving a customized interceptor corresponding to the current call service;
and the customization interceptor determines a customized service component matched with the called service and executes the customized service component.
2. The calling method of claim 1, wherein the setting of the custom interceptor at the service entry point is: analyzing the service entry point to be customized in the software system, performing personalized customization setting on the corresponding logic component and the customization rule according to the analysis result, and outputting the customized interceptor with the appointed format.
3. The calling method according to claim 2, wherein intercepting a call when calling a service is: and the interception processing center intercepts all service calls.
4. The calling method of claim 3, wherein the custom interceptor determines a custom service component matching the called service, and wherein executing the custom service component is: the customization interceptor judges whether the called service is matched with the customization rule or not, when the called service is matched with the customization rule, the customization service component of the current called service is executed, when the called service is not matched with the customization rule, the next customization interceptor corresponding to the current called service judges whether the called service is matched with the customization rule or not, and when the called service is matched with the customization service component of the current called service, the customization service component of the current called service is executed;
the customized rule is as follows: user identity + service name.
5. An apparatus for invoking a service component, the apparatus comprising: the system comprises a customization setting center, an interception processing center and a customization interceptor; wherein,
the customization setting center is used for setting a customization interceptor at the service access point;
the interception processing center is used for intercepting the call when the software system calls the service, retrieving the customized interceptor corresponding to the current calling service and informing the customized interceptor;
and the customization interceptor is used for determining a customized service component matched with the called service and executing the customized service component.
6. The calling device as claimed in claim 5, wherein the customization setup center is specifically configured to parse a service entry point to be customized in the software system, perform personalized customization setup on the corresponding logic component and the customization rule according to a parsing result, and output a customization interceptor having an agreed format.
7. The calling device of claim 5, wherein the customization interceptor is specifically configured to execute the customized service component of the currently invoked service when it is determined that the invoked service matches the customization rule.
8. The calling device according to claim 7, wherein the custom interceptor is further configured to notify an interception processing center when it is determined that the called service does not match the custom rule;
correspondingly, the interception processing center is further configured to retrieve a next customized interceptor corresponding to the currently invoked service when the first customized interceptor corresponding to the currently invoked service determines that the invoked service does not match the customized rule.
CN201410079832.7A 2014-03-05 2014-03-05 A kind of call method and device for customizing serviced component Expired - Fee Related CN104899013B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410079832.7A CN104899013B (en) 2014-03-05 2014-03-05 A kind of call method and device for customizing serviced component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410079832.7A CN104899013B (en) 2014-03-05 2014-03-05 A kind of call method and device for customizing serviced component

Publications (2)

Publication Number Publication Date
CN104899013A true CN104899013A (en) 2015-09-09
CN104899013B CN104899013B (en) 2018-04-06

Family

ID=54031692

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410079832.7A Expired - Fee Related CN104899013B (en) 2014-03-05 2014-03-05 A kind of call method and device for customizing serviced component

Country Status (1)

Country Link
CN (1) CN104899013B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847231A (en) * 2016-02-23 2016-08-10 乐视体育文化产业发展(北京)有限公司 Service publishing method, device and system
CN107220169A (en) * 2016-03-21 2017-09-29 阿里巴巴集团控股有限公司 A kind of emulating server returns to the method and apparatus for customizing data
CN110865848A (en) * 2018-08-21 2020-03-06 深圳市优必选科技有限公司 Component interception method and terminal equipment
CN115269060A (en) * 2022-06-15 2022-11-01 知学云(北京)科技股份有限公司 Service execution pre-post processing method based on aPaaS platform

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080141270A1 (en) * 2002-09-23 2008-06-12 Bjorn Bjare Middleware application environment
CN101266542A (en) * 2008-02-01 2008-09-17 中国建设银行股份有限公司 Method and device for loading component in container
CN101588359A (en) * 2009-07-10 2009-11-25 无锡维谷软件有限公司 Software on-demand update method based on network and system thereof
CN101662463A (en) * 2008-08-28 2010-03-03 国际商业机器公司 Device and method for customizing service flow for user
CN101847100A (en) * 2010-06-08 2010-09-29 用友软件股份有限公司 Method for expanding software application and device
CN102087594A (en) * 2010-12-27 2011-06-08 用友软件股份有限公司 Management method and device for extension point and plugins
CN102216901A (en) * 2011-05-30 2011-10-12 华为技术有限公司 Module expansion method and device thereof
US20110258620A1 (en) * 2010-03-31 2011-10-20 International Business Machines Corporation Method and Apparatus for Making a BPM Application Available to Multiple Tenants
CN102402456A (en) * 2010-09-17 2012-04-04 金蝶软件(中国)有限公司 Service request processing method, device and service system
CN102541557A (en) * 2011-12-28 2012-07-04 山东中创软件工程股份有限公司 Component processing system and component processing method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080141270A1 (en) * 2002-09-23 2008-06-12 Bjorn Bjare Middleware application environment
CN101266542A (en) * 2008-02-01 2008-09-17 中国建设银行股份有限公司 Method and device for loading component in container
CN101662463A (en) * 2008-08-28 2010-03-03 国际商业机器公司 Device and method for customizing service flow for user
CN101588359A (en) * 2009-07-10 2009-11-25 无锡维谷软件有限公司 Software on-demand update method based on network and system thereof
US20110258620A1 (en) * 2010-03-31 2011-10-20 International Business Machines Corporation Method and Apparatus for Making a BPM Application Available to Multiple Tenants
CN101847100A (en) * 2010-06-08 2010-09-29 用友软件股份有限公司 Method for expanding software application and device
CN102402456A (en) * 2010-09-17 2012-04-04 金蝶软件(中国)有限公司 Service request processing method, device and service system
CN102087594A (en) * 2010-12-27 2011-06-08 用友软件股份有限公司 Management method and device for extension point and plugins
CN102216901A (en) * 2011-05-30 2011-10-12 华为技术有限公司 Module expansion method and device thereof
CN102541557A (en) * 2011-12-28 2012-07-04 山东中创软件工程股份有限公司 Component processing system and component processing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
丁勇: "《EJB容器框架及服务扩展机制研究与设计》", 《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847231A (en) * 2016-02-23 2016-08-10 乐视体育文化产业发展(北京)有限公司 Service publishing method, device and system
CN107220169A (en) * 2016-03-21 2017-09-29 阿里巴巴集团控股有限公司 A kind of emulating server returns to the method and apparatus for customizing data
CN107220169B (en) * 2016-03-21 2021-05-28 创新先进技术有限公司 Method and equipment for simulating server to return customized data
CN110865848A (en) * 2018-08-21 2020-03-06 深圳市优必选科技有限公司 Component interception method and terminal equipment
CN110865848B (en) * 2018-08-21 2024-03-29 深圳市优必选科技有限公司 Component interception method and terminal equipment
CN115269060A (en) * 2022-06-15 2022-11-01 知学云(北京)科技股份有限公司 Service execution pre-post processing method based on aPaaS platform

Also Published As

Publication number Publication date
CN104899013B (en) 2018-04-06

Similar Documents

Publication Publication Date Title
US11520995B2 (en) Systems and methods for dynamically expanding natural language processing agent capacity
US11258620B2 (en) Managing meeting data
US20160171505A1 (en) Extract, transform, and load (etl) processing
US10713107B2 (en) Detecting a possible underlying problem among computing devices
EP3398063B1 (en) Controlled deployment of application feature
US20140156849A1 (en) Map-reduce workflow processing apparatus and method, and storage media storing the same
CN105469789A (en) Voice information processing method and voice information processing terminal
CN104899013B (en) A kind of call method and device for customizing serviced component
KR101535813B1 (en) System and method for dynamic updating of event composition rule for complex event processing
AU2019203190A1 (en) Digital project management office
US10320979B2 (en) Data structure driven interactive voice response (IVR) framework
KR102307380B1 (en) Natural language processing based call center support system and method
US20200012520A1 (en) Methods for scheduling multiple batches of concurrent jobs
CN111047434A (en) Operation record generation method and device, computer equipment and storage medium
CN107633080B (en) User task processing method and device
CN107844363B (en) Business transaction processing method, device, storage medium and equipment
CN113378093A (en) Method and device for determining resource release strategy, electronic equipment and storage medium
US10873662B2 (en) Identifying a media item to present to a user device via a communication session
CN105320523B (en) Data processing method and device
US20190026758A1 (en) Analyzing event-associated connections
CN108459940B (en) Configuration information modification method and device of application performance management system and electronic equipment
US8856062B2 (en) Rule creation and application
KR20200136679A (en) Method and apparatus for executing workflow including functions written in heterogeneous programming language
CN106557359B (en) Task scheduling method and system
CN115842721A (en) Network deployment method, device and related equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20180518

Address after: 518000 room 318, 3rd floor, block A, phase 1, Zhongxing Road, Nanshan District science and technology south road, Shenzhen, Guangdong.

Patentee after: SHENZHEN XINGLUTONG TECHNOLOGY Co.,Ltd.

Address before: 518000 Guangdong science and technology south road, Nanshan District hi tech Zone, Shenzhen, A

Patentee before: ZTEICT TECHNOLOGY Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180406