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

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

Резултати

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

Пребарај: #byo

当前筛选 #byo清除筛选
NEA Singapore

@NEASingapore · Post #595 · 23.07.2023 г., 02:00

Can’t fit all your purchases into one reusable bag? Pack a few more, just in case! You’ll never know when you need to pick up a few things while you’re out 😊 #SayYestoWasteLess#BYO

NEA Singapore

@NEASingapore · Post #503 · 11.02.2023 г., 02:01

Reusable bags can be easily thrown into the washing machine or spot cleaned. While they do require more care, they can be reused many more times than their plastic counterparts making them better for the environment! #SayYestoWasteLess#BYO

NEA Singapore

@NEASingapore · Post #284 · 23.11.2021 г., 03:30

Instead of dining out, dabao some delicious hawker fare for elderly family members or neighbours so that they can stay home and stay safe. Remember to bring your along reusable containers to reduce single-use disposables. #BYO#SayYEStoWasteLess

NEA Singapore

@NEASingapore · Post #192 · 21.05.2021 г., 06:00

It’s time to put our reusables to its best use! Don’t forget to leave the house with reusable bottles and containers when tabao-ing your morning coffee, lunch or dinner from your favourite food stalls. #SayYEStoWasteLess#BYO

NEA Singapore

@NEASingapore · Post #696 · 31.10.2023 г., 01:01

This Halloween, make your carbon footprint less scary! 🍿 Having a spooky movie night? Bring along reusable popcorn containers and cups. 👻 Hitting a few haunted houses? Don't forget to keep hydrated with a reusable bottle. 🍭 And if you’re thinking of hitting the sweet shops, keep a reusable bag handy. #SustainableSG#BYO#BYOB

NEA Singapore

@NEASingapore · Post #669 · 13.10.2023 г., 01:02

Bring your reusable bag when you go shopping! Every action counts when it comes to saving planet Earth, and a little goes a long way when it comes to savings 💰 Show the Earth and your wallet some love! #SayYEStoWasteLess#BYO#BYOB

NEA Singapore

@NEASingapore · Post #648 · 23.09.2023 г., 01:01

Lock screen reminders are the new sticky notes. So set a trendy reminder to bring your own reusable bag before heading out! Let’s save the planet, one bag at a time 🛍#BYO#BYOB#SayYEStoWasteLess

12
ПретходнаСтраница 1 од 2Следна