WO2022027867A1 - Procédé et appareil de suivi de lien multifil basé sur mdc, et support de stockage lisible par ordinateur - Google Patents

Procédé et appareil de suivi de lien multifil basé sur mdc, et support de stockage lisible par ordinateur Download PDF

Info

Publication number
WO2022027867A1
WO2022027867A1 PCT/CN2020/130235 CN2020130235W WO2022027867A1 WO 2022027867 A1 WO2022027867 A1 WO 2022027867A1 CN 2020130235 W CN2020130235 W CN 2020130235W WO 2022027867 A1 WO2022027867 A1 WO 2022027867A1
Authority
WO
WIPO (PCT)
Prior art keywords
link
mdc
preset
threaded
based multi
Prior art date
Application number
PCT/CN2020/130235
Other languages
English (en)
Chinese (zh)
Inventor
杨志鹏
Original Assignee
紫光云(南京)数字技术有限公司
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 紫光云(南京)数字技术有限公司 filed Critical 紫光云(南京)数字技术有限公司
Publication of WO2022027867A1 publication Critical patent/WO2022027867A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1203Improving or facilitating administration, e.g. print management
    • G06F3/1205Improving or facilitating administration, e.g. print management resulting in increased flexibility in print job configuration, e.g. job settings, print requirements, job tickets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1257Configuration of print job parameters, e.g. using UI at the client by using pre-stored settings, e.g. job templates, presets, print styles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1258Configuration of print job parameters, e.g. using UI at the client by updating job settings at the printer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5018Thread allocation

