Backend Engineer
Posts
Q&A
CocoaPods could not find compatible versions for pod "CodePush" ์ค๋ฅ
์๋ ํ์ธ์ ๊ฐ์ฌ๋์ ๊ทธ๋ ์ด๋๋ฅผ ์งํํด๋ ๋๋๊ฑธ๊น์..?!!ใ ใ
- 0
- 2
- 309
Q&A
์ฑ๊ธํค ๋น์์์ ํ๋ ๋ณ์๋ฅผ ์ฌ์ฉ์๋ ๋ถ๊ตฌํ๊ณ ๋์์ฑ ๋ฌธ์ ๊ฐ ์ผ์ด๋์ง ์์ต๋๋ค.
์ ๋ ๋น์ทํ ๊ฒฝํ์ ํด์ ํ์ธ์ ํด๋ดค๋๋ฐ...์๊ณ ๋ณด๋ ์ ์ค์์์ต๋๋ค ๐๐url์ v3 ํธ์ถํด์ผ๋๋๋ฐ v2๋ก ํธ์ถํ์ จ์์ง๋...๋ค๋ฅธ๋ถ๋ค๋ ํท๊ฐ๋ฆฌ์ง ์์ผ์๊ธฐ๋ฅผ.. http://localhost:8080/v2/request?itemId=hellohttp://localhost:8080/v3/request?itemId=hello
- 0
- 3
- 334
Q&A
์ํ ์ฐธ์กฐ ์ค๋ฅ ๋ฌธ์๋๋ฆฝ๋๋ค.
SecurityResourceService.class@Service public class SecurityResourceService { private ResourcesRepository resourcesRepository; private AccessIpRepository accessIpRepository; //public SecurityResourceService(ResourcesRepository resourcesRepository) { public SecurityResourceService(ResourcesRepository resourcesRepository, AccessIpRepository accessIpRepository) { this.resourcesRepository = resourcesRepository; this.accessIpRepository = accessIpRepository; }AppConfig.class@Configuration public class AppConfig { @Bean //public SecurityResourceService securityResourceService(ResourcesRepository resourcesRepository) { public SecurityResourceService securityResourceService(ResourcesRepository resourcesRepository, AccessIpRepository accessIpRepository) { //SecurityResourceService securityResourceService = new SecurityResourceService(resourcesRepository); SecurityResourceService securityResourceService = new SecurityResourceService(resourcesRepository, accessIpRepository); return securityResourceService; } }
- 0
- 2
- 463
Q&A
์ต๊ทผ DatePicker์ textColor prop์ด ์ ๊ฑฐ๋์๊ณ , theme ์ฌ์ฉ์ด ๊ถ์ฅ๋ฉ๋๋ค.
ใ ใ ๋๋ถ์ ํด๊ฒฐํ์ต๋๋ค ๊ฐ์ฌํฉ๋๋ค!
- 6
- 2
- 544
Q&A
[ํด๊ฒฐ ์๋ฃ] yarn start ์๋๋ก์ด๋ ์คํ ์ค๋ฅ
๊ฐ์ฌ๋ ์๋ ํ์ธ์ํน์ ์๋ ์ค๋ฅ๋ฅผ ํด๊ฒฐํ ์ ์๋ ๋ฐฉ๋ฒ์ด ์์๊น์?a dev server is already running for this project on port 8081
- 1
- 1
- 706
Q&A
[ํด๊ฒฐ ์๋ฃ] yarn start ์์ดํฐ ์คํ ์ค๋ฅ
๊ฐ์ฌ๋ ์๋ ํ์ธ์ํน์ ์๋ ์ค๋ฅ๋ฅผ ํด๊ฒฐํ ์ ์๋ ๋ฐฉ๋ฒ์ด ์์๊น์?a dev server is already running for this project on port 8081
- 2
- 1
- 514
Q&A
Android Setting
Android 14.0, Android 13.0 ์ด ๋๊ฐ๋ ์ถ๊ฐํ์์ต๋๋ค.์ด๋ฏธ์ง ์ฒจ๋ถ๋๋ ธ๋๋ฐ ํ๋ฒ ์ดํด๋ด์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค!!(์ฌ์ง)(์ฌ์ง)(์ฌ์ง)(์ฌ์ง)
- 2
- 2
- 404
Q&A
์ json์ ์ ์ด๋ ๊ฒ ๋์ฌ๊น์?
(์ฌ์ง)ํด๊ฒฐํ์์ต๋๋ค.ใด chrome jsonViewer ์ค์น
- 0
- 1
- 274
Q&A
์ json์ ์ ์ด๋ ๊ฒ ๋์ฌ๊น์?
(์ฌ์ง)ํด๊ฒฐํ์์ต๋๋ค.ใด chrome jsonViewer ์ค์น
- 0
- 1
- 259
Q&A
Accept-Language=en ์ด ์๋ํ์ง ์์ต๋๋ค.
๋์ผํ ๋ฌธ์ ๊ฐ ๋ฐ์ํฉ๋๋ค๐
- 0
- 2
- 394