일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 오류
- vscode
- clone
- Visual Studio Code
- jupyter
- php
- 깃 토큰
- import data
- github token
- csv
- PHPStorm
- error
- github clone
- 클론
- run sql script
- DataGrip
- OrCAD 다운로드
- error 해결
- Python
- database
- 따옴표 삭제
- 에러
- 데이터베이스
- localhost
- cmd
- 파이썬
- visualstudio code
- MySQL
- console창
- 단축키
- Today
- Total
목록학부 공부 : 21.03.02~06.20/데이터베이스 이론 및 실습 (14)
개발 노트
https://community.oracle.com/tech/developers/discussion/4202786/xe-18c-windows-user-administrative-privileges https://answers.microsoft.com/ko-kr/windows/forum/windows_10-security-winpc/%EC%9C%88%EB%8F%84%EC%9A%B0-10/358ea211-6da8-41fc-8ce1-3abc513aacc6 리디렉션 중 login.microsoftonline.com https://soundartifacts.com/ko/how-to/80-3-ways-to-enable-hidden-administrator-account-in-windows-10.html Window..

>javac -classpath .;path;servlet-api.jar -d . *.java 1. sql문 에서 class -> classroom으로 변경하기 2. 전부 패키지 동일하게 study로 3. 서브넷파일 21번줄 studentDAO를 studyDAO로 변경 4. DAO파일 155번줄 STUDENT 를 student로 변경 5. 서브넷파일 전부 주석 없애기 6. 서브넷 파일 deletestudy로 맞추기 updatestudy로 맞추기 7. stadyDAO 파일에 주석처리 listAll 8. Dao 파일 추가 pc 속성 > 환경변수 classpath를 만들기 jar 파일 추가하고, cmd 창에서 $cmd 또는 $exit 를 입력하여 완전히 종료 후 다시 실행하기 error 창에 위 소스코드 내용..

**sql 팁 : next val sequence를 쓰지 않고 auto_increment를 사용하면 자동으로 숫자가 증가함. 1.sql developer 시작 DROP Sequence book_id_seq; --처음엔 오류 나는게 정상 CREATE Sequence book_id_seq; DROP table book; CREATE TABLE book ( book_id number NOT NULL, title varchar(128) NOT NULL, author varchar(45) NOT NULL, price float NOT NULL, PRIMARY KEY (book_id) ); --정상인지 확인하는 법 select * from user_sequences; --테이블 값 나오는게 정상 select boo..

1. tomcat 설치 Apache Tomcat® - Apache Tomcat 8 Software Downloads Apache Tomcat® - Apache Tomcat 8 Software Downloads Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions tomcat.apache.org 8.5.66 ..

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 해결 방법

[RelationalAlgebra 관계대수 ] ㆍ합집합 ㆍ중복되더라도 전부 출력 ㆍ교집합 ㆍ마이너스(뺌) ㆍ카데션 곱(크로스 프로덕트) R1이 a개의 튜플을, R2가 b개의 튜플을 갖는다면 R(카티션 프로덕트)는 a x b개의 튜플을 가지게 된다. ㆍSQL joins ㆍTheta Join(세타 조인) : 일반적인 조인 조건 > = < 등을 가진 조인 연산 ㆍEQUI Join : 동등 비교만을 사용하는 조인 연산, 조인속성 값이 중복되어 나타남. ㆍ자연조인(natural join) ( * ) : 조인 결과에서 중복된 값이 나타나지 않도록 함. ㆍ디비젼 연산 (나누기) DBdesignByER 동영상 보기
[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 선택

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

과제 3 [c언어 stockmarket 과제 설명] 구조체 배열을 수정하기 힘들기 때문에 포인터를 사용함 과제 답(엑셀과 비교해서 만들면 됨) Stockmartket.xlsx 63줄 : 문자열 3개 정수 2개 [Get All shares 작성하기] shrum=0;으로 11줄에 추가함. shrum 레코드 갯수만큼 돌리고 stock 사이즈 만큼 골림 87줄 : 주민번호가 같으면 0이 나오도록 함.(!가 0이라는 뜻, 0이 나오면 참) main 함수 앞으로 꺼냄 [c언어 EMP 설명] 전부 설정 시 나머지 동영상 보기