Definitions

  • the present application relates to the technical field of log tracking systems, and in particular, to a method, an apparatus, and a computer-readable storage medium for MDC-based multi-thread link tracking.
  • the SpringBoot microservice After the SpringBoot microservice receives the http request, it will call the custom controller, service, dao, driver and other modules to complete the basic business process. During this process, the controller, service, dao, and driver will respond to multiple http requests concurrently. The log will be written concurrently by multiple http requests. Compared with the log of a service, the log will be alternately written to the log file. If the service is abnormal, the way of alternately printing the log will make it impossible to accurately and quickly locate the abnormality through the log. It is impossible to accurately troubleshoot the problem, and at the same time, it is impossible to quickly locate the response time of each http request, and it cannot provide a basis for optimizing the system.
  • Multi-threaded link tracking can not only perform a single http request process, but also need to achieve link delivery tracking in the case of embedded multi-threading.
  • a full link is formed in modules such as controller, service, dao, and driver.
  • the present application proposes a method, an apparatus and a computer-readable storage medium for tracking a multi-thread link based on MDC, so as to overcome the above-mentioned technical problems existing in the related art.
  • a MDC-based multi-thread link tracking method comprising the following steps:
  • completing the creation of the identification of the link by the preset rule in the S1 includes the following steps: intercepting the http request through the preset interceptor, adding the link uniquely representing the full link tracking id to the mapping adaptation context MDC framework, and adding The start time of the http request, and at the same time, the link uniquely representing the full link tracking id is added to the local inheritable thread pool to complete the creation of the link identifier.
  • adopting the preset rules in S2 to complete the inheritance of the multi-threaded link parameters includes the following steps: when the service service method is called, the MDC framework of the mapping adaptation context will complete the inheritance of all the parameters through the local inheritable thread pool.
  • the link uniquely represents the transmission of the full-link tracking id, and the unique identifier of the multi-threaded link is inherited to subsequent threads.
  • completing the recording of the response time according to the preset method in the S3 includes the following steps: the interceptor obtains the start time of the http request created between the MDC framework through the mapping adaptation context, and compares it with the current time. For comparison, complete the recording of the response time.
  • the response time of the http request is calculated by using the Spring interceptor.
  • adopting the preset principle in the S4 to output the record result of the response time to the log file includes the following steps: the user selects a self-defined log printing method, and the record result of the response time is passed through the self-defined log. Template output to log file.
  • the dynamic activation of the log printing mode can also be realized in the S4.
  • the user can dynamically select the log frame to be used and print the log format.
  • completing the recording of the unique identifier of the multi-threaded link according to the preset criteria in the S5 includes the following steps: if a thread is independently opened in the link of the http request processing, and the selection log printing used at the same time does not support context integration , you need to use the stage execution interface in the provided tool to complete the recording of the unique identification of the multi-threaded link.
  • an electronic device includes a memory and a processor, the memory stores an MDC-based multi-thread link tracking program that can run on the processor , the MDC-based multi-thread link tracking program is executed by the processor to implement the steps of the above-mentioned MDC-based multi-thread link tracking method.
  • a computer-readable storage medium stores an MDC-based multi-threaded link tracking program, the MDC-based multi-threaded link tracking program Can be executed by one or more processors to implement the steps of the above-mentioned MDC-based multi-thread link tracking method.
  • a unique link identifier is generated for each http request, and each http request can be quickly searched under the action of the unique identifier, and each http request can be distinguished At the same time, it can filter all logs in the log file, so that online problems can be quickly located and checked, thereby effectively improving the processing ability of online problems.
  • this application can help the system to optimize by counting the execution time and input parameters of each http request; in addition, users of this application can customize the log printing format and printing framework, and provide a printing framework in a multi-threaded situation solutions for users to use flexibly.
  • FIG. 1 is a schematic flowchart of an MDC-based multi-thread link tracking method according to an embodiment of the present application.
  • the present application provides accompanying drawings, which are part of the disclosure of the present application, and are mainly used to illustrate the embodiments, and can be used to explain the operation principles of the embodiments in conjunction with the relevant descriptions in the specification. Those of ordinary skill in the art will understand other possible implementations and the advantages of the present application.
  • the components in the figures are not drawn to scale, and similar component symbols are generally used to represent similar components.
  • a MDC-based multithreading link tracing method, apparatus and computer-readable storage medium are provided.
  • an MDC-based multi-thread link tracking method including the following steps:
  • the S1 includes the following steps: intercepting the http request through a preset interceptor, adding a link uniquely representing the full link trace id (trace-id) to the MDC framework of the mapping adaptation context, and adding the start of the http request At the same time, the link's unique representation full-link tracking id is added to the local inheritable thread pool (InheritableThreadLocal) to complete the link identification creation.
  • the S2 includes the following steps: when the service service method is invoked, the MDC framework of the mapping adaptation context will complete the transfer of the tracking id that uniquely represents the full link of the link through the local inheritable thread pool, and transfer the tracking id to the link.
  • the unique identification of the multi-threaded link is inherited into subsequent threads.
  • the S3 includes the following steps: the interceptor obtains the start time of the http request created between the two through the mapping adaptation context MDC framework, and compares it with the current time to complete the recording of the response time. Specifically, the response time of the http request is calculated by using the Spring interceptor.
  • the step S4 includes the following steps: the user selects a custom log printing mode, and outputs the recording result of the response time to a log file through a custom log template. Specifically, the S4 can also realize the dynamic activation of the log printing mode, and by modifying the configuration file, the user can dynamically select the log frame to be used and print the log format.
  • step S5 includes the following steps: if a thread is opened separately in the link of the http request processing, and the selection log printing used at the same time does not support context integration, then the stage execution interface (CompletionStageExecutor) in the provided tool needs to be used to complete the matching process.
  • MDC Mapped Diagnostic Context, mapped debugging context
  • the response time of the request is calculated through the Spring interceptor
  • the log printing implementation can be dynamically activated
  • the MDC-based solution can realize the dynamic activation of the log printing mode.
  • the user can dynamically select the log frame to be used and the format of the print log.
  • an electronic device is also provided.
  • the electronic device may be a computer or a server.
  • the electronic device includes at least a memory, a processor, a communication bus, and a network interface.
  • the memory includes at least one type of readable storage medium
  • the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (eg, SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, and the like.
  • the memory may in some embodiments be an internal storage unit of an electronic device, such as a hard disk of the electronic device.
  • the memory may also be an external storage device of the electronic device, such as a plug-in hard disk, a smart memory card (Smart Media Card, SMC), a Secure Digital (SD) card, and a flash memory equipped on the electronic device. Card (Flash Card), etc.
  • the memory may also include both an internal storage unit of the electronic device and an external storage device.
  • the memory can not only be used to store application software installed in the electronic device and various types of data, such as the code of the MDC-based multi-thread link tracking program, etc., but also can be used to temporarily store data that has been output or will be output.
  • the processor may be a central processing unit (CPU), controller, microcontroller, microprocessor or other data processing chip for executing program codes or processing data stored in the memory.
  • CPU central processing unit
  • controller microcontroller
  • microprocessor microprocessor or other data processing chip for executing program codes or processing data stored in the memory.
  • the communication bus is used to realize the connection communication between these components.
  • the network interface may include a standard wired interface and a wireless interface (such as a WI-FI interface), which is generally used to establish a communication connection between the electronic device and other electronic devices.
  • a standard wired interface such as a WI-FI interface
  • WI-FI interface wireless interface
  • the electronic device may further include a user interface
  • the user interface may include a display (Display), an input unit such as a keyboard (Keyboard), and an optional user interface may further include a standard wired interface and a wireless interface.
  • the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, and the like.
  • the display may also be appropriately called a display screen or a display unit, which is used for displaying information processed in the electronic device and for displaying a visual user interface.
  • the electronic device includes a memory and a processor, the memory having stored thereon an MDC-based multi-threaded link tracking program executable on the processor, and the processor executing the MDC-based multi-threading program stored in the memory.
  • the following steps are implemented in the thread link tracking program:
  • Identify creation, complete link identification creation through preset rules including the following steps: intercepting http requests through a preset interceptor, adding a link uniquely representing the full link tracking id to the mapping adaptation context MDC framework, and adding the http request The starting time of the request, and at the same time, the link's unique representation of the full-link tracking id is added to the local inheritable thread pool to complete the creation of the link identifier.
  • Parameter inheritance using preset rules to complete the inheritance of multi-threaded link parameters; including the following steps: when the service method is called, the mapping adaptation context MDC framework will complete the uniqueness of the link through the local inheritable thread pool. Indicates the delivery of the full-link tracking id, and inherits the unique identifier of the multi-threaded link to subsequent threads.
  • Time recording according to the preset method to complete the recording of the response time; including the following steps: the interceptor obtains the start time of the http request created between the MDC framework through the mapping adaptation context, and compares it with the current time, Complete the recording of the response time. Specifically, the response time of the http request is calculated by using the Spring interceptor.
  • Result output using the preset principle to output the record result of the response time to the log file; including the following steps: the user selects a custom log printing method, and the record result of the response time is output to the log file through the custom log template. log file. It can also realize the dynamic activation of the log printing mode. By modifying the configuration file, the user can dynamically select the log frame to be used and print the log format.
  • the identification record is completed according to the preset criterion to record the unique identification of the multi-threaded link. Including the following steps: if a thread is separately enabled in the link of the http request processing, and the selection log printing used at the same time does not support context integration, then the stage execution interface in the provided tool needs to be used to complete the unique identification of the multi-threaded link. record of.
  • a computer-readable storage medium stores an MDC-based multi-thread link tracking program, the MDC-based multi-thread link tracking program A program may be executed by one or more processors to perform the following operations:
  • Time record complete the record of response time according to the preset method
  • the identification record is completed according to the preset criterion to record the unique identification of the multi-threaded link.
  • a unique link identifier is generated for each http request, and can be quickly searched under the effect of the unique identifier.
  • the execution time, input parameters and response time of each http request can be distinguished, and at the same time, all logs in the log file can be filtered, so that online problems can be quickly located and checked, thereby effectively improving online
  • this application can help the system to optimize by counting the execution time and input parameters of each http request; in addition, users of this application can customize the log printing format and printing framework, and provide the printing framework in A solution in a multi-threaded situation for users to use flexibly.
  • the method of the above embodiment can be implemented by means of software plus a necessary general hardware platform, and of course can also be implemented by hardware, but in many cases the former is better implementation.
  • the technical solutions of the present application can be embodied in the form of software products in essence or the parts that make contributions to the prior art.
  • the computer software products are stored in a storage medium (such as ROM/RAM) as described above. , magnetic disk, optical disc), including several instructions to make a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) execute the methods described in the various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

