Hello World 6
欢迎咨询社区!
建议重置一下网络设置,
鼠标右键单击开始菜单→ “Windows PowerShell (管理员)”→输入:
netsh winsock reset
(按下Enter键)
netsh int ip reset
(按下Enter键)
ipconfig /release
(按下Enter键)
ipconfig /renew
(按下Enter键)
ipconfig /flushdns
(按下Enter键)
ipconfig /registerdns
(按下Enter键)
inetcpl.cpl
▲(按下Enter键)(将打开Internet属性界面)▲
ncpa.cpl
◆(按下Enter键)(将打开网络链接面板)◆
▲在“Internet属性界面”点击“高级”,
点击“还原高级设置”,然后再点击“重置”(Windows11中没有“重置”按钮,请忽略此步骤)。
然后在上述选择框中找到:使用TLS1.0→→使用TLS1.1→→使用TLS1.2→→使用TLS1.3(实验),这4个打上勾,点击确定。▲
◆在 “网络链接面板”,鼠标右键单击需要设置的网络适配器→“属性””,
在“网络”属性窗口中双击 “Internet 协议版本4 (TCP / IPv4)”。
选择“自动获得IP地址”,
选择“自动获得DNS服务器地址”,
点击“确定”。◆
执行完毕上述方案后,重启设备。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment