VSCode设置默认打开的浏览器 vscode怎么浏览器打开html文件?可以通过安装open in browser插件解决。 1、安装open in browser插件 安装完点击重新加载 2、vscode怎么修改默认浏览器 在安装完open in browser插件后,在打开的html文件代码中点击鼠标右键可以看到多了两个打开选择,点击选项即可打开浏览器进行预览。 Open in Default Browsers:使用默认 2018-10-18 VSCode #VSCode
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 2018-10-10 Hexo #Hexo
Hello World3 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. 章节1Cr 2018-10-10 Hexo #PS3 #Games
CSS3随笔1 css书写方式行内式 1<标签名 style="属性1:属性值1; 属性2:属性值2; 属性3:属性值3;"> 内容 </标签名> 内嵌样式 123456<style> div { color: red; font-size: 12px; }</style> 外链式 123<head> 2018-08-19 H5C3 #H5C3
CSS3基础 css书写方式行内式 1<标签名 style="属性1:属性值1; 属性2:属性值2; 属性3:属性值3;"> 内容 </标签名> 内嵌样式 123456<style> div { color: red; font-size: 12px; }</style> 外链式 123<head> 2018-08-15 H5C3 #H5C3
Hexo 编写文章并部署 typora 软件 .md文件编辑器文章文件位置将写好的md文件放到 Hexo\hexodemo\source_posts 目录下 常用快捷键ctrl + alt + z 插入代码ctrl + shift + i 插入图片ctrl + alt +u 插入点ctrl + shift + q插入文字详情块ctrl + 1,2,,3,4,5 标题 编辑好后Hexo\hexodemo 目录下s 2018-07-08 Hexo #Hexo
Hexo 搭建个人博客 概述 什么是 Hexo?Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。 准备环境 NodeJs安装从官网https://nodejs.org/en/ 下载,直接安装即可,测试一下 1234node -v# v11.15.0npm -v# 6.7.0Copy npm修改源获取npm源 1 2018-06-10 Hexo #Hexo