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-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.…
-
[nextjs]SNS Server-10(myapp20)
👉🏻 이전 프로젝트는 inbox_posts테이블의 개별글 API를 보려면 터미널을 사용해야했습니다.In the previous project, you had to use the terminal to view the API for individual posts in the inbox_posts table. 👉🏻 myapp20 프로젝트에서는 브라우저에서 posts나 inbox_posts테이블의 API값도 볼 수 있게 수정합니다.In the myapp20 project, we are modifying the setup so that API values from the posts…
-
[nextjs]SNS Server-9(myapp19)
👉🏻 inbox_posts 테이블에 actor와 original_id필드를 추가 합니다.Add the actor and original_id fields to the inbox_posts table. 👉🏻 original_id필드는 나중에 id(API의 id 부분)를 짧게 변환하기 위해서 만든 필드입니다.The original_id field was created to store a shortened version of the id (the ID portion of the API) for later use. 👉🏻 Actor는 글 보낸 사람의 전체 URL입니다.“Actor”…