iris2008 / iris2008.github.io

My Hexo Blog
0 stars 0 forks source link

Everday Life | Iris' Blog #12

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

Everday Life | Iris' Blog

My NotesMap objectThe map is special compare to the others . You cannot call JSON.springify in console.log to show the contents. You could use forEach of the map or use map.size to just show count of

https://iris2008.github.io/2020/12/16/Javascript/

iris2008 commented 8 months ago

How to test a lambda in sandbox when you run into issue in prod

You can get a event json from prod and then change the json data to those could be found in sandbox; then, use Test function of lambda to test it with the Json event

iris2008 commented 7 months ago

How to replace \r\n in notepad++ with newline

In the find screen, on the replace tab choose extended search. In the find text box put \r\n, and in the replace text box put \r\n.