🔻OXYGENOS 11: A CHE PUNTO SIAMO?🔻
#OP#OOS#R
Siamo ormai alla fine di novembre e volevo fare un attimo il punto su come procede il rilascio di OxygenOS 11.
Sulla serie OnePlus 8 è arrivata in stabile da quasi due mesi ormai, mentre per 8T è installata di fabbrica.
Per OnePlus Nord non abbiamo ancora nessuna notizia, ma data la popolarità riscossa potrebbe arrivare una beta entro la fine dell'anno.
Per quanto riguarda la serie OnePlus 7, sappiamo che le beta 19/9 sono state le ultime basate su Android 10, quindi potremmo aspettarci una Open Beta in queste settimane e magari una stabile entro la fine dell'anno.
Per Nord N10, N100, OnePlus 6 e 6T invece non mi aspetterei nulla prima di febbraio/marzo.
Non appena ci saranno sviluppi, troverete come sempre un articolo su questo canale.
Pierre
—
Il nostro canale 👉🏻@oneplusguide
I nostri gruppi 👉🏻@oneplusitcommunity
# The standard string repr for dicts is hard to read:
»> my_mapping = {'a': 23, 'b': 42, 'c': 0xc0ffee}
»> my_mapping
{'b': 42, 'c': 12648430. 'a': 23} # 😞
# The "#json" module can do a much better job:
»> import json
»> print(json.dumps(my_mapping, indent=4, sort_keys=True))
{
"a": 23,
"b": 42,
"c": 12648430
}
# Note this only works with dicts containing
# primitive types (check out the "pprint" module):
»> json.dumps({all: 'yup'})
TypeError: keys must be a string
История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными
#оптимизация#json
¿Que puede hacer este bot?
@apimaniaBot
Con éste bot puedes crear PDF a partir de páginas web, convertir texto a imágenes, convertir tablas HTML a json y mucho más
Idioma: español
(Visto en @botsgram_cu)
#pdf#web#texto#imágenes#hrml#json