Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

49 results about "Redundant code" patented technology

In computer programming, redundant code is source code or compiled code in a computer program that is unnecessary, such as...

Redundant code identification method and system based on data flow diagram

The invention provides a redundant code identification method and system based on a data flow diagram. The problem that multiple types of redundant codes cannot be comprehensively identified in the prior art is solved. Identifying a waste interface set through set operation processing of an interface access log, a total station scanning result and code warehouse information; performing dynamic call detection and data flow analysis based on a static analysis tool and the abstract syntax tree, and identifying an internal useless code set; identifying and combining a waste script set and a waste consumer set to form a waste component set through state check and log analysis of consumer operation states, script execution records and task scheduling configuration; constructing a whole system call graph to perform reverse reachability analysis, and identifying a cascade waste code set; and finally, generating a complete redundant code report containing statistical data, a detailed list and risk assessment based on the various sets.
Owner:BEIJING YULORE INNOVATION TECH

Incremental upgrade package construction method and device, electronic equipment and storage medium

The invention discloses a construction method and device of an incremental upgrade patch, electronic equipment and a storage medium, and relates to the technical field of computers, a file list and a change type are extracted from a code submission record, difference comparison is performed on files of an original version and a target version based on the information to generate code difference data, and the code difference data are sent to a server; therefore, the problem that the upgrade package contains a large number of redundant codes or key change contents are omitted and the upgrade accuracy and reliability are affected due to the fact that only a file name or a directory structure is used as a change judgment basis in an existing incremental upgrade method can be solved; the technical effects of improving the accuracy and reliability of incremental upgrading and reducing upgrading package redundancy are achieved.
Owner:JINAN INSPUR DATA TECH CO LTD

Text internationalization method and device of iOS application, electronic equipment and storage medium

The application provides a text internationalization method and device of an iOS application, an electronic device and a storage medium. The method comprises the following steps: creating a globalization label for displaying text, and the globalization label inherits a label control for displaying text in the iOS; defining a computed property for the globalization label, and the computed property is used for internationalization processing of an external parameter; when the computed property is assigned by using the external parameter, the external parameter is internationalized by using a preset property assignment calling method, the internationalized external parameter is assigned to an original text of an editor, and an internationalized original text is obtained; and after the computed property of the globalization label receives an external calling request, the internationalized original text is returned to an external caller. The implementation manner of the application is simple, there is no repeated redundant code, the user can uniformly manage the code, and the code reconstruction and replacement cost is reduced.
Owner:CHONGQING SELIS PHOENIX INTELLIGENT INNOVATION TECH CO LTD

Interface routing methods, devices, equipment and media

This invention discloses an interface routing method, apparatus, device, and medium. The method includes: receiving a routing request sent by an application module to link to a target interface, and obtaining a target interface identifier associated with the target interface in the routing request; determining whether a routing dictionary stored in the routing module includes a registered interface identifier that matches the target interface identifier; the routing dictionary includes multiple sets of registered routing relationship data, each set of registered routing relationship data including a registered interface identifier and a registered interface address associated with the registered interface identifier; when it is determined that the routing dictionary includes a registered interface identifier that matches the target interface identifier, determining the registered interface address associated with the registered interface identifier that matches the target interface identifier as the target interface address; and redirecting to the target interface according to the target interface address. This invention reduces repetitive and redundant code and achieves unified management of interface redirection.
Owner:SHENZHEN PROSCENIC TECH CO LTD

State data management method, device and system

A state data management method, device and system, the method is applied to a scheduler, comprising: receiving and forwarding a state data scheduling command to a scheduling command processing method interface, so that the scheduling command processing method interface processes business logic according to the state data scheduling command, and returns a processed state data notification to the scheduler; receiving the processed state data notification, updating data in a state data warehouse based on the processed state data notification; after the data in the state data warehouse is updated, sending a message to notify a subscriber in a subscriber list that the data in the state data warehouse is updated. Through the method, device and system provided in the embodiment of the application, unnecessary stored state data does not need to be stored in a database, database redundant data is reduced, backend redundant code is also reduced, backend research and development can focus on the development of business logic without needing to care about the management of intermediate state data, and research and development efficiency is improved.
Owner:BEIJING JINTI TECH CO LTD

Automatic code generation of optimized RTL via redundant code removal