L'invention concerne un procédé et un appareil de suivi de lien multifil basé sur un contexte de diagnostic mappé (MDC), ainsi qu'un support de stockage lisible par ordinateur, le procédé de suivi consistant : S1, à achever la création d'un identifiant pour un lien au moyen d'une règle prédéfinie ; S2, à utiliser la règle prédéfinie pour hériter de paramètres d'un lien multifil ; S3, à enregistrer un temps de réponse selon un procédé prédéfini ; S4, à utiliser un principe prédéfini pour émettre en sortie vers un fichier journal le résultat d'enregistrement du temps de réponse ; et S5, à enregistrer un identifiant unique du lien multifil selon un critère prédéfini. Le procédé selon l'invention : génère un identifiant unique pour un lien pour chaque requête http ; recherche rapidement chaque requête http sous l'action de l'identifiant unique ; distingue le temps d'exécution, les paramètres d'entrée et le temps de réponse de chaque requête http ; et examine tous les journaux dans le fichier journal, pour une localisation rapide et un dépannage en ligne, ce qui améliore la capacité de traitement de problèmes en ligne.
PCT/CN2020/130235 2020-08-04 2020-11-19 Procédé et appareil de suivi de lien multifil basé sur mdc, et support de stockage lisible par ordinateur WO2022027867A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010771440.2 2020-08-04
CN202010771440.2A CN112118286B (zh) 2020-08-04 2020-08-04 基于mdc多线程链路追踪方法、装置及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2022027867A1 true WO2022027867A1 (fr) 2022-02-10

