Jang Ryeol
Jang Ryeol
When adding the target `i686-pc-windows-gnu`, rustup only installs rust-std, not rust-mingw. To cross-compile we need mingw component. When manually downloaded and copied rust-mingw, compile works well.
``` name: arch encrypted: no Entering /var/sd/chroots/arch... crouton: version git release: arch architecture: armv7h xmethod: xorg targets: xfce host: version 10032.39.0 (Official Build) beta-channel veyron_jerry kernel: Linux localhost 3.14.0 #1...
## AS-IS 영어강의는 'E' 등으로 태그를 내려 줌. ## TO-BE '영어 진행강의' 등으로 변경. searchQuery 받을 때에도 서버에서 변환 수행
쌓이는 temp user를 관리하기 위하여 lastLoginTimestamp를 추가했지만 제대로 된 검증이 안 됨. 또한 실제 오래된 유저를 삭제하는 로직이 없음.
https://www.seeko.co.kr/zboard4/zboard.php?id=freeboard&page=1&divpage=2&no=801545 블락 먹으면 답이 없음
- https://github.com/Jeff-Lewis/cls-hooked 을 이용하여 Continuous Local Storage에 플랫폼을 저장 - log4js layout을 CLS에서 플랫폼 token을 꺼내오도록 수정 - API Key 플랫폼과 User Agent 둘 다 저장
## 상황 ``` (device id는 예제) [09/Jun/2018:21:59:52 +0900] "POST /v1/user/device/abcdPiyh0O0%3AAPA91bH4W9bLOgk7gPXJP-yni2tMnMoFhWwS5RuITV6rJHiuHUm4jABy5FheUiZzZasw7uSlyepmkTXGpRGOotrLvSl0jmPulDyfs1GuDN9xmtvChrqcNmJe33cN5jsbTWtjC4MWEGja HTTP/2.0" 500 242 "-" "okhttp/2.3.0" ``` - device id가 base64인줄 알았는데, 아님..!! - 안드로이드 클라의 okhttp의 경우, `:` 글자가 `%3A`로...