728x90 프로그래밍62 기타 # host 파일 위치 C:\Windows\System32\drivers\etc # ssh 터널링 참고 https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=alice_k106&logNo=221364560794 150. [SSH, Network] SSH 포트 포워딩(SSH 터널링)의 개념 및 사용 방법 이번 포스트에서는 'SSH 포트 포워딩' 또는 'SSH 터널링' 이라고 불리는 것에 대해서 설명한다. 1. ... blog.naver.com 2021. 12. 21. 스트림(Stream) https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html Stream (Java Platform SE 8 ) A sequence of elements supporting sequential and parallel aggregate operations. The following example illustrates an aggregate operation using Stream and IntStream: int sum = widgets.stream() .filter(w -> w.getColor() == RED) .mapToInt(w -> w.getWeight()) docs.oracle.com 1. 자바 8부터 컬렉션의 요소를 람다식으로 처.. 2021. 12. 10. PostgreSQL 쿼리 -- 테이블 명세 조회SELECT c.relname AS table_name, pg_catalog.obj_description(c.oid, 'pg_class') AS table_comment, a.attname AS column_name, col_description(a.attrelid, a.attnum) AS column_comment, CASE WHEN pg_catalog.format_type(a.atttypid, a.atttypmod) LIKE 'timestamp%' THEN 'timestamp'-- WHEN pg_catalog.format_type(a.atttypid, a.atttypmod) LIKE 'character varying%' THEN '' .. 2021. 12. 10. Vue.js 환경설정 1. node.js 설치 node.js 설치하면 npm 사용가능 설치 후 잘 설치되었는지 버전 확인 명령으로 확인 node -v https://nodejs.org/en/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. VS Code(Visual Studio Code) 에디터 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web.. 2021. 12. 9. 이전 1 ··· 11 12 13 14 15 16 다음 728x90