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

Резултати

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

Пребарај: #reduce

当前筛选 #reduce清除筛选

🛠️Solución de Problemas con Doppler a Color: •⚡ Verifica Preset: Asegúrate de usar el preset abdominal en lugar del cardíaco. •📉 Escala Doppler: #Reduce la escala de Doppler para mejorar la visualización del flujo. •📈 Gana Color: Incrementa la ganancia del color evitando sobrecargar de artefactos. •🔄 Ajusta Inclinación: Cambia ligeramente el ángulo del transductor para optimizar la imagen. •💡 Doppler Power 💪: Si el flujo no se visualiza bien, cambia al Doppler Power para detectar flujos de baja velocidad. 📊 Doppler Pulsado (PW): •🎯 Posiciona el Volumen de Muestreo: Sobre los vasos interlobares para observar: •🔻 Flujo Venoso: Aparece debajo de la línea base. •🔺 Flujo Arterial: Aparece por encima de la línea base.

Hashtags

NEA Singapore

@NEASingapore · Post #711 · 07.12.2023 г., 01:01

As we prepare for Christmas, let's transform and reuse our old decor for a fresh festive look. Instead of buying new decorations, wrapping paper and cards, we can: 🎄 Paint a fresh coat on old ornaments 🎁 Reuse empty food jars or cookie tin cans as gift boxes 📱 Swap Christmas paper cards for heartfelt e-greetings How are you getting creative with upcycling and recycling this Christmas? Share your tips in the comments below. #TowardsZeroWaste#3Rs#Reduce#Reuse#Recycle

NEA Singapore

@NEASingapore · Post #716 · 08.12.2023 г., 04:03

Our 2023 Wrapped is in! 'Bringing Your Reusable Bag for Shopping' is the chart-topping single we all need. From reusable essentials to recycling mastery, we've built an eco-habit playlist that's pure chart green. Top tracks include 'Reusable Bag Groove', 'Recycling Rhythm', and 'Energy-Saving Melody'. Fellow eco-warriors, let’s keep this #SustainableSG chart-topper habit going strong! #TowardsZeroWaste#BYOB#BringYourOwnBag#BringYourOwn#BYO#3Rs#Reduce#Reuse#Recycle#EnergyEfficiency