๐Ÿก Home

Category / ์นดํ…Œ๊ณ ๋ฆฌ :

RNUI Module : react-native-freelifemakers-ui
  • [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.…