自定义博客皮肤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)
  • 收藏
  • 关注

原创 webpack 踩坑

webpack 踩坑 运行css-loader和style-loader报错 Unhandled promise rejections are deprecated 原因和webpack版本不匹配,按照如下安装

2020-08-18 09:37:05 109

原创 Chrome Dev tools 调试CSS transform

Chrome Dev tools 调试CSS transform rotate 45deg时候用鼠标滚轮可以实时看到角度的递增 单纯滚轮递增1 按shift+滚轮递增10 按Ctrl+滚轮递增100

2020-07-31 10:33:05 157

原创 Basic Algorithm Scripting: Return Largest Numbers in Arrays

freeCodeCamp作业 返回嵌套数组中每一个最大的元素,然后返回由这些元素组成的数组

2020-07-16 09:40:17 62

原创 Basic Algorithm Scripting: Find the Longest Word in a String

#freeCodeCamp的作业 #找出String中最长单词并返回单词长度 z

2020-07-16 09:05:27 70

原创 Chrome语音和npm start跳到IE问题

npm start跳转到IE并报错后来发现是packeage.json里面多了一条““scripts”: { “start”: “browser-sync start --directory --server --files “*.css, *.html, *.js” --https” },” Q1:–https为什么会跳IE? Q2:Chrome开启了语音权限,win10也看到Chrome在使用????,其他软件能正常使用????,Devtools 就是读不出,Chrome能使用摄像头。 ...

2020-05-19 09:38:37 144

原创 ***Learn Python the Hard Way***

Promting and Passing There is nothing new in this,just demonstrate the concept that programing is all based on the combination and the things go together。

2018-12-01 09:24:32 647

原创 ***Learn Python the Hard Way***

13章节 Parameters,UNpacking,Variables 代码如下 `1. from sys import argvfrom sys import argv 2. # read the WYSS section for how to run this 3. script,first,second,third = argvscript,first,second,third = argv...

2018-11-30 22:36:12 400

空空如也

空空如也

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

TA关注的人

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