极客时间对于推广渠道会有返利优惠,比如山月在极客时间买了一门课,再把课程分享给好友购买,这时极客时间会向山月返利20元左右。
而我现在做了一个返利平台,你可以在上边通过山月的链接购买课程,此时极客时间会向我返利。为了共同学习,而你可以添加我的微信 (shanyue94),我将把极客时间给我的返利发一个红包全部返给你

# what happens

# IO与中断

# URL 解析

通过 url 解析获取 hostname

// 在浏览器环境中访问 location

> location.host
shanyue.tech

> location.protocal
https

# DNS

解析 hostname 对应的 IP 地址

$ dig shanyue.tech +short
shanyue.netlify.com.
206.189.89.118

$ dig shici.xiange.tech +short
59.110.216.155

# CDN

# UDP

# TCP

# http

# https

#

# 命令

# dig

# nslookup

# host

# ss

# netstat

# 时间度量

# 术语

# Q&A

关于山月

我的项目:
我的微信:shanyue94,欢迎交流
Last Updated: 7/21/2019, 11:25:08 AM