์ „์ฒด ๊ธ€ 433

[๋ฐ”์ด์˜ค์‡ผํฌ ์ธํ”ผ๋‹ˆํŠธ] ์ž๋ง‰ ํฌ๊ธฐ,์‹œ์•ผ๊ฐ(FOV) ๋ณ€๊ฒฝํ•˜๊ธฐ

[์ž๋ง‰ ํฌ๊ธฐ ์กฐ์ ˆ]1. ๋‚ด PC\๋ฌธ์„œ\My Games\BioShock Infinite\XGame\Config ํด๋”๋กœ ์ด๋™2. XUI.ini ํŒŒ์ผ์„ ๋ฉ”๋ชจ์žฅ์œผ๋กœ ์—ด์–ด์„œMaxResolutionUpScaleํ•ญ๋ชฉ์„ ์ฐพ์Œ3. MaxResolutionUpScale=0.0 ์œผ๋กœ ๊ธฐ๋ณธ๊ฐ’์ด ๋˜์–ด์žˆ๋Š”๋ฐ0.0~1.0๊นŒ์ง€์˜ ๊ฐ’์œผ๋กœ ๋ณ€๊ฒฝํ›„ ์ €์žฅํ›„ ๊ฒŒ์ž„์„ ์ผœ๋ณด๊ณ ๋ณธ์ธ์˜ ๋ชจ๋‹ˆํ„ฐ์— ์ œ์ผ ์ž˜๋งž๋Š” ๊ฐ’์„ ์ฐพ์œผ๋ฉด ๋จex)108cm(43์ธ์น˜)/์™€์ด๋“œ(16:9)/3840 x 2160(4K UHD) ๋ชจ๋‹ˆํ„ฐ์˜ ๊ฒฝ์šฐ 1.0์ด ์ ํ•ฉ ํ–ˆ์Œ[์‹œ์•ผ๊ฐ(FOV) ์กฐ์ ˆ]1. ๋‚ด PC\๋ฌธ์„œ\My Games\BioShock Infinite\XGame\Config ํด๋”๋กœ ์ด๋™2. XUserOptions.ini ํŒŒ์ผ์„ ๋ฉ”๋ชจ์žฅ์œผ๋กœ ์—ด์–ด์„œMaxUserFOVOffsetPerc..

Hobby/Game 2024.08.21

[CentOS] ๋ฐฉํ™”๋ฒฝ ํฌํŠธ ์—ด๊ธฐ

#TCP ์ˆ˜์‹  ํฌํŠธ ์—ด๊ธฐ ex)8080ํฌํŠธ iptables -I INPUT 1 -p tcp --dport 8080 -j ACCEPT #TCP ๋ฐœ์‹  ํฌํŠธ ์—ด๊ธฐ ex)8080ํฌํŠธ iptables -I OUTPUT 1 -p tcp --dport 8080 -j ACCEPT #UDP ์ˆ˜์‹  ํฌํŠธ ์—ด๊ธฐ ex)8080ํฌํŠธ iptables -I INPUT 1 -p udp --dport 8080 -j ACCEPT #UDP ๋ฐœ์‹  ํฌํŠธ ์—ด๊ธฐ ex)8080ํฌํŠธ iptables -I OUTPUT 1 -p udp --dport 8080 -j ACCEPT

Dev_Study/CentOS 2023.10.11

[Selenium] java.io.OutputStream com.google.common.io.ByteStreams.nullOutputStream()

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. org.openqa.selenium.WebDriver๋ฅผ ์ด์šฉํ•˜์—ฌ new ChromeDriver();์ฝ”๋“œ ์ˆ˜ํ–‰์‹œ ์—๋Ÿฌ ๋ฐœ์ƒ WebDriver webDriver = new ChromeDriver(); // ํ•ด๋‹น ์ฝ”๋“œ ์ˆ˜ํ–‰์‹œ // ์—๋Ÿฌ ๋ฐœ์ƒ java.lang.NoSuchMethodError: 'java.io.OutputStream com.google.common.io.ByteStreams.nullOutputStream()' [ Solution ] 01. ํ•ด๋‹น ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์ถ”๊ฐ€ํ•ด์ค€๋’ค ํ”„๋กœ์ ํŠธ๋ฅผ ๋ฆฌ๋นŒ๋“œ ํ•ด์ค€๋‹ค implementation group: 'com.google.api-client', name: 'google-api-client', version: '2.2.0'

Dev_Log 2023.07.03

