<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>코딩하다 현타올 때</title>
    <link>https://rateye.tistory.com/</link>
    <description>코딩하다 현타올 때마다 작성하러 오는 블로그</description>
    <language>ko</language>
    <pubDate>Thu, 9 Apr 2026 01:30:43 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Rateye</managingEditor>
    <image>
      <title>코딩하다 현타올 때</title>
      <url>https://tistory1.daumcdn.net/tistory/4320144/attach/ae7ea69acab741988f54e81af645de7b</url>
      <link>https://rateye.tistory.com</link>
    </image>
    <item>
      <title>Mac에 Java 8을 설치하는 방법</title>
      <link>https://rateye.tistory.com/2062</link>
      <description>질문 : Mac에 Java 8을 설치하는 방법

편집자 주 :이 질문은 2014 년에 제기되었으며 답변이 오래되었을 수 있습니다.
Java 8이 필요한 최신 JavaFX로 프로그래밍을하고 싶습니다. IntelliJ 13 CE 및 Mac OS X 9 Mavericks를 사용하고 있습니다. Oracle의 Java 8 설치 프로그램을 실행했는데 파일이
/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk

그러나 이전 버전..</description>
      <category>프로그래밍 언어/JAVA</category>
      <category>Installation</category>
      <category>java</category>
      <category>java-8</category>
      <category>MacOS</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2062</guid>
      <comments>https://rateye.tistory.com/2062#entry2062comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:35:58 +0900</pubDate>
    </item>
    <item>
      <title>Java의 native 키워드의 의미</title>
      <link>https://rateye.tistory.com/2061</link>
      <description>질문 : Java의 기본 키워드는 무엇입니까?

이 퍼즐 (자바 키워드 퀴즈 게임)을하면서 native 키워드를 발견했습니다.
Java의 기본 키워드는 무엇에 사용됩니까?
답변

native 키워드는 메서드에 적용되어 메서드가 JNI (Java Native Interface)를 사용하여 네이티브 코드로 구현되었음을 나타냅니다.
출처 : https://stackoverflow.com/questions/6101311/what-is-the-native-key..</description>
      <category>프로그래밍 언어/JAVA</category>
      <category>java</category>
      <category>java-native-interface</category>
      <category>keyword</category>
      <category>native</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2061</guid>
      <comments>https://rateye.tistory.com/2061#entry2061comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:35:11 +0900</pubDate>
    </item>
    <item>
      <title>Git 커밋의 출처 찾기</title>
      <link>https://rateye.tistory.com/2060</link>
      <description>질문 : Git 커밋의 출처 찾기

SHA-1 해시 값이 주어지면 커밋이 어떤 분기에서 오는지 알아내는 방법이 있습니까?
Ruby Grit을 사용하여이 작업을 수행하는 방법을 알려 주시면 보너스 포인트를드립니다.
답변

Dav는 정보가 직접 저장되지 않는다는 것이 맞지만, 그것이 당신이 알 수 없다는 것을 의미하지는 않습니다. 다음은 수행 할 수있는 몇 가지 작업입니다.
커밋이 있는 브랜치를 찾습니다.
git branch -a --contains &amp;lt..</description>
      <category>개발관련/Git</category>
      <category>git</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2060</guid>
      <comments>https://rateye.tistory.com/2060#entry2060comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:34:25 +0900</pubDate>
    </item>
    <item>
      <title>특정 크기로 Python에서 빈 리스트 만들기</title>
      <link>https://rateye.tistory.com/2059</link>
      <description>질문 : 특정 크기로 Python에서 빈 목록 만들기

10 개의 요소를 포함 할 수있는 빈 목록 (또는 가장 좋은 방법)을 만들고 싶습니다.
그 후 해당 목록에 값을 할당하고 싶습니다. 예를 들어 0에서 9까지 표시해야합니다.
s1 = list();
for i in range(0,9):
   s1[i] = i

print s1
하지만이 코드를 실행하면 오류가 발생하거나 다른 경우에는 [] (비어 있음) 만 표시됩니다.
누군가 이유를 설명 할 수 있습니..</description>
      <category>프로그래밍 언어/Python</category>
      <category>list</category>
      <category>Python</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2059</guid>
      <comments>https://rateye.tistory.com/2059#entry2059comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:33:29 +0900</pubDate>
    </item>
    <item>
      <title>Python 셀레니움 - Geckodriver executable needs to be in PATH.</title>
      <link>https://rateye.tistory.com/2058</link>
      <description>질문 : Python을 사용하는 Selenium-Geckodriver 실행 파일이 PATH에 있어야합니다.

저는 프로그래밍을 처음 접했고 약 2 개월 전에 Python으로 시작했으며 Sweigart의 Automate the Boring Stuff with Python 텍스트를 살펴 보겠습니다. IDLE을 사용하고 있으며 이미 Selenium 모듈과 Firefox 브라우저를 설치했습니다.
webdriver 기능을 실행하려고 할 때마다 다음과 같은 메시지..</description>
      <category>프로그래밍 언어/Python</category>
      <category>firefox</category>
      <category>geckodriver</category>
      <category>Python</category>
      <category>selenium</category>
      <category>selenium-firefoxdriver</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2058</guid>
      <comments>https://rateye.tistory.com/2058#entry2058comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:32:34 +0900</pubDate>
    </item>
    <item>
      <title>git stash 적용 버전</title>
      <link>https://rateye.tistory.com/2057</link>
      <description>질문 : git stash 적용 버전

