본문 바로가기

Footstep . 발자취

(182)
2020-02-05-My footstep Record what I did today. -Uploaded my first repository on Github https://github.com/rlska105/simple_crawling -Knew what is Cloud Computing -Practiced python crawling with Beautiful Soup, Requests -Googled how to upload a project in a repository on Github. -Read a book which talk about html
2020-02-04-My footstep Record what I did today. -Learned how to use git and github. -Activated git with sourcetree. -Practiced python crawling with Beautiful Soup, Requests
Java class version error in vscode I faced the error of the class version of java in vscode. The thing is I used java JDK version 13 but vscode required 14, because I set the info about the version of java in java home as version 14 on vscode. That is why it went wrong. So I changed the version as 13 again and it didn't require 14 anymore. fortunately, It worked. It did match each other. I struggle this the whole day..
My footstep 2020/02/3 -learned how to use git and GitHub
Web Crawling with python(requests, BeautifulSoup) import requests from bs4 import BeautifulSoup req = requests.get("https://www.naver.com/") html = req.text soup = BeautifulSoup(html, "html.parser") tag = soup.select( 'span, [class=ah_k]' ) #print(tag) for search in tag: print(search.text) It's my shit codes. I'm trying to extract the context that I wanted to find. but I screwed up continuously.. sometimes it works.. sometimes it doesn't work h..
Direction I'm a programmer. actually, I just started studying myself. But I'm working on it seriously. so I'm gonna tell my story on this site like a diary. Because I wanted to record my footstep. I hope that works.! and I also wanted to organize my thoughts here. so I'm gonna separate the folders which talk about my daily, my work and so on. I'm excited!