@caijingwangyuanjing · Post #258 · 07.03.2025 г., 16:52
I love you! #cake#baking
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #281 · 18 авг.
Что-то вы гоните насчет "привычного вида формата 755 и 644". Я вот вообще не понял что это!😳 Действительно, что означают цифры которые мы получили в прошлом посте? Это кодировка, заключающая в себе режимы доступа к файлу. Подробней можно почитать в статье про chmod. Там можно увидеть альтернативное обозначение того же самого с помощью символов r w x, что значит чтение, запись, исполнение. Чтобы преобразовать восьмеричное число в такое обозначение в Python есть готовая функция >>> stat.filemode(0o755) '?rwxr-xr-x' Мы видим 3 группы по 3 символа, дающие 3 типа доступа для 3 типов юзеров. А что за знак вопроса в начале? Давайте передадим в эту функцию необрезанное значение от os.stat >>> stat.filemode(os.stat(path).st_mode) 'drwxr-xr-x' Это данные, которые мы безжалостно обрезали в прошлый раз😼 Первый символ обозначает тип объекта. Это может быть файл (-), директория (d) или симлинк (l). Вот простая схема данной кодировки [1][3][3][3] │ │ │ │ │ │ │ └──> Others Permissions │ │ └─────> Group Permissions │ └────────> Owner Permissions └───────────> File Type (разверните экран если вы с телефона) Если вы попробуете получить пермишены для симлинка то получите пермишены для файла >>> path = '.venv/bin/python3' >>> stat.filemode(os.stat(path).st_mode) '-rwxr-xr-x' Чтобы получить свойства именно симлинка, нужно это явно указать >>> stat.filemode(os.stat(path, follow_symlinks=False).st_mode) 'lrwxrwxrwx' #tricks#basic
Пребарај: #baking
@caijingwangyuanjing · Post #258 · 07.03.2025 г., 16:52
I love you! #cake#baking
@EuropeanTribalism · Post #430 · 01.05.2020 г., 09:21
Making yeast water is fairly easy and it can be refreshed many times. It is better digestable compared to industrial produced yeast from the supermarket. You need 5-8 days to prepare your own yeast water. You probably have the ingredients for it already at home. Ingredients: 1 l lukewarm water 2 dates or 50g of other fruits or flowers 50 g sugar or honey 1 glass bottle (milk bottle) Put all ingredients into the bottle, shake it and close it. Let it rest on room temperature for 5-8 days and shake the bottle every morning and evening to let the gas escape. It should develop a sweet-sour smell. Remove the fruits and use the yeast water instead of the required amount of water in your baking recipe. Keep in mind to let your dough rest over night before baking. Keep the rest of the yeast water, fill with it fresh water and sugar, then you can use it many times. You can store it in the refridgerator. Happy baking! #homemaking#baking#homestead
Hashtags
@lup_tg · Post #33523 · 12.03.2026 г., 15:18
Ничего особо не видел. Туман был сильный. #travel#foodie#fitness#art#music#photography#nature#fashion#beauty#motivation#quotes#books#coffee#technology#gaming#movies#design#architecture#cars#motorcycles#space#science#history#culture#streetstyle#selfcare#mindfulness#yoga#meditation#business#entrepreneur#marketing#startup#coding#ai#robotics#education#learning#languages#writing#poetry#drawing#painting#digitalart#illustration#animals#cats#dogs#wildlife#ocean#mountains#sunset#sunrise#citylife#streetphotography#minimalism#vintage#retro#luxury#watches#sneakers#streetwear#makeup#skincare#healthyfood#vegan#recipes#baking#gardening#plants#flowers#home#interior#decor#lifestyle#adventure#explore
Hashtags