Described herein is a technique for automatic generation of optimized RTL via redundant code removal. By automatically introducing local mutations into the original RTL and using equivalence checking tools to confirm that the functionality it is not affected, optimized RTL can be produced automatically without requiring human intervention.
Owner:INTEL CORP

Associated calling code determination method and device for redundant codes, equipment, medium and product

PendingCN120743280ACode compilationAlgorithmRedundant code
The invention provides an association call code determination method and device for redundant codes, equipment, a medium and a product. The method can be applied to the field of financial science and technology. The method comprises the following steps: taking a redundant code as a root node of an associated calling code tree, and determining a first code file having a calling relationship with the root node from a stock code library; determining the first code file as a child node of the root node; taking the child node as a search node, and determining a second code file having a calling relationship with the search node from a stock code library; performing duplicate removal processing on the second code file, and determining the second code file after duplicate removal as a child node of the search node; and taking the child node of the search node as a new search node, continuing to execute the step of determining the second code file having the calling relationship with the search node from the stock code library until the child node cannot be searched from the stock code library, and obtaining the associated calling code tree. According to the method, the search efficiency of the associated calling codes of the redundant codes is improved.
Owner:INDUSTRIAL AND COMMERCIAL BANK OF CHINA

Target page generation method and device, computer device, and storage medium

The application relates to a target page generation method and device, computer equipment, a storage medium and a computer program product. The method comprises the following steps: writing a to-be-laid-out data source into a sub-view control of a to-be-generated page, the sub-view control inherits a page layout of a corresponding parent view control; analyzing the to-be-laid-out data by using the sub-view control, determining elements of the to-be-generated page, and generating a page layout partition model of the to-be-generated page according to positions of the elements; inputting the page layout partition model into the parent view control, and generating a target page according to the page layout partition model by using a proxy method encapsulated by the parent view control. The method does not need to use the proxy method for multiple times when generating the target page, avoids generating a large amount of redundant codes, improves the page generation efficiency of a terminal, and only needs to modify the page layout in the parent view control when the page layout changes, so that the layout of the sub-view control does not need to be set again, and the workload of a developer is reduced.
Owner:KANG JIAN INFORMATION TECH (SHENZHEN) CO LTD

A data processing method and apparatus

The application discloses a data processing method and device, and relates to the technical field of computers. A specific implementation manner of the method comprises the following steps: receiving a definition operation of a syntax rule and a syntax label of an index calculation expression; using the syntax rule to perform lexical analysis and syntax analysis on the index calculation expression, and obtaining a syntax analysis tree; creating an accessor to traverse the syntax analysis tree, and replacing the syntax label in a node in the syntax analysis tree with implementation logic code of the corresponding syntax rule by analyzing the node; determining an index identifier in the index calculation expression, obtaining index data corresponding to the index identifier, processing the index data in sequence according to the position of the node where the implementation logic code is located in the syntax analysis tree, obtaining processing result data, and returning the processing result data. In the implementation manner, for an index definer who can give a data expression, the index definer can efficiently define and efficiently execute a new index without writing redundant codes, and the learning cost and operation cost are relatively low.
Owner:JD DIGITS HAIYI INFORMATION TECHNOLOGY CO LTD

Method, apparatus and device for determining redundant code, and storage medium

This application provides a method, apparatus, device, and storage medium for determining redundant code. The method involves acquiring access data corresponding to multiple page links in a project to be processed, and a file dependency graph corresponding to the project; determining target page links that meet preset conditions based on preset duration and access thresholds, according to the access data corresponding to the multiple page links; identifying cleanable redundant code files based on the target page link data and the file dependency graph; and cleaning up the redundant code files. This technical solution can more accurately clean up redundant code.
Owner:BEIJING XIAKEHUI INFORMATION TECH CO LTD

Front-end page generation method and device, computer device and storage medium

PendingCN122331898AComputer hardwareRedundant code
This invention relates to the field of artificial intelligence technology and discloses a front-end page generation method, apparatus, computer device, and storage medium. The method includes: obtaining a component development file corresponding to a page design source file, wherein the component development file is a front-end page development file generated after the page design source file is transcoded using a transcoding tool; identifying redundant elements in the component development file based on a recognition method corresponding to different development element types, wherein the redundant elements include unreferenced development elements; filtering out redundant code corresponding to the redundant elements in the component development file to generate an optimized component development file; and generating a front-end page corresponding to the page design source file based on the optimized component development file. This method can be applied to front-end page generation scenarios in fintech and healthcare, reducing the file size of the component development file generated after transcoding by the transcoding tool, thereby improving the loading speed of the front-end page.
Owner:CHINA PING AN LIFE INSURANCE CO LTD

