摘要:
1.sed &用法 1.1. sed & 用法 [root@ecs-76840553 sed]# cat 2 You are beautiful hello world hello alknlaknqlw hello hello hello world [root@ecs-76840553 sed] 阅读全文
摘要:
1.python函数的四类参数 python函数的参数可以分为位置参数,默认参数,关键字参数,可变参数,函数可以没有参数,也可以有多个参数,参数是传递给函数的命名变量。 2.形参和实参 #coding=utf-8; def print_diamond(count): for i in range(c 阅读全文