08 2022 档案

摘要:def alarm(item: list): match item: case [time, action]: print(f'{time} {action}') case [time, *actions]: for action in actions: print(f'^^ {time} {act 阅读全文
posted @ 2022-08-28 11:36 ascertain 阅读(127) 评论(0) 推荐(0) 编辑
摘要:IO TextIO BinaryIO 阅读全文
posted @ 2022-08-19 17:44 ascertain 阅读(19) 评论(0) 推荐(0) 编辑
摘要:function containsElement() { local n=$# # number of arguments local value=${!n} # last of arguments echo "${@:2}" echo "${@:0}" echo number of argumen 阅读全文
posted @ 2022-08-15 16:12 ascertain 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-14 23:03 ascertain 阅读(71) 评论(0) 推荐(0) 编辑
摘要:/etc/profile # System-wide .profile for sh(1) printf "%-8s %-30s %-4s %s\n" @@@@@ /etc/profile '==>' Commence if [ -x /usr/libexec/path_helper ]; then 阅读全文
posted @ 2022-08-03 18:48 ascertain 阅读(111) 评论(0) 推荐(0) 编辑
摘要:pipeline { agent { label 'translation' } environment { param1 = 'value1' } triggers { GenericTrigger( genericVariables: [ [defaultValue: '', key: 'src 阅读全文
posted @ 2022-08-03 18:42 ascertain 阅读(32) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示