Forum

mrmucha
@mrmucha
Admin
Member
Dołączył: sty 9, 2012
Last seen: sty 22, 2025
Tematy: 534 / Odpowiedzi: 560
Odpowiedz
Odpowiedź na: mysql - quick delete rows older than ...

DELETE FROM my_table WHERE my_field < (curdate() - INTERVAL 128 DAY)

2 lata temu
Forum
Topic
Forum
Replies: 0
Views: 413
Odpowiedz
Odpowiedź na: Uncaught ReferenceError ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor

add super() to constructor (don't forget about variables for inherited class if they exists) constructor() { super() }

2 lata temu
Forum
Odpowiedz
Odpowiedź na: VSC, Could not read sourcemaps

1. Add launch.json file to VSC project/p> 2. add into launch.json "sourceMaps": true, "resolveSourceMapLocations": [ ...

2 lata temu
Forum
Topic
Forum
Replies: 0
Views: 443
Odpowiedz
Odpowiedź na: Varnish and Wodpress - all supages got 404 error

modify vhost and Directory configuration <Directory "/home/www/my.webpage.com"> Allow from all Options FollowSymLinks AllowOverride A...

2 lata temu
Forum
Topic
Forum
Replies: 0
Views: 489
Odpowiedz
Odpowiedź na: [PL] Budowa, zakup małej elektrowni wiatrowej - ile łopatek powinien mieć wiatrak?

Liczba łopatek wiatraka wpływa na jego wydajność i charakterystykę pracy. W przypadku elektrowni wiatrowej o mocy 3kW, która ma pracować efektywnie pr...

2 lata temu
Forum
Odpowiedz
Topic
Forum
Replies: 0
Views: 529
Odpowiedz
Odpowiedź na: VUE/JS - sorting collection of objects (array problem)

example code (sorting districts by demand for industry object) industry.districts = Object.values(industry.districts); industry.districts.sort(...

2 lata temu
Forum
Strona 6 / 74