上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 92 下一页
  2018年12月14日
摘要: 1、操作文件的函数/方法 在 Python 中要操作文件需要记住 1 个函数和 3 个方法 open 函数负责打开文件,并且返回文件对象 read/write/close 三个方法都需要通过 文件对象 来调用 read 方法 —— 读取文件 open 函数的第一个参数是要打开的文件名(文件名区分大小 阅读全文
posted @ 2018-12-14 18:26 一抹烟霞 阅读(173) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-12-14 14:58 一抹烟霞 阅读(116) 评论(0) 推荐(0)
摘要: import sys sys.exit() 阅读全文
posted @ 2018-12-14 01:59 一抹烟霞 阅读(245) 评论(0) 推荐(0)
摘要: http://www.runoob.com/python/func-number-round.html print()、input()用户输入输出,格式为字符串 len() 求字符串的长度 str()、int()、float()将输入转换成指定格式 round()返回浮点数的四舍五入值 range( 阅读全文
posted @ 2018-12-14 01:50 一抹烟霞 阅读(547) 评论(0) 推荐(0)
  2018年12月13日
该文被密码保护。 阅读全文
posted @ 2018-12-13 22:21 一抹烟霞 阅读(0) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Terrypython/p/9577657.html 阅读全文
posted @ 2018-12-13 16:21 一抹烟霞 阅读(815) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/accumulate_zhang/article/details/80269313 阅读全文
posted @ 2018-12-13 15:23 一抹烟霞 阅读(165) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/9d3033d1b26f 有些命令运行失败,是因为权限不够,前面加上 sudo 首先查看Python默认版本: ubuntu@user~$:python --version Python 2.7 搜索系统是否已经安装Python3.5: ubunt 阅读全文
posted @ 2018-12-13 14:53 一抹烟霞 阅读(263) 评论(0) 推荐(0)
  2018年12月12日
摘要: https://blog.csdn.net/suifenghahahaha/article/details/78748846 更新内核https://blog.csdn.net/qq_18683985/article/details/79961378 阅读全文
posted @ 2018-12-12 16:32 一抹烟霞 阅读(142) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/AmbitiousRuralDog/article/details/80742177 阅读全文
posted @ 2018-12-12 11:28 一抹烟霞 阅读(2841) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 92 下一页

Live2D