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
- SWIFT
- 28015
- Materials
- appium
- centos
- Jupyter
- GoCD
- nGrinder
- ubuntu
- STF
- create table
- sshpass
- mysql
- perfect
- postgres
- insert
- 실행권한
- port forwarding
- ssh
- kitura
- PYTHON
- nohup
- nmap
- Jupyter Notebook
- ftp
- postgresql
- openpyxl
- appium server
- STF_PortForwarding
- rethinkdb
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