1. Reference https://zenn.dev/shinkano/articles/280518001ad0d6 2. Create directory $ mkdir Deno $ cd Deno 3. C…
Month: 10月 2022
Docker : mongoDB and mongo-express install
1. Reference https://laid-back-scientist.com/docker-mongo 2. Create directory $ mkdir MongoDB $ cd MongoDB 3. …
Docker and Mariadb container install and connect HeidiSQL
1. Step (1) Install docker (2) Mariadb container install (3) connect HeidiSQL 2. Prerequisites (1) Install gno…
React: Detect tab changes with Component side
1. Purpose – Reload data on focus tab change on browser 2. Data load request – func.getSpecialRese…
Install PostgreSQL (Ubuntu) and measure the effect of index
1. Conclusion – Adding an index didn’t make it much faster. 2. Install PostgreSQL – reference https://ww…
react@18.2.0 and @mui/styles conflict
1. react@18.2.0 and @mui/styles conflict 2.conflict $ npm ls react may-app@0.1.0 /home/wsd01/RentaCycleManagr/…
Nextjs: error message: x Expected ‘,’, got ‘{‘
1. Error message – x Expected ‘,’, got ‘{‘ 2. Cause Occurs when the extension of file is wrong 3. For example …
nextjs: When passing character arguments in router.push
1. When passing character arguments in router.push – fail if there is a space in the character argument …
nextjs : Click side-menu button , reload after the second time
1. Click side-menu button , reload after the second time 2. Seide-menu button – For example, click Cance…