-
If you ever find a dead website, feel free to report it on this issue.
* Please before doing so make sure its dead for a while, make sure its not just blocked by your ISP or geoblocked.
* Also try…
-
# Default Setting
## build.gradle
- [x] 기본 Spring 세팅
- [x] dependency 추가 될 때 주석으로 구분 가능하도록 설명 추가
## Code Formmater
- [x] 협의 후 작성 예정
## application.yml
- [x] MySQL, Redis, MongoDB 로컬 세팅
-…
-
## 회원가입
* 20210729
브랜치(chohee/sign-in)에서 개발 시작하면 됨 [✓]
회원가입부터 개발(유저 타입 구분은 좀 미룸) [✓]
* 20210801
회원가입 뷰에서 editText 선택 시 색깔 뭘로? -> 물어봄 답변 대기
비밀번호 확인 부분도 틀렸을 경우 error 로 알려줘야 하지 않나? -> 물어봄 답변 대…
-
- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section
- [x] I have read and done the [Get Started - Setup Android](https://inappwebvi…
-
-
## 문제
HTTP API나 REST API를 제공할 때, HTML 대신 JSON, XML, TEXT와 같은 형식의 데이터를 HTTP 메시지 body에 담아 보낸다. Spring에서는 이러한 응답을 `ResponseEntity`와 `@ResponseBody`로 편리하게 작성할 수 있음을 배웠다.
그렇다면 `ResponseEntity`와 `@Res…
-
![image](https://user-images.githubusercontent.com/50608974/216237382-e12efd39-e4c8-4ac9-826e-e9c58f584b3c.png)
### main.dart
```
import 'package:flutter/material.dart';
import 'package:projec…
-
## 트러블 슈팅
https://github.com/naijun0403/kakaolink 를 기반으로 한 카카오링크 전송 시,
### 1. DBListener 안에서 직접 전송
```
DBListener.on('message', (chat, channel) => {
if (chat.text.startsWith('!테스트')) {
c…
-
## Description
- Access Token 확인, 발급 기능
- Refresh Token 확인, 발급, 삭제 기능
- Session DB Create, Update, Delete 구현
- 소셜 로그인 API 구현 (with kakao)
## Task
- [ ] Access Token 확인 API 구현
- [ ] Access Tok…
-
### 이슈 설명 (Issue description)
https://github.com/kakao/kakao_flutter_sdk/issues/191
위 이슈와 동일한 오류가 발생합니다.
kakao_flutter_sdk_common 패키지 android 폴더 안에 있는 BaseResultReceiver.kt파일
this.emitter = em…