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

Резултати

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

Пребарај: #classiccar

当前筛选 #classiccar清除筛选
Auto Life

@revheadcrypto · Post #282 · 09.08.2024 г., 19:13

🚗✨Rare Gem Alert!🌟 The iconic Mercedes-Benz 300 SL (known as the "Gullwing") is set to hit the auction block with an estimated value of $2.5 million! 💰💎 Produced from 1954 to 1963, this legendary sports car was only made in coupe form until 1957. Powered by a 3.0L inline-six engine delivering 240 hp, it could reach speeds of up to 262 km/h, making it one of the fastest sports cars of its time! 🏁⚡️ The featured model is truly one-of-a-kind, boasting a stunning Mittelgrun exterior and a unique beige-green interior. Originally delivered to a customer in the USA in 1955, this beauty is a collector's dream! 🌍❤️ #MercedesBenz#300SL#Gullwing#ClassicCar#Auction#CarCollectors#AutomotiveHistory#Auto

Auto Life

@revheadcrypto · Post #193 · 29.07.2024 г., 12:42

Just sold at auction! 🚗💰 This stunning Alfa Romeo 2000 GTV restomod with a carbon fiber body went for $220,000. 🤑 It took around four years to build this beauty, with everything from the chassis to the powertrain being completely overhauled. 🛠️ Italian specialists worked on the chassis and body, while the rest of the work was done in Canada. The upgraded 2.0 carbureted engine's exact output isn't specified, but the original Alfa Romeo 2000 GTV came with a 130-horsepower engine. 🏁 #AlfaRomeo#2000GTV#Restomod#CarbonFiber#Auction#ClassicCar#LuxuryCar#ItalianStyle🇮🇹