2 개의 브랜치가 있습니다. 마스터 | 디자인
디자인 작업을하면서 저는 은닉을하고 마스터로 전환하고 약간의 조정을했습니다. 디자인으로 다시 전환하고 디자인 브랜치의 모든 변경 사항을 잃을 때만 stash apply
나는 이것을 지우거나 제거하지 않았기 때문에 내 모든 작업이 숨겨져 있기를 바랍니다.
숨김 목록을 작성하면 4 개의 결과가 나타납니다.
stash@{0}: WIP on design: f2c0c72... ..</description>
      <category>개발관련/Git</category>
      <category>git</category>
      <category>git-stash</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2057</guid>
      <comments>https://rateye.tistory.com/2057#entry2057comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:29:58 +0900</pubDate>
    </item>
    <item>
      <title>삭제 된 줄을 &amp;quot;git blame&amp;quot; 하는 방법</title>
      <link>https://rateye.tistory.com/2056</link>
      <description>질문 : 삭제 된 줄을 &quot;git blame&quot;하려면 어떻게해야합니까?

git blame 은 수정 및 추가 된 줄에 적합하지만 특정 이전 커밋에 있던 줄이 결국 삭제 된시기를 어떻게 알 수 있습니까? bisect 라고 생각하고 있지만 더 편리한 것을 바라고 있었다.
(당신이하기 전에 :이 경우, 난 그냥 한 git log -p 하고 코드 라인을 위해를 통하여 검색의 (a) 어떤 바보가 그냥 그 바보했다) B (이전 커밋에서 중요한 라인을 삭제했다.)
답변..</description>
      <category>개발관련/Git</category>
      <category>git</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2056</guid>
      <comments>https://rateye.tistory.com/2056#entry2056comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:29:10 +0900</pubDate>
    </item>
    <item>
      <title>git &amp;quot;Commit your changes or stash them before you can merge&amp;quot;</title>
      <link>https://rateye.tistory.com/2055</link>
      <description>질문 : &quot;병합하기 전에 변경 사항을 커밋하거나 숨길 수 있습니다&quot;라고 말하는 git을 어떻게 해결합니까?

내 로컬 컴퓨터에서 몇 가지 업데이트를 수행하고 원격 저장소로 푸시 한 다음 변경 사항을 서버로 가져 오려고하는데 메시지가 표시됩니다.
error: Your local changes to the following files would be overwritten by merge:
wp-content/w3tc-config/master.php
Plea..</description>
      <category>개발관련/Git</category>
      <category>git</category>
      <category>git-commit</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2055</guid>
      <comments>https://rateye.tistory.com/2055#entry2055comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:28:24 +0900</pubDate>
    </item>
    <item>
      <title>Python에서 쿼리 문자열을 urlencode하는 방법</title>
      <link>https://rateye.tistory.com/2054</link>
      <description>질문 : Python에서 쿼리 문자열을 urlencode하는 방법은 무엇입니까?

제출하기 전에이 문자열을 urlencode하려고합니다.
queryString = 'eventName=' + evt.fields[&quot;eventName&quot;] + '&amp;amp;' + 'eventDescription=' + evt.fields[&quot;eventDescription&quot;]; 

답변

다음과 같이 매개 변수를 매핑 (dict) 또는 2- 튜플 시퀀스 urlencode()
&amp;gt;..</description>
      <category>프로그래밍 언어/Python</category>
      <category>Python</category>
      <category>urlencode</category>
      <category>urllib</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2054</guid>
      <comments>https://rateye.tistory.com/2054#entry2054comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:23:04 +0900</pubDate>
    </item>
    <item>
      <title>Bash에 변수가 설정되어 있는지 확인하는 방법</title>
      <link>https://rateye.tistory.com/2053</link>
      <description>질문 : Bash에 변수가 설정되어 있는지 확인하는 방법은 무엇입니까?

Bash에 변수가 설정되어 있는지 어떻게 알 수 있습니까?
예를 들어, 사용자가 함수에 첫 번째 매개 변수를 제공했는지 어떻게 확인합니까?
function a {
    # if $1 is set ?
}
답변

(통상) 올바른 방법
if [ -z ${var+x} ]; then echo &quot;var is unset&quot;; else echo &quot;var is set to '$var'&quot;; fi
여..</description>
      <category>개발관련/other</category>
      <category>Bash</category>
      <category>Shell</category>
      <category>variables</category>
      <author>Rateye</author>
      <guid isPermaLink="true">https://rateye.tistory.com/2053</guid>
      <comments>https://rateye.tistory.com/2053#entry2053comment</comments>
      <pubDate>Tue, 29 Mar 2022 13:19:19 +0900</pubDate>
    </item>
  </channel>
</rss>