上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页
摘要: Python 解释器内置了一些函数,它们总是可用的。这里将它们按字母表顺序列出。 返回对象的长度(元素的个数)。参数可以是序列(如字符串,字节,元组,列表或者范围)或者集合(如字典,集合或者固定集合)。 返回一个列表,其元素来自于iterable(保持相同的值和顺序)。iterable可以是个序列, 阅读全文
posted @ 2017-07-23 16:54 liuzhipenglove 阅读(237) 评论(0) 推荐(0) 编辑
摘要: Python 解释器内置了一些函数,它们总是可用的。这里将它们按字母表顺序列出。 all(iterable) 如果iterable的所有元素为真(或者iterable为空), 返回True。 如果iterable的所有元素为真(或者iterable为空), 返回True。等同于: def all(i 阅读全文
posted @ 2017-07-23 16:37 liuzhipenglove 阅读(232) 评论(0) 推荐(0) 编辑
摘要: http://docspy3zh.readthedocs.io/en/latest/library/ 半中文网址 http://usyiyi.cn/translate/python_278/library/index.html 中文网址 https://docs.python.org/2/libra 阅读全文
posted @ 2017-07-23 15:58 liuzhipenglove 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://github.com/jikeytang/sublime-text http://zh.lucida.me/blog/sublime-text-complete-guide/ 阅读全文
posted @ 2017-07-23 13:01 liuzhipenglove 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 十、Sublime Text 快捷键列表 快捷键按类型分列如下: 1、通用 ↑↓← → 上下左右移动光标 Alt 调出菜单 Ctrl + Shift + P 调出命令板(Command Palette) Ctrl + ` 调出控制台 2、编辑 Ctrl + Enter 在当前行下面新增一行然后跳至该 阅读全文
posted @ 2017-07-23 12:31 liuzhipenglove 阅读(602) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wind128/p/4409422.html 1 官网下载版本 http://www.sublimetext.com/3 选择 Windows - also available as a portable version Windows 64 bit - 阅读全文
posted @ 2017-07-23 12:30 liuzhipenglove 阅读(272) 评论(0) 推荐(0) 编辑
摘要: a'a 阅读全文
posted @ 2017-07-18 11:50 liuzhipenglove 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Guided Tour This guided tour will use the "standalone" Jenkins distribution which requires a minimum of Java 7, though Java 8 is recommended. A system 阅读全文
posted @ 2017-07-18 10:43 liuzhipenglove 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 首先,让我们退一步看看在写一个for循环背后的直觉是什么: 1.遍历一个序列提取出一些信息 2.从当前的序列中生成另外的序列 3.写for循环已经是我的第二天性了,因为我是一个程序员 幸运的是,Python里面已经有很棒的工具帮你达到这些目标!你需要做的只是转变思想,用不同的角度看问题。 不到处写f 阅读全文
posted @ 2017-07-18 10:24 liuzhipenglove 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Skip to content This repository</form> Pull requests Issues Marketplace Gist Sign out</form> This repository</form> Pull requests Issues Marketplace G 阅读全文
posted @ 2017-07-18 09:55 liuzhipenglove 阅读(637) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页