CN109740100B - Webpage node sniffing method, device, equipment and storage medium - Google Patents

Webpage node sniffing method, device, equipment and storage medium Download PDF

Info

Publication number
CN109740100B
CN109740100B CN201910004537.8A CN201910004537A CN109740100B CN 109740100 B CN109740100 B CN 109740100B CN 201910004537 A CN201910004537 A CN 201910004537A CN 109740100 B CN109740100 B CN 109740100B
Authority
CN
China
Prior art keywords
preset
node
webpage
page
search result
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
CN201910004537.8A
Other languages
Chinese (zh)
Other versions
CN109740100A (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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201910004537.8A priority Critical patent/CN109740100B/en
Publication of CN109740100A publication Critical patent/CN109740100A/en
Application granted granted Critical
Publication of CN109740100B publication Critical patent/CN109740100B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the disclosure discloses a method, a device, equipment and a storage medium for sniffing webpage nodes. The webpage node sniffing method comprises the following steps: configuring the running environment of the headless browser according to the preset display state of the browser; sending data information of a preset webpage to the headless browser; analyzing the data information through the headless browser to obtain a page code of the preset webpage; and searching a conversion path of a preset node in the page code, and returning a search result. According to the technical scheme of the embodiment of the disclosure, whether the page has the corresponding node or not is determined through the headless browser, so that the accuracy of counting the operation behavior of the user on the page is improved.

Description

Webpage node sniffing method, device, equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the internet technology, and in particular, to a method, an apparatus, a device and a storage medium for sniffing a webpage node.
Background
The web page browsed by the user is provided with various nodes, such as buttons, components and the like.
In the existing non-buried point technology, a page is a page developed by a third party, a node is arranged on the page, the node is arranged at a specific position of the page, a user can convert by clicking the node and the like, and simultaneously, a conversion path of each node is recorded.
However, in some cases, a page may be changed, and if the change causes the situation that the node on the page does not exist, statistics of the operation behavior of the user on the page may be affected.
BRIEF SUMMARY OF THE PRESENT DISCLOSURE
The embodiment of the disclosure provides a method, a device, equipment and a storage medium for sniffing webpage nodes, so as to improve the accuracy of counting the operation behaviors of a user on a webpage.
In a first aspect, an embodiment of the present disclosure provides a method for sniffing a webpage node, including:
configuring the running environment of the headless browser according to the preset display state of the browser;
sending data information of a preset webpage to the headless browser;
analyzing the data information through the headless browser to obtain a page code of the preset webpage;
and searching a conversion path of a preset node in the page code, and returning a search result.
In a second aspect, an embodiment of the present disclosure further provides a device for sniffing a webpage node, including:
the running environment configuration module is used for configuring the running environment of the headless browser according to the preset display state of the browser;
the data information sending module is used for sending data information of a preset webpage to the headless browser;
the page code analysis module is used for analyzing the data information through the headless browser to obtain a page code of the preset webpage;
and the search result returning module is used for searching the conversion path of the preset node in the page code and returning the search result.
In a third aspect, an embodiment of the present disclosure further provides an apparatus, where the apparatus includes:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method for webpage node sniffing as provided by any of the embodiments of the present disclosure.
In a fourth aspect, embodiments of the present disclosure also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a method for node sniffing of web pages as provided in any of the embodiments of the present disclosure.
According to the embodiment of the disclosure, whether the corresponding node exists in the page is determined through the headless browser, so that the problem of inaccurate operation behavior statistics caused by the fact that the node does not exist in the page when the page changes is solved, and the effect of improving the accuracy of the operation behavior statistics of the user on the page is achieved.
Drawings
Fig. 1 is a flowchart of a method for sniffing a webpage node in a first embodiment of the present disclosure;
fig. 2 is a flowchart of a method for sniffing a webpage node in a second embodiment of the disclosure;
fig. 3 is a schematic structural diagram of a webpage node sniffing device in a third embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an apparatus in a fourth embodiment of the disclosure.
Detailed Description
The present disclosure is described in further detail below with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the disclosure and are not limiting of the disclosure. It should be further noted that, for the convenience of description, only some of the structures relevant to the present disclosure are shown in the drawings, not all of them. In the following embodiments, optional features and examples are provided in each embodiment, and various features described in the embodiments may be combined to form a plurality of alternatives, and each numbered embodiment should not be regarded as only one technical solution.
Example one
Fig. 1 is a flowchart of a method for sniffing a web page node according to an embodiment of the present disclosure, where the embodiment is applicable to determining whether a node on a page exists when counting an operation behavior of a user on the web page, and the method may be executed by a web page node sniffing apparatus, and specifically includes the following steps:
and step 110, configuring the running environment of the headless browser according to the preset display state of the browser.
The method comprises the steps that a headless browser is arranged in advance, after the headless browser is arranged, in order that the headless browser can play a role in searching for nodes on a webpage, the operating environment of the headless browser is configured, and optionally, the display specification and the network specification of the headless browser are configured according to the display state of a preset browser. The preset browser display state is the state of the browser actually used by the user when the browser is displayed on the equipment, and after the configuration, the running environment of the headless browser is made to conform to the state of the browser actually used by the user when the browser is displayed on the equipment. Further, the display specification includes a size and a resolution of the display device; the network specification includes a network type, such as a WIFI, 3G or 4G network.
And step 120, sending the data information of the preset webpage to the headless browser.
The preset webpage is the webpage of the node to be checked, and the data information of the webpage is sent to the headless browser, so that the headless browser can check whether the node on the webpage exists or not.
And step 130, analyzing the data information through the headless browser to obtain a page code of the preset webpage.
If the node on the page exists, the data information of the preset webpage needs to be analyzed, and the page is analyzed into a final page code. Whether a node on the page exists is determined by analyzing the page code.
And 140, searching a conversion path of the preset node in the page code, and returning a search result.
The headless browser analyzes the data information of the preset webpage to obtain a page code, wherein the page code comprises a conversion path corresponding to a node on the page, and if the conversion path of the preset node can be found in the page code, the node exists on the webpage; if the conversion path of the preset node cannot be found in the page code, the node does not exist on the webpage. In the page code, after each node needing to be checked is searched for a conversion path, determining the preset node of the searched corresponding conversion path as the preset node existing in the preset webpage, determining the preset node of the conversion path which is not searched for as the preset node which is not in the preset webpage, respectively recording, and returning the running environment of the headless browser as the search result, according to the search result, the page adjustment can be performed on the webpage, so that the preset node which does not exist in the preset webpage in the search result can be normally displayed on the preset position of the webpage, the accuracy rate of counting the operation behavior of the user on the webpage can be improved, or adjusting a statistical strategy for the operation behavior of the user on the page to improve the accuracy of the statistics of the operation behavior of the user on the page.
According to the technical scheme, whether the corresponding node exists in the page is determined through the headless browser, the problem that the statistics of the operation behaviors is inaccurate due to the fact that the node does not exist in the page when the page changes is solved, and the effect of improving the accuracy of the statistics of the operation behaviors of the user on the page is achieved.
Example two
Fig. 2 is a flowchart of a method for sniffing a webpage node according to a second embodiment of the present disclosure. The present embodiment is embodied on the basis of various optional solutions in the foregoing embodiments, wherein the method for sniffing a webpage node specifically includes the following steps:
step 210, configuring the running environment of the headless browser according to the preset browser display state.
And step 220, sending the data information of the preset webpage to the headless browser.
And step 230, analyzing the data information through the headless browser to obtain a page code of the preset webpage.
And 240, obtaining a tree structure of the conversion path of the node in the preset webpage according to the page code.
And step 250, traversing in the tree structure, searching a conversion path corresponding to the preset node, and returning a search result.
For a page, a page code is obtained after the page code is analyzed by a headless browser, a tree structure can be obtained through the page code, the tree structure can comprise a plurality of nodes, traversal is carried out in the tree structure, and whether preset nodes to be searched exist is checked.
It is generally understood that a page may include a plurality of rectangular element arrangements, where each rectangular element is located, and if a rectangular element exists, a node and a conversion path corresponding to the node exist. For a page, a plurality of rectangular blocks may be included, for example, a zigzag page layout, where the rectangular blocks are drawn in sequence from the outermost frame, each rectangular block is at a specific position, and if a node is to be checked to exist, the rectangular blocks are sequentially traversed according to the zigzag to check whether the specific node is traversed. Actually, the finally converted page code is also corresponding to the page structure, and the effect of traversing the rectangular block can be realized by searching the code, so that whether a node exists is searched.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a webpage node sniffing device provided in the third embodiment of the present disclosure, where the webpage node sniffing device 300 specifically includes:
the operating environment configuration module 310 is configured to configure an operating environment of the headless browser according to a preset browser display state;
the data information sending module 320 is configured to send data information of a preset webpage to the headless browser;
the page code analyzing module 330 is configured to analyze the data information through a headless browser to obtain a page code of a preset webpage;
and the search result returning module 340 is configured to search the conversion path of the preset node in the page code, and return a search result.
According to the technical scheme, whether the corresponding node exists in the page is determined through the headless browser, the problem that the statistics of the operation behaviors is inaccurate due to the fact that the node does not exist in the page when the page changes is solved, and the effect of improving the accuracy of the statistics of the operation behaviors of the user on the page is achieved.
Optionally, the operation environment configuration module 310 is specifically configured to:
and configuring the display specification and the network specification of the headless browser according to the preset display state of the browser. Wherein the display specification comprises a size and a resolution of the display device; the network specification includes a network type.
Optionally, the search result returning module 340 includes:
the tree structure determining unit is used for obtaining a tree structure of a conversion path of a node in a preset webpage according to the page code;
and the search result returning unit is used for traversing in the tree structure, searching the conversion path corresponding to the preset node and returning the search result.
Wherein, the search result comprises:
the running environment of the headless browser is the running environment of the headless browser, the preset nodes existing in the preset webpage, the preset nodes not existing in the preset webpage and the headless browser.
The webpage node sniffing device provided by the embodiment of the disclosure can execute the webpage node sniffing method provided by any embodiment of the disclosure, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Referring now to fig. 4, a schematic diagram of an electronic device (e.g., the terminal device or the server of fig. 4) 400 suitable for implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 4, electronic device 400 may include a processing device (e.g., central processing unit, graphics processor, etc.) 401 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)402 or a program loaded from a storage device 408 into a Random Access Memory (RAM) 403. In the RAM 403, various programs and data necessary for the operation of the electronic apparatus 400 are also stored. The processing device 401, the ROM 402, and the RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
Generally, the following devices may be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 407 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 408 including, for example, tape, hard disk, etc.; and a communication device 409. The communication means 409 may allow the electronic device 400 to communicate wirelessly or by wire with other devices to exchange data. While fig. 4 illustrates an electronic device 400 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication device 409, or from the storage device 408, or from the ROM 402. The computer program performs the above-described functions defined in the methods of the embodiments of the present disclosure when executed by the processing device 401.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: configuring the running environment of the headless browser according to the preset display state of the browser; sending data information of a preset webpage to the headless browser; analyzing the data information through the headless browser to obtain a page code of the preset webpage; and searching a conversion path of a preset node in the page code, and returning a search result.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. 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). It should also be noted that, 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.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present disclosure and the technical principles employed. Those skilled in the art will appreciate that the present disclosure is not limited to the particular embodiments described herein, and that various obvious changes, adaptations, and substitutions are possible, without departing from the scope of the present disclosure. Therefore, although the present disclosure has been described in greater detail with reference to the above embodiments, the present disclosure is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present disclosure, the scope of which is determined by the scope of the appended claims.

