摘要:
参考: "官网" 安装依赖包: Install using the repository 1.Install packages to allow apt to use a repository over HTTPS: 2.Add Docker’s official GPG key: Verify t 阅读全文
摘要:
转载自: "python 中字符串大小写转换 " 一、pyhton字符串的大小写转换, 常用的有以下几种方法: 1、对字符串中所有字符(仅对字母有效)的大小写转换,有两个方法: print 'just to test it'.upper() 所有字母都转换成大写 JUST TO TEST IT pr 阅读全文