Reverse planetary roller screw pair parametric modeling method

The invention provides a reverse planetary roller screw pair parametric modeling method. The method comprises the following steps: carrying out macro recording on a part three-dimensional modeling process by using a solidworks macro recording function to obtain a macro program; arranging the obtained macro recording program, and removing redundant codes; adding a library file and a connection program into the VB6.0 software to realize connection with the Solidworks software; copying a macro recording code into VB6.0 software, and modifying and perfecting the macro recording code; establishing a reverse planetary roller screw pair parameterized modeling human-computer interaction interface in VB6.0 software; inputting the structural size of the part, and driving solidworks through a program to carry out three-dimensional modeling on the part of the reverse planetary roller screw pair; according to the method, secondary development is carried out on solidwork, parametric modeling of the reverse planetary roller screw pair is achieved, and the requirement for rapid and accurate modeling is met.
Owner:NANJING UNIV OF SCI & TECH

Analog to digital converter, method and circuit for detecting defect therein

An analog-to-digital converter and a method and circuit for detecting a defect in the convertor are provided. The converter has a built-in self-test function and includes: an SAR ADC based on a redundant coding scheme; an inputting unit configured for inputting a defect-sensitive voltage into the SAR ADC; a controlling unit configured for controlling the SAR ADC to perform an analog-to-digital conversion on the defect-sensitive voltage, wherein the controlling includes the following steps: (a) setting a kth bit in one of the plurality of K-bit binary numbers to a fixed value; (b) controlling the SAR ADC to generate an output digital code Dout(k); and (c) changing a value of k and cycling through step (a) to step (b) to generate K output digital codes Dout(k); and a determining unit configured for determining whether the SAR ADC has a defect based on the K output digital codes Dout(k).
Owner:MONTAGE TECH KUNSHAN CO LTD

A horizontal table splitting method and device, electronic equipment and storage medium

The application discloses a horizontal table splitting method and device, electronic equipment and a storage medium. The method comprises the following steps: acquiring the service type of all data of a service table, performing a horizontal table splitting operation on the service table according to the service type to obtain a plurality of sub-tables; establishing the implementation class of each sub-table and the index value corresponding to the implementation class according to the service type of each sub-table, and storing the implementation class of each sub-table into a spring container, wherein each implementation class shares one data access object interface; associating the index value with a preset proxy class interface, and making the proxy class interface inherit the data access object interface in the spring container, so as to find the implementation class of the corresponding sub-table in the spring container through the index value. The application solves the technical problems of high repeated code amount and redundant code amount and low code flexibility in the current table splitting.
Owner:PING AN BANK CO LTD

Data compression method and device, electronic equipment, medium and product

The invention provides a data compression method and apparatus, an electronic device, a medium and a product. The method comprises the steps of obtaining to-be-compressed text data; determining a single character and a target text character string contained in the text data; wherein the target text character string is a text character string meeting a preset compression condition; obtaining a preset compression coding table; wherein the compressed encoding table comprises a plurality of encoding characters; determining redundant coding characters except the single character in the compressed coding table; updating the compressed encoding table to establish a first mapping relation between the single character and the corresponding encoding character in the compressed encoding table, and establishing a second mapping relation between the target text character string and the redundant encoding character in the compressed encoding table; and based on the updated compression coding table, compressing the text data to obtain a compressed data field. According to the invention, the data storage length can be reduced, so that the storage space is saved.
Owner:CHINA TELECOM CLOUD TECH CO LTD

Methods, apparatus, electronic devices and storage media for handling redundant code

This invention provides a method, apparatus, electronic device, and storage medium for processing redundant code. The method includes: acquiring target files, the target files including HTML type files and CSS type files; generating an abstract syntax tree corresponding to the target files based on the file content of the target files; determining a set of HTML style class names corresponding to the HTML type files and a set of CSS style class names corresponding to the CSS type files based on the abstract syntax trees corresponding to each target file; filtering style class names based on the set of HTML style class names and the set of CSS style class names to obtain a style class name deletion set; and deleting the CSS code corresponding to the style class name deletion set from the CSS type files.
Owner:NETEASE (HANGZHOU) NETWORK CO LTD

Resource pool processing method and device, equipment, medium and resource pool management framework

