<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>bhyoo 개발 블로그</title>
    <link>https://fullstatck.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 24 Jun 2026 16:07:43 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>혀니구슬</managingEditor>
    <item>
      <title>MSI MAG323UPF 구매 후기</title>
      <link>https://fullstatck.tistory.com/71</link>
      <description>그래픽 카드 4090 쓰는데 적당한 고주사율 4k가 없어 고민하던 중.
LG꺼랑 고민했지만 MSI&amp;nbsp;MAG323UPF&amp;nbsp;로 선택.
5월과 11월이 모니터 핫딜 기간이라 모델만 골라놓고 기다리고 있었다.
AS 악명높은 MSI라 걱정된다. 하지만 가격이 착해서 일단 구매.&amp;nbsp;
현재 4k 고주사율 가성비는 MSI MAG323UPF 이게 젤 좋은거 같다.

&amp;nbsp;
MSI MAG323UPF 설치가 잘 되었고 불량화도소 없다. HDR은 ..</description>
      <category>컴퓨터 조립</category>
      <category>msi mag323upf</category>
      <category>모니터</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/71</guid>
      <comments>https://fullstatck.tistory.com/71#entry71comment</comments>
      <pubDate>Wed, 6 Nov 2024 09:52:57 +0900</pubDate>
    </item>
    <item>
      <title>[Android] Multi Module setting</title>
      <link>https://fullstatck.tistory.com/70</link>
      <description>개인적인 trobleshooting 경험. 정리는 안되어있음 의식의 흐름대로.
누구에게는 바보 같을 수도, 누구에게는 한 줄기 빛이 될수도.
&amp;nbsp;
멀티모듈 설정시 build-logic / convention / build.gradle.kts 에서 오류 발생
gradle catalog 적용 테스트겸.
&amp;nbsp;



FAILURE:&amp;nbsp;Build&amp;nbsp;failed&amp;nbsp;with&amp;nbsp;an&amp;nbsp;exception. *&amp;nbsp;..</description>
      <category>TroubleShoot</category>
      <category>Android</category>
      <category>catalog</category>
      <category>Gradle</category>
      <category>multi module</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/70</guid>
      <comments>https://fullstatck.tistory.com/70#entry70comment</comments>
      <pubDate>Sun, 1 Sep 2024 06:37:02 +0900</pubDate>
    </item>
    <item>
      <title>2023 컴퓨터 조립기</title>
      <link>https://fullstatck.tistory.com/68</link>
      <description>근 10년만에 컴퓨터를 맞추게 되었다.
아직은 그래픽 카드를 구매하지 않아 반본체 상태임.
&amp;nbsp;
As-is
CPU : i5-4570
메인보드 : ASRock B85M Pro4
램 : DDR3 16G 시금치
글카 : inno 3D 1060 3G
파워 : 기억안남
&amp;nbsp;
&amp;nbsp;
To-be
CPU : i7-13700K
메인보드 : GIGABITE Z790 AORUS ELITE
램 : DDR5-5600 KLEVV 흑금치 32G(16x2) -&amp;..</description>
      <category>컴퓨터 조립</category>
      <category>13700k</category>
      <category>4090 슈프림</category>
      <category>RC1800</category>
      <category>Z790</category>
      <category>어로스 엘리트</category>
      <category>컴퓨터 조립</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/68</guid>
      <comments>https://fullstatck.tistory.com/68#entry68comment</comments>
      <pubDate>Tue, 28 Feb 2023 13:35:48 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 개발 참고 사이트</title>
      <link>https://fullstatck.tistory.com/67</link>
      <description>Check out 11 Github Repositories that will make you a Good Android developer
1- Google l/0 Android Apphttps://github.com/google/iosched2- Android - Clean Architecture- Kotlin 
https://github.com/android10/Android-CleanArchitecture-Kotlinnkd.in/d5NZzXGN
&amp;n..</description>
      <category>Android</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/67</guid>
      <comments>https://fullstatck.tistory.com/67#entry67comment</comments>
      <pubDate>Fri, 13 May 2022 12:16:50 +0900</pubDate>
    </item>
    <item>
      <title>코루틴 핵심정리 Coroutine</title>
      <link>https://fullstatck.tistory.com/65</link>
      <description></description>
      <category>Kotlin</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/65</guid>
      <comments>https://fullstatck.tistory.com/65#entry65comment</comments>
      <pubDate>Tue, 12 Jan 2021 21:20:33 +0900</pubDate>
    </item>
    <item>
      <title>linux 명령어 간단 정리 2</title>
      <link>https://fullstatck.tistory.com/64</link>
      <description>&amp;amp;&amp;amp; 을 이용하여 명령을 순서대로 실핼할 수 있다.