Claims (9)

1. A method for sniffing a webpage node, comprising:
configuring the running environment of the headless browser according to the preset display state of the browser;
sending data information of a preset webpage to the headless browser;
analyzing the data information through the headless browser to obtain a page code of the preset webpage;
searching a conversion path of a preset node in the page code, and returning a search result; wherein, the search result comprises: a preset node existing in the preset webpage, a preset node not existing in the preset webpage, and an operating environment of the headless browser;
and adjusting the page of the preset webpage according to the search result, so that the preset node which does not exist in the preset webpage in the search result is displayed at the preset position of the page.
2. The method according to claim 1, wherein configuring the runtime environment of the headless browser according to the preset browser display state comprises:
and configuring the display specification and the network specification of the headless browser according to the preset display state of the browser.
3. The method of claim 2, wherein the display specifications include a size and a resolution of a display device; the network specification includes a network type.
4. The method according to claim 1, wherein the searching for the conversion path of the preset node in the page code and returning a search result comprises:
obtaining a tree structure of a conversion path of a node in the preset webpage according to the page code;
traversing in the tree structure, searching a conversion path corresponding to the preset node, and returning a search result.
5. A web page node sniffing device, comprising:
the running environment configuration module is used for configuring the running environment of the headless browser according to the preset display state of the browser;
the data information sending module is used for sending data information of a preset webpage to the headless browser;
the page code analysis module is used for analyzing the data information through the headless browser to obtain a page code of the preset webpage;
the search result returning module is used for searching the conversion path of the preset node in the page code and returning the search result; wherein, the search result comprises: a preset node existing in the preset webpage, a preset node not existing in the preset webpage, and an operating environment of the headless browser;
and the adjusting module is used for adjusting the page of the preset webpage according to the search result, so that the preset node which does not exist in the preset webpage in the search result is displayed at the preset position of the page.
6. The apparatus of claim 5, wherein the runtime environment configuration module is specifically configured to:
and configuring the display specification and the network specification of the headless browser according to the preset display state of the browser.
7. The apparatus of claim 5, wherein the search result returning module comprises:
the tree structure determining unit is used for obtaining a tree structure of a conversion path of the node in the preset webpage according to the page code;
and the search result returning unit is used for traversing in the tree structure, searching the conversion path corresponding to the preset node and returning the search result.
8. An electronic device, characterized in that the device comprises:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the web page node sniffing method as claimed in any of claims 1-4.
9. A storage medium containing computer-executable instructions for performing the method of any one of claims 1-4 when executed by a computer processor.
CN201910004537.8A 2019-01-03 2019-01-03 Webpage node sniffing method, device, equipment and storage medium Active CN109740100B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910004537.8A CN109740100B (en) 2019-01-03 2019-01-03 Webpage node sniffing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910004537.8A CN109740100B (en) 2019-01-03 2019-01-03 Webpage node sniffing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109740100A CN109740100A (en) 2019-05-10
CN109740100B true CN109740100B (en) 2022-02-22

