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
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
댓글
댓글 쓰기