自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 pokemon.csv

#,Name,Type 1,Type 2,Total,HP,Attack,Defense,Sp. Atk,Sp. Def,Speed,Generation,Legendary1,Bulbasaur,Grass,Poison,318,45,49,49,65,65,45,1,False2,Ivysaur,Grass,Poison,405,60,62,63,80,80,60,1,False3,Ve...

2019-12-18 02:01:03 1461

原创 Python pandas tutorial

Python pandas tutorialimport pandas and basic set upread headers, data types, index, columns valueprint first or last row of fileslicing recordssorting/Describing Datarenaming columns and moving colum...

2019-12-18 01:59:26 467

原创 CodeCombat_Mountain 参考答案 code by Python

code-combat Python 参考答案mountain 安息之云山峰borrowed-sword 借刀mountain 安息之云山峰borrowed-sword 借刀https://codecombat.com/play/level/borrowed-sword?while True: friends = hero.findFriends() for i in ra...

2019-11-14 15:04:41 1843

原创 Linux alias 的用法

Linux alias 的用法 作者: Sway1. 啥是aliasalias的英文意思是别名.通俗来说 alias 的概念是让方便你写一段非常非常小的小程序如 :sway:~$ aliasalias ls='ls --color=auto'这里的意思是当你输入 ls 的时候就等同输入 ls --color=auto但是当我们切换用户的时候 alias ls=‘ls --col...

2018-10-10 11:09:38 15021

原创 Linux Vim的使用方法

Vim 的使用方法模式转换: 普通模式至编译模式 i ; 编译模式至普通模式 esc移动光标(上下左右):1.1 在普通模式下 上:k 下:j 左:H 右:L1.2 普通模式与编辑模式下 上下左右依旧可用1.3 本行头:0 本行头:^ 本行尾:$1.4 迅速移动(跳过空格): ctrl+箭头1.5 移至顶部: gg1.6 跳行: :# (#为自然数)退出:...

2018-09-28 09:05:36 884

空空如也

空空如也

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

TA关注的人

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