bhyoo@DESKTOP-MQPJ46K:~/zoo$ ls
birds  mammals  reptiles
bhyoo@DESKTOP-MQPJ46K:~/zoo$ cd birds/ &amp;amp;&amp;amp; touch eagle.txt &amp;amp;&amp;amp; cd ..
bhyoo@DESKTOP-MQPJ46K:~/zoo$ ls birds/
eagle.txt
&amp;nbsp;

ln [src] [dst]&amp;nbsp;..</description>
      <category>Server</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/64</guid>
      <comments>https://fullstatck.tistory.com/64#entry64comment</comments>
      <pubDate>Sun, 10 Jan 2021 15:33:19 +0900</pubDate>
    </item>
    <item>
      <title>linux 명령어 간단 정리 1</title>
      <link>https://fullstatck.tistory.com/63</link>
      <description>&amp;nbsp;
&amp;nbsp;

man : 명령어의 메뉴얼을 볼 수있는 명령어

bhyoo@DESKTOP-MQPJ46K:~$ man man
&amp;nbsp;

pwd : 현재 경로 출력

bhyoo@DESKTOP-MQPJ46K:~$ pwd
/home/bhyoo
&amp;nbsp;

ls : 현재 위치의 파일 표시

bhyoo@DESKTOP-MQPJ46K:~$ ls
Documents  Downloads  Images  Videos
※ -a : 숨김파일 표시
&amp;nbsp; &amp;..</description>
      <category>Server</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/63</guid>
      <comments>https://fullstatck.tistory.com/63#entry63comment</comments>
      <pubDate>Sat, 9 Jan 2021 22:53:29 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] 톰캣 재시작 스크립트</title>
      <link>https://fullstatck.tistory.com/62</link>
      <description>#!/bin/bash
export LANG=ko_KR.UTF-8
echo &quot;Shutdown tomcat now....&quot;
bash /WAS/apache-tomcat-9.0.19/bin/shutdown.sh
echo &quot;tomcat is now terminated...&quot;
sleep 10
if [ -z &quot;`ps -eaf | grep java | grep /WAS/apache-tomcat-9.0.19/bin`&quot; ]; then
        echo &quot;Tomcat..</description>
      <category>Server</category>
      <category>Apache tomcat</category>
      <category>tomcat restart</category>
      <category>톰캣</category>
      <category>톰캣 재시작</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/62</guid>
      <comments>https://fullstatck.tistory.com/62#entry62comment</comments>
      <pubDate>Tue, 11 Aug 2020 13:47:41 +0900</pubDate>
    </item>
    <item>
      <title>Arrays.asList는  동적 List가 아니다.</title>
      <link>https://fullstatck.tistory.com/61</link>
      <description>&amp;nbsp;
&amp;nbsp;
Java에서 array를 List로 바꾸려면 어떻게 해야될까?
for문을 쓰는것이 당연하지만 왠지 복잡해 보이고..
Arrays.asList가 List를 리턴한다. 간단해 보이므로 이걸쓰자.
&amp;nbsp;
하지만 잘 살펴보지 않으면 여기에 함정이 있다.
다음 코드를 살펴보자.
&amp;nbsp;
Integer[] arr = new Integer[]{1, 2, 3, 4, 5};
List&amp;lt;Integer&amp;gt; list = Arrays...</description>
      <category>Java</category>
      <category>arrayList</category>
      <category>Arrays.asList</category>
      <category>java</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/61</guid>
      <comments>https://fullstatck.tistory.com/61#entry61comment</comments>
      <pubDate>Fri, 19 Jun 2020 11:05:15 +0900</pubDate>
    </item>
    <item>
      <title>[Java] Wrapper 클래스 Cache</title>
      <link>https://fullstatck.tistory.com/59</link>
      <description>&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
다음 코드를 보자.
Integer a = 1000;
Integer b = 1000;

System.out.println(a==b);
출력 : false
&amp;nbsp;
매우 당연하다. a와 b는 값이 같아도 다른 오브젝트이기 때문이다.
&amp;nbsp;
그럼 다음 코드를 보자.
Integer a = 127;    
Integer b = 127;

