该文被密码保护。 阅读全文
posted @ 2017-11-14 20:30
干巴爹
阅读(13)
评论(3)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-11-14 19:30
干巴爹
阅读(9)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-11-14 19:14
干巴爹
阅读(17)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-11-14 19:03
干巴爹
阅读(13)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-11-14 18:51
干巴爹
阅读(17)
评论(0)
推荐(0)
摘要:
一、Windows下的环境搭建 1、安装Python 访问Python官网:https://www.python.org/ 2、安装setuptools与pip setuptools是Python enterprise application kit的一个副项目,可以让程序员更方便的创建和发布Pyt 阅读全文
posted @ 2017-11-14 18:46
干巴爹
阅读(123)
评论(0)
推荐(0)
摘要:
capitalize()把字符串的第一个字符改为大写 str1.capitalize() casefold()把字符串的所有字符改为小写 count(sub[, start[, end]])返回sub在字符串里边出现的次数,start和end参数表示返回str.count('i',start.end 阅读全文
posted @ 2017-11-14 16:46
干巴爹
阅读(400)
评论(0)
推荐(0)