Family

ID=66363300

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910004537.8A Active CN109740100B (en) 2019-01-03 2019-01-03 Webpage node sniffing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109740100B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8548917B1 (en) * 2012-09-07 2013-10-01 Amazon Technologies, Inc. Detection of child frames in web pages
CN104407979A (en) * 2014-12-15 2015-03-11 北京国双科技有限公司 Script detection method and device
CN107861868A (en) * 2017-10-31 2018-03-30 郑州云海信息技术有限公司 A kind of method and system for extracting automation test object
CN108846116A (en) * 2018-06-26 2018-11-20 北京京东金融科技控股有限公司 Page Impression collecting method, system, electronic equipment and storage medium

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9436777B2 (en) * 2009-08-13 2016-09-06 Yahoo! Inc. Method and system for causing a browser to preload web page components
CN104679485A (en) * 2013-11-28 2015-06-03 阿里巴巴集团控股有限公司 Page element control method and device
CN105868096B (en) * 2015-01-22 2019-09-10 阿里巴巴集团控股有限公司 For showing the method, device and equipment of web page test result in a browser
CN104699797B (en) * 2015-03-18 2018-02-23 浪潮集团有限公司 A kind of web page data structured analysis method and device
CN106022126B (en) * 2016-05-06 2018-07-24 哈尔滨工程大学 A kind of web page characteristics extracting method towards WEB trojan horse detections
CN106126538B (en) * 2016-06-14 2020-09-29 百度在线网络技术(北京)有限公司 Page conversion processing method and device
CN108614762A (en) * 2016-12-09 2018-10-02 武汉斗鱼网络科技有限公司 A kind of browser testing method and device
CN108228193A (en) * 2016-12-14 2018-06-29 北京国双科技有限公司 Data capture method and device
CN107316203B (en) * 2017-05-26 2020-10-20 晶赞广告(上海)有限公司 Method and device for detecting display information, computer readable storage medium and terminal
CN108846286A (en) * 2018-06-21 2018-11-20 腾讯科技(深圳)有限公司 Cross site scripting leak detection method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8548917B1 (en) * 2012-09-07 2013-10-01 Amazon Technologies, Inc. Detection of child frames in web pages
CN104407979A (en) * 2014-12-15 2015-03-11 北京国双科技有限公司 Script detection method and device
CN107861868A (en) * 2017-10-31 2018-03-30 郑州云海信息技术有限公司 A kind of method and system for extracting automation test object
CN108846116A (en) * 2018-06-26 2018-11-20 北京京东金融科技控股有限公司 Page Impression collecting method, system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN109740100A (en) 2019-05-10

