CN114338813A - Network request display method and device, electronic equipment and storage medium - Google Patents

Network request display method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114338813A
CN114338813A CN202210016428.XA CN202210016428A CN114338813A CN 114338813 A CN114338813 A CN 114338813A CN 202210016428 A CN202210016428 A CN 202210016428A CN 114338813 A CN114338813 A CN 114338813A
Authority
CN
China
Prior art keywords
applet
network request
network
request
displaying
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210016428.XA
Other languages
Chinese (zh)
Other versions
CN114338813B (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.)
Guahao Net Hangzhou Technology Co Ltd
Original Assignee
Guahao Net Hangzhou 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 Guahao Net Hangzhou Technology Co Ltd filed Critical Guahao Net Hangzhou Technology Co Ltd
Priority to CN202210016428.XA priority Critical patent/CN114338813B/en
Publication of CN114338813A publication Critical patent/CN114338813A/en
Application granted granted Critical
Publication of CN114338813B publication Critical patent/CN114338813B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application provides a method and a device for displaying a network request, electronic equipment and a computer readable storage medium, wherein the method comprises the following steps: displaying the suspension component on a target page of the applet; responding to the trigger operation aiming at the suspension component, and outputting a display page; and acquiring a plurality of intercepted network requests in the cache corresponding to the applet, and displaying the network requests on the display page. According to the scheme, the network request sent by the applet can be directly displayed on the user terminal such as a mobile phone and a tablet personal computer, and the displayed network request operation environment is the applet operation environment, so that the problems possibly existing on the mobile phone and the tablet personal computer can be reproduced.

Description

