@BGP_Channel · Post #5031 · 07.04.2021 г., 15:15
#liying#BGP CNGZ-QCloud #SS#Trojan#XTLS 官网 liyingcloud.org 群组 @liyingcloud 频道 @liyingyun Twitter: https://s.4a.hk/CJU9Z1L
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #61 · 2 апр.
Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic
Пребарај: #xtls
@BGP_Channel · Post #5031 · 07.04.2021 г., 15:15
#liying#BGP CNGZ-QCloud #SS#Trojan#XTLS 官网 liyingcloud.org 群组 @liyingcloud 频道 @liyingyun Twitter: https://s.4a.hk/CJU9Z1L
@BGP_Channel · Post #5077 · 24.04.2021 г., 15:47
#liying#Trojan#SS#XTLS#BGP CNGZ-QCloud #VPN 仅测速腾讯云+阿里云入口节点 @liyingyun
@BGP_Channel · Post #5005 · 30.03.2021 г., 15:08
#liying#BGP CNGZ-QCloud #SS#Trojan#XTLS#VPN 官网 liyingcloud.org 频道 @liyingyun 群组 @liyingcloud Twitter: https://s.4a.hk/bVmb3mI
@BGP_Channel · Post #5046 · 12.04.2021 г., 15:52
#liying#BGP CNSH-QCloud #SS#Vmess#Trojan#XTLS#VPN 频道 @liyingyun 群组 @liyingcloud 官网 liyingcloud.org
@BGP_Channel · Post #5094 · 29.04.2021 г., 16:47
#liying#南方#电信#Trojan#SS#XTLS#v2ray 500M
@githubtrending · Post #14723 · 19.05.2025 г., 13:00
#go#anticensorship#dns#network#proxy#reality#shadowsocks#socks5#tls#trojan#tunnel#utls#vision#vless#vmess#vpn#wireguard#xhttp#xray#xtls#xudp Project X offers powerful network tools like Xray-core and REALITY, built on the efficient XTLS protocol that improves speed and security by reducing unnecessary encryption. It features advanced routing and fallback systems to keep your internet traffic safe and uninterrupted, ideal for streaming or video calls. The project is open-source under Mozilla Public License 2.0, encouraging community contributions to keep it evolving. You can easily install it on various platforms using official scripts, Docker, or one-click setups, and use many supported GUI clients on Windows, Linux, Android, iOS, and routers. This flexibility and strong security help you optimize and protect your network experience. https://github.com/XTLS/Xray-core