当前位置:网站首页>Detailed explanation of chrome developer tools
Detailed explanation of chrome developer tools
2022-07-25 10:18:00 【Android World Library】
Type: Requesting resources MIME type ;
Initiator Explain how the request was initiated , There are four possible values :
Parser: The request is made by the page HTML Sent when parsing ;
Redirect: The request is sent by page redirection ;
Script: The request is made script The script handles the sent ;
Other: Requests are sent by other processes , Like on the page link Link Click , Enter in the address field URL Address .
***********************************XHR*****************************
ajax yes asynchronous javascript and XML Abbreviation , Chinese translation is asynchronous javascript and XML, This technology can request additional data from the server without unloading the page , Although the name contains XML, but ajax Communication has nothing to do with data formats .
ajax It includes the following steps :1、 establish AJAX object ;2、 issue HTTP request ;3、 Receive data from server ;4、 Update web data
To sum up, it is ,ajax Through the original XMLHttpRequest The object sends out HTTP request , After getting the data returned by the server , Reprocessing
ajax The core of technology is XMLHttpRequest object ( abbreviation XHR),XHR Provides a smooth interface for sending requests to the server and parsing server responses , Ability to get more information from the server asynchronously
Supplementary explanation
[XPath]
XPath Is a door in XML The language in which information is found in a document .XPath Used in XML Navigate through elements and attributes in the document . Like in the picture 2 in ,
1
<a href="https://github.com/NUKnightLab/TimelineJS"> here </a>
here a Labeled Xpath by :/html/body/div[2]/p[1]/a, Read as :html Inside body The second part of the label div The first of the labels p Label under a label .
[HTML DOM event ]
HTML DOM Allows us to perform a specific... When an event occurs JavaScript Script , The events here can be :
Mouse over an element ;
The window or frame is resized ;
The text is selected ;
The user is in HTML Click on the element ;
A keyboard key is pressed …
This is executed when the event occurs javascript Scripts are event listeners .
[DOM The breakpoint ]
DOM The breakpoint (DOM Breakpoints) You can monitor a certain DOM Modified situation , stay Elements Right click on an element in to set breakpoints in three different situations :
Child node modification
Self property modification
Its own node is deleted
After setting DOM Breakpoints It will appear in the list DOM The breakpoint .
Once monitored DOM When modified , The breakpoint will be located to the code that performs the modification , This is for those that bind multiple events DOM Debugging is very helpful .
[XMLHttpRequest]
XMLHttpRequest It's a browser interface , bring Javascript Can be done HTTP(S) signal communication .XMLHttpRequest Object is used to exchange data with the server in the background , In this way, we can
Update pages without reloading them
Request data from server after page has been loaded
Receive data from server after page has been loaded
Send data to the server in the background
边栏推荐
- Angr(三)——angr_ctf
- GUI window
- 史上最全面的UE4 文件操作,打开,读、写,增、删、改、查
- 多数相合问题总结
- 复现 SSL_Anti-spoofing, 使用 wav2vec 2.0 和数据增强的自动说话人认证的欺骗攻击与深度伪造检测
- Swing组件
- Loam transformtoend function integrating IMU details
- 1、 Initial mysql, MySQL installation, environment configuration, initialization
- 复现 ASVspoof 2021 baseline RawNet2
- JSP details
猜你喜欢

Angr(七)——angr_ctf

About the jar package of slf4j log4j log4j2 used together

VS Code 连接远程 Jupyter 服务器

message from server: “Host ‘xxx.xxx.xxx.xxx‘ is not allowed to connect to this MySQL server“

UE4源码的获取和编译

线程池的死锁事件

链表相关(设计链表及环链表问题)

UE4 框架介绍

Pytorch 张量列表转换为张量 List of Tensor to Tensor 使用 torch.stack()

Angr(四)——angr_ctf
随机推荐
IO流中的输出流
Swing component
for循环:水仙花案例
【专栏】RPC系列(理论)-夜的第一章
数论--约数研究
Wechat applet jumps to other applets
Use and principle of rest
UE4 碰撞(Collsion)
Nodejs initial experience
切换 shell 命令行终端(bash/zsh)后,conda 无法使用: command not found
VS Code 连接远程 Jupyter 服务器
CentOS install redis
Angr(三)——angr_ctf
VSCode Latex Workshop 设置 XeLatex 编译
Angr(七)——angr_ctf
message from server: “Host ‘xxx.xxx.xxx.xxx‘ is not allowed to connect to this MySQL server“
Filter filter details (listeners and their applications)
UE4 窗口控制(最大化 最小化)
Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification
数组静态初始化,遍历,最值