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

原创 Python 常用标准库/扩展库

常用标准库标准库 说明 builtins 内建函数默认加载 os 操作系统接口 sys Python自身的运行环境 functools 常用的工具 json 编码和解码 JSON 对象 logging 记录日志,调试 multiprocessing 多进程 threading 多线程 copy 拷贝 time 时间 datetime ...

2018-03-28 19:32:41 615

原创 pip install --user greenlet

pip install --user greenlet

2018-03-23 23:02:59 1655

原创 Arduino在Mac系统下的配置 USB port not listed on Mac OS X USB to UART Bridge VCP Drivers

Arduino + on Mac OS X + USB port(Arduino在Mac系统下的配置说明 驱动安装) + (USB port not listed on Mac OS X )+(CP210x USB to UART Bridge VCP Drivers)(github上的排版更清新)github地址Arduino IDE(Mac)安装官网链接 https://www...

2018-03-20 11:49:06 4764 1

原创 Swift defer and Python try finally

Swift defer and Python try finally1 defer“Use defer to write a block of code that is executed after all other code in the function, just before the function returns. The code is executed rega...

2018-03-07 15:56:02 304

原创 Python 实现客户端 服务端 Socket通信

Python 实现客户端 服务端 Socket通信demo地址https://github.com/Sico2Sico/Sico2Sico_pythonSocket.git1 client.py#coding=utf-8from socket import *#1. 创建套接字udpSocket = socket(AF_INET, SOCK_DGRAM)#2. 准备接收方...

2018-03-07 15:16:23 501

01-ffmpegSaveFile

音视频编解码

2019-01-21

空空如也

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

TA关注的人

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