Similar Documents

Publication Publication Date Title
CN111400625B (en) Page processing method and device, electronic equipment and computer readable storage medium
CN111367516B (en) Application interface generation method and device and electronic equipment
CN112684968A (en) Page display method and device, electronic equipment and computer readable medium
US20240126417A1 (en) Method, form data processing method, apparatus, and electronic device for form generation
CN111273986A (en) Page jump method and device of application program, electronic equipment and storage medium
CN110489179A (en) Obtain method, apparatus, medium and the equipment of call stack stack frame function signature
CN111813465B (en) Information acquisition method, device, medium and equipment
CN110489159A (en) Installation kit compressing method and data analysis method, device, medium and equipment
CN110489165A (en) Obtain method, apparatus, medium and the equipment of call stack stack frame command offsets
CN111309304B (en) Method, device, medium and electronic equipment for generating IDL file
CN112954056B (en) Method and device for processing monitoring data, electronic equipment and storage medium
US20230315990A1 (en) Text detection method and apparatus, electronic device, and storage medium
CN113919320A (en) Method, system and equipment for detecting early rumors of heteromorphic neural network
CN111552620B (en) Data acquisition method, device, terminal and storage medium
CN111752644A (en) Interface simulation method, device, equipment and storage medium
CN109740100B (en) Webpage node sniffing method, device, equipment and storage medium
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
CN114860559A (en) User operation recording method, user operation reproduction device, readable medium and equipment
CN111309323B (en) Parameter initialization method and device and electronic equipment
CN112379967B (en) Simulator detection method, device, equipment and medium
CN113177176A (en) Feature construction method, content display method and related device
CN112817874A (en) User interface test method, device, equipment and medium
CN112100159A (en) Data processing method and device, electronic equipment and computer readable medium
CN116467178B (en) Database detection method, apparatus, electronic device and computer readable medium
CN111461227B (en) Sample generation method, device, electronic equipment and computer readable medium

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