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

Резултати

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

Пребарај: #fxs

当前筛选 #fxs清除筛选
Pro Analysis

@proanalysistrader · Post #28380 · 09.01.2025 г., 14:08

#FXS/USDT analysis : #FXS has broken below the 200 EMA and the support zone. It is advisable to wait for a price retest of this zone for a potential short entry, as the price is anticipated to decline further, targeting lower levels. TF : 4h Entry : $3.455 Target : $2.400 SL : $3.945

Hashtags

Pro Analysis

@proanalysistrader · Post #28320 · 07.12.2024 г., 02:39

#FXS/USDT analysis : #FXS has successfully broken out and retested the swing high resistance following the breakout of the trendline in an established uptrend. The price is expected to sustain its bullish momentum and aim for previous highs. TF : 30min Entry : $4.762 Target : $5.080 SL : $4.526

Hashtags

Pro Analysis

@proanalysistrader · Post #28107 · 02.11.2024 г., 12:08

#FXS/USDT analysis : #FXS is currently in a downtrend and is expected to maintain its bearish momentum. For a short entry, wait for the price to break the current support zone, entering on a break below the $1.814 level. The previous lows will serve as target levels. TF : 15min Entry : $1.814 Target : $1.797 SL : $1.826

Hashtags

Pro Analysis

@proanalysistrader · Post #27911 · 07.09.2024 г., 16:20

#FXS/USDT analysis : #FXS is in a downtrend, forming lower lows (LLs) and lower highs (LHs) structure. The price is currently trading in the resistance zone near the 200 EMS. It is expected to be rejected from that area and continue its bearish momentum. TF : 30min Entry : $1.734 Target : $1.651 SL : $1.792

Hashtags

American Crypto©

@americancryptotrading · Post #27455 · 30.11.2025 г., 11:39

🇺🇸#FXS/USDT is trading near the lowerborder of the fallingwedge formation on the weekly chart💁‍♂️ A great moment to accumulate📈 American Crypto©

Hashtags

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