CN111913827A - Working platform exception handling method and system based on policy configuration - Google Patents
Working platform exception handling method and system based on policy configuration Download PDFInfo
- Publication number
- CN111913827A CN111913827A CN202010852910.8A CN202010852910A CN111913827A CN 111913827 A CN111913827 A CN 111913827A CN 202010852910 A CN202010852910 A CN 202010852910A CN 111913827 A CN111913827 A CN 111913827A
- Authority
- CN
- China
- Prior art keywords
- exception
- information
- processing
- configuration
- handling
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
本发明公开了一种基于策略配置的工作平台异常处理方法及系统,涉及计算机软件技术领域。本发明在工作平台在捕获到异常时,对捕获的异常进行上下文截断处理;将截断的上下文进行封装并发送至后端异常处理引擎;异常处理引擎对上下文信息进行解析;调用解析策略配置解析引擎将解析后的异常信息进行策略处理;将处理结果发送至策略执行引擎,执行对应的异常处理。本发明通过对异常处理进行配置,利用工作平台对捕获的异常进行预处理和封装并上传至异常处理引擎,使得调用者能够灵活的对异常进行处理,降低了代码中对异常处理的复杂度,简化了异常的处理过程,提供了异常处理的灵活性,提高了平台工作效率,具有很好的推广应用价值。
The invention discloses a work platform exception processing method and system based on policy configuration, and relates to the technical field of computer software. When an exception is captured by the work platform, the invention performs context truncation processing on the captured exception; encapsulates the truncated context and sends it to the back-end exception processing engine; the exception processing engine parses the context information; invokes the parsing strategy to configure the parsing engine Perform policy processing on the parsed exception information; send the processing result to the policy execution engine to execute corresponding exception processing. By configuring the exception handling, the invention uses the working platform to preprocess and encapsulate the captured exception and upload it to the exception processing engine, so that the caller can flexibly handle the exception, reducing the complexity of the exception handling in the code. The exception handling process is simplified, the flexibility of exception handling is provided, the work efficiency of the platform is improved, and it has good promotion and application value.
Description
技术领域technical field
本发明属于计算机软件技术领域,特别是涉及一种基于策略配置的工作平台异常处理方法,及一种基于策略配置的工作平台异常处理系统。The invention belongs to the technical field of computer software, in particular to a work platform exception processing method based on policy configuration, and a work platform exception processing system based on policy configuration.
背景技术Background technique
目前,是信息时代快速发展的时候,所有的工作慢慢趋向于智能化、信息化。本产品工作平台是一个以众包模式提供各项工作管理相关服务的互联网平台。随着工作平台的模块越来越多,管理的业务越来越复杂,其异常的处理就变为尤为重要。At present, when the information age is developing rapidly, all work gradually tends to be intelligent and informatized. This product work platform is an Internet platform that provides various work management related services in a crowdsourcing mode. With the increasing number of modules on the work platform, the management of business becomes more and more complex, and its exception handling becomes particularly important.
编写任何程序,都会使用到异常处理。异常处理的操作可分为三类:引发异常、捕获异常、处理异常。我们通常所说的错误,实际是指在程序中明确识别出含义的程序异常,并且由我们在程序中通过异常来向上引发的。如果是单一的根据异常的类型对异常进行处理,会将异常处理变得复杂,不利于高效的平台工作。Write any program, will use exception handling. Exception handling operations can be divided into three categories: throwing exceptions, catching exceptions, and handling exceptions. What we usually call an error actually refers to a program exception whose meaning is clearly identified in the program, and which is raised by us through the exception in the program. If the exception is handled solely according to the type of the exception, it will complicate the exception handling, which is not conducive to efficient platform work.
基于此,现提供一种基于策略配置的工作平台异常处理方法及系统,能够有效解决上述工作平台的问题。Based on this, a work platform exception processing method and system based on policy configuration are provided, which can effectively solve the above-mentioned problems of the work platform.
发明内容SUMMARY OF THE INVENTION
本发明的目的在于提供一种基于策略配置的工作平台异常处理方法及系统,通过对异常处理进行配置,利用工作平台对捕获的异常进行预处理和封装并上传至异常处理引擎,使得调用者能够灵活的对异常进行处理,解决了现有的异常处理复杂、平台工作效率低下的问题。The purpose of the present invention is to provide a work platform exception processing method and system based on policy configuration. Handle exceptions flexibly, solving the existing problems of complex exception handling and low platform work efficiency.
为解决上述技术问题,本发明是通过以下技术方案实现的:In order to solve the above-mentioned technical problems, the present invention is achieved through the following technical solutions:
本发明为一种基于策略配置的工作平台异常处理方法,包括如下步骤:The present invention is a work platform exception processing method based on policy configuration, comprising the following steps:
步骤S1:工作平台前端的异常处理配置框中配置异常处理反馈信息;Step S1: configure the exception handling feedback information in the exception handling configuration box of the front end of the work platform;
步骤S2:工作平台后端对录入异常处理反馈信息进行封装处理;Step S2: the back end of the work platform encapsulates the input exception handling feedback information;
步骤S3:工作平台在捕获到异常时,对捕获的异常进行上下文截断处理;Step S3: when the work platform captures the exception, it performs context truncation processing on the captured exception;
步骤S4:将截断的上下文进行封装并发送至后端异常处理引擎;Step S4: encapsulate the truncated context and send it to the back-end exception processing engine;
步骤S5:异常处理引擎对上下文信息进行解析;Step S5: the exception processing engine parses the context information;
步骤S6:调用解析策略配置解析引擎将解析后的异常信息进行策略处理;Step S6: calling the parsing strategy configuration parsing engine to perform strategy processing on the parsed abnormal information;
步骤S7:将处理结果发送至策略执行引擎,执行对应的异常处理。Step S7: Send the processing result to the policy execution engine, and execute the corresponding exception processing.
优选地,所述步骤S1中,异常处理配置框中包括:异常次数配置框、超出异常次数反馈框、网络离线反馈信息框、重复播报反馈框。Preferably, in the step S1, the exception handling configuration box includes: a configuration box for abnormal times, a feedback box for exceeding the abnormal times, a network offline feedback information box, and a repeated broadcast feedback box.
优选地,所述超出异常次数反馈框输入的异常次数超出异常次数的反馈信息且没有命中任何指令时,退出前端交互状态,调用异常处理配置框中的超出异常次数的反馈信息。Preferably, when the number of exceptions entered in the feedback box for exceeding the number of exceptions exceeds the feedback information for the number of exceptions and no command is hit, the front-end interactive state is exited, and the feedback information for exceeding the number of exceptions in the exception handling configuration box is invoked.
优选地,所述网络离线反馈信息框输入的离线时长超出异常离线的时长时,退出前端交互状态,调用异常中的网络离线反馈信息。Preferably, when the offline duration entered in the network offline feedback information box exceeds the abnormal offline duration, the front-end interactive state is exited, and the network offline feedback information in the abnormality is called.
优选地,所述步骤S4中,封装的异常信息包括异常编号、异常提示信息、异常链接、异常堆栈和异常上下文信息,并将该异常信息封装成异常上下文信息。Preferably, in the step S4, the packaged exception information includes exception number, exception prompt information, exception link, exception stack and exception context information, and the exception information is packaged into exception context information.
优选地,所述异常上下信息包括策略名称、框架上下文、异常信息、错误上下文扩展属性集合。Preferably, the exception context information includes policy name, framework context, exception information, and error context extended attribute set.
优选地,所述步骤S7,调用策略执行引擎时,根据返回处理的程序列表,调用对应的处理程序,进行异常处理,其处理的程序包括记录日志和弹出界面。Preferably, in the step S7, when calling the policy execution engine, according to the returned processing program list, the corresponding processing program is called to perform exception processing, and the processing program includes logging and pop-up interface.
本发明为一种基于策略配置的工作平台异常处理系统,包括依次连接信息配置模块、异常信息录入模块、异常信息预处理模块、异常信息封装模块、异常策略配置模块、异常处理模块;所述信息配置模块用于在工作平台前端提供异常处理配置框,用户通过异常处理配置框对异常等级进行划分配置;所述异常信息录入模块用于用户通过异常处理配置框向后台录入异常信息;所述异常信息预处理模块用于对工作平台捕获的异常信息进行上下文截断处理;所述异常信息封装模块用于对预处理后的异常信息进行封装处理;所述异常策略配置模块用于对解析引擎进行配置,使解析引擎能够对封装处理的引擎进行策略处理;所述异常处理模块用于对异常信息进行处理并将处理结果发送至策略执行引擎。The present invention is a work platform exception processing system based on policy configuration, which includes a sequential connection information configuration module, an exception information entry module, an exception information preprocessing module, an exception information packaging module, an exception policy configuration module, and an exception processing module; the information The configuration module is used to provide an exception handling configuration box at the front end of the work platform, and the user can divide and configure the exception level through the exception handling configuration box; the exception information input module is used for the user to input exception information to the background through the exception handling configuration box; the exception The information preprocessing module is used to perform context truncation processing on the exception information captured by the work platform; the exception information encapsulation module is used to encapsulate the preprocessed exception information; the exception policy configuration module is used to configure the parsing engine , so that the parsing engine can perform policy processing on the encapsulated processing engine; the exception processing module is used to process the exception information and send the processing result to the policy execution engine.
本发明具有以下有益效果:The present invention has the following beneficial effects:
本发明通过对异常处理进行配置,利用工作平台对捕获的异常进行预处理和封装并上传至异常处理引擎,使得调用者能够灵活的对异常进行处理,降低了代码中对异常处理的复杂度,简化了异常的处理过程,提供了异常处理的灵活性,提高了平台工作效率,具有很好的推广应用价值。By configuring the exception handling, the invention uses the working platform to preprocess and encapsulate the captured exception and upload it to the exception processing engine, so that the caller can flexibly handle the exception, reducing the complexity of the exception handling in the code. The exception handling process is simplified, the flexibility of exception handling is provided, the work efficiency of the platform is improved, and it has good promotion and application value.
当然,实施本发明的任一产品并不一定需要同时达到以上所述的所有优点。Of course, it is not necessary for any product embodying the present invention to achieve all of the above-described advantages simultaneously.
附图说明Description of drawings
为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions of the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without any creative effort.
图1为本发明的一种基于策略配置的工作平台异常处理方法步骤图;1 is a step diagram of a work platform exception processing method based on policy configuration according to the present invention;
图2为本发明的一种基于策略配置的工作平台异常处理系统结构框图。FIG. 2 is a structural block diagram of a work platform exception handling system based on policy configuration according to the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only a part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
请参阅图1所示,本发明为一种基于策略配置的工作平台异常处理方法,包括如下步骤:Referring to FIG. 1, the present invention is a work platform exception processing method based on policy configuration, including the following steps:
步骤S1:工作平台前端的异常处理配置框中配置异常处理反馈信息;Step S1: configure the exception handling feedback information in the exception handling configuration box of the front end of the work platform;
步骤S2:工作平台后端对录入异常处理反馈信息进行封装处理;Step S2: the back end of the work platform encapsulates the input exception handling feedback information;
步骤S3:工作平台在捕获到异常时,对捕获的异常进行上下文截断处理;Step S3: when the work platform captures the exception, it performs context truncation processing on the captured exception;
步骤S4:将截断的上下文进行封装并发送至后端异常处理引擎;Step S4: encapsulate the truncated context and send it to the back-end exception processing engine;
步骤S5:异常处理引擎对上下文信息进行解析;Step S5: the exception processing engine parses the context information;
步骤S6:调用解析策略配置解析引擎将解析后的异常信息进行策略处理;Step S6: calling the parsing strategy configuration parsing engine to perform strategy processing on the parsed abnormal information;
步骤S7:将处理结果发送至策略执行引擎,执行对应的异常处理。Step S7: Send the processing result to the policy execution engine, and execute the corresponding exception processing.
优选地,步骤S1中,异常处理配置框中包括:异常次数配置框、超出异常次数反馈框、网络离线反馈信息框、重复播报反馈框。Preferably, in step S1, the exception handling configuration box includes: a configuration box for abnormal times, a feedback box for exceeding the abnormal times, a network offline feedback information box, and a repeated broadcast feedback box.
优选地,超出异常次数反馈框输入的异常次数超出异常次数的反馈信息且没有命中任何指令时,退出前端交互状态,调用异常处理配置框中的超出异常次数的反馈信息。Preferably, when the number of exceptions entered in the feedback box for exceeding the number of exceptions exceeds the feedback information for the number of exceptions and no command is hit, the front-end interactive state is exited, and the feedback information for exceeding the number of exceptions in the exception handling configuration box is called.
优选地,网络离线反馈信息框输入的离线时长超出异常离线的时长时,退出前端交互状态,调用异常中的网络离线反馈信息。Preferably, when the offline duration entered in the network offline feedback information box exceeds the abnormal offline duration, the front-end interactive state is exited, and the network offline feedback information in the abnormality is called.
优选地,步骤S4中,封装的异常信息包括异常编号、异常提示信息、异常链接、异常堆栈和异常上下文信息,并将该异常信息封装成异常上下文信息。Preferably, in step S4, the packaged exception information includes exception number, exception prompt information, exception link, exception stack and exception context information, and the exception information is packaged into exception context information.
优选地,异常上下信息包括策略名称、框架上下文、异常信息、错误上下文扩展属性集合。Preferably, the exception context information includes policy name, framework context, exception information, and error context extended attribute set.
优选地,步骤S7,调用策略执行引擎时,根据返回处理的程序列表,调用对应的处理程序,进行异常处理,其处理的程序包括记录日志和弹出界面。Preferably, in step S7, when the policy execution engine is invoked, a corresponding processing program is invoked according to the returned processing program list to perform exception processing, and the processing program includes logging and pop-up interface.
请参阅图2所示,本发明为一种基于策略配置的工作平台异常处理系统,包括依次连接信息配置模块、异常信息录入模块、异常信息预处理模块、异常信息封装模块、异常策略配置模块、异常处理模块;信息配置模块用于在工作平台前端提供异常处理配置框,用户通过异常处理配置框对异常等级进行划分配置;异常信息录入模块用于用户通过异常处理配置框向后台录入异常信息;异常信息预处理模块用于对工作平台捕获的异常信息进行上下文截断处理;异常信息封装模块用于对预处理后的异常信息进行封装处理;异常策略配置模块用于对解析引擎进行配置,使解析引擎能够对封装处理的引擎进行策略处理;异常处理模块用于对异常信息进行处理并将处理结果发送至策略执行引擎。Referring to Fig. 2, the present invention is a work platform exception processing system based on policy configuration, including a connection information configuration module, an exception information entry module, an exception information preprocessing module, an exception information packaging module, an exception policy configuration module, Exception handling module; the information configuration module is used to provide an exception handling configuration box on the front end of the work platform, and the user can divide and configure the exception level through the exception handling configuration box; the exception information input module is used for the user to input exception information to the background through the exception handling configuration box; The exception information preprocessing module is used to perform context truncation processing on the exception information captured by the work platform; the exception information encapsulation module is used to encapsulate and process the preprocessed exception information; the exception policy configuration module is used to configure the parsing engine to make parsing The engine can perform policy processing on the encapsulated engine; the exception processing module is used to process the exception information and send the processing result to the policy execution engine.
值得注意的是,上述系统实施例中,所包括的各个单元只是按照功能逻辑进行划分的,但并不局限于上述的划分,只要能够实现相应的功能即可;另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本发明的保护范围。It is worth noting that, in the above system embodiment, the units included are only divided according to functional logic, but are not limited to the above division, as long as the corresponding functions can be realized; in addition, the specific names of the functional units It is only for the convenience of distinguishing from each other, and is not used to limit the protection scope of the present invention.
另外,本领域普通技术人员可以理解实现上述各实施例方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,相应的程序可以存储于一计算机可读取存储介质中。In addition, those skilled in the art can understand that all or part of the steps in the methods of the above embodiments can be completed by instructing relevant hardware through a program, and the corresponding program can be stored in a computer-readable storage medium.
以上公开的本发明优选实施例只是用于帮助阐述本发明。优选实施例并没有详尽叙述所有的细节,也不限制该发明仅为所述的具体实施方式。显然,根据本说明书的内容,可作很多的修改和变化。本说明书选取并具体描述这些实施例,是为了更好地解释本发明的原理和实际应用,从而使所属技术领域技术人员能很好地理解和利用本发明。本发明仅受权利要求书及其全部范围和等效物的限制。The above-disclosed preferred embodiments of the present invention are provided only to help illustrate the present invention. The preferred embodiments do not exhaust all the details, nor do they limit the invention to only the described embodiments. Obviously, many modifications and variations are possible in light of the contents of this specification. These embodiments are selected and described in this specification in order to better explain the principles and practical applications of the present invention, so that those skilled in the art can well understand and utilize the present invention. The present invention is to be limited only by the claims and their full scope and equivalents.
Claims (8)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010852910.8A CN111913827A (en) | 2020-08-22 | 2020-08-22 | Working platform exception handling method and system based on policy configuration |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010852910.8A CN111913827A (en) | 2020-08-22 | 2020-08-22 | Working platform exception handling method and system based on policy configuration |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN111913827A true CN111913827A (en) | 2020-11-10 |
Family
ID=73279173
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010852910.8A Pending CN111913827A (en) | 2020-08-22 | 2020-08-22 | Working platform exception handling method and system based on policy configuration |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111913827A (en) |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040117803A1 (en) * | 2002-12-17 | 2004-06-17 | Biplav Srivastava | System and method for dynamic exception handling |
| CN101937372A (en) * | 2010-08-30 | 2011-01-05 | 北京数码大方科技有限公司 | Exception processing method and device |
| CN103019874A (en) * | 2012-12-13 | 2013-04-03 | 中国电子科技集团公司第十五研究所 | Method and device for realizing exception handling based on data synchronization |
| CN106484425A (en) * | 2016-10-19 | 2017-03-08 | 济南浪潮高新科技投资发展有限公司 | A kind of abnormality eliminating method of policy-based configuration |
| US20180365018A1 (en) * | 2017-06-20 | 2018-12-20 | Bank Of America Corporation | Item processing exception configurable pipeline |
| CN109712622A (en) * | 2018-12-28 | 2019-05-03 | 苏州思必驰信息科技有限公司 | The configuration method and system of interactive voice abnormality processing for voice dialogue platform |
| CN111190755A (en) * | 2019-08-01 | 2020-05-22 | 腾讯科技(深圳)有限公司 | Application program function exception handling method and device |
| CN111417019A (en) * | 2020-03-09 | 2020-07-14 | 深圳市酷开网络科技有限公司 | Method and device for processing plug-in abnormity, computer equipment and storage medium |
-
2020
- 2020-08-22 CN CN202010852910.8A patent/CN111913827A/en active Pending
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040117803A1 (en) * | 2002-12-17 | 2004-06-17 | Biplav Srivastava | System and method for dynamic exception handling |
| CN101937372A (en) * | 2010-08-30 | 2011-01-05 | 北京数码大方科技有限公司 | Exception processing method and device |
| CN103019874A (en) * | 2012-12-13 | 2013-04-03 | 中国电子科技集团公司第十五研究所 | Method and device for realizing exception handling based on data synchronization |
| CN106484425A (en) * | 2016-10-19 | 2017-03-08 | 济南浪潮高新科技投资发展有限公司 | A kind of abnormality eliminating method of policy-based configuration |
| US20180365018A1 (en) * | 2017-06-20 | 2018-12-20 | Bank Of America Corporation | Item processing exception configurable pipeline |
| CN109712622A (en) * | 2018-12-28 | 2019-05-03 | 苏州思必驰信息科技有限公司 | The configuration method and system of interactive voice abnormality processing for voice dialogue platform |
| CN111190755A (en) * | 2019-08-01 | 2020-05-22 | 腾讯科技(深圳)有限公司 | Application program function exception handling method and device |
| CN111417019A (en) * | 2020-03-09 | 2020-07-14 | 深圳市酷开网络科技有限公司 | Method and device for processing plug-in abnormity, computer equipment and storage medium |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN109714327A (en) | Data processing method, device, terminal, system and server | |
| CN106484425B (en) | A kind of abnormality eliminating method of policy-based configuration | |
| CN115733885B (en) | Business processing method, device, electronic device and storage medium | |
| CN109739872A (en) | An implementation method, system and operation method of SQL statement processing | |
| CN114217941A (en) | A TensorFlow framework core computing acceleration engine for domestic heterogeneous many-core processors | |
| CN101710863B (en) | Method and system for restoring single board alarm | |
| CN111913827A (en) | Working platform exception handling method and system based on policy configuration | |
| CN103997438A (en) | Method for automatically monitoring distributed network spiders in cloud computing | |
| CN104572087A (en) | Adaptation mode method and system for business logic implementation | |
| CN103942056A (en) | Human-computer interaction method and method based on scenes | |
| CN109753285B (en) | An XML Parser and Reconfigurable Computing System Based on FPGA | |
| CN107870921A (en) | A kind of daily record data processing method and processing device | |
| WO2025055184A1 (en) | Data processing method, system and apparatus, and medium | |
| CN105260179A (en) | Method for achieving flex and servlet interaction | |
| CN111881025B (en) | Automatic test task scheduling method, device and system | |
| CN111324332A (en) | Big data task processing method and system, electronic device and storage medium | |
| CN116303276A (en) | A method of springbatch nested script to realize file export | |
| CN115686637A (en) | FPGA heterogeneous processing architecture containing on-chip scheduler | |
| CN118377821B (en) | A performance analysis device, method and storage medium supporting multiple hardware | |
| CN110943895A (en) | A gateway machine, network data processing method and device based on Linux system | |
| CN119292563B (en) | Method, device, equipment and medium for enhancing workflow | |
| US11157388B1 (en) | Trace identification based on wait chain coverage analysis | |
| CN111552741A (en) | Cross-border e-commerce data synchronization method, device and equipment | |
| CN118503971B (en) | Calling relation analysis method, device, electronic equipment and storage medium | |
| CN114115816B (en) | A method for realizing dynamic capability arrangement based on groovy dynamic scripting language |
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 | ||
| WD01 | Invention patent application deemed withdrawn after publication | ||
| WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20201110 |