블로그
-
사회/ 과학 컨텐츠 학습이 흥겹기만 한 똑띠 4학년들덕분에 홍쌤 수업이 날개 달고 날아다녀요
world is split up into continents, there are seven in all And if you get the gist, we’re gonna make a list My name is Asia, And more than half of the world lives here, but, whatever And I am Africa, with desert
blog.naver.com · 2023.04.28
-
레노버 E15 G4 Barcelo 21ED004EKD - ThinkPad
/thinkpad-edge-laptops/thinkpad-e15-gen-4-type-21ed-21ee/21ed/21ed004ekd/pf429km1/downloads/driver-list name=BIOS - BIOS에서 키보드의 Fn(펑션) 키와 Ctrl(컨트롤) 키를 맞바꾸는 방법 - Lenovo Support KR 본 문서에서는 BIOS 구성 또는 키보드 매니저를
blog.naver.com · 2022.09.20
-
Spring Data JPA에서 오라클 프로시저, Procedure 사용 이론/실습 동영상
v=RdIPh1iGm5A&list=PLxU-iZCqT52AlV-Y7UlwSQp8N6pMjijFX&index=7 n @NamedStoredProcedureQuery : 필수요소중 name 속성은 createNamedStoredProcedureQuery의 인자 또는 @Procedure 어노테이션의 name 속성값으로 사용되며, procedureName
blog.naver.com · 2022.02.25
-
스프링 부트/DAO/VO/마이바티스(MyBatis)/자바 프레임워크
. // public interface SawonDAO { public List getAllInfo(); public SawonVO getInfo(String name); public int insertInfo(String name, String tel); public int deleteInfo(String name); int updateInfo(String name
blog.naver.com · 2021.07.24
-
jupyter 에 conda 환경 보이게 하기 & [문제해결] ImportError: cannot import name 'generator_to_async_generator'
-display-name "[원하는 이름]" 4. conda kernel 리스트 확인하기 $ jupyter kernelspec list [문제해결] ImportError: cannot import name 'generator_to_async_generator' $ python -m ipykernel install --user --name tf --display-name
blog.naver.com · 2021.06.11
-
[Python] ini file 값을 DataFrame의 column값으로 사용하기
Index(...) must be called with a collection of some kind. 1) 원인) config 파일에 col_name 이라는 key 값으로 'name age' 라는 value값으로 저장을 했고 test_ini()에서 read_config()를 통해 col_name 으로 전달받은 값은 list 인데, dataframe의 columns에
blog.naver.com · 2021.03.02
-
템플릿(화면코딩)
{{ 변수 }} 필터 {{ name|lower }} : 소문자 {{ text|escape|linebreaks }} : 특수문자 이스케이프 :linebreaks {{ bio|truncatewords :30 }} bio 값중에 30 개의 단어만 보여주고 줄바꿈 문자 모두 없애줌 {{ list|join:" // " }} {{ value|default:"nothing" }} {{ value
blog.naver.com · 2021.02.15
-
Github - Branching and merging
. - We can use the git branch command to list, create, delete, and manipulate branches. a branch : git branch + the name of the new branch - The current bran.......
blog.naver.com · 2020.10.25
-
[anaconda] conda env 관리 모든 것
$ conda env list 3. anaconda env 삭제 $ conda env remove --name [ENV_NAME] or $ conda remove --name [ENV_NAME (환경 설치 패키지 추출) $ conda env export --name [my_env_name] > [save_environme.......
blog.naver.com · 2020.06.15
-
파이참 ( PyCharm ) 단축키
Editing Ctrl + Space : Basic code completion (the name of any class,method or variable) Ctrl + Shift + Space : Smart code completion (filters the list of methodsand variables by expected type) Ctrl + Shift
blog.naver.com · 2020.05.06