PendingCN121858318AAvoid writing separateavoid writingInterprogram communicationProgram loading/initiatingResource poolRedundant code
The invention provides a resource pool processing method and device, equipment, a medium and a resource pool management framework, and relates to the technical field of OpenStack management. The method is applied to a resource pool management framework, the resource pool management framework comprises a resource management service and a driving layer, and the method comprises the following steps: the driving layer obtains a target resource pool identifier of a to-be-created resource and a reference request parameter required for creating the resource; obtaining a target OpenStack version number and target interface information corresponding to the target resource pool; obtaining a reference OpenStack version number and a plurality of interface conversion functions; according to the reference OpenStack version number and the target OpenStack version number, generating a version number conversion chain; according to the version number conversion chain, the reference request parameter and the plurality of interface conversion functions, recursively determining a target request parameter of the target OpenStack version number; and based on the target request parameter and the target interface information, performing resource creation on the target resource pool. According to the method, redundant codes of the driving layer are reduced, and the maintenance cost of the codes is reduced.
Owner:CHINA UNITED NETWORK COMM GRP CO LTD +2

Distributed storage system and data sharing method

PendingUS20260010443A1Redundant hardware error correctionRedundant codeDatabase
When rebuilding a data block and a second redundant code identical in content with a data block and a second redundant code stored in a storage device of one or more of nodes, on a different node, based on a first redundant code, a controller rebuilds the data block and second redundant code on a node different from a substitute node substituting for a node storing a data block or second redundant code to be rebuilt, transfers the rebuilt data block and second redundant code to the substitute node, and stores them in the storage device of the substitute node.
Owner:HITACHI VANTARA LTD

Reverse restoration method and device for confusion program, medium and product

The invention discloses a reverse restoration method and device for a confusion program, a medium and a product, and relates to the technical field of anti-confusion and financial science and tech, and the method comprises the steps: obtaining a target confusion program, sequentially detecting and restoring Boolean value operation, a confusion character string array, a confusion attribute name and indirect function confusion call existing in the target confusion program. Obtaining a first reverse reduction program; detecting redundant codes in the first reverse reduction program through static analysis and dynamic analysis, and removing the detected redundant codes in the first reverse reduction program to obtain a second reverse reduction program; and performing control flow flattening reverse restoration processing on the second reverse restoration program to obtain a target reverse restoration program corresponding to the target obfuscation program, and restoring the original execution path of the code, thereby solving the problem of vulnerability concealment caused by code obfuscation, enhancing the high-risk vulnerability detection rate and the attack surface coverage capability, and improving the security of the high-risk vulnerability. And the reliability and the effectiveness of depth reversal of the target confusion program are improved.
Owner:INDUSTRIAL AND COMMERCIAL BANK OF CHINA

Distributed storage system and data sharing method

To shorten a time required for rebuilding data and / or a redundant code of the data when a failure occurs.SOLUTION: When rebuilding the data blocks and the second redundancy code having the same contents as the data blocks and the second redundancy code stored in the storage device of at least one of the plurality of nodes on another node based on the first redundancy code, the controller rebuilds the data blocks and the second redundancy code in a node different from a substitute node used to substitute for the node storing the data blocks to be rebuilt or the second redundancy code, and transfers the rebuilt data blocks and the rebuilt second redundancy code to the substitute node and stores the rebuilt data blocks and the rebuilt second redundancy code in a storage device of the substitute node.SELECTED DRAWING: Figure 9
Owner:HITACHI VANTARA LTD

Redundant code processing method and device, program product and electronic equipment

PendingCN121187934AError detection/correctionRedundant codeSoftware engineering
The invention discloses a redundant code processing method and device, a program product and electronic equipment, and relates to the field of financial science and technology, and the method comprises the steps that an entry program table is determined based on a project log of a target project, the entry program table comprises L entry codes, L is a positive integer, and the L entry codes are codes called first for running the target project; based on the entry program table and a code calling relation table, target codes are determined, and the code calling relation table is used for storing code calling relations among all source codes of the target project; taking a difference set between the source code of the target item and the target code as a redundant code; and deleting redundant codes in the source code of the target project. According to the method, the technical problems of high code maintenance difficulty and low maintenance efficiency caused by redundant codes in source codes of existing projects of financial institutions are solved.
Owner:INDUSTRIAL AND COMMERCIAL BANK OF CHINA +1

