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

Резултати

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

Пребарај: #fci

当前筛选 #fci清除筛选

$Dogs token is the governance token for Kennel.Ai platform Web3 on chain platform Where pet dog breeders can tokenise pet dogs using NFT Blockchain is the best way to decentralise dog data Blockchain has created for pet dog breeders the opportunity to manage the industry themselves instead of having to pay and being governed by a centralised organisation #DogData#FCI#DogBreeder#blockchain#Decentralised

$Dogs token is the governance token for Kennel.Ai platform Web3 on chain platform Where pet dog breeders can tokenise pet dogs using NFT Blockchain is the best way to decentralise dog data Blockchain has created for pet dog breeders the opportunity to manage the industry themselves instead of having to pay and being governed by a centralised organisation #DogData#FCI#DogBreeder#blockchain#Decentralised

Did you know Canine Corona Virus vaccination was discovered for Dogs 🐾 over 50 years ago Has your dog had its Corona Virus vaccination ? ? ? Kennel.Ai blockchain saved pet dog life data immutably …building a decentralised system for storing dog life data without the need to pay international Kennel Clubs for paperwork Developed by breeders , built by breeders , benefits dogs and saves pet dog owners money Join Kennel.ai and start earning $DOGS tokens https://kennel.ai/login #dogs#dogdata#decentralised#KC#FCI

The original Safari Dog Show pet stroller… A Cage A Soft Crate A Crate Trolley A grooming table All in one lightweight string guaranteed for three years product… Direct from Sweden 🇸🇪 Delivery 7-10 days by courier Cost ; Medium 350 euro Large 390 euro Also home delivery with payment to driver is possible https://kennel.ai/shop Check out the Dog Blog to learn more about Pet Dogs … https://kennel.ai/blogs #Dogs#PetStroller#DogShows#DogShowTrolley#FCI

The original Safari Dog Show pet stroller… A Cage A Soft Crate A Crate Trolley A grooming table All in one lightweight string guaranteed for three years product… Direct from Sweden 🇸🇪 Delivery 7-10 days by courier Cost ; Medium 350 euro Large 390 euro Also home delivery with payment to driver is possible https://kennel.ai/shop Check out the Dog Blog to learn more about Pet Dogs … https://kennel.ai/blogs #Dogs#PetStroller#DogShows#DogShowTrolley#FCI