일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- android studio
- Ionicons
- Android
- place picker
- ReactNative
- 구글 플레이스
- 리액트 네이티브
- 파싱
- Google direction
- google api
- 위치 끄기
- json
- Google Map
- 구글 맵
- 원팬 파스타
- RaspberryPi
- 라즈베리파이
- 서버
- 리액트네이티브
- 안드로이드
- google places
- Parsing
- JSON parsing
- one-pan pasta
- 구글
- 원팬파스타
- one pot pasta
- Google JSON
- googlemap
- Today
- Total
날뛰는 코드
*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..
1. 제시 다운로드 (공식홈피에 읍네) http://downloads.raspberrypi.org/raspbian/images/ http://domoticx.com/raspberry-pi-sd-image-raspbian-linux-os/ +lite https://etcher.io/ sd카드 세팅 lsb_release -a 2. blogId=opusk&logNo=220984515191&parentCategoryNo=&categoryNo=15&viewDate=&isShowPopularPosts=false&from=postView [RaspberryPi] 라즈베리파이 SSH Enable 하는 방법 (headless setup 포함) 3. http://blog.xcoda.net/93 키보드/모니터 없이 랜선만으..
* 정리 일단 데이터 넣을 class하나 생성package com.example.min.googlemaptest; /** * Created by MIN on 2017-09-15. */ public class Userdata { private String name; private Double latitude; private Double longitude; Userdata(String name, Double lat,Double lng) { this.name = name; latitude = lat; longitude= lng; } String getName() { return name; } } 테스트String data= "{" + "\"latitude\":\""+ lat.toString() +"\"," +..