System.out.println(a==b);
출력 : true
&amp;nbsp;
잉..</description>
      <category>Java</category>
      <category>integer cache</category>
      <category>java Integer</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/59</guid>
      <comments>https://fullstatck.tistory.com/59#entry59comment</comments>
      <pubDate>Thu, 18 Jun 2020 11:27:37 +0900</pubDate>
    </item>
    <item>
      <title>크롬 탭 음소거 사라졌을때 설정법</title>
      <link>https://fullstatck.tistory.com/58</link>
      <description>chrome://settings/content/sound
불러오는 중입니다...
&amp;nbsp;
주소로 가서 설정하면 됩니다.</description>
      <category>프로그램</category>
      <category>크롬</category>
      <category>크롬 음소거</category>
      <category>크롬 탭 음소거</category>
      <category>탭 음소거</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/58</guid>
      <comments>https://fullstatck.tistory.com/58#entry58comment</comments>
      <pubDate>Sat, 22 Jun 2019 10:46:21 +0900</pubDate>
    </item>
    <item>
      <title>[Android] 투명도(transparent) % Hex값으로 표현하기</title>
      <link>https://fullstatck.tistory.com/20</link>
      <description>안드로이드에서는 Alpha 채널을 이용해 컬러에 투명도를 표시 할 수 있다. colors.xml 에 컬러값을 지정 해 놓고 쓰면된다.12&amp;lt;color&amp;nbsp;name=&quot;black&quot;&amp;gt;#000000&amp;lt;/color&amp;gt;&amp;lt;color&amp;nbsp;name=&quot;black&quot;&amp;gt;#99000000&amp;lt;/color&amp;gt;&amp;nbsp;cs2번째에서 앞의 99가 Alpha 값이다. Hex값이기 때문에 얼마나 투명한지 정도를 알려면 계산이 좀 들어가야하는데..</description>
      <category>Android</category>
      <category>Android</category>
      <category>COLOR</category>
      <category>hex</category>
      <category>transparent</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/20</guid>
      <comments>https://fullstatck.tistory.com/20#entry20comment</comments>
      <pubDate>Wed, 7 Nov 2018 10:03:14 +0900</pubDate>
    </item>
    <item>
      <title>[PHP] string에서 단어가 포함되어있는지 찾는 법</title>
      <link>https://fullstatck.tistory.com/57</link>
      <description>자바의 String.contain() 처럼 php에서도 단어가 포함되었는지 찾는 함수가 있다.123456789101112131415$sentence&amp;nbsp;=&amp;nbsp;'문자열&amp;nbsp;찾기';&amp;nbsp;$search&amp;nbsp;=&amp;nbsp;'찾기';&amp;nbsp;&amp;nbsp;&amp;nbsp;if(strpos($sentence&amp;nbsp;,&amp;nbsp;$search)!==false){&amp;nbsp;echo&amp;nbsp;'찾음';&amp;nbsp;}&amp;nbsp;else&amp;nbsp;{&amp;n..</description>
      <category>php</category>
      <category>contain</category>
      <category>PHP</category>
      <category>strpos</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/57</guid>
      <comments>https://fullstatck.tistory.com/57#entry57comment</comments>
      <pubDate>Thu, 19 Apr 2018 10:52:57 +0900</pubDate>
    </item>
    <item>
      <title>Windows 구매시 항상 나오는 질문(FPP, OEM, ESD, DSP)</title>
      <link>https://fullstatck.tistory.com/47</link>
      <description>FPP - &quot;처음사용자용&quot;&amp;nbsp;실물 패키지 형태 (USB포함)&amp;nbsp;시리얼이 메인보드에 귀속되지 않아 여러 PC 옮겨가며 사용가능 합니다. PC변경 후 사용가능 합니다.(2개 이상 PC 동시에 사용 불가능)ESD&amp;nbsp;기능은 FPP와 동일하지만 실물 패키지아 아닌 디지털 다운로드 입니다.이메일로 시리얼만 받습니다.DSP업체용 시리얼로 설치시 메인보드에 귀속됩니다. 추후 변경 불가입니다.&amp;nbsp;OEM&amp;nbsp;많이 들어본 단어죠? 대기업,..</description>
      <category>프로그램</category>
      <category>DSP</category>
      <category>esd</category>
      <category>FPP</category>
      <category>OEM</category>
      <category>window</category>
      <category>window 가격</category>
      <category>windows</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/47</guid>
      <comments>https://fullstatck.tistory.com/47#entry47comment</comments>
      <pubDate>Tue, 25 Jul 2017 10:44:05 +0900</pubDate>
    </item>
    <item>
      <title>네이버 캡쳐 프로그램 다운로드</title>
      <link>https://fullstatck.tistory.com/46</link>
      <description>이제는 받을 수 없는 네이버 캡쳐 프로그램네이버가 툴바에 포함시키고 다운 막아버림 ㄷㄷ업데이트도 없고 광고도 없다.※ 네이버캡쳐 설치 후에 네이버툴박스, 네이버업데이터꼭 삭제하시기 바랍니다.</description>
      <category>프로그램</category>
      <category>네이버</category>
      <category>네이버 캡쳐</category>
      <category>네이버캡쳐</category>
      <category>무료</category>
      <category>무료 캡쳐</category>
      <category>좋은 캡쳐</category>
      <category>캡쳐</category>
      <category>캡쳐프로그램</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/46</guid>
      <comments>https://fullstatck.tistory.com/46#entry46comment</comments>
      <pubDate>Mon, 27 Mar 2017 10:58:11 +0900</pubDate>
    </item>
    <item>
      <title>현재 앱 Hash Key 가져오기</title>
      <link>https://fullstatck.tistory.com/45</link>
      <description>현재 앱의 Hash Key를 가져오는 메소드페북이나 카카오톡 등 연동할 때 쓰자.1234567891011121314private&amp;nbsp;void&amp;nbsp;getAppKeyHash()&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PackageInfo&amp;nbsp..</description>
      <category>Android</category>
      <category>Android</category>
      <category>hash</category>
      <category>hash key</category>
      <category>안드로이드</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/45</guid>
      <comments>https://fullstatck.tistory.com/45#entry45comment</comments>
      <pubDate>Sun, 26 Feb 2017 17:30:22 +0900</pubDate>
    </item>
    <item>
      <title>Android Studio 대소문자 구분없이 자동완성</title>
      <link>https://fullstatck.tistory.com/44</link>
      <description>File -&amp;gt; Settings -&amp;gt;&amp;nbsp;Editor&amp;nbsp;-&amp;gt;&amp;nbsp;General&amp;nbsp;-&amp;gt;&amp;nbsp;Code Completion&amp;nbsp;-&amp;gt;&amp;nbsp;Case sensitive completion&amp;nbsp;-&amp;gt;&amp;nbsp;None</description>
      <category>Android</category>
      <category>Android</category>
      <category>android studio</category>
      <category>code completion</category>
      <category>대소문자</category>
      <category>자동완성</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/44</guid>
      <comments>https://fullstatck.tistory.com/44#entry44comment</comments>
      <pubDate>Fri, 13 Jan 2017 22:11:29 +0900</pubDate>
    </item>
    <item>
      <title>[Android] 키보드 올리기 / 내리기</title>
      <link>https://fullstatck.tistory.com/40</link>
      <description>1. 키보드 내리기12InputMethodManager&amp;nbsp;immhide&amp;nbsp;=&amp;nbsp;(InputMethodManager)&amp;nbsp;getSystemService(Activity.INPUT_METHOD_SERVICE);immhide.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY,&amp;nbsp;0);Colored by Color Scriptercs2. 키보드 올리기12InputMethodMana..</description>
      <category>Android</category>
      <category>Android</category>
      <category>soft keyboard</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/40</guid>
      <comments>https://fullstatck.tistory.com/40#entry40comment</comments>
      <pubDate>Wed, 30 Nov 2016 11:03:38 +0900</pubDate>
    </item>
    <item>
      <title>[Linux/Centos] 타임존 변경 및 시간 설정</title>
      <link>https://fullstatck.tistory.com/21</link>
      <description>시간 바꾸기 (24시로)date -s 12:34:56날짜 바꾸기date -s '&quot;2016-03-25 12:34:56&quot;타임존 변경[root@kserver112-222 /]# date2016. 03. 25. (금) 17:52:19 KST만약 &amp;nbsp;KST가 아닌 경우(UTC) &amp;nbsp;서울 기준으로 맞춰 주어야 한다./etc/localtime 에 심볼링크를 거는 방법도 있지만 여기서는tzselect 를 이용하자. Asia를 선택하고 (5번) 다음으로&amp;..</description>
      <category>Server</category>
      <category>centos</category>
      <category>Date</category>
      <category>Linux</category>
      <category>Timezone</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/21</guid>
      <comments>https://fullstatck.tistory.com/21#entry21comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:53:30 +0900</pubDate>
    </item>
    <item>
      <title>[php] php 에러 출력하기</title>
      <link>https://fullstatck.tistory.com/28</link>
      <description>error_reporting(E_ALL);ini_set(&quot;display_errors&quot;, 1);</description>
      <category>php</category>
      <category>PHP</category>
      <category>에러 표시</category>
      <category>오류 표시</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/28</guid>
      <comments>https://fullstatck.tistory.com/28#entry28comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:53:20 +0900</pubDate>
    </item>
    <item>
      <title>[Android] WebView OnTouchListener로 OnClick 구현하기</title>
      <link>https://fullstatck.tistory.com/26</link>
      <description>기본적으로 WebView는 onClickListener가 먹지 않는다. 그러므로 onTouchListener를 달아줘야 하는데 onTouchListener는 ACTION_DOWN, ACTION_MOVE, ACTION_UP을 구현해줘야 한다.1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950&amp;nbsp;public&amp;nbsp;class&amp;nbsp;M..</description>
      <category>Android</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/26</guid>
      <comments>https://fullstatck.tistory.com/26#entry26comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:53:02 +0900</pubDate>
    </item>
    <item>
      <title>[Java] Java에서 Map 관련 Iterate(반복문) 방법</title>
      <link>https://fullstatck.tistory.com/10</link>
      <description>

