TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #411 · 9 фев.

reload_flag="" if [[ -n "${DEBUG}" ]]; then reload_flag="--reload" fi if [[ -n "${WORKER_COUNT}" ]]; then workers=${WORKER_COUNT} else workers=2 fi gunicorn --workers ${workers} \ --bind 0.0.0.0:8000 \ ${reload_flag} main.wsgi Писали такие конструкции чтобы проверить наличие флага и сформировать команду правильно? На самом деле можно сделать тоже самое проще. Для этого используются операторы условной подстановки, доступные в оболочках семейства POSIX. :- для установки значений по умолчанию ${WORKER_COUNT:-2} Если переменная не объявлена, то будет дефолтное значение 2. :+ подставляет указанный текст, если переменная не пуста ${DEBUG:+--reload} Если что-то есть в переменной то распечатается текст после символа +, в противном случае - ничего. Удобно для опциональных флагов, как в нашем примере. Итого наш скрипт может выглядеть так: gunicorn --workers ${WORKER_COUNT:-2} \ --bind 0.0.0.0:8000 \ ${DEBUG:+--reload} main.wsgi Есть еще два оператора. := не только подставить дефолтное значение, но и присвоить его переменной, если она пуста # никаких переменных еще нет VAL1=${VAL2:=hello} # теперь доступны обе echo $VAL1 $VAL2 # hello hello :? остановить выполнение с ошибкой, если переменной нет. echo ${MISS:?is required} bash: MISS: is required Код выхода будет 1. #tricks#linux

Резултати

Пронајдени 2 слични објави

Пребарај: #crc

当前筛选 #crc清除筛选
Addis Standard

@addisstandardeng · Post #21338 · 07.02.2026 г., 06:16

News: #UN child Rights Committee raises alarm over grave violations against children in #Ethiopia The United Nations Committee on the Rights of the Child (#CRC) has expressed alarm over what it described as a significant increase in grave violations against children in Ethiopia, including killing and maiming, sexual violence, abduction, and denial of humanitarian access, following its latest review session covering several State Parties. Regarding children affected by armed conflicts, the Committee urged Ethiopia to comply with applicable international law, end and prevent grave violations, and allow timely and unimpeded humanitarian access. It also called on the government to urgently facilitate access to encampments to enable identification of children and their transfer to civilian child protection actors, ensure accountability for perpetrators, and provide conflict-affected children with medical care, including reproductive health services, ...... Read more: https://addisstandard.com/?p=55054

Libertà è ragione

@libertaeragione · Post #3945 · 09.09.2023 г., 10:30

#G20#India Narendra #Modi (#BJP|Destra): "Ho inviato al Presidente di turno dell'Unione africana Azali #Assoumani (🇰🇲#CRC|Centro-sinistra🇰🇲) un documento in cui si invita formalmente l'Unione come membro permanente del G20. Il documento esprime la ferma convinzione che la sua inclusione contribuirà significativamente a far fronte alla sfide globali dei nostri tempi." @OsservatorioEsteri