Visual Studio Code – shorcuts
Create a HTML file in Visual Studio Code and just type ! or doc and press enter.
That’s it. Visual Studio Code will automatically add rest html codes and create a basic HTML template for you.
Create a HTML file in Visual Studio Code and just type ! or doc and press enter.
That’s it. Visual Studio Code will automatically add rest html codes and create a basic HTML template for you.
Firebase + JavaScript: A CRUD Web App Tutorial – Part 2: https://softauthor.com/firebase-javascript-crud-web-app-add-update-delete/
A Laragonnál STRICT -re lett hagyva a MariaDB.
Run this:
SHOW VARIABLES LIKE ‘sql_mode’;
IF STRICT RUN THIS:
set global sql_mode=’NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION’;
Strict Mode enabled by default, How to disable Strict Mode after upgrade to MySQL or Maria: https://www.multimediaxp.com/post/46/strict-mode-enabled-by-default-how-to-disable-strict-mode-after-upgrade-to-mysql-or-maria-db-101-102
How to turn on/off MySQL strict mode in localhost:
https://stackoverflow.com/questions/40881773/how-to-turn-on-off-mysql-strict-mode-in-localhost-xampp