티스토리챌린지 4

Machine Learning for Fluid Mechanics

저자: Steven J. Brunton, Bernd R. Noack, and Petros Koumoutsakos키워드: 머신 러닝, 데이터 기반 모델링, 최적화, 통제(control)출처: Annual Review of FLuid Mechanics (Volume 52, 2020)https://www.annualreviews.org/docserver/fulltext/fluid/52/1/annurev-fluid-010719-060214.pdf?expires=1732327852&id=id&accname=guest&checksum=640B7B2D749973FC0F6C8251F72C3B4A0. 초록더보기The field of fluid mechanics is rapidly advancing, driven by u..

논문번역 2024.11.23

Day 81 - React에서 login 프로그램 만들기 (4) Spring backend 활용하기 + Oauth

프로젝트 만들기application.propertiesspring.application.name=sts15spring.h2.console.path=/h2spring.h2.console.enabled=truespring.datasource.url=jdbc:h2:mem:testDBspring.datasource.username=saspring.jpa.hibernate.ddl-auto=createspring.jpa.show-sql=truelogging.level.com.gimhae.sts15.controller=debugDept.classpackage com.gimhae.sts15.model.entity;import com.gimhae.sts15.model.Deptvo;import jakarta.persist..

Day 78 - React로 CRUD 프로그램 만들기 (1) dummy json 사용

프로젝트 만들기react router dom 사용하기https://www.w3schools.com/react/react_router.asp W3Schools.comW3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.www.w3schools.comhttps://reactrouter.com/en/main/start/overview Feature Overview | React Router reactrouter.co..