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
阅读全文
摘要:IO TextIO BinaryIO
阅读全文
摘要:function containsElement() { local n=$# # number of arguments local value=${!n} # last of arguments echo "${@:2}" echo "${@:0}" echo number of argumen
阅读全文
摘要:/etc/profile # System-wide .profile for sh(1) printf "%-8s %-30s %-4s %s\n" @@@@@ /etc/profile '==>' Commence if [ -x /usr/libexec/path_helper ]; then
阅读全文
摘要:pipeline { agent { label 'translation' } environment { param1 = 'value1' } triggers { GenericTrigger( genericVariables: [ [defaultValue: '', key: 'src
阅读全文