<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>L2J with DuraBoys</title>
    <link>https://duraboys.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Tue, 14 Apr 2026 21:52:09 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>duraboys</managingEditor>
    <image>
      <title>L2J with DuraBoys</title>
      <url>https://t1.daumcdn.net/cfile/tistory/163572504F0169BA0B</url>
      <link>https://duraboys.tistory.com</link>
    </image>
    <item>
      <title>Crontab</title>
      <link>https://duraboys.tistory.com/2846</link>
      <description># Crontab 편집
crontab -e
# Crontab List 조회
crontab -l
# Crontab List 전체 삭제
crontab -r
minute : 0 - 59hour : 0 - 23day : 1 - 31month : 1 - 12weekday : 0 - 6 (0 : 일요일)command : 수행하려는&amp;nbsp;작업 명령어
# 매분마다 /land/disk_alarm/disk_alarm.sh를 실행하고 로그는 /dev/null로 전송
*..</description>
      <category>Infrastructure</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2846</guid>
      <comments>https://duraboys.tistory.com/2846#entry2846comment</comments>
      <pubDate>Thu, 21 Jul 2022 23:12:47 +0900</pubDate>
    </item>
    <item>
      <title>오래된 로그 지우기</title>
      <link>https://duraboys.tistory.com/2845</link>
      <description>find -exec
#!/bin/bash

path=&quot;/land/service/&quot;
expire_days=14

echo &quot;Start deleteExpireFile.sh&quot;
# find ${path} \( -name &quot;app*.log&quot; -o -name &quot;access*.log&quot; -o -name &quot;commissions*.log&quot; -o -name &quot;monthly_commissions*.log&quot; \) -type f -mtime +${expire_days} -exe..</description>
      <category>Infrastructure</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2845</guid>
      <comments>https://duraboys.tistory.com/2845#entry2845comment</comments>
      <pubDate>Thu, 21 Jul 2022 23:11:05 +0900</pubDate>
    </item>
    <item>
      <title>ASP SQL Injection 방어 함수</title>
      <link>https://duraboys.tistory.com/2844</link>
      <description>ASP&amp;nbsp;1.0는&amp;nbsp;1996년&amp;nbsp;12월&amp;nbsp;IIS&amp;nbsp;3.0의&amp;nbsp;일부로&amp;nbsp;출시되었다 ASP&amp;nbsp;2.0은&amp;nbsp;1997년&amp;nbsp;9월&amp;nbsp;IIS&amp;nbsp;4.0의&amp;nbsp;일부로&amp;nbsp;출시되었다 ASP&amp;nbsp;3.0은&amp;nbsp;2000년&amp;nbsp;11월&amp;nbsp;IIS&amp;nbsp;5.0의&amp;nbsp;일부로&amp;nbsp;출시되었다 보안취약성은&amp;nbsp;asp가&amp;nbsp;이미&amp;nbsp;지원이&amp;nbs..</description>
      <category>asp</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2844</guid>
      <comments>https://duraboys.tistory.com/2844#entry2844comment</comments>
      <pubDate>Sun, 16 May 2021 00:58:27 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 WebView  앱이 강제 종료되는 현상</title>
      <link>https://duraboys.tistory.com/2843</link>
      <description>현재 안드로이드폰을 이용하는 일부 고객에게 로그인 화면에서 접속이 비정상 종료되는 현상이 발생하고 있습니다. 조치 방법은 아래와 같습니다.
