일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- git
- JDBC
- oracle
- Exception
- Eclipse
- AJAX
- jpa
- 문서
- JavaScript
- error
- Python
- myBatis
- maven
- PostgreSQL
- Docker
- Spring Boot
- SpringBoot
- Tomcat
- 오픈소스
- Core Java
- MySQL
- Source
- IntelliJ
- Thymeleaf
- ubuntu
- Open Source
- STS
- 설정
- MSSQL
- spring
- Today
- Total
목록설치 (3)
헤르메스 LIFE
Ubuntu 20.04.xx 버전에는 기본적으로 파이썬이 설치되어 있습니다. MacBookPro:~$ python3 --version Python 3.8.10 MacBookPro:~$ sudo apt-get upgrade python3 [sudo] password for MacBookPro: 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 python3 is already the newest version (3.8.2-0ubuntu2). python3 패키지는 수동설치로 지정합니다. 업그레이드를 계산하는 중입니다... 완료 다음 패키지를 업그레이드할 것입니다: google-chrome-stable libmm-glib0 libseccomp2 lib..
출처 : http://www.mysqlkorea.com/gnuboard4/bbs/board.php?bo_table=develop_03&wr_id=67 - MariaDB (http://mariadb.com) - (1) 소개 MySQL 개발자 미카엘 위데니우스에 의해 만들어진 MariaDB는 MySQL이 MariaDB의 모태이며, Sun에서 가져온 DataBase입니다. 그러므로 MySQL과 흡사합니다. (2) MariaDB 다운로드 https://downloads.mariadb.org/mariadb/repositories/ (3) 설치 컴파일버전이 아닌 보다 high performance인 바이너리버전(64bit)으로 설치하겠습니다. OS = CentOS 5.4MariaDB버전 = mariadb-5.1.4..
1. 다운로드 ( 현재 Version : SQLite 3.7.12 ) http://www.sqlite.org/download.html sqlite-shell-win32-x86-3071200.zip sqlite-dll-win32-x86-3071200.zip 2. 설치하고자 하는 위치에 폴더 생성 후 압축을 풀면 됩니다. 3. SQLite Expert Personal 다운 http://www.sqliteexpert.com/download.html 4. Command 창에서 sqlite3.exe를 실행하면 됨. C:\SQLite3>sqlite3 test.db SQLite version 3.7.12 2012-05-14 01:41:23 Enter ".help" for instructions Enter SQL st..