Network request display method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for displaying a network request, an electronic device, and a computer-readable storage medium.
Background
In the stage of development and testing of the WeChat applet, network requests issued by the applet often need to be grabbed to troubleshoot some problems. At present, the WeChat developer tool on the computer can be used for debugging and checking on the computer. Or after the agent is set on the mobile phone, the network request is reported to the packet capturing tool, and the network request is captured by using the packet capturing tool. However, when the WeChat applet runs on the mobile phone, the problems related to the system environment of the mobile phone may exist, and the problems on the mobile phone cannot be reproduced by checking the network request on a computer through a WeChat developer tool; when the network requests are captured by the packet capturing tool, the network requests of all application programs running on the mobile phone can be captured, and at the moment, developers need to manually screen the network requests, so that the efficiency is low.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method and an apparatus for displaying a network request, an electronic device, and a computer-readable storage medium, which are used to conveniently view a network request of an applet.
In one aspect, the present application provides a method for displaying a network request, including:
displaying the suspension component on a target page of the applet;
responding to the trigger operation aiming at the suspension component, and outputting a display page;
and acquiring a plurality of intercepted network requests in the cache corresponding to the applet, and displaying the network requests on the display page.
In one embodiment, said presenting said plurality of network requests on said presentation page comprises:
displaying summary information of the network requests on the display page;
after the presentation page presents the number of network requests, the method further comprises:
and outputting the detail information of the network request corresponding to the summary information in response to the selection operation aiming at any summary information.
In an embodiment, before the obtaining of the intercepted network requests in the cache corresponding to the applet, the method includes:
intercepting a network request sent by the applet through a specified function covering a global request function of the applet;
and writing the intercepted network request into a cache corresponding to the applet.
In an embodiment, the method further comprises:
after any network request is cached, when response information corresponding to the network request is intercepted through the specified function, the response information is written into a cache corresponding to the applet;
and establishing an association relation between the network request and the corresponding response information.
In an embodiment, the method further comprises:
after the network request or the response information is intercepted, judging whether the data volume in the cache corresponding to the small program reaches a preset data volume threshold value or not;
if so, clearing partial data in the cache according to the data reduction strategy.
In one embodiment, before intercepting the network request issued by the applet through the specified function of the global request function covering the applet, the method further comprises:
and responding to a function editing instruction, and overlaying the specified function indicated by the function editing instruction on the global request function of the small program.
In one embodiment, the presentation page includes a search box, the method further comprising:
and acquiring index information through the search box, and displaying the network request corresponding to the index information on the display page.
In another aspect, the present application provides a device for displaying a network request, including:
the first display module is used for displaying the floating component on a target page of the applet;
the output module is used for responding to the triggering operation aiming at the suspension component and outputting a display page;
and the second display module is used for acquiring the intercepted network requests in the cache corresponding to the applet and displaying the network requests on the display page.
Further, the present application provides an electronic device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to execute the network request presentation method.
In addition, the present application also provides a computer-readable storage medium, which stores a computer program, and the computer program can be executed by a processor to complete the above network request presentation method.
According to the scheme, when the suspension component of the small program target page is triggered, the display page can be output in response to the triggering operation, a plurality of network requests intercepted in the cache corresponding to the small program are obtained, and the network requests are displayed in the display page;
network requests sent by the applets are directly displayed on user terminals such as mobile phones and tablet computers, and the displayed network request operation environment is the applet operation environment, so that possible problems of the applets on the mobile phones and the tablet computers can be reproduced; in addition, the display page of the suspension component displays the intercepted small program network request instead of all network requests of the user terminal, so that the time cost and the labor cost required by manual screening are avoided, and the working efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required to be used in the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic view of an application scenario of a method for displaying a network request according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
fig. 3 is a flowchart illustrating a method for displaying a network request according to an embodiment of the present application;
fig. 4 is a schematic diagram illustrating a method for displaying a network request according to an embodiment of the present application;
fig. 5 is a block diagram of a device for displaying a network request according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Fig. 1 is a schematic application scenario diagram of a network request display method according to an embodiment of the present application. As shown in fig. 1, the application scenario includes a client 20 and a server 30; the client 20 may be a user terminal such as a mobile phone or a tablet computer, and is configured to send a network request of the wechat applet to the server 30 and view the network request; the server 30 may be a server, a server cluster or a cloud computing center, and may execute a corresponding service in response to a network request.
As shown in fig. 2, the present embodiment provides an electronic apparatus 1 including: at least one processor 11 and a memory 12, one processor 11 being exemplified in fig. 2. The processor 11 and the memory 12 are connected by a bus 10, and the memory 12 stores instructions executable by the processor 11, and the instructions are executed by the processor 11, so that the electronic device 1 can execute all or part of the flow of the method in the embodiments described below. In an embodiment, the electronic device 1 may be the client 20 described above, and is configured to perform the network request presentation method.
The Memory 12 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk.
The present application also provides a computer-readable storage medium, which stores a computer program executable by the processor 11 to perform the method for presenting a network request provided by the present application.
Referring to fig. 3, a flowchart illustrating a method for presenting a network request according to an embodiment of the present application is shown, and as shown in fig. 3, the method may include the following steps 310 to 330.
Step 310: and displaying the floating component on a target page of the applet.
The target page is any page displayed by the small program on the user terminal and is also the page being displayed when the scheme of the application is executed. The suspension component is used for triggering and displaying the page requested by the network.
The user terminal can display the floating component on the page of the small program in the process of running the small program. After the page of the small program is switched, the floating component can always float in the currently displayed page. In one embodiment, the hover component can be dragged arbitrarily and then stay at any position on the page.
Step 320: responding to the trigger operation aiming at the suspension component, and outputting a display page;
when a developer needs to check a network request sent by the applet, the floating component can be triggered by clicking/long pressing and the like. The user terminal may output the presentation page in response to the trigger operation. The display page is used for displaying a network request sent by the applet. The display page can completely cover the target page; alternatively, the presentation page may be suspended from the target page and have a size smaller than that of the target page.
Step 330: and acquiring a plurality of network requests intercepted in the cache corresponding to the applet, and displaying the network requests on a display page.
The user terminal can read a plurality of network requests of the intercepted applets from the cache space corresponding to the applets and display the network requests on the display page. If the number of network requests in the cache space is small, the user terminal can read all the network requests and display the network requests on the display page. If the number of network requests in the cache space is large and all the network requests cannot be displayed simultaneously, the user terminal can read a plurality of recently intercepted network requests so as to display the network requests initiated by the latest small program.
By the measures, the network request sent by the applet is directly displayed on the user terminals such as the mobile phone and the tablet personal computer, and the displayed running environment of the network request is the running environment of the applet, so that the possible problems of the applet on the mobile phone and the tablet personal computer can be reproduced; in addition, the display page of the suspension component displays the intercepted small program network request instead of all network requests of the user terminal, so that the time cost and the labor cost required by manual screening are avoided, and the working efficiency is improved.
In one embodiment, when the presentation page presents the network request, the complete information of the network request does not need to be directly presented. In order to facilitate the developer to find the network request on the presentation page more easily, summary information of the network request can be presented on the presentation page. The summary information is used to briefly describe the network request, and may include, for example, a transmission time, request success or failure information, summary data, and the like.
In this embodiment, if the detailed information of any one network request needs to be viewed, the developer can select the summary information of the network request by clicking/long pressing, etc. The user terminal may output the detail information of the network request corresponding to the summary information in response to the selection operation, where the detail information may include the entire contents of the network request and the entire contents of the response information corresponding to the network request.
By the measures, the network request can be presented in the display page in a summary information mode, and the network request can be previewed and selected by a developer conveniently.
In one embodiment, a network request from an applet is intercepted before the network request is read from the cache space corresponding to the applet.
The user terminal can intercept the network request sent by the applet through the designated function of the global request function covering the applet. Here, the global request function may be wx. request, by which all network requests of the applet are processed. The specified function is used to intercept network requests.
Because the designated function covers the global request function, all network requests submitted to the global request function by the applet are processed by the designated function, and in this case, the designated function can intercept the network requests and write the network requests into the cache corresponding to the applet. When writing into the cache, the sending time may be recorded for the network request, and a request identifier may be assigned to mark the network request.
In an embodiment, after any network request is cached, when the user terminal receives response information corresponding to the network request returned by the server, the response information corresponding to the network request may be intercepted by a specified function, and the response information is written into a cache space corresponding to the applet. When the network request is written into the cache, the receiving time can be recorded for the response information, and the request identifier of the network request is marked, so that the network request and the response information corresponding to the network request are associated through the request identifier.
By means of the measures, the response information corresponding to the network request can be displayed subsequently when the network request is displayed, and therefore the running condition of the small program can be displayed more comprehensively.
In an embodiment, after intercepting the network request or response information, before writing the network request or response information into the cache space, the user terminal may determine whether the data amount in the cache corresponding to the applet reaches a preset data amount threshold. Wherein the data amount threshold may be an empirical value. For example, a preset size of cache space may be allocated for an applet, and the data amount threshold may be 90% or 100% of the size of the cache space.
On one hand, if the data volume does not reach the data volume threshold, the intercepted network request or response information can be directly written into the cache space. On the other hand, if the data volume reaches the data volume threshold, part of the data in the cache can be cleared according to the data reduction strategy. Illustratively, a specified fraction (e.g., 30%) of the data written earliest in the cache space is purged. Alternatively, the data of the specified ratio is randomly cleared.
By the measures, the phenomenon that the cache space is occupied by too much space of network request or response information to influence the normal operation of the user terminal can be avoided.
In an embodiment, before intercepting a network request issued by an applet through a specified function, a user terminal may override the global request function of the applet with the specified function indicated by the function editing instruction in response to the function editing instruction. Wherein the function editing instruction is used for editing the function in the development process of the small program.
By the measures, the network request and response information can be intercepted and cached through a specified function subsequently.
In one embodiment, the presentation page may include a search box, and when the number of cached network requests is too large, a developer may search through the search box to quickly view a certain network request.
The user terminal may acquire the index information through the search box. Here, the index information may be information such as a service name, a keyword, etc. requested by the network. After the index information is obtained, retrieval can be performed in the cache space of the applet based on the index information to obtain a network request corresponding to the index information, and the retrieved network request can be displayed on a display page.
By the aid of the method, the network requests needing to be checked can be determined more conveniently and output for display under the condition that a large number of network requests are cached.
Referring to fig. 4, which is a schematic diagram of a method for displaying a network request provided in an embodiment of the present application, as shown in fig. 4, a global request function wx.request of an applet entry is modified, so that the global request function is covered by a specified function. When an applet initiates a network request through the global request function, the network request may be intercepted by the designated function. The designated function may store the intercepted network request and response information of the network request in a cache corresponding to the applet.
The suspension component is arranged on the page of the small program, when the suspension component is clicked, a network viewing panel (namely, a display page) can be displayed, and the network request of the small program is read from the cache and displayed in the network viewing panel.
Fig. 5 is a device for showing a network request according to an embodiment of the present invention, and as shown in fig. 5, the device may include:
a first presentation module 510 for presenting the hover component on a target page of the applet;
an output module 520, configured to output a presentation page in response to a trigger operation for the floating component;
a second display module 530, configured to obtain a plurality of network requests intercepted in the cache corresponding to the applet, and display the plurality of network requests on the display page.
In an embodiment, the second display module 530 is further configured to:
displaying summary information of the network requests on the display page; and the number of the first and second groups,
and outputting the detail information of the network request corresponding to the summary information in response to the selection operation aiming at any summary information.
In an embodiment, the apparatus further includes a caching module 540, configured to:
intercepting a network request sent by the applet through a specified function covering a global request function of the applet;
and writing the intercepted network request into a cache corresponding to the applet.
In an embodiment, the caching module 540 is further configured to:
after any network request is cached, when response information corresponding to the network request is intercepted through the specified function, the response information is written into a cache corresponding to the applet;
and establishing an association relation between the network request and the corresponding response information.
In an embodiment, the caching module 540 is further configured to:
after the network request or the response information is intercepted, judging whether the data volume in the cache corresponding to the small program reaches a preset data volume threshold value or not;
if so, clearing partial data in the cache according to the data reduction strategy.
In one embodiment, the apparatus further comprises an editing module 550 for:
and responding to a function editing instruction, and overlaying the specified function indicated by the function editing instruction on the global request function of the small program.
In an embodiment, the second display module 530 is further configured to:
and acquiring index information through the search box, and displaying the network request corresponding to the index information on the display page.
The implementation process of the functions and actions of each module in the above device is specifically described in the implementation process of the corresponding step in the above method for displaying a network request, and is not described herein again.
In the embodiments provided in the present application, the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.

