上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 68 下一页
摘要: 教程 阅读全文
posted @ 2019-03-01 17:44 front-gl 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 原文地址: 从零开始制作 Hexo 主题 · Ahonn 样式参考网站:https://blankj.com/ 图片参考网站:http://www.sitecube.com/signup.php 写在前面 本文将会从零开始开发一个简单的博客主题。样式主要参考 Hexo theme 中的 Noise  阅读全文
posted @ 2019-02-28 16:43 front-gl 阅读(9620) 评论(12) 推荐(2) 编辑
摘要: 1. https://pages.github.com/ github page页面 2. http://haojen.github.io/ 3. https://www.xdnote.com/ecma-script-6-new-type/ 阅读全文
posted @ 2019-02-28 16:18 front-gl 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1. hexo 官网 2. 主题 AD:https://godbmw.com/ 前期尝试了两天都是看主题,还有编辑主题,最终选择这个主题是因为两点 主题layout是 ejs 学习node时候了解过 一点,后期自己修改也好上手 板式简单,可以自定义想要的色调 3. 主题 AD 延伸改进版 Theme 阅读全文
posted @ 2019-02-28 12:03 front-gl 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 以select为例,如果select写在循环里,触发change事件时可能不只需要传递被选中项的值,还要传递index过去,来改变同一循环中的其他标签的状态。 下面这样写是无效的: @change="changeStatus(val, index)" 这样再封装一层就可以了: @change="(( 阅读全文
posted @ 2019-02-26 16:13 front-gl 阅读(17177) 评论(0) 推荐(2) 编辑
摘要: 前言: 在Vue项目中,当访问的页面路由不存在或错误时,页面显示为一片空白。然而,通常我们需要对访问url不存在或者错误的情况下添加默认的404页面,即not found页面。 一般的处理方法是: 在最后添加一个path: * ,优先级从上到下查找路由,都没有的时候全部指向 404页面 ,代码如下: 阅读全文
posted @ 2019-02-21 17:14 front-gl 阅读(10058) 评论(0) 推荐(0) 编辑
摘要: 页面引入百度地图api时 chrome控制台报出警示问题 A Parser-blocking, cross site (i.e. different eTLD+1) script, http://api.map.baidu.com/getscript?v=2.0&ak=Kpjp7jddqVUhWK5 阅读全文
posted @ 2019-02-21 11:35 front-gl 阅读(9043) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-19 11:10 front-gl 阅读(5) 评论(0) 推荐(0) 编辑
摘要: legend:{ show:true, orient:'horizontal', borderColor:'#df3434', borderWidth:2, data:[ { name:'蒸发量', textStyle:{ fontSize:12, fontWeight:'bolder', colo 阅读全文
posted @ 2019-02-18 17:59 front-gl 阅读(6755) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dhsz/p/6855962.html 阅读全文
posted @ 2019-02-18 17:23 front-gl 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 68 下一页