우도비
eol / endline / 줄바꿈 CRLF LF 변경
lf로 변경find . -print | xargs dos2unix crlf로 변경find . -print | xargs unxi2dos
카테고리 없음
2018. 5. 10. 01:01
pm2 자주쓰는거 정리
pm2 start app.jspm2 start app.js --watchpm2 show 0pm2 monitpm2 list
카테고리 없음
2018. 2. 12. 18:33
Creating Your Project with Maven
https://gorkem1.gitbooks.io/visual-studio-code-for-java/chapter-1/Maven-Create.html Creating Your Project with MavenJava extension can use information contained on Maven build artifacts to extract information such as the location of source files, dependencies and compiler preferences. Most convenient way to start developing a Java project using VS Code and Maven is to create a project using mave..
java
2018. 1. 24. 13:25