Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- flutter statefulwidget
- dart.dev
- 롤 api dart
- flutter android 폴더
- 파이썬 부동소수점
- Architectural overview
- PlatformException(sign_in_failed
- valorant api dart
- swift 동시성
- flutter bloc
- lol api dart
- swift concurrency
- docker overview
- dart new 키워드
- 발로란트 api dart
- tft api dart
- flutter widget
- leetcode dart
- keychain error
- dart new
- dart
- riot api dart
- flutter
- com.google.GIDSignIn
- widget
- 파이썬
- 롤토체스 api dart
- flutter ios 폴더
- AnimationController
- generate parentheses dart
Archives
- Today
- Total
Coaspe
Ollim 개발기 3 본문
1. SSL/TLS verify error
서버에서 그냥 별도로 테스트를 위해서 자체 서명 인증서를 만들어서 사용하거나, 인증서가 만료되었거나하는 이유로 인증서 검증이 되지않을 경우 self signed certificate 에러를 발생 시키게 됩니다. https 요청을 받는 host 서버가 자체 서명 인증서 사용하고 있는 경우, verify 에러가 발생합니다.
rejectUnauthorized 를 false로 설정 하는 방법
process.env로 환경변수를 설정하는 방법입니다.
https://yeonfamily.tistory.com/18
2. clientX, offsetX, pageX, screenX의 차이
3. Text editor Jodit -> Slate
변경하게 된 이유는 다음과 같다.
1. 무료 버전에서 Jodit은 react를 사용했을 때 Custumization이 slate보다 훨씬 불리하다.
2. text를 selection하고 그 selection을 다시 클릭 했을 때 클릭이 아닌 selection으로 인식한다.
3. 2번을 해결하려하니 코드가 너무 지저분해졌고 이렇게 되느니 차라리 Slate로 바꿔서 처음부터 하는게 나을것 같았다.
4. Documentation이 무료버전은 제대로 사용하기에 부실하다.
'Web > Project - Oliim' 카테고리의 다른 글
Ollim 개발기 7 (0) | 2022.03.25 |
---|---|
Ollim 개발기 6 (0) | 2022.03.13 |
Ollim 개발기 5 (0) | 2022.03.10 |
Ollim 개발기 4 (0) | 2022.02.17 |
Ollim 개발기 - 2 (0) | 2022.02.11 |
Comments