목록분류 전체보기 (77)
차근차근
Git Repositories에서 레포지터리 생성 프로젝트 우클릭 Team -> Share Project -> Git 새로만든 Repository 클릭 -> 프로젝트 체크박스 클릭 후 -> Finish
glide 4 https 확인되지 않은 ssl 인증서 이미지url 출력 안되는 문제 API 16 ~ 19 버전에서 발생하는 문제 javax.net.ssl.SSLHandshakeException오류 1. dependencies 추가 build.gradle(:app) dependencies { implementation "com.squareup.okhttp3:okhttp:3.8.1" implementation 'com.github.bumptech.glide:glide:4.11.0' implementation ('com.github.bumptech.glide:okhttp3-integration:4.11.0'){ exclude group: 'glide-parent' } annotationProcessor 'co..
1.Karabiner-Elements 프로그램 설치 https://karabiner-elements.pqrs.org/ Karabiner-Elements A powerful and stable keyboard customizer for macOS. karabiner-elements.pqrs.org Fromkey : right_option 선택 To Key : f18선택 시스템 환경설정 -> 키보드 -> 단축키 -> 입력소스 이전 입력소스 선택 한/영키 선택 f18 변경
이클립스 Help -> Eclipse marketPlace -> AnyEdit 검색 설치후 ctrl + art + k example CODE_VALUE -> codeValue
for(int i=0;i
context-mapper.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 로 변경
해당 igonre한 파일 위치한 폴더 이동 .gitignore 파일에 ignore한 파일 이름 지우기 참조 : https://lolloliio.com/391
context-common.xml 1 2 3 4 5 6 7 8 9 10
pom.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 net.sf.json-lib json-lib 2.4 jdk15 org.codehaus.jackson jackson-mapper-asl 1.9.13 com.fasterxml.jackson.core jackson-core 2.5.1 com.fasterxml.jackson.core jackson-databind 2.5.1 dispatcher-servlet.xml 1 2 3 4 5 web.xml 1 2 3 4 action *.ajax