[MS SQL] ๋“œ๋ผ์ด๋ฒ„๊ฐ€ SSL(Secure Sockets Layer) ์•”ํ˜ธํ™”๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ SQL Sever๋กœ ๋ณด์•ˆ ์—ฐ๊ฒฐ์„ ์„ค์ •ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.์˜ค๋ฅ˜: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid cer..

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. MS SQL 2008์„ ๋งˆ์ด๋ฐ”ํ‹ฐ์Šค์™€ ์—ฐ๋™ํ›„ ํ”„๋กœ์ ํŠธ ์‹คํ–‰ํ•˜๋ฉด ์—๋Ÿฌ๊ฐ€ ๋ฐœ์ƒ com.microsoft.sqlserver.jdbc.SQLServerException: ๋“œ๋ผ์ด๋ฒ„๊ฐ€ SSL(Secure Sockets Layer) ์•”ํ˜ธํ™”๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ SQL Sever๋กœ ๋ณด์•ˆ ์—ฐ๊ฒฐ์„ ์„ค์ •ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์˜ค๋ฅ˜: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target". ClientConnectionId:154ff66f-f441-4885-a1a9-3b76e9182e5c [ Solutio..

Dev_Log 2023.03.28

[MS SQL] SQL Error [8152] [22001]: ๋ฌธ์ž์—ด์ด๋‚˜ ์ด์ง„ ๋ฐ์ดํ„ฐ๋Š” ์ž˜๋ฆฝ๋‹ˆ๋‹ค.

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. ํ…Œ์ด๋ธ”์— ๊ฐ’ ์ž…๋ ฅํ›„ Insert์‹œ๋„์‹œ ์—๋Ÿฌ ๋ฐœ์ƒ SQL Error [8152] [22001]: ๋ฌธ์ž์—ด์ด๋‚˜ ์ด์ง„ ๋ฐ์ดํ„ฐ๋Š” ์ž˜๋ฆฝ๋‹ˆ๋‹ค. [ Solution ] 01. ์ปฌ๋Ÿผ์— ์ง€์ •๋œ ๊ธธ์ด๋ณด๋‹ค ํฐ ๊ฐ’์„ ์ง€์ •ํ• ๋•Œ ๋‚˜๋Š” Error์ด๋ฏ€๋กœ ์ง€์ •๋œ ๊ธธ์ด์— ๋งž๊ฒŒ ์ž…๋ ฅํ•œ๋‹ค

Dev_Log 2023.03.27

[SpringBoot] net.sf.log4jdbc.sql.jdbcapi.DriverSpy

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. DB ํ”„๋กœํผํ‹ฐ ์ž‘์„ฑํ›„ ํ”„๋กœ์ ํŠธ ๊ตฌ๋™์‹œ ์—๋Ÿฌ #์—๋Ÿฌ๋ฐœ์ƒ java.lang.ClassNotFoundException: net.sf.log4jdbc.sql.jdbcapi.DriverSpy [ Solution ] 01. ์•„๋ž˜ ํ•ด๋‹นํ•˜๋Š” ๋””ํŽœ๋˜์‹œ ์ถ”๊ฐ€ํ›„ // log4j implementation group: 'org.bgee.log4jdbc-log4j2', name: 'log4jdbc-log4j2-jdbc4.1', version: '1.16' 02. Gradle ๋˜๋Š” Maven ๋ฆฌ๋นŒ๋“œ

Dev_Log 2023.03.16

[Git] fatal: detected dubious ownership in repository at is owned by

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. GitRepository์— 2๊ฐœ์˜ ํ”„๋กœ์ ํŠธ๋ฅผ ์ถ”๊ฐ€ํ•œ๋’ค Sourcetree๋ฅผ ์‹คํ–‰ํ–ˆ๋”๋‹ˆ 02. ์•„๋ž˜ ์—๋Ÿฌ ๋ฐœ์ƒ detected dubious ownership in repository at is owned by: but the current user is: To add an exception for this directory, call: [ Solution ] 01. ํ•ด๋‹น Repositoryํด๋”์—์„œ ์•„๋ž˜ ๋ช…๋ น์–ด ์‹คํ–‰ git config --global --add safe.directory '*'

Dev_Log 2023.03.07

[SpringQuartz] FOR UPDATE ์ ˆ์€ DECLARE CURSOR์—์„œ๋งŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

[ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ ] 01. SpringQuartz๋ฅผ MS-SQL๊ณผ ์—ฐ๋™ํ•˜๊ธฐ์œ„ํ•ด ์„ธํŒ…ํ›„ ํ”„๋กœ์ ํŠธ ๊ตฌ๋™ 02. ์•„๋ž˜ ์—๋Ÿฌ ๋ฐœ์ƒ org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d204519 jd..

Dev_Log 2023.03.06
728x90
๋ฐ˜์‘ํ˜•