Systems that has AmbientCapabilities support (usually kernel >= linux4.3)
[Unit]
Description=FRP Server Daemon
AmbientCapabilities support (usually kernel >= linux4.3) [Unit]
Description=FRP Server Daemon
| #coding:utf-8 | |
| ''' | |
| python图片处理 | |
| @author:fc_lamp | |
| @blog:http://fc-lamp.blog.163.com/ | |
| ''' | |
| import Image as image | |
| #等比例压缩图片 | |
| def resizeImg(**args): |