전체 글257 rest api 테스트 하기 url devbro.tistory.com/13 2021. 2. 18. too many connections (url) 에러 해결 방법 steemit.com/server/@lku/mysql-too-many-connections 2021. 2. 2. 이클립스 설정(url) fmaker7.tistory.com/174 2021. 1. 14. Processbuilder 예시 예시는 많은데 대화형 프로그램을 실행할 방법을 찾기 어려웠음. ansible init.yml 실행하는데 hostname, ssh port, ssh id, pw 입력하는 방법을 찾고찾고 또 찾다가 이렇게 해결할수 있을듯 하여 써봄. interactive 한 프로그램 사용할시 참고하세요~ public void excute() throws NoPermissionException { String line; Scanner scan = new Scanner(System.in); ProcessBuilder builder = new ProcessBuilder("/bin/bash","./test.sh"); builder.redirectErrorStream(true); // 작업할 디렉토리. test.sh가 이 위치에 있.. 2021. 1. 12. 검색엔진 작업 순서 1. 원격 연결(접속정보 받기) 2. 쿼리 및 데이터 확인 > 검색 필드의 통일성 확인 > 데이터 별 컬럼 맞추기 -> 코드의 재사용성 높이기 3. 인덱싱 코드 짜기 > 2021. 1. 8. 이전 1 ··· 13 14 15 16 17 18 19 ··· 52 다음