How to connect to remote MongoDB server 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 12월 26, 2019 How to connect to remote MongoDB server ~$ sudo vi /etc/mongod.conf # network interfaces net: port: 27017 bindIp: 127.0.0.1 bindIpAll: true ~$ sudo service mongod restart 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글
javascript loop sample - 1월 02, 2020 var i = 1 ; list . forEach ( function ( item ) { console . log ( item ); item . ranking = i ++; }); var obj = { a: 1 , b: 2 , c: 3 }; for ( var key in obj ) { console . log ( key , obj [ key ]); } 자세한 내용 보기
Visual Studio Code How to find a file by file name on Macbook - 4월 14, 2022 Visual Studio Code How to find a file by file name on Macbook command + p append : to go to line or @ to go to symbol ex) app.js:50 // go to line 50 in app.js file ex) app.js@path // go to symbol path in app.js file 자세한 내용 보기
댓글
댓글 쓰기