전체 글94 TIL 220503 jinja2로 css링크하기 기존에는 jinja2 방식 static 폴더 안에 mystyle.css에 해당하는 url을 만들어줘 파이참에서 venv 설정 안하고 시작했을 때 만드는 방법 설정 -> python interpreter -> + -> + 이렇게 하면 CLI 사용 없이 간단하게 만들 수 있음 크롤링과 웹스크래핑 두 용어가 혼용되어 사용되고 있으나 크롤링은 자동화의 개념을 좀 더 포함하고 있음, 일반적으로 페이지에서 정보를 긁어오는 것은 웹스크래핑이라고 함 크롤링은 자동화하여 주기적으로 웹 상에서 페이지들을 돌아다니며 분류/색인하고 업데이트된 부분을 찾는 등의 일을 하는 것을 뜻해요. html에 link 걸 때 - CSS 파일 link시에 rel=stylesheet를 안 써주면 제대로 연결이 안됨.. 2022. 5. 4. TIL 220502 - background-size : contain; 창을 줄여도 이미지가 안잘리고 같은 비율로 줄어들음 - 예외처리하기 발음이 null일 경우 빈 텍스트를 넣어줍니다. if (response["pronunciation"]==null) { $("#pronunciation").text("") } else { $("#pronunciation").text(`/${response["pronunciation"]}/`) } 예문이 null일 경우 예외처리를 해줍니다. let html_temp = `` if (definition["example"]!=null) { html_temp = ` ${definition["type"]} ${definition["definition"]} ${definition["example"].. 2022. 5. 2. font-awesome 최신 사이트에서 개인 script(개인 kit) 발행해서 삽입해도 잘 안되는 경우가 많이 있는데 https://fontawesome.com/v4/icons/ Font Awesome Icons Get 1535 icons right now with FA Free, plus another 7020 icons with Pro, which also gets you another 53 icon category packs as we finish them! Our all-new SVG with JavaScript gives you all the power of SVG without the usual hassle. Ligatures for easier des fontawesome.com 이 페이지에서 검색해서 넣으면 그.. 2022. 5. 2. py-script : Run Python in Your HTML 이 스크립트를 추가하고, html에서 (클라이언트 사이드) 파이썬을 돌릴 수 있다고 함 | ...| print('Now you can!') | | | for more information : https://pyscript.net/ Pyscript.net Run Python code in your HTML. pyscript.net https://github.com/pyscript/pyscript/blob/main/GETTING-STARTED.md 2022. 5. 2. 이전 1 ··· 18 19 20 21 22 23 24 다음