본문 바로가기

my_lesson325

API - OpenWeatherMap 날씨 Invalid api key Invalid api key. please see http //openweathermap.org/faq#error401 for more infoFlowing next tip!! First Tip !! fetch(`http://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${long}&APPID=${API_KEY}`) Caution : Notice the difference between opostrophe and grave key Second Tip !!!That situation takes some time after the ReLoading(by myself) is done. Not immediately after ReLoading(by mysel.. 2017. 11. 25.
Windows - CMD 초기 시작 폴더 지정 Windows - CMD 초기 시작 폴더 지정How to change CMD start directory1. windows key >>execute 에서 regedit 로 레지스트리 편집기를 실행시킵니다. 2. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] 키를 찾습니다. 3. AutoRun 이라는 값의 데이터를 cd [원하는 경로] 로 수정합니다. 없으면 새로 만들기로 만듭니다.(예를 들면, cmd 창이 "\Program Files" 에서 시작하도록 변경한다면AutoRun 이라는 값의 데이터를 cd "\Program Files" 로 수정합니다.) 다른 응용 프로그램에서 cmd를 사용하는 경우에는 AutoRun을 수정할 시에 문제가 발생할 수 있습.. 2017. 11. 24.
create-react-native-app install & using create-react-native-app install & using1. node install (설치)2. npm install -g create-react-native-app3. create-react-native-app my-project4. cd my-project5. npm start6. install Expo on device to test 테스트할 장치에 Expo 어플 설치7. execute Expo app & scan my-project QR-code Happy Hacking !!! -->> React-Native Lesson create-react-native-app error android navigator.geolocation.getCurrentPosition(succes, erro.. 2017. 11. 23.
Vim - Cheat Sheet Vim - Cheat Sheet By Vimgolf Error : Simple, Practical, and Common*temp var1 0*temp var2 "hi"*temp var3 -1*temp var4 42*temp var5 "asdf"*temp var6 0 Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.. 2017. 11. 11.
GIT - React + Yarn + Github React + Yarn + Githubhttps://github.com/facebook/react 에 github로 기여 해보기 위해서 fork -> clon -> translation README.md to README_KOR.md -> pull-request하는 중에 난관에 봉착했다. 아래 내용들을 수행한 다음 pu;l;-request하란다...해보자....... Before submitting a pull request, please make sure the following is done:Fork the repository and create your branch from master.Run yarn in the repository root.If you've fixed a bug or added .. 2017. 10. 23.
Git - GITHUB +ATOM 사용 설정하기 Git - GITHUB +ATOM 사용 설정하기GITHUB 가입하기GITHUB 설치GITHUB 설정GITHUB 중급 1. Fork 하기 : Fork를 안하고 자신의 프로젝트로 하려면 4번 으로 이동한다.먼저 fork 할 프로젝트를 선택한다. github 는 Fork 테스트를 위해 Spoon-Knife 라는 repository 를 제공하고 있으니 이 프로젝트를 Fork해보자.Spoon-Knife 프로젝트로 들어간후에 우측 상단의 Fork 를 누른다.2. Clone 하기 :성공적으로 Fork 되면 내 repository 에 Spoon-Knife 프로젝트가 생성된다. 이제 clone 해서 local에서 작업 환경을 만들어 보자. URL중 username 은 자신의 github Id 로 변경해야 한다.https.. 2017. 10. 22.