Family

ID=73799124

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/130235 WO2022027867A1 (fr) 2020-08-04 2020-11-19 Procédé et appareil de suivi de lien multifil basé sur mdc, et support de stockage lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN112118286B (fr)
WO (1) WO2022027867A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114978880A (zh) * 2022-05-23 2022-08-30 南昌智能新能源汽车研究院 基于AUTOSAR Adaptive的服务调用链追踪方法、系统、计算机及存储介质
CN116775440A (zh) * 2023-08-21 2023-09-19 青岛民航凯亚系统集成有限公司 一种基于机场生产运营系统的日志级链路追踪方法及系统

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112783451A (zh) * 2021-01-22 2021-05-11 中信银行股份有限公司 一种基于拦截器的耗时异常分析的方法及系统、存储介质
CN112860557A (zh) * 2021-02-18 2021-05-28 深圳无域科技技术有限公司 自动化测试方法及系统
CN112882919A (zh) * 2021-03-29 2021-06-01 浪潮云信息技术股份公司 基于log4j的微服务架构的日志链路追踪方法和系统
CN113342771A (zh) * 2021-07-01 2021-09-03 上海通联金融服务有限公司 分布式调用日志打印的方法
CN114281280B (zh) * 2021-12-31 2023-08-25 中企云链(北京)金融信息服务有限公司 日志处理方法以及装置、存储介质、电子装置
CN114915657B (zh) * 2022-04-24 2024-01-26 中国人民解放军战略支援部队信息工程大学 基于OpenTracing规范的拟态应用分布式追踪方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107645562A (zh) * 2017-10-12 2018-01-30 广州爱九游信息技术有限公司 数据传输处理方法、装置、设备及系统
CN109582655A (zh) * 2018-11-08 2019-04-05 深圳市云智融科技有限公司 系统日志的定位方法及装置、计算机可读存储介质
CN110275817A (zh) * 2019-06-13 2019-09-24 北京航空航天大学 一种基于模型驱动的日志文件自动生成方法
CN110489315A (zh) * 2019-07-18 2019-11-22 威富通科技有限公司 一种操作请求的跟踪方法、跟踪装置及服务器

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9098290B2 (en) * 2008-01-30 2015-08-04 Intuit Inc. Method and apparatus for facilitating diagnostic logging for software components
CN108038145A (zh) * 2017-11-23 2018-05-15 携程旅游网络技术(上海)有限公司 分布式服务跟踪方法、系统、存储介质和电子设备
CN108459939B (zh) * 2018-01-08 2020-06-23 平安科技(深圳)有限公司 一种日志收集方法、装置、终端设备及存储介质
CN111277643B (zh) * 2020-01-18 2023-07-28 深圳市麦谷科技有限公司 一种http链路跟踪记录方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107645562A (zh) * 2017-10-12 2018-01-30 广州爱九游信息技术有限公司 数据传输处理方法、装置、设备及系统
CN109582655A (zh) * 2018-11-08 2019-04-05 深圳市云智融科技有限公司 系统日志的定位方法及装置、计算机可读存储介质
CN110275817A (zh) * 2019-06-13 2019-09-24 北京航空航天大学 一种基于模型驱动的日志文件自动生成方法
CN110489315A (zh) * 2019-07-18 2019-11-22 威富通科技有限公司 一种操作请求的跟踪方法、跟踪装置及服务器

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114978880A (zh) * 2022-05-23 2022-08-30 南昌智能新能源汽车研究院 基于AUTOSAR Adaptive的服务调用链追踪方法、系统、计算机及存储介质
CN114978880B (zh) * 2022-05-23 2024-02-13 南昌智能新能源汽车研究院 服务调用链追踪方法、系统、计算机及存储介质
CN116775440A (zh) * 2023-08-21 2023-09-19 青岛民航凯亚系统集成有限公司 一种基于机场生产运营系统的日志级链路追踪方法及系统
CN116775440B (zh) * 2023-08-21 2023-12-01 青岛民航凯亚系统集成有限公司 一种基于机场生产运营系统的日志级链路追踪方法及系统

