自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 Python AWS S3

Iteration of Buckets and Keys # Boto 3 for bucket in s3.buckets.all(): for key in bucket.objects.all(): print(key.key) Downloading a F...

2018-02-04 12:35:00 92

转载 Upgrade Nginx to latest stable version on Ubuntu 14.04

1. Display current ubuntu version > lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release:...

2018-01-14 13:25:00 111

转载 Python2 Python3 String problem

在 python2 中 str 存的是 bytes 数据,unicode 存的是 unicdoe 编码后的二进制数据, 在 python3 中 str 存的是 unicode 数据,bytes 存的是 bytes 数据 在 python2 中混淆了 bytes 和 unicode 数据,u'h...

2017-12-08 14:00:00 56

转载 PPT技巧

Master the content Why are you presenting? Who will you be speaking to? How much does your audience know? How do you find out? Aks Question! Deve...

2017-11-30 23:15:00 96

转载 Char and String Object

Char char name[20]; char name[20] = "Joe"; strcpy(name, "Jack"); String Object String name; String name = "Joe"; name = "Jack"; ...

2017-11-30 22:38:00 58

转载 How to hide certain files from the sidebar in VScode

Add a new property "files.exclude" : {...} to the User Settings of VScode. For example to hide all pyc files for python project: "files.exclude": {...

2016-10-27 16:17:00 80

空空如也

空空如也

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

TA关注的人

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