Category / ์นดํ ๊ณ ๋ฆฌ :
RNUI Module : react-native-freelifemakers-ui
- AI
- Arduino
- Cpp
- kotlin
- Kubernetes
- linux
- Music
- News
- Nextjs
- Nodejs
- notice
- OCI
- OS
- PHP
- QT
- React
- ReactNative๋ฆฌ์กํธ๋ค์ดํฐ๋ธ
- RN_UIModule
- ServerApp
- Subtitle์๋ง
- swift
- Uncategorized
- website
-
[nextjs]SNS Server-13(myapp23)
๐๐ป์ข์์์ ์ข์์ ์ทจ์๊ธฐ๋ฅ์ ๊ตฌํํฉ๋๋ค.Implement the “like” and “unlike” functions. ๐ ์ ์ฒด ํ๋ก์ ํธ ๊ตฌ์กฐ / Overall Project Structure ๐ ํ๋ก์ ํธ ์์(myapp23)Project Start (myapp23) ๐ SQLite์ค์น / Installing SQLite ๐ DDNS,https์ค์ / DDNS,https settings ๐ ๋๋ฉ์ธํ์ฉ, @userid ์ฌ์ฉํ๊ธฐAllowing domains, using @userid — next.config.ts ๐ ํ ์ด๋ธ ์ถ๊ฐ / Add table โ๏ธ ํ ์ด๋ธ ๋ฐ ์ธ๋ฑ์ค ์์ฑ(sqlite)Create Table and Index…
-
[nextjs]SNS Server-12(myapp22)
๐๐ป ํ๋ก์๊ณผ ํ๋ก์๊ฐ ํ ์ด๋ธ์ ์ ์ฅ๋์ง ์๋ ๋ฌธ์ ๋ฅผ ์์ ํ์์ต๋๋ค.Fixed an issue where following and follower data were not being saved to the table. ๐๐ป IGNORE INTO๋ฅผ ์ถ๊ฐํด์ ๋ฐ์ดํฐ ์ค๋ณต์ ๋ ฅ ๋ฐ์์ ์๋ฌ๋ฅผ ๋ฐ์์ํค์ง ์๊ณ ์ง๋๊ฐ๋๋ค.By adding IGNORE INTO, the operation proceeds without throwing an error when duplicate data is encountered. ๐ ์ ์ฒด ํ๋ก์ ํธ ๊ตฌ์กฐ / Overall Project…
-
[nextjs]SNS Server-11(myapp21)
๐๐ป @user1@aloy-horizon.duckdns.org์ follows์ ๊ฐ์ ์ฌ์ฉ์๊ฐ ๋๋ฒ ์ ๋ ฅ๋๋ ๋ฌธ์ ๋ฅผ ์์ ํฉ๋๋ค.Fixes an issue where the same user is entered twice in the ‘follows’ list for @user1@aloy-horizon.duckdns.org. ๐๐ป follow์์ฒญ์ following๊ณผ followersํ ์ด๋ธ์ ๊ธฐ์กด ์ฌ์ฉ์ ์์ผ๋ฉด ์์ฒญ์ ๋ณด๋ด์ง ์์ต๋๋ค.When a follow request is made, the request is not sent if the user already exists in the ‘following’ or ‘followers’ tables.…