Claims (10)

1. A method for displaying network requests is characterized by comprising the following steps:
displaying the suspension component on a target page of the applet;
responding to the trigger operation aiming at the suspension component, and outputting a display page;
and acquiring a plurality of intercepted network requests in the cache corresponding to the applet, and displaying the network requests on the display page.
2. The method of claim 1, wherein said presenting said plurality of network requests on said presentation page comprises:
displaying summary information of the network requests on the display page;
after the presentation page presents the number of network requests, the method further comprises:
and outputting the detail information of the network request corresponding to the summary information in response to the selection operation aiming at any summary information.
3. The method of claim 1, wherein prior to said obtaining a number of intercepted network requests in a cache corresponding to the applet, comprising:
intercepting a network request sent by the applet through a specified function covering a global request function of the applet;
and writing the intercepted network request into a cache corresponding to the applet.
4. The method of claim 3, further comprising:
after any network request is cached, when response information corresponding to the network request is intercepted through the specified function, the response information is written into a cache corresponding to the applet;
and establishing an association relation between the network request and the corresponding response information.
5. The method according to claim 3 or 4, characterized in that the method further comprises:
after the network request or the response information is intercepted, judging whether the data volume in the cache corresponding to the small program reaches a preset data volume threshold value or not;
if so, clearing partial data in the cache according to the data reduction strategy.
6. The method of claim 3, wherein prior to said intercepting a network request issued by said applet by a specified function of a global request function that overrides said applet, said method further comprises:
and responding to a function editing instruction, and overlaying the specified function indicated by the function editing instruction on the global request function of the small program.
7. The method of claim 1, wherein the presentation page includes a search box, the method further comprising:
and acquiring index information through the search box, and displaying the network request corresponding to the index information on the display page.
8. An apparatus for presenting a network request, comprising:
the first display module is used for displaying the floating component on a target page of the applet;
the output module is used for responding to the triggering operation aiming at the suspension component and outputting a display page;
and the second display module is used for acquiring the intercepted network requests in the cache corresponding to the applet and displaying the network requests on the display page.
9. An electronic device, characterized in that the electronic device comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the network request presentation method of any one of claims 1-7.
10. A computer-readable storage medium, characterized in that the storage medium stores a computer program executable by a processor to perform the method of exposing a network request according to any one of claims 1 to 7.
CN202210016428.XA 2022-01-07 2022-01-07 Display method and device of network request, electronic equipment and storage medium Active CN114338813B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210016428.XA CN114338813B (en) 2022-01-07 2022-01-07 Display method and device of network request, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210016428.XA CN114338813B (en) 2022-01-07 2022-01-07 Display method and device of network request, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114338813A true CN114338813A (en) 2022-04-12
CN114338813B CN114338813B (en) 2023-12-01

