摘要:
a. 进入输入模式 新增 (append) a :从光标所在位置後面开始新增资料,光标後的资料随新增资料向後移动。 A:从光标所在列最後面的地方开始新增资料。 插入 (insert) i:从光标所在位置前面开始插入资料,光标後的资料随新增资料向後移动。 I :从光标所在列的第一个非空白字元前面开始插 阅读全文
posted @ 2018-11-27 19:29
anobscureretreat
阅读(152)
评论(0)
推荐(0)
摘要:
>>> import bisect >>> scores = [(100, 'perl'), (200, 'tcl'), (400, 'lua'), (500, 'python')] >>> bisect.insort(scores, (300, 'ruby')) >>> scores [(100, 'perl'), (200, 'tcl'), (300, 'ruby'), (400, ' 阅读全文
posted @ 2018-11-27 19:25
anobscureretreat
阅读(7729)
评论(0)
推荐(1)
摘要:
1. 输出 2、 # cat /proc/version (Linux查看当前操作系统版本信息) 输出 Linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com)(gcc version 3.2.2 20030222 (Red Hat Linu 阅读全文
posted @ 2018-11-27 17:38
anobscureretreat
阅读(2496)
评论(0)
推荐(0)
摘要:
没有gui工具 阅读全文
posted @ 2018-11-27 11:05
anobscureretreat
阅读(146)
评论(0)
推荐(0)

浙公网安备 33010602011771号