๐ป๊ฐ๋ฐ

npm create-react-app {ํ๋ก์ ํธ๋ช } ์ ๋ ฅ ์ ์ค๋ฅ ๋ด์ฉnpm ERR! code ENOENTnpm ERR! syscall lstatnpm ERR! path C:\Users\user\AppData\Roaming\npmnpm ERR! errno -4058npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\user\AppData\Roaming\npm' npm ERR! enoent This is related to npm not being able to find a file.npm ERR! enoentnpm ERR! A complete log of this run can be found in: C:\Users\user\..


[์ค๋ฅ๋ด์ฉ] ํฌ๋กฌ์์ ํด๋น api ์คํ ์ "Whitelabel Error Page"๋ก ๋จ๊ณ ์ธํ ๋ฆฌ์ ์ด์์๋ ์๋ ์ฝ๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฌ๋ค. java.lang.IllegalArgumentException: Name for argument of type [java.lang.Long] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag. [ํด๊ฒฐ๋ฐฉ๋ฒ] @PathVariable์ name="id" ์ถ๊ฐ public Long update(@PathVariable(name="id") Long id){ ... }


http://localhost:8080/h2-console ์์ JDBC URL์ "jdbc:h2:mem:testdb"๋ก ๋ณ๊ฒฝํ๋ คํ๋ ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๊ฐ ๋ฌ๋ค. Database "mem:testdb" not found, either pre-create it or allow remote database creation (not recommended in secure environments) [ํด๊ฒฐ๋ฐฉ๋ฒ] ์ธํ ๋ฆฌ์ ์ด application.properties ํ์ผ์์ ์๋ ์ฝ๋ ์ถ๊ฐ ํ ์ฌ์คํํ๋ค. spring.datasource.url=jdbc:h2:mem:testdb


error: package org.junit does not exist import org.junit.*; java: cannot find symbol symbol: class After location: package org.junit intelliJ + Gradle ํ๊ฒฝ์์ junit import ์๋ฌ ํด๊ฒฐ ๋ฐฉ๋ฒ Settings -> Build, Execution, Deployment -> Build Tools -> Gradle ์์ Build and run using : IntelliJ IDEA Run tests using : IntelliJ IDEA Gradle -> IntelliJ IDEA๋ก ๋ณ๊ฒฝ


WinForm์์ WebView2๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํด ์๋ ๋งํฌ์์ ํํ ๋ฆฌ์ผ์ ๋ฐ๋ผํ๋ค.https://docs.microsoft.com/en-us/microsoft-edge/webview2/get-started/winforms Get started with WebView2 in WinForms apps - Microsoft Edge DevelopmentGetting started guide for using WebView2 for WinForms apps.docs.microsoft.com ์คํ ์ ์ค๋ฅ๋ ์์์ง๋ง WinForm์์ WebView2๊ฐ ๋ณด์ด์ง์์๋ค. ์์ธ์ 3๋จ๊ณ์ ๋ช ์๋ Microsoft Edge preview channel์ด ์ค์น๋์ด์์ง ์์์์๋ค.Edge๊ฐ ์ค์น๋์ด์์ด ๊ฐ์๊ฑด์ค ์๊ณ ๊ฑด๋๋ฐ..


C# Winform์์ WebView2 fixed version์ ์ ์ฉํ ๋ ๋ฐ์๋๋ค. ์์ธ์ winform์ webview2๋ฅผ ์ฌ๋ฆด ๋ ์๋์ผ๋ก ์์ฑ๋๋ ์ฝ๋์ ์์๋ค. CoreWebView2 ์ด๊ธฐํ๊ฐ ์์๋ ํ์๋ WebView2.CreationProperties๋ฅผ ์์ ํ ์ ์๋๋ฐ์ฝ๋ ๋ด์์ webview2 fixed version์ ์ค์ ์ ์ํด CreationProperties๋ฅผ ์ฌ์ฉํ๊ธฐ ์ ์Designer ํ์ผ์์ CoreWebView2 ์ด๊ธฐํ๊ฐ ์ ํ๋๊ธฐ ๋๋ฌธ์ด๋ค. ๋ฐ๋ผ์ .Designer.cs ํ์ผ์์ Form์ ๋ํ ๋ถ๋ถ ์ค Webview2๋ฅผ ์ด๊ธฐํํ๋ ์๋ ์์ค์ฝ๋๋ฅผ ์ฃผ์์ฒ๋ฆฌํ๋ฉด ๋๋ค.((System.ComponentModel.ISupportInitialize)(this.webView2))..

https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#details-about-the-fixed-version-runtime-distribution-mode Distribute your app and the WebView2 Runtime - Microsoft Edge DevelopmentHow to distribute the WebView2 Runtime when releasing an app that uses Microsoft Edge WebView2, either by distributing the automatically updated Evergreen Runtime, or distributing a Fixed ..

๋น๋ : ์ด์ ๋น๋ ์ดํ ๋ณ๊ฒฝ๋ ์์คํ์ผ๋ง ๋น๋๋ค์๋น๋ : ๊ธฐ์กด ๋น๋ ๋ด์ฉ์ ์ ๊ฑฐํ ํ ๋ชจ๋ ์์คํ์ผ์ ์๋กญ๊ฒ ์ ์ฒด ๋น๋๋ฒ์ ์ฑํฌ๊ฐ ๊นจ์ง ๊ฒฝ์ฐ ๋ค์ ๋น๋๋ฅผ ํตํด ์ค๋ฅ ํด๊ฒฐ ๊ฐ๋ฅ์ ๋ฆฌ(Clean) ํ ๋น๋ = ๋ค์ ๋น๋ ์ ๊ฐ์