1.&amp;nbsp;조치&amp;nbsp;방법 -&amp;nbsp;구글&amp;nbsp;플레이스토어&amp;nbsp;&amp;gt;&amp;nbsp;좌측상단(三)모양&amp;nbsp;또는&amp;nbsp;우측상단&amp;nbsp;점3개&amp;nbsp;아이콘&amp;nbsp;&amp;gt;&amp;nbsp;내앱/게임&amp;nbsp;&amp;gt;&amp;nbsp;설치됨&amp;nbsp;&amp;gt;&amp;nbsp;Android&amp;nbsp;시스템&amp;nbs..</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2843</guid>
      <comments>https://duraboys.tistory.com/2843#entry2843comment</comments>
      <pubDate>Tue, 23 Mar 2021 15:01:43 +0900</pubDate>
    </item>
    <item>
      <title>select 후 update 시 is specified twice, both as a target for 'UPDATE' and as a separate source for data</title>
      <link>https://duraboys.tistory.com/2842</link>
      <description>is specified twice, both as a target for 'UPDATE' and as a separate source for data특정 테이블에 내용을 조회해서 업데이트를 하고자 한다.UPDATE Table_nameSET&amp;nbsp; &amp;nbsp; column_name = ( SELECT Table_name FROM column_name WHERE column_name = 'data')where column_name = 'data';이렇게..</description>
      <category>Databases</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2842</guid>
      <comments>https://duraboys.tistory.com/2842#entry2842comment</comments>
      <pubDate>Sat, 13 Jun 2020 16:18:59 +0900</pubDate>
    </item>
    <item>
      <title>IE의 Windows Server에서&amp;ldquo;Chrome 다운로드&amp;rdquo;버튼을 클릭하는 방법은 무엇입니까?</title>
      <link>https://duraboys.tistory.com/2841</link>
      <description>Windows Server 2012 R2에서 Chrome을 설치하기 위해 powershell을 사용합니다.$LocalTempDir = $env:TEMP; $ChromeInstaller = &quot;ChromeInstaller.exe&quot;; (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', &quot;$LocalTempD..</description>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2841</guid>
      <comments>https://duraboys.tistory.com/2841#entry2841comment</comments>
      <pubDate>Wed, 10 Jun 2020 12:50:38 +0900</pubDate>
    </item>
    <item>
      <title>MAC을 처음사서 자주 사용되는 단축키를 정리 해봅니다.</title>
      <link>https://duraboys.tistory.com/2840</link>
      <description>MAC을 구매하고 적응중입니다.주로 사용하게 되는것들을 정리해둡니다.command-스페이스 바:&amp;nbsp;Spotlight&amp;nbsp;검색 필드를 표시하거나 가립니다. Finder 윈도우에서 Spotlight 검색을 수행하려면 command–option–스페이스 바를 누릅니다. (다른 언어로 입력하기 위해&amp;nbsp;여러 입력 소스를 사용하는 경우&amp;nbsp;이 단축키를 누르면 Spotlight가 표시되는 대신 입력 소스가 변경됩니다.&amp;nbsp;충돌하는 키보..</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2840</guid>
      <comments>https://duraboys.tistory.com/2840#entry2840comment</comments>
      <pubDate>Thu, 14 May 2020 09:22:40 +0900</pubDate>
    </item>
    <item>
      <title>크롬 주소창에 Google Cloud Search 사용하기</title>
      <link>https://duraboys.tistory.com/2839</link>
      <description>크롬실행 &amp;gt; 설정 &amp;gt; 검색엔진관리Chrome을 엽니다.설정 다음 검색 다음 검색 엔진 관리로 이동합니다.창 하단으로 스크롤합니다.다음 정보를 입력합니다.새 검색 엔진 이름: Cloud Search키워드: csURL: https://cloudsearch.google.com/cloudsearch?q=%s완료를 클릭합니다.다음과 같이 검색을 수행합니다.검색주소창에 cs를 입력하고 Tab 키를 누릅니다.검색어를 입력합니다.</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2839</guid>
      <comments>https://duraboys.tistory.com/2839#entry2839comment</comments>
      <pubDate>Sun, 10 May 2020 11:25:40 +0900</pubDate>
    </item>
    <item>
      <title>atom / packages / sync-settings</title>
      <link>https://duraboys.tistory.com/2838</link>
      <description>Atom 사용시 다른 작업 PC에 패키지 설정을 동기화가 필요하다.
sync-settings 라는 package 사용법을 정리 한다.
자세한 내용은 사이트에 접속해서 확인 가능함
www.atom.io/packages/sync-settings

&amp;nbsp;

sync-settings
Synchronize package settings, keymap and installed packages
atom.io


Atom Editor www.atom.io

&amp;n..</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2838</guid>
      <comments>https://duraboys.tistory.com/2838#entry2838comment</comments>
      <pubDate>Sat, 9 May 2020 23:47:30 +0900</pubDate>
    </item>
    <item>
      <title>노트북 배터리 캘리브레이션 최상의 성능을 위한 컴퓨터 배터리 보정</title>
      <link>https://duraboys.tistory.com/2837</link>
      <description>배터리가&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;사용한&amp;nbsp;이후&amp;nbsp;몇&amp;nbsp;달마다&amp;nbsp;이&amp;nbsp;재보정&amp;nbsp;절차를&amp;nbsp;수행해야&amp;nbsp;합니다.&amp;nbsp;평소 AC 전원에 연결된 상태에서 사용하고 배터리 전원은 거의 사용하지 않는 사용자는 이 절차..</description>
      <category>Interesting/TIPTECH</category>
      <category>노트북</category>
      <category>노트북배터리</category>
      <category>맥북</category>
      <category>배터리최적화</category>
      <category>캘리브레이션</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2837</guid>
      <comments>https://duraboys.tistory.com/2837#entry2837comment</comments>
      <pubDate>Fri, 8 May 2020 11:00:18 +0900</pubDate>
    </item>
    <item>
      <title>mariaDB-MySQL 데이터베이스 전체 스키마출력</title>
      <link>https://duraboys.tistory.com/2836</link>
      <description>SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;a.TABLE_NAME&amp;nbsp;'테이블명', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b.ORDINAL_POSITION&amp;nbsp;'순번', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b.COLUMN_NAME&amp;nbsp;'필드명', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp..</description>
      <category>Databases</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2836</guid>
      <comments>https://duraboys.tistory.com/2836#entry2836comment</comments>
      <pubDate>Tue, 5 May 2020 18:45:44 +0900</pubDate>
    </item>
    <item>
      <title>MySQL-MariaDB 테이블정의서 출력</title>
      <link>https://duraboys.tistory.com/2835</link>
      <description>SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;ORDINAL_POSITION&amp;nbsp;'순번', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;COLUMN_NAME&amp;nbsp;'필드명', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DATA_TYPE&amp;nbsp;'DATA&amp;nbsp;TYPE', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n..</description>
      <category>Databases</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2835</guid>
      <comments>https://duraboys.tistory.com/2835#entry2835comment</comments>
      <pubDate>Tue, 5 May 2020 18:44:52 +0900</pubDate>
    </item>
    <item>
      <title>iptables</title>
      <link>https://duraboys.tistory.com/2834</link>
      <description>Chain&amp;nbsp;INPUT&amp;nbsp;:&amp;nbsp;서버로&amp;nbsp;들어오는&amp;nbsp;기본&amp;nbsp;정책 Chain&amp;nbsp;FORWARD&amp;nbsp;:&amp;nbsp;서버에서&amp;nbsp;forwarding&amp;nbsp;기본&amp;nbsp;정책 Chain&amp;nbsp;OUTPUT&amp;nbsp;:&amp;nbsp;서버에서&amp;nbsp;나가는&amp;nbsp;기본&amp;nbsp;정책 &amp;nbsp; ------&amp;gt;&amp;nbsp;INPUT&amp;nbsp;------&amp;gt;&amp;nbsp;Linux&amp;nbsp;Server&amp;..</description>
      <category>Infrastructure</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2834</guid>
      <comments>https://duraboys.tistory.com/2834#entry2834comment</comments>
      <pubDate>Tue, 3 Dec 2019 19:16:47 +0900</pubDate>
    </item>
    <item>
      <title>일본불매리스트 업데이트</title>
      <link>https://duraboys.tistory.com/2833</link>
      <description>일본 불매 리스트 업데이트가 올라와서 공유합니다.
노노재팬</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2833</guid>
      <comments>https://duraboys.tistory.com/2833#entry2833comment</comments>
      <pubDate>Thu, 18 Jul 2019 11:31:31 +0900</pubDate>
    </item>
    <item>
      <title>이전 화면 페이지 마지막 스크롤 위치 이동</title>
      <link>https://duraboys.tistory.com/2832</link>
      <description>function setCookie(name, value, days) {
  var expires = &quot;&quot;;
  if (days) {
    var date = new Date();
    date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
    expires = &quot;; expires=&quot; + date.toUTCString();
  }
  document.cookie = name + &quot;=&quot; + (va..</description>
      <category>HTML &amp;amp; Script</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2832</guid>
      <comments>https://duraboys.tistory.com/2832#entry2832comment</comments>
      <pubDate>Thu, 18 Jul 2019 10:46:55 +0900</pubDate>
    </item>
    <item>
      <title>webview document.referrer 체크</title>
      <link>https://duraboys.tistory.com/2831</link>
      <description>function back() { 
  if(!document.referrer){ 
    location.href = &quot;URL&quot;; 
  }else if (document.referrer.indexOf(&quot;checkPage&quot;) &amp;gt; 0) { 
    location.href = &quot;URL&quot;; 
  }else{ 
    if ('Android'== device) { 
      history.go(-1); 
    } else if ('iOS'== devi..</description>
      <category>HTML &amp;amp; Script</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2831</guid>
      <comments>https://duraboys.tistory.com/2831#entry2831comment</comments>
      <pubDate>Wed, 17 Jul 2019 09:43:00 +0900</pubDate>
    </item>
    <item>
      <title>autocomplete 속성 작성</title>
      <link>https://duraboys.tistory.com/2830</link>
      <description>&amp;lt;input type=&quot;text&quot; name=&quot;name&quot; autocomplete=&quot;name&quot;&amp;gt;
TokenMaximum number of tokensCategory



&quot;off&quot;
1
Off


&quot;on&quot;
1
Automatic




&quot;name&quot;
3
Normal


&quot;honorific-prefix&quot;
3
Normal


&quot;given-name&quot;
3
Normal


&quot;additional-name&quot;
3
Normal


&quot;family-name&quot;
3
Norm..</description>
      <category>HTML &amp;amp; Script</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2830</guid>
      <comments>https://duraboys.tistory.com/2830#entry2830comment</comments>
      <pubDate>Fri, 5 Jul 2019 08:39:57 +0900</pubDate>
    </item>
    <item>
      <title>onbeforeunload Event</title>
      <link>https://duraboys.tistory.com/2829</link>
      <description>window.addEventListener('beforeunload' function (event) {
  var confirmationMessage = '입력 내용이 모두 사라집니다.';
  event.returnValue = confirmationMessage;
 
  return confirmationMessage;
});
beforeunload 이벤트는 Mobile Safari에서는 지원하지 않습니다.
&amp;lt;!DOCTYPE html&amp;gt;
&amp;l..</description>
      <category>HTML &amp;amp; Script</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2829</guid>
      <comments>https://duraboys.tistory.com/2829#entry2829comment</comments>
      <pubDate>Thu, 4 Jul 2019 08:37:04 +0900</pubDate>
    </item>
    <item>
      <title>[html] autocapitalize 속성</title>
      <link>https://duraboys.tistory.com/2828</link>
      <description>autocapitalize는&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;제어합니다.
iOS에서는&amp;nbsp;영문&amp;nbsp;입력시&amp;nbsp;첫글자를&amp;nbsp;대문자로&amp;nbsp;변환하거나&amp;nbsp;스펠링&amp;nbsp;체크를&amp;nbsp;하는&amp;nbsp;기능이&amp;nbsp;있습니다.&amp;nbsp;하지만&amp;..</description>
      <category>HTML &amp;amp; Script</category>
      <category>autocapitalize</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2828</guid>
      <comments>https://duraboys.tistory.com/2828#entry2828comment</comments>
      <pubDate>Wed, 3 Jul 2019 20:31:31 +0900</pubDate>
    </item>
    <item>
      <title>폐차안내일반폐차 / 말소등록 절차</title>
      <link>https://duraboys.tistory.com/2827</link>
      <description>폐차/말소 안내
폐차는 꼭 관청에 등록된 관허폐차장에서 해야하며 폐차시 필히 폐차인수증명서를 발급 받으셔야 합니다. 관허폐차장에 폐차에서부터 말소등록 대행까지 의뢰를 하시면 원스톱으로 적접한 절차를 거쳐 신속정확하게 말소까지 처리해 드립니다. 무등록업업체에 폐차를 의뢰할 경우에는 폐차인수증명서 발급을 받지못 할 뿐 아니라 자동차등록말소 처리가 되지않아 자동차세 체납 및 책임보험과태료등의 문제가 발생할 수 있습니다.
폐차시 구비서류

개인일 경우
자동차등..</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2827</guid>
      <comments>https://duraboys.tistory.com/2827#entry2827comment</comments>
      <pubDate>Sat, 22 Jun 2019 13:49:04 +0900</pubDate>
    </item>
    <item>
      <title>해당 디렉토리 하부 특정일자 이전 삭제</title>
      <link>https://duraboys.tistory.com/2826</link>
      <description>현재&amp;nbsp;폴더&amp;nbsp;내에서&amp;nbsp;365일&amp;nbsp;지난&amp;nbsp;폴더&amp;nbsp;&amp;amp;&amp;nbsp;파일지우기&amp;nbsp;예 [root@/]#find&amp;nbsp;./&amp;nbsp;-mtime&amp;nbsp;+365&amp;nbsp;-exec&amp;nbsp;rm&amp;nbsp;-rf&amp;nbsp;{}&amp;nbsp;\; ※&amp;nbsp;주의&amp;nbsp;:&amp;nbsp;지우고자&amp;nbsp;하는&amp;nbsp;폴더의&amp;nbsp;상위폴더에서&amp;nbsp;실행시&amp;nbsp;상위폴더의&amp;nbsp;생성날짜가&amp;nbsp;..</description>
      <category>Infrastructure</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2826</guid>
      <comments>https://duraboys.tistory.com/2826#entry2826comment</comments>
      <pubDate>Sun, 19 May 2019 22:34:58 +0900</pubDate>
    </item>
    <item>
      <title>오프스크린 이미지 지연하기 lazyload</title>
      <link>https://duraboys.tistory.com/2825</link>
      <description>&amp;nbsp;
Offscreen Images
Overview
Offscreen images are images that appear&amp;nbsp;below the fold. Since users can't see offscreen images when they load a page, there's no reason to download the offscreen images as part of the initial page load. In other words..</description>
      <category>HTML &amp;amp; Script</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2825</guid>
      <comments>https://duraboys.tistory.com/2825#entry2825comment</comments>
      <pubDate>Sat, 4 May 2019 20:00:21 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 카카오지도 API 사용 시 키 해시 구하기</title>
      <link>https://duraboys.tistory.com/2824</link>
      <description>키 해시는 2가지가 필요하다.
구글콘솔과 앱에서 추출하는 것
1. 앱에서 추출
// 키해시 구하는 메소드 private void getAppKeyHash() { try { PackageInfo info = getPackageManager().getPackageInfo(getPackageName(), PackageManager.GET_SIGNATURES); for (Signature signature : info.signatures) { MessageDi..</description>
      <category>Develpoer</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2824</guid>
      <comments>https://duraboys.tistory.com/2824#entry2824comment</comments>
      <pubDate>Mon, 1 Apr 2019 11:50:59 +0900</pubDate>
    </item>
    <item>
      <title>멀티호스팅(버추얼호스트) war 파일 적용시키기</title>
      <link>https://duraboys.tistory.com/2823</link>
      <description>서버 - usr - local - server.xml
&amp;lt;Engine&amp;gt; 쪽 확인
&amp;lt;Host name=&quot;도메인&quot;&amp;nbsp; appBase=&quot;폴더 주소&quot; unpackWARs=&quot;true&quot; autoDeploy=&quot;true&quot;&amp;gt;
뒤에 두 설정이 true 되어야 war 파일이 Deploy 됨.
appBase 폴더 안에 war 파일 복사
톰캣 재실행
폴더 생성 확인</description>
      <category>JAVA</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2823</guid>
      <comments>https://duraboys.tistory.com/2823#entry2823comment</comments>
      <pubDate>Mon, 1 Apr 2019 11:32:34 +0900</pubDate>
    </item>
    <item>
      <title>servlet 인식이 안될때, UnsupportedClassVersionError</title>
      <link>https://duraboys.tistory.com/2822</link>
      <description>웹에서&amp;nbsp;UnsupportedClassVersionError 에러가 나는 경우가 있다.
이 경우는 웹 서버의 jdk 버전과 컴파일된 파일의 버전이 동일하지 않아 발생하는 경우이다.
(컴파일된 파일이 최신버전)
이클립스의 경우 프로젝트 우클릭 - properties - java compiler - compiler compliance level을
웹서버의 jdk 버전과 맞춰준다.
서블릿 파일을 다시 저장하고 탐색기로 프로젝트 폴더에서 class 파일..</description>
      <category>JAVA</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2822</guid>
      <comments>https://duraboys.tistory.com/2822#entry2822comment</comments>
      <pubDate>Mon, 1 Apr 2019 11:31:42 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 스튜디오 팝업 activity 크기 조절 및 뒷 배경 흐리게</title>
      <link>https://duraboys.tistory.com/2821</link>
      <description>super.onCreate(savedInstanceState);
// 뒷배경 흐리게 하기
WindowManager.LayoutParams layoutParams= new WindowManager.LayoutParams();
layoutParams.flags= WindowManager.LayoutParams.FLAG_DIM_BEHIND;
layoutParams.dimAmount= 0.7f;getWindow().setAttributes(layoutParam..</description>
      <category>Develpoer</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2821</guid>
      <comments>https://duraboys.tistory.com/2821#entry2821comment</comments>
      <pubDate>Mon, 1 Apr 2019 11:30:30 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 스튜디오 캐시 지우는법</title>
      <link>https://duraboys.tistory.com/2820</link>
      <description>안드로이드 스튜디오 캐시 삭제 방법
안드로이드 스튜디오 같은 프로젝트를 교차 실행 할때 오류가 나면 캐시를 삭제 하면 된다.
File - Invalidate Cache / Restart 실행하여 안드로이드 캐시를 삭제</description>
      <category>Develpoer</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2820</guid>
      <comments>https://duraboys.tistory.com/2820#entry2820comment</comments>
      <pubDate>Mon, 1 Apr 2019 11:27:54 +0900</pubDate>
    </item>
    <item>
      <title>등기신청 10000148 오류 - 해당 폴더에 대한 쓰기 권한이 없습니다.</title>
      <link>https://duraboys.tistory.com/2819</link>
      <description>거지같은 엑티브 엑스로 인해 개 삽질할 다른 누군가를 위해서 기록남깁니다.법인등기나 공인인서를 이용하여 인터넷 등기소를 사용해야 했음사이트 : http://www.iros.go.kr/PMainJ.jsp크롬에서 안될것 같아서 IE에서 정말 설치 하기 싫은 엑티브엑스 설치 해주면서 시도 했다.이리저리 설치 해주고 공인인증서 로그인후 승인 처리를 하면 결과는 항상&amp;nbsp;등기신청 10000148 오류 - 해당 폴더에 대한 쓰기 권한이 없습니다.몇번에 재부팅..</description>
      <category>Interesting/TIPTECH</category>
      <category>10000148</category>
      <category>등기소</category>
      <category>등기신청</category>
      <category>등기신청오류</category>
      <category>쓰기권한</category>
      <category>인터넷등기소</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2819</guid>
      <comments>https://duraboys.tistory.com/2819#entry2819comment</comments>
      <pubDate>Tue, 27 Nov 2018 18:00:18 +0900</pubDate>
    </item>
    <item>
      <title>서버간데이터복사</title>
      <link>https://duraboys.tistory.com/2818</link>
      <description># scp [옵션] [계정명]@[원격지IP주소]:[원본 경로 및 파일] [전송받을 위치]옵션중에 –P와 –p가 있으니 대/소문자 확인을 하여야 한다.-P : 포트번호를 지정함-p : 원본파일 수정/사용시간 및 권한을 유지함-r : 하위 디렉토리 및 파일 모두 복사함scp -r root@104.xxx.xxx.xxx:/var/www/html/data/banner /home/com_mall/www/data3</description>
      <category>Infrastructure</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2818</guid>
      <comments>https://duraboys.tistory.com/2818#entry2818comment</comments>
      <pubDate>Tue, 20 Nov 2018 01:09:51 +0900</pubDate>
    </item>
    <item>
      <title>2018년 SW기술자 평균임금 - IT직무별</title>
      <link>https://duraboys.tistory.com/2817</link>
      <description>【2018년 SW기술자 평균임금 - IT직무별】&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;&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;&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;..</description>
      <category>Interesting/TIPTECH</category>
      <author>duraboys</author>
      <guid isPermaLink="true">https://duraboys.tistory.com/2817</guid>
      <comments>https://duraboys.tistory.com/2817#entry2817comment</comments>
      <pubDate>Thu, 13 Sep 2018 12:26:40 +0900</pubDate>
    </item>
  </channel>
</rss>