Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CLONE
- imshow
- gitignore
- Python
- destroyallwindows
- data
- branch
- list
- AI
- db
- imread
- 저장소
- Session
- Java
- opencv
- Linux
- r
- datascience
- 가중치
- tensorflow
- Vector
- model
- 머신러닝
- 함수
- Anaconda
- Repository
- 이미지
- git
- Spring
- 파이썬
Archives
- Today
- Total
AI학교
DB API 본문
JDBC
preparedstatement
DBAPI
데이터 쿼리?
"query ?",( , )->튜플
RDBM : 접속정보
- 접속 URL
datasourceName(DSN)
사용자 , 암호
SQLITE
내장 DB
conda install cx_Oracle
pip install cx_Oracle
DB API
connect -> cursor -> query -> 데이터 처리
'Python' 카테고리의 다른 글
ORM(Object Relational Mapping) 객체 관계 매핑(PeeWee) (0) | 2019.11.25 |
---|---|
API (0) | 2019.11.22 |
데이터 수집하기 (0) | 2019.11.22 |
BeautifulSoup (0) | 2019.11.22 |
웹 크롤링 : Web Crawling (0) | 2019.11.22 |
Comments