CN109150993B - Method for obtaining network request tangent plane, terminal device and storage medium - Google Patents

Method for obtaining network request tangent plane, terminal device and storage medium Download PDF

Info

Publication number
CN109150993B
CN109150993B CN201810853580.7A CN201810853580A CN109150993B CN 109150993 B CN109150993 B CN 109150993B CN 201810853580 A CN201810853580 A CN 201810853580A CN 109150993 B CN109150993 B CN 109150993B
Authority
CN
China
Prior art keywords
request
network request
tangent plane
information
network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810853580.7A
Other languages
Chinese (zh)
Other versions
CN109150993A (en
Inventor
张骏
张文明
陈少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810853580.7A priority Critical patent/CN109150993B/en
Publication of CN109150993A publication Critical patent/CN109150993A/en
Application granted granted Critical
Publication of CN109150993B publication Critical patent/CN109150993B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/03Protocol definition or specification 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for acquiring a network request section, terminal equipment and a storage medium, which are suitable for application development. The method provided by the invention comprises the following steps: when an object registration method is defined in a network request management class; storing the object generated by the registration method into the NSHashTable type parameter; when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array; and traversing the array, and reading the section information of the network request. The invention can capture the object and the parameter information thereof when registering the object, reduces the application cost when subsequently acquiring the network request object and executing the method, and simultaneously the section protocol can add different request stage acquisition methods, so that the data information of each section of the network request can be read at will.

Description

Method for obtaining network request tangent plane, terminal device and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, a terminal apparatus, and a storage medium for obtaining a network request profile.
Background
In the development process of the mobile application, network request acquisition is often involved, the acquired network request information can provide guidance reference for program design and application improvement, and can bring convenience for request optimization and network problem solution, so that the request is required to be intercepted, and the section information of the network request is required to be acquired.
At present, a commonly used method for obtaining a cut surface is a method provided by apple authorities and using nsurlprogress in nsurlprogress, which requires obtaining all request objects and executing a corresponding method on each object to obtain request information, and when this method is used for hook operation, program overhead is very large, while the method commonly used by some developers in the prior art for sending out internal information through a custom object registration method is used for exposing the cut surface, although the overhead is small, the obtained cut surface is very limited.
Therefore, it is necessary to provide a method for obtaining the slice at each stage with low overhead.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, a terminal device, and a storage medium for obtaining a network request profile, so as to solve the problems of limited obtained profiles and high program overhead.
In a first aspect of the embodiments of the present invention, a method for obtaining a network request tangent plane is provided, including:
defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol;
storing the object generated by the registration method into the NSHashTable type parameter;
when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
and traversing the array, and reading the section information of the network request.
In a second aspect of the embodiments of the present invention, a terminal device for obtaining a network request tangent plane is provided, including:
a definition module: the method comprises the steps of defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol;
a storage module: the object generated by the registration method is stored in the parameter of the NSHashTable type;
a unloading module: when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
a reading module: and the data array is traversed, and the section information of the network request is read.
In a third aspect of the embodiments of the present invention, there is provided a terminal apparatus, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the steps of the method according to the first aspect of the embodiments of the present invention.
In a fourth aspect of the embodiments of the present invention, a computer-readable storage medium is provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method provided in the first aspect of the embodiments of the present invention.
In a fifth aspect of embodiments of the present invention, a computer program product is provided, the computer program product comprising a computer program that, when executed by one or more processors, performs the steps of the method provided in the first aspect of embodiments of the present invention.
In the embodiment of the invention, by creating the tangent plane protocol, the tangent plane protocol is realized when the object registration method is defined, the registered object is obtained when the network request is made, and the request information is read, so that the object and the parameter information thereof can be captured when the object is registered, the application overhead of subsequently obtaining the network request object and executing the method is reduced, and simultaneously, the tangent plane protocol can add different request stage obtaining methods, so that the data information of each tangent plane of the network request can be read at will.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a flowchart of an embodiment of a method for obtaining a network request profile according to an embodiment of the present invention;
fig. 2 is a flowchart of another embodiment of a method for obtaining a network request profile according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a terminal device for obtaining a network request section according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present invention;
Detailed Description
The embodiment of the invention provides a method for acquiring a network request tangent plane, a terminal device and a storage medium, which are used for acquiring the tangent plane in the network request process.
In order to make the objects, features and advantages of the present invention more obvious and understandable, 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, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The first embodiment is as follows:
referring to fig. 1, a flow chart of a method for obtaining a network request section according to an embodiment of the present invention includes the following steps:
step S101, defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol;
in each application, there is a management class that is responsible for basic logic of network request generation, initiation, data processing, and the like. The request is proxied through the object in the network request process, and when one request is generated, one object is registered, the object initiates the request and receives feedback information.
The tangent plane protocol is a predefined rule file, the tangent plane protocol is followed, that is, the object realizes the tangent plane protocol, specifically, a series of methods are defined in a header file, when the object realizes the methods, the request information in the current object can be acquired, and the methods executed by the object at different stages are different because the network request has different stages. The tangent plane refers to a tangent plane for a traffic handling process, i.e. a certain step or stage of the handling process.
Optionally, the definition of the tangent plane protocol specifically includes: creating a header file, and defining at least a method for judging whether a network request is initiated, a method for acquiring request error and response information, a method for acquiring request response information and a method for acquiring a request analysis result and additional information in the header file. The 4 methods defined above may be initiated to the stage of receiving the server response corresponding to the request in the network request, and may also be defined to obtain the tangent plane of other stages of the network request by other methods.
Optionally, when the object is generated by the registration method, the header file is referred to, and all methods defined in the header file are implemented. The network request object generated by registration is equivalent to a task to be completed, after a header file is referred, the task is recorded by executing the method in the header file when the task is executed to a certain stage, and response information of the stage can be transmitted.
Optionally, an asynchronous serial queue is defined in the network request management class, and an object is generated by the queue management registration method. The asynchronous queue may generate objects out of order, but the asynchronous queue may register objects in order and may open a new thread. This prevents multi-threaded data races from crashing when objects are registered in large numbers simultaneously.
Step S102, storing the object generated by the registration method into a parameter of an NSHashTable type;
the NSHashTable type is one of the common data processing collections in IOS, where members are mutable and can hold weak references to members. When the object is registered, when the registered object realizes the tangent plane protocol, the tangent plane protocol is stored in the registered object. The parameters of the NSHashTable type can not only recycle the garbage of the memory, but also take out all objects by the objects method in the parameters.
Step S103, when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
in the process of actually starting initiation of a network request, taking a parameter with the attribute of NSHashTable, wherein the network request is when a request object is created and the actual initiation is carried out through the object. The detection process may determine initiation of a network request according to a logic flow of code execution.
The array is generally a variable array or a predefined large-capacity array, and the object information stored in the array can be conveniently traversed when the data is transferred to the data.
And step S104, traversing the array, and reading the section information of the network request.
All object information in the array can be obtained through traversal, and the reading is that tangent plane data contained in the object in the current network request is obtained through a method defined in the tangent plane protocol. Wherein the section information may include: request initiation, request error information, response information, additional information.
Optionally, all the objects in the array are obtained, and the objects execute the corresponding method in the tangent plane protocol and read the parameter information in the objects.
The above-mentioned tangent plane information is obtained through the predefined tangent plane protocol, not only can the code be simplified, but also the tangent plane protocol can expand more obtaining methods.
Example two:
on the basis of fig. 1, taking program code as an example, details a specific implementation process of network performance parameter acquisition in conjunction with fig. 2 as follows:
in the embodiment of the invention, the tangent plane information of the network request proxy object is obtained by defining the tangent plane protocol and then calling the tangent plane protocol.
The tangent plane protocol defined in step S201, namely, a header file named DYRequestAspectProtocol is created, wherein the method is defined as follows: (a) the return value is BOOL value, whether the identification request is initiated or not and the parameter is the request itself; (b) the' request DidComplex: error: response: no return value, the parameter is the request itself, and is used for acquiring request error and response information; (c) 'request WillParse: response:' no return value, parameter is request itself, can obtain response information; (d) 'requestresponseParseCompletion: error: result: info:' No Return value, parameters are request itself, error information, parsing result, extra information.
In conjunction with S202 and S203, a registration method is defined in the network request management class, named register expedite delete, and the parameters entered by the registration method are objects that conform to the tangent plane protocol. Defining a parameter with the type of NSHashTable in the registration method, named as aspectDelegates, and storing the object following the tangent plane protocol into aspectDelegates. The following tangent plane protocol realizes the method in the tangent plane protocol.
The objects generated by the custom registration method are put into parameters aspectDelegates, and the parameters are NSHashTable types, so that the objects stored in the aspectDelgates can be all obtained by an allObjects method.
In S204, when the network request is initiated, the parameter aspectDelegates is obtained, all objects are taken out by the objects method in the NSHashTable and transferred to the array, all objects in the array are traversed, whether the tangent plane protocol is implemented is determined, and if the tangent plane protocol is implemented, the corresponding method in the tangent plane protocol is called, and the network request information is transmitted. Such as: and traversing all the objects in the deltates, judging whether the objects realize the requestShouldSend method, and calling the outgoing parameters of the method. And directly assigning the value to the self when the shouldSend is YES, and stopping initiating the network request when the shouldSend is NO.
In S205, when the object executes the method of the tangent plane protocol, the object may call the method in the tangent plane protocol to send out a request parameter, where the request parameter is tangent plane information.
For example, judging whether the network request is initiated, a method 'requestShouldSend:' is defined in the tangent plane protocol, the return value is a BOOL value, whether the request is initiated is identified, and the parameter is the request itself. Defining a temporary variable shouldSend of the pool value, setting the default value as YES, traversing all objects in the delete, judging whether the objects realize a 'requestShouldSend:' method in the tangent plane protocol, and if so, calling the 'requestShouldSend:' outgoing result. And directly assigning a value to the self when the shouldSend is YES, and stopping the network request when the shouldSend is NO after the traversal is finished.
The network requests information of each stage, and can call the information carried by the method outgoing object in the tangent plane protocol by the method as described above.
In the embodiment of the invention, all objects can be acquired based on the object registration method and the parameter characteristics of the NSHashTable type, and the memory consumption for acquiring the section of a single object is avoided.
Example three:
the above mainly describes a method for obtaining a network request section, and a terminal device for obtaining a network request section will be described in detail below.
Fig. 3 is a schematic structural diagram of a terminal device for obtaining a network request section, including:
the definition module 310: the method comprises the steps of defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol;
in the embodiment of the present invention, the network request management class is used for managing each stage of network request generation, initiation, feedback, and the like. The request is proxied through the object in the network request process, and when one request is generated, one object is registered, the object initiates the request and receives feedback information.
The tangent plane protocol is a predefined rule file, the tangent plane protocol is followed, that is, the object realizes the tangent plane protocol, specifically, a series of methods are defined in a header file, when the object realizes the methods, the request information in the current object can be acquired, and the methods executed by the object at different stages are different because the network request has different stages. The tangent plane refers to a tangent plane for a traffic handling process, i.e. a certain step or stage of the handling process.
The defined registration method can acquire all the proxy objects, and the expenses for acquiring the objects and executing the corresponding method subsequently are reduced.
Optionally, the defining module 310 includes:
a creation unit: the method is used for creating a header file, and at least defines a method for judging whether a network request is initiated, a method for acquiring request error and response information, a method for acquiring request response information and a method for acquiring a request analysis result and additional information in the header file.
The section protocol is defined in the creating unit, the section information is obtained by realizing the method in the section protocol, any section information can be obtained based on the self-defined section protocol, and the section obtaining efficiency is improved.
Optionally, the method further includes:
reference unit: for referencing the header file and implementing all the methods defined in the header file when an object is generated by the registration method.
Optionally, the defining module 310 further includes:
a definition unit: and defining asynchronous serial queues in the network request management class, and generating an object by the queue management registration method.
The storage module 320: the object generated by the registration method is stored in the parameter of the NSHashTable type;
the unloading module 330: when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
in the process of actually starting initiation of a network request, taking a parameter with the attribute of NSHashTable, wherein the network request is when a request object is created and the actual initiation is carried out through the object. The detection process may determine initiation of a network request according to a logic flow of code execution.
The array is generally a variable array or a predefined large-capacity array, and the object information stored in the array can be conveniently traversed when the data is transferred to the data.
The reading module 340: and the data array is used for traversing the array and reading the section information of the network request.
All object information in the array can be obtained through traversal, and the reading is that tangent plane data contained in the object in the current network request is obtained through a method defined in the tangent plane protocol. Wherein the section information may include: request initiation, request error information, response information, additional information.
Optionally, the reading module 340 specifically includes:
a reading unit: the method is used for acquiring all objects in the array, the objects execute the corresponding method in the tangent plane protocol, and the parameter information in the objects is read.
Example four:
fig. 4 is a schematic structural diagram of a terminal device for obtaining a network request profile according to an embodiment of the present invention. The terminal device is a mobile computer device with a touch screen, and includes but is not limited to a smart phone, a smart watch, a notebook, a tablet computer, a POS machine, and even a vehicle-mounted computer. As shown in fig. 4, the terminal device 4 of this embodiment includes: a memory 410, a processor 420, said memory 410 comprising an executable program 4101 stored thereon, it being understood by a person skilled in the art that the terminal device structure shown in fig. 4 does not constitute a limitation of the terminal device, may comprise more or less components than shown, or may combine certain components, or a different arrangement of components.
The following specifically describes each constituent component of the terminal device with reference to fig. 4:
the memory 410 may be used to store software programs and modules, and the processor 420 performs various functional applications of the terminal and data processing by operating the software programs and modules stored in the memory 410. The memory 410 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal, etc. Further, the memory 410 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
An executable program 4101 containing a method for project engineering initialization is stored in the memory 410, the executable program 4101 may be divided into one or more modules/units, the one or more modules/units are stored in the memory 410 and executed by the processor 420 to complete the transmission of the notification and obtain the notification implementation process, and the one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, and the instruction segments are used for describing the execution process of the computer program 4101 in the terminal device 4. For example, the computer program 4101 may be divided into a definition module, a storage module, a dump module, and a reading module.
The processor 420 is a control center of the terminal device, connects various parts of the entire terminal device using various interfaces and lines, performs various functions of the terminal and processes data by operating or executing software programs and/or modules stored in the memory 410 and calling data stored in the memory 410, thereby integrally monitoring the terminal. Alternatively, processor 420 may include one or more processing units; preferably, the processor 420 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 420.
The terminal device may further include at least one sensor, such as a light sensor, a motion sensor, and other sensors, an input device, such as a touch screen, a keyboard, and other sensors, and an output device, such as a speaker, a display, and other sensors. Other constituent elements are not described in detail herein.
In this embodiment of the present invention, the executable program executed by the processor 420 included in the terminal specifically includes:
a method of obtaining a network request profile, comprising:
defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol;
storing the object generated by the registration method into the NSHashTable type parameter;
when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
and traversing the array, and reading the section information of the network request.
Further, before the method for defining object registration in a network request management class, the method further includes:
creating a header file, and defining at least a method for judging whether a network request is initiated, request error and response information, request response information, a request analysis result and additional information in the header file.
Further, the creating a header file, and respectively defining and judging whether a network request is initiated, a request error and response information, a request parsing result and additional information in the header file further includes:
when an object is generated by the registration method, the header file is referred to and the method defined in the header file is implemented.
Further, the method for defining object registration in a network request management class further includes:
and defining an asynchronous serial queue in the network request management class, and managing a registration object process through the queue.
Further, the traversing the array and reading the section information of the network request specifically include:
and acquiring the object in the array, executing the corresponding method in the tangent plane protocol by the object, and reading the parameter information in the object.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for obtaining a network request profile, comprising:
defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol; the network request management class is used for managing the generation, initiation and feedback of network requests, the requests are proxied through objects in the network request process, one object is registered when one request is generated, and the object initiates the request and receives feedback information;
the tangent plane protocol is a predefined rule file, the tangent plane protocol is followed, namely the object realizes the tangent plane protocol, specifically, a series of methods are defined in a header file, when the object realizes the methods, the request information in the current object can be obtained, and the methods executed by the object at different stages are different because the network request has different stages;
storing the object generated by the registration method into the NSHashTable type parameter;
when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
and traversing the array, and reading the section information of the network request.
2. The method of claim 1, wherein before defining the object registration method in the network request management class, the method further comprises:
creating a header file, and defining at least a method for judging whether a network request is initiated, a method for acquiring request error and response information, a method for acquiring request response information and a method for acquiring a request analysis result and additional information in the header file.
3. The method of claim 2, wherein the creating a header file, and defining at least a method for determining whether a network request is initiated, a method for obtaining request error and response information, a method for obtaining request parsing result and additional information in the header file further comprises:
when an object is generated by the registration method, the header file is referred to and all methods defined in the header file are implemented.
4. The method of claim 1, wherein defining the object registration method in the network request management class further comprises:
and defining an asynchronous serial queue in the network request management class, and managing the process of generating the object by the registration method through the queue.
5. The method according to claim 1, wherein the traversing the array and reading the network-requested tangent plane information specifically comprises:
and acquiring all objects in the array, executing the corresponding method in the tangent plane protocol by the objects, and reading the parameter information in the objects.
6. A terminal device for obtaining a network request profile, comprising:
a definition module: the method comprises the steps of defining an object registration method in a network request management class, wherein an object generated by the registration method follows a predefined tangent plane protocol; the network request management class is used for managing the generation, initiation and feedback of network requests, the requests are proxied through objects in the network request process, one object is registered when one request is generated, and the object initiates the request and receives feedback information;
the tangent plane protocol is a predefined rule file, the tangent plane protocol is followed, namely the object realizes the tangent plane protocol, specifically, a series of methods are defined in a header file, when the object realizes the methods, the request information in the current object can be obtained, and the methods executed by the object at different stages are different because the network request has different stages;
a storage module: the object generated by the registration method is stored in the parameter of the NSHashTable type;
a unloading module: when a network request is detected, all objects in the parameters are taken out and transferred to a predefined array;
a reading module: and the data array is traversed, and the section information of the network request is read.
7. The apparatus of claim 6, wherein the definition module further comprises:
a creation unit: the method is used for creating a header file, and at least defines a method for judging whether a network request is initiated, a method for acquiring request error and response information, a method for acquiring request response information and a method for acquiring a request analysis result and additional information in the header file.
8. The apparatus of claim 6, wherein the reading module comprises:
a reading unit: the method is used for acquiring all objects in the array, the objects execute the corresponding method in the tangent plane protocol, and the parameter information in the objects is read.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the method of obtaining a network requested cut plane according to any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of obtaining a network request profile according to any one of claims 1 to 5.
CN201810853580.7A 2018-07-30 2018-07-30 Method for obtaining network request tangent plane, terminal device and storage medium Active CN109150993B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810853580.7A CN109150993B (en) 2018-07-30 2018-07-30 Method for obtaining network request tangent plane, terminal device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810853580.7A CN109150993B (en) 2018-07-30 2018-07-30 Method for obtaining network request tangent plane, terminal device and storage medium

Publications (2)

Publication Number Publication Date
CN109150993A CN109150993A (en) 2019-01-04
CN109150993B true CN109150993B (en) 2021-06-15

Family

ID=64798496

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810853580.7A Active CN109150993B (en) 2018-07-30 2018-07-30 Method for obtaining network request tangent plane, terminal device and storage medium

Country Status (1)

Country Link
CN (1) CN109150993B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347430A (en) * 2019-07-12 2019-10-18 四川虹美智能科技有限公司 A kind of parameter of electric machine read method, apparatus and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372266A (en) * 2016-11-21 2017-02-01 郑州云海信息技术有限公司 Cache and accessing method of cloud operation system based on aspects and configuration documents
CN107040609A (en) * 2017-05-25 2017-08-11 腾讯科技(深圳)有限公司 A kind of network request treating method and apparatus

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7574698B2 (en) * 2005-06-16 2009-08-11 International Business Machines Corporation Method and apparatus for protecting HTTP session data from data crossover using aspect-oriented programming
CN103257859A (en) * 2013-03-22 2013-08-21 南京信通科技有限责任公司 Application of high-performance cache and NUTZ AOP (aspect-oriented programming) technique in education website groups

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372266A (en) * 2016-11-21 2017-02-01 郑州云海信息技术有限公司 Cache and accessing method of cloud operation system based on aspects and configuration documents
CN107040609A (en) * 2017-05-25 2017-08-11 腾讯科技(深圳)有限公司 A kind of network request treating method and apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《自定义Spring的Aop切面类拦截业务请求,并获取到请求的参数名和参数值》;一颗向上的草莓;《blog.csdn.net/u014532775/article/details/74592415》;20170706;正文第1-3页 *

Also Published As

Publication number Publication date
CN109150993A (en) 2019-01-04

Similar Documents

Publication Publication Date Title
CN111176802B (en) Task processing method and device, electronic equipment and storage medium
US9990209B2 (en) Digital assistance device for facilitating multi-stage setup
CN109564566B (en) Discovery of calling applications for controlling file hydration behavior
US11775269B2 (en) Generating a synchronous digital circuit from a source code construct defining a function call
CN110955715A (en) ERP system, data conversion method and device of target platform and electronic equipment
CN110633959A (en) Method, device, equipment and medium for creating approval task based on graph structure
US20130007184A1 (en) Message oriented middleware with integrated rules engine
CN109150993B (en) Method for obtaining network request tangent plane, terminal device and storage medium
CN111294377A (en) Network request sending method of dependency relationship, terminal device and storage medium
CN115438768A (en) Model reasoning method, device, computer equipment and storage medium
CN112367205B (en) Processing method and scheduling system for HTTP scheduling request
CN112988277B (en) Rule file loading method, device, server and medium
CN107092601B (en) Resource file construction method, resource file application method and device
CN112130900B (en) User information management method, system, equipment and medium for BMC
CN113946489A (en) Data acquisition method, system, device and storage medium
CN110908573B (en) Algorithm model training method, device, equipment and storage medium
CN108809763B (en) Network performance parameter acquisition method, terminal device and storage medium
CN113971074A (en) Transaction processing method and device, electronic equipment and computer readable storage medium
CN112667463A (en) Application system baseline state monitoring method and device
CN106934555B (en) Workflow organization method and device, computer equipment and storage medium
CN111832735B (en) Method and system for performing a machine learning process based on templates
CN110633181B (en) Visual display method and device
CN112379912B (en) Algorithm management method and device, electronic equipment and storage medium
CN111666163B (en) Network arrangement system and method
CN109241066B (en) Request processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant