본문 바로가기

전체 글

(598)
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..
The global warming(Climitarian, Flexiterian) As everybody knows, global warming started being serious. I can't explain everything but one thing that I'm sure about is we should think about the solution. it doesn't have to be fancy. everything starts in a small change. Hopefully, many people nowadays started taking a action throughout the world. For instance, a large number of people try to eat the vegetable which tastes like a meet. We cal..
My footstep 2020/02/3 -learned how to use git and GitHub
Book review Trend road 2020 -김난도-
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!