Also Published As

Publication number Publication date
CN112118286A (zh) 2020-12-22
CN112118286B (zh) 2021-08-17

Similar Documents

Publication Publication Date Title
WO2022027867A1 (fr) Procédé et appareil de suivi de lien multifil basé sur mdc, et support de stockage lisible par ordinateur
US10469500B1 (en) Enforceable launch configurations
US10282201B2 (en) Data provisioning techniques
CN108462760B (zh) 电子装置、集群访问域名自动生成方法及存储介质
US20150040127A1 (en) Virtual computing instance migration
WO2019019381A1 (fr) Procédé et appareil de traitement par lots de tâches de bordereau d'assurance, dispositif informatique et support d'informations
US9021055B2 (en) Nonconforming web service policy functions
WO2019148727A1 (fr) Dispositif électronique, procédé d'avertissement d'exception à base de redis et support d'informations
WO2019136812A1 (fr) Dispositif électronique, procédé de génération et de consultation de journal d'appels de données, et support de stockage
US9628939B2 (en) Data calling method and device
WO2019223136A1 (fr) Procédé et appareil d'acquisition de données, et dispositif informatique et support de stockage
CN110764965A (zh) 进程守护方法、装置、电子设备及存储介质
CN110851298A (zh) 异常分析及处理方法、电子装置及存储介质
WO2019174190A1 (fr) Procédé pour réimporter des données, appareil, dispositif informatique et support de stockage
CN115437933A (zh) 自动化测试方法、装置、计算机设备及存储介质
WO2019136813A1 (fr) Procédé de gestion de fichiers d'api, serveur, et support de stockage
WO2019200808A1 (fr) Procédé de recommandation de cas de test, dispositif électronique et support de stockage lisible
WO2019223095A1 (fr) Procédé de surveillance d'opération de processus, dispositif de terminal et support de stockage lisible par ordinateur
WO2019062020A1 (fr) Procédé de traitement unifié de tâche asynchrone et appareil, et support d'informations
CN117056904A (zh) 应用程序隐私合规判断方法、装置、计算机设备及介质
CN110609731B (zh) 用于管理虚拟机的方法、设备和计算机程序产品
US20220405413A1 (en) Information management system, method of controlling the information management system, and storage medium storing program
US20160261635A1 (en) Trigger events and confirmation in digital asset management
US20240031166A1 (en) Web-side data signature method and apparatus and computer device
CN112261072B (zh) 一种服务调用方法、装置、设备和存储介质

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 03/07/2023)

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20948205

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20948205

Country of ref document: EP

Kind code of ref document: A1