Communication system, communication setting method, and program

The invention relates to the technical field of computer communication, and discloses a communication system, a communication setting method and a program, and the system comprises a network congestion state evaluation module which is used for evaluating a network congestion state; the transmission rate regulation and control module is used for regulating and controlling the data packet transmission rate based on the network congestion state evaluation result so as to reduce delay fluctuation; the data packet processing module is used for performing segment processing on the data packet according to the regulated transmission rate and generating a transmission sequence; the channel error probability evaluation module is used for evaluating the error probability of the current channel; the redundant coding control module is used for regulating and controlling a redundant coding proportion based on a channel error probability evaluation result so as to enhance data integrity; and the data sending module sends the data packet added with the redundant codes to target equipment to complete a communication process, a computer communication method is optimized through an intelligent means, the transmission rate is dynamically adjusted to suppress delay during congestion, the redundant codes are adjusted according to the channel error probability to ensure completeness, and the communication efficiency and reliability are improved.
Owner:HUNAN HUALI ELECTRIC TECH CO LTD

A processing method of a data interface module

The embodiment of the present application relates to a kind of processing methods of storage data interface module, the method comprises: storage data interface module receives the operation instruction sent by upper application through instruction processing interface;For interface initialization instruction time, create storage, index table file;For data creation, reading, modification, deletion or recovery instruction time, corresponding application layer data creation, reading, modification, deletion or recovery processing is carried out;For interface closing instruction time, delete storage, index table file.Through the present application, upper application development difficulty can be reduced, upper application redundant code is reduced, and upper application development efficiency is improved.
Owner:BEIJING SHUMI NETWORK TECH CO LTD +2

Processing system and computer-implemented method for non-blocking fault detection

PCT designated stageWO2026017515A1Correct operation testingRedundant data error correctionPathPingRedundant code
The present disclosure relates to a processing system, in particular a synchronous digital network, comprising a signal path and a redundancy code path, wherein the redundancy code path is an at least partially redundant path with respect to the signal path, a redundancy code generation unit located in the redundancy code path and configured to generate a redundancy code signal, a delay unit located in the redundancy code path, wherein a delay is applied to the redundancy code signal, and at least one redundancy code determination unit configured to determine a fault in the signal path and / or in the redundancy code path based on an output of the signal path and an output of the redundancy code path. The disclosure also relates to a corresponding method.
Owner:AIMOTIVE KFT

An apparatus and method for constructing a web front-end application based on object technology

ActiveCN116149648BWeb applicationRedundant code
This invention discloses an apparatus and method for building web front-end applications based on object technology, belonging to the field of Internet technology. It solves the technical problems of existing technologies for building web front-end applications, such as the high learning cost caused by the separation of HTML, CSS, and JavaScript in traditional native methods; difficulties in data access between components during runtime in component-based methods; instability of common basic code and redundant code during component reuse; and difficulties in code understanding, porting, and debugging due to significant differences between component-based implementations and traditional native methods. It includes a main application base class, page view base class, storage base class, event base class, and loading and packaging tool base class, encapsulating common and basic functions in these base classes, while the specific page and function-related code required by the web application is implemented by their respective derived classes. This invention is convenient and quick to build, has a low learning cost, overcomes the problems of unstable common basic code and redundant code in existing component-based methods, and reduces the complexity of inter-component access and operation.
Owner:CHENGDU SUOJI TECH CO LTD

A method and system for identifying redundant code based on a dataflow graph

The application provides a kind of redundant code identification method and system based on data flow graph, solve the problem that prior art cannot comprehensively identify multiple types of redundant code. Through the set operation processing of interface access log, full station scanning result and code repository information, a set of abandoned interfaces is identified;Based on static analysis tool and abstract syntax tree, dynamic call detection and data flow analysis are carried out to identify a set of internal useless codes;Then, through the state check and log analysis of consumer running state, script execution record and task scheduling configuration, a set of abandoned scripts and a set of abandoned consumers are identified and merged to form a set of abandoned components;Further, a system call graph is constructed to perform reverse reachability analysis, to identify a set of cascading abandoned codes;Finally, based on the above various sets, a complete redundant code report containing statistical data, detailed list and risk assessment is generated.
Owner:BEIJING YULORE INNOVATION TECH

Dynamic code segmentation optimization method and device based on user behavior analysis

