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
- appium
- mysql
- Jupyter Notebook
- ubuntu
- postgres
- insert
- STF
- ftp
- rethinkdb
- GoCD
- openpyxl
- Materials
- 실행권한
- Jupyter
- SWIFT
- nohup
- centos
- create table
- sshpass
- nmap
- port forwarding
- nGrinder
- STF_PortForwarding
- PYTHON
- ssh
- kitura
- 28015
- appium server
- perfect
- postgresql
Archives
- Today
- Total
목록storm (1)
don't stop believing
Perfect + StORM + PostgreSQL 데이터 처리하기 1
Perfect로 DB에 접속해 데이터를 처리해 보겠습니다.DB로는 PostgreSQL을 사용할 겁니다. 우선 Postgres에 Words라는 테이블을 만들어 영어단어를 넣어 놨습니다.테이블 구조는 아래와 같습니다. # \d words Table "public.words" Column | Type | Modifiers ---------+------------------------+--------------------------------------------------------- equipid | integer | not null default nextval('words_equipid_seq'::regclass) word | character varying(50) | not null means | cha..
Swift/Perfect
2017. 9. 28. 18:21