当前位置:网站首页>URL form
URL form
2022-07-28 05:37:00 【Programmer system】
URL The definition of :
'''
URL (Uniform Resource Locator, Uniform resource locator ). Every web page has one Internet Address . When you enter a... In the browser's address box URL Or when you click on a hyperlink ,URL We've got the address to browse . The browser uses Hypertext Transfer Protocol (HTTP), take Web The web page code of the site on the server is extracted , And translate it into a beautiful web page .
'''
URL Component part :
URL It's made up of three parts :
The resource type , Host domain name where resources are stored , Resource file name .
and It can be considered to be composed of four parts :
agreement 、 host 、 port 、 route
General grammatical form :
scheme://host[:port]/.../[?query-string][#anchor]
'''
scheme: agreement ( for example :http,https,ftp)
host: Server's IP Address or domain name
port: port , Write but not write
path: Path to access resources
query-string: Parameters , Send to http Server data
anchor: anchor ( Jump to the specified anchor location of the web page )
'''
https://blog.csdn.net/m0_62919535/article/details/124099491Now in the stage of learning reptiles , Want to know more about it URL Knowledge , Other information can be queried through Baidu , The content of the article is relatively simple , If you want to simply understand http and https agreement , You can learn through the link above
边栏推荐
猜你喜欢
随机推荐
使用深度学习训练图像时,图像太大进行切块训练预测
子父线程交互
openjudge:万年历
【单例模式】懒汉模式的线程安全问题
openjudge:统计数字字符个数
BeanUtils.copyProperties无法复制不同List集合问题解决 Lists.transform函数
Edge calculation kubeedge+edgemash
openjudge:石头剪刀布
数据库面试
openjudge:大小写字母互换
[singleton mode] thread safety of lazy mode
Digital twin technology creates visual application of smart mine
Openjudge: count the number of numeric characters
蒙特卡罗方法求解圆周率π并用turtle画点,以及完成进度条问题
MySQL practice 45 lectures
Bean的作用域、执行流程、生命周期
2022 summer practice (PowerDesigner tutorial learning record) (first week)
Tomato timing dimming table lamp touch chip-dlt8t10s-jericho
多系统架构设计思考
FeignClient 调用GET 方法报错 ResultVO{result=未知异常,异常详情:Request method ‘POST‘ not supported