Family

ID=81025616

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210016428.XA Active CN114338813B (en) 2022-01-07 2022-01-07 Display method and device of network request, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114338813B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150120861A1 (en) * 2013-06-07 2015-04-30 Tencent Technology (Shenzhen) Company Limited Method and device for obtaining contents of page, application apparatus and mobile terminal
CN110716956A (en) * 2018-07-12 2020-01-21 北京京东尚科信息技术有限公司 Data request intercepting method and device
US20200244667A1 (en) * 2019-01-25 2020-07-30 International Business Machines Corporation Hiearchical access groups for controlling data access, especially patient data access
CN112269959A (en) * 2020-11-19 2021-01-26 北京有竹居网络技术有限公司 Display content control method and device, readable medium and electronic equipment
CN112306723A (en) * 2019-07-30 2021-02-02 北京京东尚科信息技术有限公司 Operation information acquisition method and device applied to small program
CN113535267A (en) * 2021-07-16 2021-10-22 口碑(上海)信息技术有限公司 Applet page configuration method and device, electronic equipment and storage medium
CN113867834A (en) * 2021-09-17 2021-12-31 北京顺达同行科技有限公司 Debugging plug-in calling method and device and computer readable storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150120861A1 (en) * 2013-06-07 2015-04-30 Tencent Technology (Shenzhen) Company Limited Method and device for obtaining contents of page, application apparatus and mobile terminal
CN110716956A (en) * 2018-07-12 2020-01-21 北京京东尚科信息技术有限公司 Data request intercepting method and device
US20200244667A1 (en) * 2019-01-25 2020-07-30 International Business Machines Corporation Hiearchical access groups for controlling data access, especially patient data access
CN112306723A (en) * 2019-07-30 2021-02-02 北京京东尚科信息技术有限公司 Operation information acquisition method and device applied to small program
CN112269959A (en) * 2020-11-19 2021-01-26 北京有竹居网络技术有限公司 Display content control method and device, readable medium and electronic equipment
CN113535267A (en) * 2021-07-16 2021-10-22 口碑(上海)信息技术有限公司 Applet page configuration method and device, electronic equipment and storage medium
CN113867834A (en) * 2021-09-17 2021-12-31 北京顺达同行科技有限公司 Debugging plug-in calling method and device and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
朱悦星;陈恺;郭友达;顾永豪;: "小程序开发及其开源生态、应用案例分析", 无线互联科技, no. 17 *

