12 2018 档案
用hexo在本地搭建自己的博客
摘要:参考路径:https://blog.csdn.net/Hoshea_chx/article/details/78826689 阅读全文
posted @ 2018-12-07 14:06 yr1126 阅读(132) 评论(0) 推荐(0) 编辑
gulp 前端构建工具使用
摘要:gulp 前端构建工具使用 1.新建一个web h5项目 2.准备好gulpfile.js文件 (1)下载链接:https://pan.baidu.com/s/116J-BaYOMRzeJW3i_JZZOw 提取码:ec9b (2)也可以创建一个这个文件,内容如下: // http://www.gu 阅读全文
posted @ 2018-12-07 11:57 yr1126 阅读(125) 评论(0) 推荐(0) 编辑
springboot+idea 热部署
摘要:1. 配置pom.xml <!--spring-boot-devtools 热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <o 阅读全文
posted @ 2018-12-07 11:30 yr1126 阅读(179) 评论(0) 推荐(0) 编辑