The invention relates to a dynamic code segmentation optimization method and device based on user behavior analysis, and relates to the field of dynamic code segmentation optimization. The method comprises the following steps: acquiring user access path data in a user behavior analysis system, wherein the user access path data comprises a module ID, an access sequence and an access frequency; generating a module co-occurrence matrix based on the user access path data, and analyzing the association strength between modules by using a module clustering algorithm; code segmentation configuration of the construction tool is dynamically generated according to the association strength between the modules, and the modules with the association strength higher than a preset threshold value are packaged into the same group; and setting construction parameters to control the size of the packaged module package, wherein the construction parameters comprise the minimum sharing frequency, the minimum package volume and the maximum package volume. According to the method, the code segmentation configuration can be dynamically generated according to the user behavior data, the module loading sequence and the grouping strategy are optimized, redundant code loading is effectively reduced, and the first screen loading speed and the user experience fluency are improved.
Owner:JINAN INSPUR DATA TECH CO LTD

Data transmission method and device, computer equipment, storage medium and program product

The invention relates to a data transmission method and device, computer equipment, a storage medium and a program product. According to the method, when a first component transmits attributes to a second component, a first object is generated according to a data mapping dictionary and a corresponding processing method, the first object is transmitted to the second component, and the data mapping dictionary comprises a mapping relation between the attributes of the first component and the attributes of the first object. The processing method is used for packaging a data source object into an object with an accessor. According to the method, the attributes are transmitted by transmitting the objects among the different components, compared with a traditional method that an updating mode needs to be defined for each attribute when the attributes are transmitted among the components, only one data mapping dictionary needs to be defined, the mapped objects are transmitted to the components, the updating mode does not need to be defined, the redundant code amount can be reduced, and the efficiency is improved. Particularly, when the more the attributes need to be transmitted are, the more the redundant code amount can be reduced, and the data transmission efficiency between the components can be greatly improved.
Owner:CHONGQING JINKANG NEW ENERGY VEHICLE CO LTD

Time sequence verification method and device of flash memory management controller, equipment and medium

PendingCN121166458AFunctional testingRedundant codeComputer compatibility
The invention relates to the technical field of computers, in particular to a time sequence verification method, device and equipment of a flash memory management controller and a medium, and aims to accurately solve the pain point of time sequence compatibility verification of an existing NAND Flash controller through a closed-loop process of key element detection, rule dynamic conversion, multi-dimensional verification and violation association analysis. Manual analysis of specifications and reconstruction of verification logic are not needed, and by detecting key elements such as particle models and working modes, rule base target time sequence constraints are automatically matched and converted into executable check rules, so that the manual adaptation cost is greatly reduced, and the problem of low verification efficiency is solved; secondly, a rule base supports dynamic parameters and cross-signal constraints, signal hopping is monitored in real time in simulation, the dynamic parameters are verified in combination with environment variables, and the situation that the coverage rate is insufficient due to the fact that an existing frame cannot process environment dependent parameters is avoided; thirdly, a unified rule base and a standardized process replace manufacturer exclusive splitting logic, redundant codes are reduced, and the risk of rule mismatching is reduced.
Owner:JINAN MAIWEI INTELLIGENT TECHNOLOGY CO LTD

Pressure measurement method and device of distributed system, electronic equipment and storage medium

PendingCN121907857ATransmissionRedundant codeJava
The invention relates to a pressure measurement method and device for a distributed system, electronic equipment and a storage medium. The method comprises the following steps: receiving a pressure measurement request initiated by a service end; in response to the pressure measurement request, judging whether a service application corresponding to the pressure measurement request is matched with a preset shadow resource rule or not based on the pressure measurement identifier; if the preset shadow resource rule is matched, routing the pressure test request to a corresponding shadow resource according to a preset hierarchical routing strategy in the shadow resource rule; and if the preset shadow resource rule is not matched, carrying the pressure measurement identifier to the request of the downstream service, so that the downstream service re-executes until the full-link pressure measurement process is completed. Physical isolation of pressure measurement data and production data is achieved from the source, the data pollution problem is thoroughly avoided, manual pressure measurement data cleaning is not needed, and the operation and maintenance cost is greatly reduced; and the pressure measurement identifier is extracted and transmitted in a non-intrusive manner by relying on the Java probe, so that a developer is prevented from manually modifying a service code, and the influence of a redundant code on a service system is eliminated.
Owner:BEIJING QIYI CENTURY SCI & TECH CO LTD