摘要: ``` " 1- centos if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) filetype plugin on set bs=indent,eol,s... 阅读全文
posted @ 2018-04-18 18:07 idlewith 阅读(188) 评论(0) 推荐(0) 编辑
摘要: ``` from PIL import Image from io import BytesIO import win32clipboard def send_msg_to_clip(type_data, msg): win32clipboard.OpenClipboard() win32clipboard.EmptyClipboard() win32clipboard.... 阅读全文
posted @ 2018-04-18 15:48 idlewith 阅读(274) 评论(0) 推荐(0) 编辑