일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 27 | 28 | 29 | 30 |
31 |
- sapfiorielements
- MySQL
- Kubernetes
- maven
- IntelliJ
- Linux
- Git
- BPMN
- Spring
- NCP
- dbeaver
- tibero
- react
- Java
- SAP
- JavaScript
- useEffect
- springboot
- LOG4J
- gradle
- Windows
- database
- VSCode
- JPA
- nodejs
- docker
- mybatis
- nginx
- gson
- log4j2
- Today
- Total
목록전체 글 (263)
두 손끝의 창조자
다운로드 https://technet.tmaxsoft.com/ko/front/main/main.do 가입 후 로그인 다운로드 -> 데이터베이스 -> Tibero Tibero 6 다운로드 windows64(tibero6-bin-FS07_CS_2005-windows64-190396-opt-20210115174122-tested.zip) 265.02 MB 가장 밑에 Windows (x86) 64-bit 클릭 압축해제 다운로드한 파일 압축 해제 환경변수 설정 Tiebro용 환경변수 TB_HOME : (압축해제한경로)\tibero6 TB_SID : tibero PATH에 엔진 경로 추가 PATH : (압축해제한경로)\tibero6\bin;(압축해제한경로)\tibero6\client\bin Tibero Servic..
.gitignore 파일을 추가 **/$*내용 추가
mybatis-crud/UpdateInterceptor.java at master · lidatui/mybatis-crud · GitHub GitHub - lidatui/mybatis-crud Contribute to lidatui/mybatis-crud development by creating an account on GitHub. github.com Principle and Application of MyBatis Interceptor (ofstack.com) Principle and Application of MyBatis Interceptor Principle and Application of MyBatis Interceptor Directory 1. Intercept Object and Int..
로컬에 설치된 mySql 이라 ssl 이 필요 없는 경우 jdbc url에 useSSL=false 를 추가
denying non-fast-forward refs/heads/master (you should pull first) 원격지에 push 된 커밋을 되돌리고자 할 때 git push -f origin master 로컬 커밋을 reset 하고 push 하면 발생할 수 있는 오류이다. 원격지에 강제 push 할 권한이 없어서 발생한다. github에서는 강제 커밋할 수 있도록 옵션을 줄 수 있고 linux에 git 서버를 구축한 경우 서버에서 강제 커밋 받을 수 있는 옵션을 설정해야한다. bare 리포지토리에서 git config --global receive.denynonfastforwards false 로 옵션을 줄 수 있는데 false 로 설정이 안될 수 있다. 그럴때는 config 파일을 열어서 fa..