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 |
Tags
- 원팬파스타
- 리액트네이티브
- 위치 끄기
- android studio
- 리액트 네이티브
- place picker
- 원팬 파스타
- ReactNative
- json
- 안드로이드
- one pot pasta
- 서버
- RaspberryPi
- google api
- Android
- 구글 플레이스
- Parsing
- Ionicons
- google places
- Google JSON
- 파싱
- one-pan pasta
- 구글 맵
- Google Map
- 구글
- googlemap
- 라즈베리파이
- Google direction
- JSON parsing
Archives
- Today
- Total
목록AWS/LAMP (Linux Apache Mysql Php) (1)
날뛰는 코드
LAMP 를 이용해 python -> php -> DB json으로 통신 하기.
*post json to PHP using python requests,and insert the data to db 1. http://webnautes.tistory.com/1028 LAMP설치 이블로그에서 많은 도움을 얻고있다 짱짱 2. python 코드 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 import urllib.request import requests import json if __name__ == "__main__": print("Hello World") print("\n") URL = 'http://xx.xxx.xx.xx/phpsqltest.php' # response = reques..
AWS/LAMP (Linux Apache Mysql Php)
2018. 1. 21. 22:50