본문 바로가기

프로그래밍140

2021년 8월 31일 - Oracle : sequence & to_char & 서브쿼리 & Update & Delete & 그룹 함수 보호되어 있는 글 입니다. 2021. 8. 31.
2021년 8월 30일 - select 조회 & Insert 추가 & Alter 수정 보호되어 있는 글 입니다. 2021. 8. 30.
2021년 8월 29일 - github 오류 "warning: LF will be replaced by CRLF in index.html" Error warning: LF will be replaced by CRLF in index.html. The file will have its original line endings in your working directory 내가 작성하는 파일은 LF로 되어 있는데, git에 올린 내용은 CRLF로 되어 있을 때 push할 경우, 발생하는 오류이다. git에서는 자동적으로 CRLF를 LF로 변환해주는 기능이 있는데 아래의 명령어를 입력하면 된다. git config --global core.autocrlf true --global은 전체에 적용시키겠다는 뜻인데, 해당 프로젝트에만 적용시켜주고 싶다면 --global을 제외하여 입력하면 정상적으로 push가 가능하다. 2021. 8. 29.
2021년 8월 27일 - Oracle 설치 & 세팅 ※ https://www.oracle.com/downloads/ ◎ Data Base → Express Edition → Oracle Database 18c Express Edition for Windows x64 ◎ 압축 풀기 → 해제 → setup 파일 다운로드 → 비밀 번호 6자리 설정 ◎ 다시 오라클 다운로드 홈페이지 → Developer Tools → SQL Developer → Windows 32-bit/64-bit ◎ 압축 해제 → sqldeveloper ◎ 좌측 + 버튼 → Name, 사용자 이름 : system, 비밀번호 6자리 입력 → 테스트 → 접속 ◎ cmd alter session set "_ORACLE_SCRIPT"=true; 세션이 변경되었습니다. create user Stea.. 2021. 8. 28.
2021년 8월 27일 - 네트워크 & 스트림 & 소켓 보호되어 있는 글 입니다. 2021. 8. 27.
2021년 8월 26일 - remote: support for password authentication was removed on august 13, 2021. please use a personal access token instead 오류 해결법 인증 오류 remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access 'https://github.com/XXX/XXX.git/': The requested URL returned error: 403 더 이상 비밀번호 인증만으로는 안되고 개인 엑세스 토큰을 만들어서 사용해야 한다 엑세스 .. 2021. 8. 26.
2021년 8월 26일 - Swing : JTable & Thread & INetAddress 보호되어 있는 글 입니다. 2021. 8. 26.
2021년 8월 25일 - Swing : file 읽고 쓰기 & Canvas & 이미지 파일 가져오기 & Combo Box 보호되어 있는 글 입니다. 2021. 8. 25.
2021년 8월 24일 - Swing : text field & 체크박스 & 라디오박스 & 라벨을 통한 출력 보호되어 있는 글 입니다. 2021. 8. 25.