自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 收藏
  • 关注

转载 vue-cli · Failed to download repo vuejs-templates?

安装vue出现如下错误: $ vue init webpack myapp 报错 This will install Vue 2.x version of template. For Vue 1.x use: vue init webpack#1.0 tomsapp vue-cli ·...

2017-01-12 14:44:00 176

转载 Bower : ENOGIT Git is not installed or not in the PATH错误

出现Bower : ENOGITGitis not installed or not in the PATH错误,需要配置Git到path,具体如下 假如你的git安装目录是”C:\Program Files (x86)\Git”,在path中( 环境变量中)加入git的bin和cmd目...

2017-01-11 16:11:00 179

转载 验证码按钮倒计时

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=de...

2017-01-05 10:18:00 130

转载 h5页面底部input调出软键盘后,页面整体上移解决方案安卓

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=ed...

2017-01-04 18:46:00 3669

转载 避免从缓存读取

<body onload='go();'></body> function go(){ if(window.location.href.indexOf('temp')==-1){ if(window.location.href.indexOf('?')...

2017-01-04 15:10:00 233

转载 知乎网站登录背景

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Canvas知乎登录页面背景动画 - 站长素材</title> <style type="tex...

2017-01-04 15:03:00 729

转载 webstorm端口设置

webstorm端口两种设置方法: 1、手动设置:file-----settings-----Debugger-----Port,设置即可; 2、配置文件设置:file----import settings----config----options---other.xml设置即可 ...

2017-01-04 14:58:00 2099

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除