# Pending

[Spring] timestamped "createdAt": null, "modifiedAt": null
spring security 코드 작성후postman으로 테스트를 해보는데,timestamp가 작동하지 않는 것을 발견했다.또 무얼 잘못 쓴 것일까 ㅇㅅㅇ전에 사용하던 코드를 복붙해서 가져오다보니import는 확인하지 못했다..import를 활성화 시킨후 재실행!!엇.

Promise
JavaScript는 비동기 처리를 위해 콜백 함수를 사용하곤 했는데, 이 전통적인 콜백 패턴은 몇 가지 한계점이 있었다.1\. callback hell로 인해 가독성이 나쁘다.2\. 비동기 처리 중 발생한 에러를 처리하기 어렵다.3\. 여러 개의 비동기 처리를 한번에

✨ARM Interrupts (2)
interrupt가 assert되었을 때 interrupt는 pending될 수 있다.interrupt-set-pending-register(SETPEND)가 pending status를 담고 있다.interrupt source가 interrupt를 de-assert하

[Udemy] JavaScript for React 응용4 복습
Promise (콜백지옥 탈출), Resolve/Reject (Pending,Fulfilled,Rejected), Async/Await (직관적인 비동기 처리), then/catch 메소드체이닝

# PendingIntent
PendingIntent는 Pending 이라는 단어의 뜻을 알면 된다.Intent의 의미Android에는 크게 4대 컴포넌트들이 있다.Activity,Service,Broadcast Receiver, Content Provider인텐트는 이러한 구성요소들 간의 작업을
TIL. 41 Promise
Javascript는 특정 코드의 실행이 완료될 때까지 기다리지 않고 바로 다음 코드로 넘어간다. 이를 비동기라고 하며 Promise는 Javascript의 비동기 처리에 사용되는 객체이다.이전 fetch 함수를 다룰 때 간단히 학습했지만, 좀 더 정리가 필요할 것 같