일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- import data
- MySQL
- run sql script
- PHPStorm
- 파이썬
- database
- 단축키
- 클론
- php
- 데이터베이스
- error 해결
- vscode
- 따옴표 삭제
- clone
- 에러
- 깃 토큰
- error
- Visual Studio Code
- DataGrip
- github token
- localhost
- github clone
- Python
- csv
- cmd
- console창
- jupyter
- visualstudio code
- 오류
- OrCAD 다운로드
- Today
- Total
목록전체 글 (238)
개발 노트
[Error loading driver :java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver Exception in thread "main" java.lang.Error: Unresolved compilation problems 해결하기] 해결방법 : 프로젝트폴더 우클릭 > properties > java build path > libraries > add external jars > ojdbc.jar 파일이 들어있는 폴더에 들어가서 jar파일 선택 (나의 경우에는 sqldeveloper>jdbc>lib>ojdbc8.jar 였다.) > OK 선택

PC1 설정 PC2 설정 PC3 설정 switch0 설정 (R1) Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#ip routing Switch(config)#int g Switch(config)#int gigabitEthernet 10/1 ^ % Invalid input detected at '^' marker. Switch(config)#int gigabitEthernet 1/0/1 Switch(config-if)#no sw Switch(config-if)#no switchport Switch(config-if)# %LINEPROTO-5-UPDOWN: Line..

1. 왼쪽부터 차례로 R3, R1, R2임 R3과 R1은 1/0/2와 1/0/1 연결 + R1과 R2는 1/0/2와 1/0/1연결 R2 설정 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R2 R2(config)#ip routing R2(config)#int gig R2(config)#int gigabitEthernet 1/0/1 R2(config-if)#no sw R2(config-if)#no switchport R2(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEther..

erd 추출 방법 https://blog.daum.net/dearsky/56 다음 > C##SCOTT > 다음 > ERD 만들 TABLE 선택 > 다음 > 완료

[JAVA 설치] 1. java는 oracle에서 JDK 설치를 진행하여 설치한다. 2. 검색 > 시스템 환경 변수 편집 > 환경변수 > 새로 만들기 하단과같이 설정한다. (변수 값은 java가 설치되어 있는 위치) 3. 환경변수 > path 더블클릭 > 새로 만들기 하단과 같이 설정한다. (변수 값은 java가 설치되어 있는 위치에서 bin 폴더 포함 위치) [Oracle에서 database 다운받기] 1. Oracle download 사이트 방문 후 로그인 Oracle Software Downloads | Oracle 2. Database Express Edition 설치 3. 다운받은 파일 압축해제 후 setup.exe 실행 **error oracle 필요 조건 검사에서 "사용자에게 관리자 권한이 ..

아무런 프로그램도 실행하지 않는데 램 8GB가 전부 사용중이라고 뜨는 문제가 생겼다. 그래서 노트북 실행 속도가 정말 더뎠다. 원래는 한두달에 한 번 이랬었는데 점점 갈수록 자주 발생했고 요즘에는 거의 쓸 수 없을 정도로 심해졌다. 메모리 누수 등등 검색해서 따라해보아도 고쳐지지 않아 노트북 포맷을 결정하게 되었다. (다음 고클린을 사용하면 50%정도 복구가 돼었었는데 매번 쓰자니 번거로웠음. 고클린을 실행시키는 것 조차 시간소모가 심했음.) [컴퓨터 백업] 1. 드라이브로 파일 백업, 카톡과 게임 등 그 외 정보 백업 2. 윈도우 제품 키 미리 확인해두기 -> 윈도우에서 제공하는 초기화를 진행해도 공장초기화처럼 전부 초기화되는데, 윈도우 재설치는 필요 없었다. 3. 혹시 모르니 사용하는 드라이브 동기화..

backbone C는 직접 연결이 되어 있음 O는 라우팅테이블을 주고 받음 R1 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R1 R1(config)#ip routing R1(config)#int R1(config)#interface Gi R1(config)#interface GigabitEthernet 1/0/1 R1(config-if)#nos swi R1(config-if)#no swi R1(config-if)#no switchport R1(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interfa..