Also Published As

Publication number Publication date
CN114338813B (en) 2023-12-01

Similar Documents

Publication Publication Date Title
CN106886570B (en) Page processing method and device
US10455110B2 (en) Suggesting image files for deletion based on image file parameters
CN110309109B (en) Data monitoring method, device, computer equipment and storage medium
CN110308917B (en) Applet issuing method, device, equipment and computer storage medium
CN111813629A (en) Method, device and equipment for generating monitoring data of Web page
CN109831351B (en) Link tracking method, device, terminal and storage medium
CN111324675B (en) Analysis display method and system of application access link and electronic equipment
CN113204345A (en) Page generation method and device, electronic equipment and storage medium
CN111930703A (en) Automatic log file capturing method and device and computer equipment
CN115794289A (en) Application function display method, device, equipment, medium and program product
CN111601161A (en) Video work generation method, device, terminal, server and system
CN114338813B (en) Display method and device of network request, electronic equipment and storage medium
CN112818204B (en) Service processing method, device, equipment and storage medium
CN110858238A (en) Data processing method and device
US20160132424A1 (en) Simulating sensors
CN112416500B (en) Information processing method and electronic equipment
US11729246B2 (en) Apparatus and method for determining types of uniform resource locator
EP3547142B1 (en) Processing message
CN112948020A (en) Configuration file processing method and device
CN112035205A (en) Data processing method, device, equipment and storage medium
CN113032647A (en) Data analysis system
CN114764349A (en) Control method, device, medium and electronic equipment for cross-application running of sub-applications
CN112491612A (en) Method for reporting network abnormal data, terminal and computer storage medium
CN111770080A (en) Method and device for recovering device fingerprint
CN116204670B (en) Management method and system of vehicle target detection data and electronic equipment

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