165
Points
Questions
31
Answers
54
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 508 views
- 1 answers
- 0 votes
-
- 437 views
- 1 answers
- 0 votes
-
- 380 views
- 0 answers
- 0 votes
-
My normal query: SELECT DISTINCT vt.id as id, vtt.name as n, vt.etxid as etx FROM vt LEFT JOIN vtt ON …
- 381 views
- 1 answers
- 0 votes
-
I have a table with many column. one of this contain multiple argument, How can I select a field with …
- 416 views
- 2 answers
- 0 votes
-
I am using RNFirebase and when developed from scratch using [v6] When in foreground I am receiving notification but when …
- 471 views
- 1 answers
- 0 votes
-
Let’s say I have this code: function QueCalculamos(valor) { function CalculaADeB() { console.log( "Calculando A de B"); } function CalculaBDeA() …
- 371 views
- 3 answers
- 0 votes
-
- 435 views
- 1 answers
- 0 votes
-
import pathlib a=pathlib.Path(__file__).parent.absolute() dirc=str(a)+’\\file.json’ dirc2=str(a)+’\\PrettyJson.json’ data={1: {"titolo": "yea boi", "voto": 10, "genere": "a me ne so"}, 2: {"titolo": "yea boi …
- 384 views
- 1 answers
- 0 votes
-
- 391 views
- 2 answers
- 0 votes