Java에서 Map 관련하여 반복문을 사용하는 경우가 여러가지가 있다. 가장 많이 쓰이는 몇가지를 살펴보고 장단점을 알아보도록한다. Java의 모든 map들은 Map interface를 사용하므로 다음 경우들은 모든 map에 대하여 사용 가능하다.
예 : HashMap, TreeMap, LinkedMap, Hashtable 등등..&amp;nbsp;



1. Entry 에 For-Each Loop 사용
&amp;nbsp; 가장 일반적이고 거의 모든 경우에 사용된..</description>
      <category>Java</category>
      <category>iteration</category>
      <category>java</category>
      <category>map</category>
      <category>반복문</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/10</guid>
      <comments>https://fullstatck.tistory.com/10#entry10comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:51 +0900</pubDate>
    </item>
    <item>
      <title>[Linux/Centos] 버전 확인 및 비트 확인</title>
      <link>https://fullstatck.tistory.com/8</link>
      <description>버전확인1. cat /etc/*release*[root@kserver112-222 ~]# cat /etc/*release*cat: /etc/lsb-release.d: 디렉토리입니다CentOS release 5.11 (Final)2. cat /proc/version리눅스 &amp;nbsp;커널 버전 확인[root@kserver112-222 ~]# cat /proc/versionLinux version 2.6.18-400.1.1.el5 (mockbuild@buil..</description>
      <category>Server</category>
      <category>centos</category>
      <category>Linux</category>
      <category>version check</category>
      <category>버전 확인</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/8</guid>
      <comments>https://fullstatck.tistory.com/8#entry8comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:42 +0900</pubDate>
    </item>
    <item>
      <title>[Android] AlertDialog 버튼 클릭시 종료 막기 방법</title>
      <link>https://fullstatck.tistory.com/13</link>
      <description>&amp;nbsp;&amp;nbsp;AlertDialog를 생성하고 positive button 이나 negative button 을 등록 시 버튼을 클릭하게 되면 안드로이드에서는 자동으로 dismiss를 호출하게 된다.하지만 조건에 맞지 않는 경우 창을 닫을것이 아니라 사용자에게 알려 AlertDialog를 닫지 않고 입력창을 유지해야 하는 경우가 있다. &amp;nbsp;1.&amp;nbsp;AlertDialog.Builder - show 후에 기본 버튼 변경1234567891..</description>
      <category>Android</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/13</guid>
      <comments>https://fullstatck.tistory.com/13#entry13comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:36 +0900</pubDate>
    </item>
    <item>
      <title>[Android] 메터리얼 디자인 컬러코드(Material design color code)</title>
      <link>https://fullstatck.tistory.com/22</link>
      <description>안드로이드 Material Design에서 샘플로 나온 컬러를 hex값으로 변환한것colors.xml에 지정해놓고 쓰자.&amp;nbsp; &amp;nbsp; &amp;lt;!-- Grey --&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;color name=&quot;grey_50&quot;&amp;gt;#FAFAFA&amp;lt;/color&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;color name=&quot;grey_100&quot;&amp;gt;#F5F5F5&amp;lt;/color&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;color name..</description>
      <category>Android</category>
      <category>Android</category>
      <category>color code</category>
      <category>Material Design</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/22</guid>
      <comments>https://fullstatck.tistory.com/22#entry22comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:29 +0900</pubDate>
    </item>
    <item>
      <title>[Android] APK 생성시 이름 변경하기</title>
      <link>https://fullstatck.tistory.com/19</link>
      <description>Android Studio에서 아무 설정도 하지 않고 APK를 생성하면 release, debug 이런식으로 생성이 되기 때문에 생성후에 다시 이름을 바꿔줘야한다.&amp;nbsp;이것은 매우 귀찮은 일이다..그러므로 build.gradle에서 설정 해주도록 하자.1234567891011121314151617181920212223242526272829303132333435363738394041424344454647apply&amp;nbsp;plugin:&amp;nbsp;'c..</description>
      <category>Android</category>
      <category>Android</category>
      <category>apk</category>
      <category>이름 변경</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/19</guid>
      <comments>https://fullstatck.tistory.com/19#entry19comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:15 +0900</pubDate>
    </item>
    <item>
      <title>[Android] Android API 버전 정보(SDK INT)</title>
      <link>https://fullstatck.tistory.com/18</link>
      <description>

계속 업데이트중입니다.

플랫폼 버전API 레벨버전 코드참고Android 10.029Q플랫폼 하이라이트Android 928P플랫폼 하이라이트Android 8.127O_MR1플랫폼 하이라이트Android 8.026O플랫폼 하이라이트Android 7.1.1Android 7.125N_MR1플랫폼 하이라이트Android 7.024N플랫폼 하이라이트Android 6.023M플랫폼 하이라이트Android 5.122LOLLIPOP_MR1플랫폼 하이라이트Andro..</description>
      <category>Android</category>
      <category>Android</category>
      <category>API</category>
      <category>SDK INT</category>
      <category>안드로이드</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/18</guid>
      <comments>https://fullstatck.tistory.com/18#entry18comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:52:07 +0900</pubDate>
    </item>
    <item>
      <title>[php] Multi dimensional array 에서 array_search() 사용하기</title>
      <link>https://fullstatck.tistory.com/17</link>
      <description>



php에서 array_search()는 단일 array에서만 사용이 가능하고 다중 array의 경우에 false를 반환한다.

다음과 같이 foreach를 이용하여 다중 array에서도 사용가능하다.

123456789101112&amp;lt;?php&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function&amp;nbsp;searchForId($id,&amp;nbsp;$array)&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp..</description>
      <category>php</category>
      <category>Array</category>
      <category>PHP</category>
      <category>다중 array</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/17</guid>
      <comments>https://fullstatck.tistory.com/17#entry17comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:48 +0900</pubDate>
    </item>
    <item>
      <title>[Android] HttpURLConnection을 사용하여 Multipart Upload를 ProgressBar로 보여주기</title>
      <link>https://fullstatck.tistory.com/25</link>
      <description>HttpURLConnection을 사용하여 Multipart Upload를 수행하고 그 과정을 ProgressBar로 보여주기를 하는 코드이다.다음 순서대로 작성하고 적용하면 끝.1. 인터페이스 생성1234public&amp;nbsp;interface&amp;nbsp;ProgressListener&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;void&amp;nbsp;onProgressUpdate(int&amp;nbsp;progress);}&amp;nbsp;Colored by Co..</description>
      <category>Android</category>
      <category>Android</category>
      <category>httpurlconnection</category>
      <category>Multipart Upload</category>
      <category>progressbar</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/25</guid>
      <comments>https://fullstatck.tistory.com/25#entry25comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:41 +0900</pubDate>
    </item>
    <item>
      <title>[Linux/Centos] 용량 확인</title>
      <link>https://fullstatck.tistory.com/9</link>
      <description>용량 확인1.&amp;nbsp;df : 디스크의 남은 용량을 확인&amp;nbsp;df -k : KB단위df -m : MB단위df -h : 크기에 맞춰 알아서 바꿔줌df . : 현재&amp;nbsp;디렉토리가 포함된 파티션의 남은 용량[root@kserver112-222 ~]# df -hFilesystem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size &amp;nbsp;Used Avail Use% Mounted on/dev/sda3 &amp;nbsp; ..</description>
      <category>Server</category>
      <category>centos</category>
      <category>Linux</category>
      <category>용량 확인</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/9</guid>
      <comments>https://fullstatck.tistory.com/9#entry9comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:31 +0900</pubDate>
    </item>
    <item>
      <title>[Android] RecyclerView 에서 드래그앤드롭(drag&amp;amp;drop)과 스와이프(swpie&amp;amp;dismiss) 사용하기</title>
      <link>https://fullstatck.tistory.com/15</link>
      <description>


안드로이드 RecyclerView에서 drag&amp;amp;drop과 swipe-to-dismiss를 구현한 예제는 많지만 View.OnDragListener를 이용한 경우가 많다. 이것은 예전 버전을 사용한 경우이고
새로운 API를 사용하거나 GestureDetector나 onIterceptTouchEvent를 이용하여 복잡아게 구현한 경우가 많다. 이번 포스트 에서는 Android Support Library를 이용하여
간단히 drag&amp;amp;dro..</description>
      <category>Android</category>
      <category>Android</category>
      <category>drag drop</category>
      <category>recyclerview</category>
      <category>swipe dismiss</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/15</guid>
      <comments>https://fullstatck.tistory.com/15#entry15comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:24 +0900</pubDate>
    </item>
    <item>
      <title>[php] php에서 startWith, endWith 사용하기</title>
      <link>https://fullstatck.tistory.com/16</link>
      <description>php에서는 Java에서 처럼 startWith 이나 endWith 기능을 하는 함수가 없으므로 만들어서 써야한다. 다음과 같이 간단히 쓸 수 있다.1. 함수1234567function&amp;nbsp;startsWith($haystack,&amp;nbsp;$needle){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;strncmp($haystack,&amp;nbsp;$needle,&amp;nbsp;strlen($needle))&amp;nbsp;===&amp;nbsp;0;}&amp;n..</description>
      <category>php</category>
      <category>endWidth</category>
      <category>PHP</category>
      <category>startWith</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/16</guid>
      <comments>https://fullstatck.tistory.com/16#entry16comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:16 +0900</pubDate>
    </item>
    <item>
      <title>[Android] Service와 IntentService의 차이점</title>
      <link>https://fullstatck.tistory.com/23</link>
      <description>1. 언제쓰이나?·&amp;nbsp;Service : UI없이 실행될 수 있지만 매우 길지 않아야 한다. 만약 오래걸리는 작업을&amp;nbsp;Service에서 실행하고자 한다면&amp;nbsp;Service&amp;nbsp;안에서 스레드를 사용해야 한다.·&amp;nbsp;IntentService : 오래걸리지만 메인스레드와 관련이 없는 작업을할 때 주로 이용한다. 만약 메인 스레드와 관련된 작업을 해야 한다면 메인스레드 Handler나 Boradcast intent를 이용해야 한다...</description>
      <category>Android</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/23</guid>
      <comments>https://fullstatck.tistory.com/23#entry23comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:51:07 +0900</pubDate>
    </item>
    <item>
      <title>[Linux/Centos] Crontab 사용법 정리</title>
      <link>https://fullstatck.tistory.com/24</link>
      <description>리눅스에서 crontab은 시간마다 일정한 스크립트를 수행하기 위해 사용되고,/etc/rec.d/init.d/crond 데몬에의해 관리된다.1. crontab&amp;nbsp;list 홧인crontab -l2. crontab&amp;nbsp;편집crontab -e3. 실행, 중지, 재시작service crond start(stop|restart)4. 등록 내용 설정crontab -e를 통해서 들어온 편집기에 다음과 같은 형태로 저장한다.# +--------------..</description>
      <category>Server</category>
      <category>centos</category>
      <category>cron</category>
      <category>crond</category>
      <category>crontab</category>
      <category>예약작업</category>
      <category>크론</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/24</guid>
      <comments>https://fullstatck.tistory.com/24#entry24comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:50:53 +0900</pubDate>
    </item>
    <item>
      <title>[Centos] Mysql 주기적으로 백업하는 스크립트</title>
      <link>https://fullstatck.tistory.com/29</link>
      <description>Mysql을 주기적으로 백업하여주는 스크립트. .sh파일로 저장하여 cron으로 돌려놓자. 간단히 설명을 하자면백업 디렉토리 : /data/backup/temp계정 : root비번 : password백업 db : dbname각 테이블별로 각각 덤프하고 날짜명으로 압축해서 저장. 3일 지난건 삭제함.&amp;nbsp;상황에 맞추어 바꿔 쓰면 된다.&amp;nbsp; #!/bin/bash&amp;nbsp; backup_dir=&quot;/data/backup/temp&quot;&amp;nbsp; rm ..</description>
      <category>Server</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/29</guid>
      <comments>https://fullstatck.tistory.com/29#entry29comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:50:23 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] 파일 검색 find grep</title>
      <link>https://fullstatck.tistory.com/42</link>
      <description>안녕하세요.리눅스에서 파일 검색을 하기 위한 명령어 find를 소개합니다.명령어 : find 파일 찾을 위치 지정 -name 찾을 파일 이름&amp;nbsp; &amp;nbsp; ex) # find ./ -name aaa.txt위에 ex를 설명해드리면 ./(현재 폴더 부터, 하위 폴더 포함) aaa.txt 파일을 찾습니다.다음으로 파일 내부 문자열을 검색하는 명령어 grep 입니다.사실 grep은 여러군데서 사용하고 있는 것이기 때문에, 파일 내부 문자열 검색만을 위..</description>
      <category>Server</category>
      <category>find</category>
      <category>grep</category>
      <category>Linux</category>
      <category>리눅스</category>
      <category>파일검색</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/42</guid>
      <comments>https://fullstatck.tistory.com/42#entry42comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:49:58 +0900</pubDate>
    </item>
    <item>
      <title>[Android] Android SDK command line Linux 설치하기</title>
      <link>https://fullstatck.tistory.com/43</link>
      <description># install openjdksudo apt-get install openjdk-7-jdk# download android sdkwget http://dl.google.com/android/android-sdk_r24.2-linux.tgztar -xvf android-sdk_r24.2-linux.tgzcd android-sdk-linux/tools# install all sdk packages./android update sdk --no-ui# set..</description>
      <category>Android</category>
      <category>Android</category>
      <category>centos</category>
      <category>Command line</category>
      <category>Linux</category>
      <category>SDK</category>
      <category>ubuntu</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/43</guid>
      <comments>https://fullstatck.tistory.com/43#entry43comment</comments>
      <pubDate>Thu, 10 Nov 2016 11:49:50 +0900</pubDate>
    </item>
    <item>
      <title>[php] CRLF(개행문자) 간단 제거</title>
      <link>https://fullstatck.tistory.com/11</link>
      <description>1. 정규식을 통한 제거
1$text&amp;nbsp;=&amp;nbsp;preg_replace('/\r\n|\r|\n/','',$text);&amp;nbsp;cs


2. 문자열 함수사용으로 제거
1$text&amp;nbsp;=&amp;nbsp;str_replace(array(&quot;\r\n&quot;,&quot;\r&quot;,&quot;\n&quot;),'',$text);&amp;nbsp;cs또는
1$text&amp;nbsp;=&amp;nbsp;strtr($text,array(&quot;\r\n&quot;=&amp;gt;'',&quot;\r&quot;=&amp;gt;'',&quot;\n&quot;=&amp;gt;''));cs</description>
      <category>php</category>
      <category>CRLF</category>
      <category>PHP</category>
      <category>문자열</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/11</guid>
      <comments>https://fullstatck.tistory.com/11#entry11comment</comments>
      <pubDate>Sat, 3 Sep 2016 11:49:54 +0900</pubDate>
    </item>
    <item>
      <title>[Linux/Centos] Path 설정하기</title>
      <link>https://fullstatck.tistory.com/41</link>
      <description>$PATH 를 잡아 명령어를 인식키도록 해보자.[root@localhost ~]#&amp;nbsp;echo&amp;nbsp;$PATH/usr/local/sbin:/bin:/usr/sbin:/usr/bin[root@localhost ~]# PATH=$PATH:~/.composer/vender/bin[root@localhost ~]#&amp;nbsp;echo&amp;nbsp;$PATH/usr/local/sbin:/bin:/usr/sbin:/usr/bin:/root/.composer/v..</description>
      <category>Server</category>
      <category>$PATH</category>
      <category>centos path</category>
      <category>liinux path</category>
      <author>혀니구슬</author>
      <guid isPermaLink="true">https://fullstatck.tistory.com/41</guid>
      <comments>https://fullstatck.tistory.com/41#entry41comment</comments>
      <pubDate>Sat, 3 Sep 2016 11:49:21 +0900</pubDate>
    </item>
  </channel>
</rss>