일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- php
- csv
- cmd
- vscode
- console창
- 깃 토큰
- 클론
- github clone
- 데이터베이스
- Python
- import data
- database
- error
- DataGrip
- jupyter
- 오류
- OrCAD 다운로드
- clone
- 파이썬
- run sql script
- Visual Studio Code
- PHPStorm
- 단축키
- visualstudio code
- error 해결
- github token
- 따옴표 삭제
- localhost
- MySQL
- 에러
- Today
- Total
목록전체 글 (238)
개발 노트

평등(권리, 의무, 자격 등이 차별 없이 고르고 한결같음) 형평(균형이 맞음) 정의(사회를 구성하고 유지하는 공정한 도리) 순

>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 창에 위 소스코드 내용..
해결 코드 $ sudo rm /var/cache/apt/archives/lock $ sudo rm /var/lib/dpkg/lock

서로 맞는 ubuntu, ros 버전 could not get lock /var/lib/dpkg/lock-frontend 에러 해결 sudo killall apt apt-get 진행중인 프로세서가 없는 경우 디렉토리 삭제 sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock* sudo dpkg --configure -a sudo apt update https://doljokilab.tistory.com/1 [ROS] ubuntu 18.04에 ROS Melodic 설치하기(PC) 우분투 18.04 LTS에 ROS Melodic을 설치하는 방법을 소개한다. Melodic은 12번째로 릴리즈 ..

1. ubuntu18.04 : 64-bit PC (AMD64) desktop image 설치 https://releases.ubuntu.com/bionic/ Ubuntu 18.04.5 LTS (Bionic Beaver) Select an image Ubuntu is distributed on three types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what m releases.ubuntu.co..

1. microsoft store에서 18.04버전 설치 [오류] 1. cmd 창을 관리자 모드로 연 후 코드 입력 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 2. 컴퓨터 다시시작 3. cmd 창에서 코드 입력 systeminfo | find "System Type" 2. Ubuntu install of ROS Melodic : 하단 사이트 순서대로 진행 http://wiki.ros.org/melodic/Installation/..

**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..

switch 0 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 i Switch(config)#int gigabitEthernet 1/0/1 Switch(config-if)#ip address 211.114.122.5 255.255.255.252 ^ % Invalid input detected at '^' marker. Switch(config-if)#no s Switch(config-if)#no swi Switch(config-if)#no swi..
-구성(configuration)을 물어보는 질문에서는? *Cisco Router나 Switch인 경우, show running-config 명령어를 사용하여 출력되는 결과 중에 필요한 내용을 적으면 됨 *PC의 경우. IP address, Mask, Gateway를 적어 주면 됨 -라우팅 테이블은? *Cisco Router나 Switch인 경우, show ip route 명령어를 사용하여 출력되는 내용을 적으면 됨