<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>margalog</title>
    <link>https://marga.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Mon, 27 Jul 2026 01:47:12 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>marga</managingEditor>
    <image>
      <title>margalog</title>
      <url>https://t1.daumcdn.net/cfile/tistory/21546A4058DB4C3627</url>
      <link>https://marga.tistory.com</link>
    </image>
    <item>
      <title>웹브라우저 http -&amp;gt; https 강제 전환 해제하기</title>
      <link>https://marga.tistory.com/667</link>
      <description>1. 웹 브라우저 주소 표시줄에 HSTS/PKP 설정 페이지 호출 명령어를 입력한다.
[ 브라우저별 HSTS/PKP 설정 호출 방법 ]



브라우저&amp;nbsp;명
HSTS/PKP 설정 호출 주소


크롬(Google&amp;nbsp;Chrome)
chrome://net-internals/#hsts


엣지(MS&amp;nbsp;Edge)
edge://net-internals/#hsts


오페라(Opera)
opera://net-internals/#hsts


네이버..</description>
      <category>Information/Web</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/667</guid>
      <comments>https://marga.tistory.com/667#entry667comment</comments>
      <pubDate>Thu, 20 Jun 2024 14:16:00 +0900</pubDate>
    </item>
    <item>
      <title>워드 파일 용량 줄이기 (MS Word file size reduction)</title>
      <link>https://marga.tistory.com/500</link>
      <description>MS Word 작업을 하면서 그림이나 테이블 같은 것들을 Copy, Paste, Delete 를 반복적으로 수행하다 보면 실제 내용에 비해 용량이 터무니없이 커지는 경우가 있다.이런경우 MS Word의 rtf 파일 포맷을 이용해서 해결할 수 있다.방법은 다음과 같다.


1. 용량이 커져버린 doc 파일을 word 에서 연다.

2. 파일 -&amp;gt; 다른 이름으로 저장 -&amp;gt; 파일 형식을 '서식 있는 텍스트 (*.rtf)' 로 설정하여 저장 한다.
..</description>
      <category>Information</category>
      <category>Microsoft Office</category>
      <category>word</category>
      <category>용량축소</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/500</guid>
      <comments>https://marga.tistory.com/500#entry500comment</comments>
      <pubDate>Fri, 4 Jan 2019 11:32:54 +0900</pubDate>
    </item>
    <item>
      <title>팝업창 스크롤바 자동 생성</title>
      <link>https://marga.tistory.com/208</link>
      <description>&amp;nbsp;
팝업창 스크롤바 자동 생성
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
  &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
  &amp;lt;script type='text/javascript'&amp;gt;
    window.onload = function(){
     if((parseInt(document.getElementById('body').offsetHeight)
        - parseInt(window.document.body.c..</description>
      <category>Developer/JavaScript</category>
      <category>JavaScript</category>
      <category>popup</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/208</guid>
      <comments>https://marga.tistory.com/208#entry208comment</comments>
      <pubDate>Thu, 3 Jan 2019 21:42:16 +0900</pubDate>
    </item>
    <item>
      <title>다른 도메인간 부모창과 자식창 제어</title>
      <link>https://marga.tistory.com/217</link>
      <description>익스플로러 5.5 이후 부터는 스크립트로 server1.abc.com 과 live.abc.com 간의 상호 도메인이 다른 프레임이나 윈도우의 document에 관련된 작업을 시도하면 보안에러가 발생한다.
Cross-site Scripting 에 대한 MS의 말..&amp;nbsp;How Cross-site Scripting Attacks Work
파이어폭스 같은 경우에는 스크립트(Signed scripts)에서 브라우져자체에 포함(?)된 클래스(netscape..</description>
      <category>Developer/JavaScript</category>
      <category>JavaScript</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/217</guid>
      <comments>https://marga.tistory.com/217#entry217comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:57:48 +0900</pubDate>
    </item>
    <item>
      <title>MS SQL 시스템 저장 프로시저</title>
      <link>https://marga.tistory.com/515</link>
      <description>엔터프라이즈 관리자의 master 데이터베이스의 저장 프로시저 및 확장 저장 프로시저 폴더에서 &amp;lsquo;sp_&amp;rsquo; 또는 &amp;lsquo;xp_&amp;rsquo;로 시작되는 수많은 시스템 저장 프로시저들을 확인할 수 있다. 시스템 저장 프로시저들은 다음과 같이 분류할 수 있다(분류명 뒤에 &amp;lsquo;프로시저&amp;rsquo;가 생략되어 있음).∙ Active Directory, 카탈로그, 커서, 데이터베이스 유지 관리 계획, 분산 쿼리, 전체 텍스트 검색..</description>
      <category>Developer/MS SQL</category>
      <category>MSSQL</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/515</guid>
      <comments>https://marga.tistory.com/515#entry515comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:56:44 +0900</pubDate>
    </item>
    <item>
      <title>MS-SQL 사용자 비밀번호 변경하기 (sp_password)</title>
      <link>https://marga.tistory.com/34</link>
      <description>sp_password
Microsoft® SQL Server™ 로그인의 암호를 추가 또는 변경합니다.
구문
sp_password [ [ @old = ] 'old_password' , ] &amp;nbsp; &amp;nbsp; { [ @new =] 'new_password' }&amp;nbsp; &amp;nbsp;&amp;nbsp; [ , [ @loginame = ] 'login' ]
인수
[@old =] 'old_password'
이전 암호입니다. old_password는 sysname이..</description>
      <category>Information</category>
      <category>SQL</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/34</guid>
      <comments>https://marga.tistory.com/34#entry34comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:54:49 +0900</pubDate>
    </item>
    <item>
      <title>a 태그에서의 함수호출</title>
      <link>https://marga.tistory.com/80</link>
      <description>a 태그에는 함수 호출시 리턴 값이 있으면 리턴 값을 보여주기 위해서 브라우저에 나타납니다. 그래서 보통 a&amp;nbsp;태그에 스크립트 함수를 호출할때는 리턴 값을 주지 않습니다.예1)&amp;lt;a href=&quot;#&quot; onclick=&quot;함수();&quot;&amp;gt;함수에 리턴값이 있던 없던 상관 없음그러나 클릭하는 순간 링크 &quot;#&quot; 때문에 페이지의 최상위로 이동됨예2)&amp;lt;a href=&quot;javascript:함수();&quot;&amp;gt;브라우저에 리턴값이 출력되므로 리턴값이 있으면 안..</description>
      <category>Information</category>
      <category>JavaScript</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/80</guid>
      <comments>https://marga.tistory.com/80#entry80comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:50:59 +0900</pubDate>
    </item>
    <item>
      <title>SQLite 자료형(Data Types)</title>
      <link>https://marga.tistory.com/577</link>
      <description>사용할 수 있는 자료형은 5가지&amp;nbsp;
NULL: 널값
INTEGER: 1,2,3,4,6,8bytes의 정수값
(자동증가 시킬 경우 INTEGER PRIMARY KEY AUTOINCREMENT 로 표기)
REAL: 8bytes의 부동소수점값
TEXT: UTF-8, UTF-16BE, UTF-16LE인코딩의 문자열
BLOB: 입력된 그대로 저장, 바이너리 파일 등


다른 형태는 어떻게 만들면 될까?&amp;nbsp;
Boolean타입: INTEGER로 만들어..</description>
      <category>Developer/Android</category>
      <category>Android</category>
      <category>SQLite</category>
      <category>안드로이드</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/577</guid>
      <comments>https://marga.tistory.com/577#entry577comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:50:45 +0900</pubDate>
    </item>
    <item>
      <title>SQLite 현재 날짜 얻기</title>
      <link>https://marga.tistory.com/578</link>
      <description>SQLite에서 날짜를 표시하기 위한 함수는 아래의 5가지가 있다.
date(timestring, modifier, modifier, ...) : 날짜
time(timestring, modifier, modifier, ...) : 시간
datetime(timestring, modifier, modifier, ...) : 날짜+시간
julianday(timestring, modifier, modifier, ...) : 율리우스력 날짜
strftime(fo..</description>
      <category>Developer/Android</category>
      <category>Android</category>
      <category>SQLite</category>
      <category>날짜함수</category>
      <category>안드로이드</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/578</guid>
      <comments>https://marga.tistory.com/578#entry578comment</comments>
      <pubDate>Thu, 3 Jan 2019 15:50:10 +0900</pubDate>
    </item>
    <item>
      <title>JavaSctript 객체 속성(object property) 알아내기</title>
      <link>https://marga.tistory.com/630</link>
      <description>









자바스크립트(JavaScript) 객체는 그 안에 여러가지 속성과 값을 담고 있는 경우가 있는데, 그러한 객체의 속성을 조회할 때 유용한 소스이다.function getProperty(obj) {
   for (var p in obj) {
	   // 출력형태 - 이름(타입) : 값
	   var msg = p + &quot;(&quot; + typeof obj[p] + &quot;) : &quot; + obj[p];
	   console.log(msg);
   }
}
..</description>
      <category>Developer/JavaScript</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/630</guid>
      <comments>https://marga.tistory.com/630#entry630comment</comments>
      <pubDate>Thu, 28 Dec 2017 11:43:13 +0900</pubDate>
    </item>
    <item>
      <title>GPL라이브러리 사용 관련 문의</title>
      <link>https://marga.tistory.com/621</link>
      <description>고객사 S/W 제작에&amp;nbsp;GPL라이센스를 가진 오픈소스를 반영해야 하는 이슈가 발생하였다.
GPL라이센스는 해당&amp;nbsp;라이브러리가 적용 된 S/W의 소스를 공개해야 하는 의무사항을 가진다.
이때, 고객사에게 알려줘야 하는 S/W 소스&amp;nbsp;공개의 범위는 어디까지일까?

오픈소스에 대한 각종 상담/컨설팅 서비스를 제공하는 한국 저작권위원회의 OLIS(https://www.olis.or.kr/)에 물어보았다.
&amp;nbsp;Q&amp;nbsp;
A사에게 ..</description>
      <category>Information</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/621</guid>
      <comments>https://marga.tistory.com/621#entry621comment</comments>
      <pubDate>Mon, 4 Jan 2016 11:33:50 +0900</pubDate>
    </item>
    <item>
      <title>음표소리 안드로이드 앱</title>
      <link>https://marga.tistory.com/619</link>
      <description>제가 희안한 것을 만들었습니다.
아무래도 듣도 보도 못한 것을 만든 것 같습니다.
이런 희안한 것을 만들게 된 배경은 아래와 같습니다.





그래서 탄생한 것이 요겁니다.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓



아직 v1.0이 아닙니다.
1.0이 아니라는 것은 개발중인 아이라는 의미 입니다.</description>
      <category>Software</category>
      <category>made by marga</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/619</guid>
      <comments>https://marga.tistory.com/619#entry619comment</comments>
      <pubDate>Thu, 25 Jun 2015 09:35:41 +0900</pubDate>
    </item>
    <item>
      <title>레이아웃에 포함된 뷰들에 동일한 액션 적용하기</title>
      <link>https://marga.tistory.com/618</link>
      <description>제목 잡기가 참 힘들다.
간단하게 설명할 수 있는 타이틀이 떠오르지 않는다.
이 글은&amp;nbsp;duplicateParentState와&amp;nbsp;addStatesFromChildren에 대한 내용이다.

'안드로이드에서 부모 뷰의 속성이 자식 뷰에도 동일하게 적용 되도록 하는 방법'이란 것인데, 좀 쉽게(?) 설명하자면 이런 경우다.

1. 게시판 리스트뷰가 있다.
2. 각 항목은&amp;nbsp;More 버튼을 가지고 있다.
3. More 버튼을 누르면 다음 ..</description>
      <category>Developer/Android</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/618</guid>
      <comments>https://marga.tistory.com/618#entry618comment</comments>
      <pubDate>Tue, 23 Jun 2015 13:30:58 +0900</pubDate>
    </item>
    <item>
      <title>이클립스 플러그인 (Eclipse Plugin)</title>
      <link>https://marga.tistory.com/588</link>
      <description>Help &amp;gt; Install New Software &amp;gt; Add 의 Location에 해당 플러그인의 URL을 입력하면 설치할 수 있다.


Eclipse Color Theme
http://eclipse-color-theme.github.com/update이클립스 에디터 환경의&amp;nbsp;색상 변경을 편리하게 할 수 있는&amp;nbsp;플러그인.홈페이지는 여기 :&amp;nbsp;http://www.eclipsecolorthemes.org/&amp;nbsp;


Ec..</description>
      <category>Software</category>
      <category>Eclipse</category>
      <category>Plugin</category>
      <category>Software</category>
      <category>이클립스</category>
      <category>플러그인</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/588</guid>
      <comments>https://marga.tistory.com/588#entry588comment</comments>
      <pubDate>Tue, 16 Jun 2015 10:18:45 +0900</pubDate>
    </item>
    <item>
      <title>이클립스(Eclipse)에서 클래스 멤버 변수 로그 출력용 스크립트 자동 생성하기</title>
      <link>https://marga.tistory.com/617</link>
      <description>Eclipse에서 클래스 멤버 변수(Class Member Field) 전체를&amp;nbsp;로그로 출력하기 위한 스크립트를 자동으로 생성 할 수 있다.

이클립스 상단 메뉴의 Source &amp;gt; Generate toString() 을 실행하면&amp;nbsp;멤버 변수에 대한 로그 출력용 스크립트를 toString() 이라는 함수명으로 자동 생성 해 준다.

설치 된 이클립스에서 해당 기능이 없는 경우 JUtils ToString Generator Plug-in..</description>
      <category>Developer</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/617</guid>
      <comments>https://marga.tistory.com/617#entry617comment</comments>
      <pubDate>Tue, 21 Apr 2015 10:54:53 +0900</pubDate>
    </item>
    <item>
      <title>이클립스(Eclipse)에서 Java Doc을 생성하는 방법</title>
      <link>https://marga.tistory.com/615</link>
      <description>1. 프로젝트 우클릭- &amp;gt; Export - &amp;gt;Java - &amp;gt; Javadoc 클릭2. Javadoc command 에 javadoc.exe 경로 설정 (jdk/bin/javadoc.exe)3. Javadoc 으로 생성 될 소스파일 선택 (gen, 오픈소스 선택 해제)4. Create Javadoc for members with visibility를 Private로 설정5. Destination에 저장 결로 설정6. Next &amp;gt; Nex..</description>
      <category>Information</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/615</guid>
      <comments>https://marga.tistory.com/615#entry615comment</comments>
      <pubDate>Thu, 9 Apr 2015 10:49:57 +0900</pubDate>
    </item>
    <item>
      <title>스크롤 페이징의 지연 없는 데이터 전달(Non-stop data delivery)</title>
      <link>https://marga.tistory.com/614</link>
      <description>ListView 에서 데이터 페이징을 구현 하는 방법 중&amp;nbsp;주로 사용되는 방법이 아마 이 두가지가 아닐까 싶다.

1. 맨 아래에 '더보기' 버튼을 놓는다.
2. 스크롤이&amp;nbsp;맨 아래에&amp;nbsp;닿았을 때 새로운 데이터를 불러 온다.

&amp;nbsp;
하지만, 이 두 방법은 사용자에게 정보 전달의&amp;nbsp;Delay를 발생시킨다.
빠르게, 지연없이, 정보를 쭉쭉 확인하고 싶은 사람에게는 순간순간의 Stop을 발생시키게 되는 것이다.
사용자에게 ..</description>
      <category>Developer/Android</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/614</guid>
      <comments>https://marga.tistory.com/614#entry614comment</comments>
      <pubDate>Tue, 10 Feb 2015 10:49:38 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드에서 폰트 적용하기</title>
      <link>https://marga.tistory.com/612</link>
      <description>assets 폴더에 적용할 폰트를 넣어놓고 아래 코드를 적용한다.
여기서는 Roboto-Thin.ttf 폰트를 예로 들어 표기한다.

MainActivity.java
@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);

    Typeface m..</description>
      <category>Developer/Android</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/612</guid>
      <comments>https://marga.tistory.com/612#entry612comment</comments>
      <pubDate>Tue, 6 Jan 2015 11:21:09 +0900</pubDate>
    </item>
    <item>
      <title>SupportMapFragment Duplicate id 오류</title>
      <link>https://marga.tistory.com/611</link>
      <description>Fragment에서 GoogleMap v2를 사용하는 경우...
1. SupportMapFragment를 사용하는 MapFragment를 호출2. popBackStack()을 하고3. 다시 MapFragment를 호출 했는데4. android.view.InflateException과 java.lang.IllegalArgumentException을 만나게 됐다면...
MapFragment에 onDestroyView()를 Override시킨 후 아래 코드를..</description>
      <category>Developer/Android</category>
      <category>Android</category>
      <category>Android Error</category>
      <category>GoogleMap v2</category>
      <category>supportmapfragment</category>
      <category>구글맵</category>
      <category>안드로이드 오류</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/611</guid>
      <comments>https://marga.tistory.com/611#entry611comment</comments>
      <pubDate>Fri, 20 Jun 2014 14:23:19 +0900</pubDate>
    </item>
    <item>
      <title>외부 앱 실행시키기</title>
      <link>https://marga.tistory.com/610</link>
      <description>내 어플에서 외부 앱(3rd party App)을 실행하는 방법
&amp;nbsp;
실행시킬 패키지의 Activity를 아는 경우
ComponentName compName = new ComponentName(&quot;com.package&quot;,&quot;com.package.activity&quot;);
Intent intent = newIntent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setC..</description>
      <category>Developer/Android</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/610</guid>
      <comments>https://marga.tistory.com/610#entry610comment</comments>
      <pubDate>Wed, 11 Jun 2014 14:29:07 +0900</pubDate>
    </item>
    <item>
      <title>Creative WP-250 Reset 하기</title>
      <link>https://marga.tistory.com/609</link>
      <description>Creative WP-250 헤드셋을 스마트폰과 연결하여 사용하다가 폰이 변경됐을 때는 헤드셋을 리셋해 주어야 서로 연결이 잘 됩니다.

헤드셋을 리셋 하는 방법은 다음과 같습니다.

1. 헤드셋 전원이 꺼진 상태에서, 볼륨 다운 버튼 '-'과 통화버튼을 6초 이상 누르고 있는다.
2. 우측 이어캡 부분의 LED에서 빨간 불이 깜빡하면 성공
3. 스마트폰과 새로 페어링 해준다.

원본은 여기&amp;nbsp;http://support.creative.com/k..</description>
      <category>Information</category>
      <category>Bluetooth Headset Reset</category>
      <category>Creative WP-250</category>
      <category>블루투스 헤드셋 리셋</category>
      <category>페어링 문제</category>
      <category>페어링 이슈</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/609</guid>
      <comments>https://marga.tistory.com/609#entry609comment</comments>
      <pubDate>Wed, 11 Jun 2014 10:12:28 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 리소스 폴더 확장 적용 순서</title>
      <link>https://marga.tistory.com/608</link>
      <description>아래의 순서로 정해짐
&amp;nbsp;



한정자 종류
값
설명


MCC와 MNC
mcc310..
모바일 국가코드, SIM 카드에 저장된 모바일 네트워크 카드


언어와 지역
enen-rUS
언어코드 :http://ko.wikipedia.org/wiki/ISO_639 : Alpha-2한국(ko), 영어(en), 일본어(ja), 중국어(zh)국가코드 :&amp;nbsp;http://geotags.com/iso3166/countries.html한국(ko), 영국(r..</description>
      <category>Developer/Android</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/608</guid>
      <comments>https://marga.tistory.com/608#entry608comment</comments>
      <pubDate>Fri, 30 May 2014 14:20:48 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 해상도별 리소스 폴더 인식 순서</title>
      <link>https://marga.tistory.com/598</link>
      <description>프롤로그&amp;nbsp;
안드로이드는 특유의 파편화 문제로 여러 폰을 지원하다 보면 여러 종류의 레이아웃이나 리소스를&amp;nbsp;만들어야 하는 경우가 있다.그런데 여기서 또 문제가,&amp;nbsp;안드로이드는 OS버젼별로 해당 폴더의 인식 순서가 다르다는데 있다.덕분에 이걸 모르면 개 삽질을 미친듯이 해야 하고 (경험담ㅋㅋㅋ)결국 해상도별 픽셀 폴더를 만드는 짓(!)을 해서 훗날 유지보수를 어렵게 만들게 된다.그리고는 &quot;어쩔 수 없다&quot; 라는 말을 할 수 밖에 없는 ..</description>
      <category>Developer/Android</category>
      <category>Android</category>
      <category>안드로이드</category>
      <category>해상도별 레이아웃 인식</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/598</guid>
      <comments>https://marga.tistory.com/598#entry598comment</comments>
      <pubDate>Thu, 10 Apr 2014 16:43:10 +0900</pubDate>
    </item>
    <item>
      <title>크롬 브라우저에서 네이버 동영상 다운로드 하기</title>
      <link>https://marga.tistory.com/607</link>
      <description>매우 유용하다 이거 ㅎㅎhttp://zleorl.blog.me/30131879287</description>
      <category>Software</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/607</guid>
      <comments>https://marga.tistory.com/607#entry607comment</comments>
      <pubDate>Mon, 31 Mar 2014 13:23:20 +0900</pubDate>
    </item>
    <item>
      <title>농협카드, 국민카드, 롯데카드.. 카드 3사의 정보유출에 사건에 대한 개요</title>
      <link>https://marga.tistory.com/605</link>
      <description>&amp;nbsp;

이번 사건의 개요는 다음과 같다.
- 개인신용평가 전문업체인 KCB의 박 모 차장이 지난 2012년부터 카드사의 카드 도난분실, 위변조 탐지 시스템, 이른바 FDS 개발 프로젝트를 담당하면서 해당 카드사의 고객 정보를 유출한 사건.
- 2012년 10~12월, NH카드에서 약 2,500만 명의 개인정보를 USB에 불법 수집해 2013년 5월 개인정보를 광고대행업체 조 모 대표에게 1,650만 원을 받고 팔았다. 조 모 대표는 이 정보 가운..</description>
      <category>Etc</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/605</guid>
      <comments>https://marga.tistory.com/605#entry605comment</comments>
      <pubDate>Mon, 3 Feb 2014 14:36:37 +0900</pubDate>
    </item>
    <item>
      <title>역사란 무엇인가?</title>
      <link>https://marga.tistory.com/601</link>
      <description>역사란 무엇인가?역사학자들은 사소한 사건과 주의(主義)에 대해 온갖 논쟁을 벌이지만, 정작 실제의 삶은 책 속에 숨어 몰래 미소 짓기 마련이다.후세인들이 이해하는 역사란 종이더미에 묻힌 채 침침해진 눈으로 세상을 바라본 저자의 묘사에 지나지 않는다. 역사란 그저 그들의 눈에 비친 삶의 아름다움과 애수일 뿐인 것이다. 게다가 생생히 살아 숨 쉬는 사실조차도 저자의 도덕적 수치심으로 인해 혹은 정치의 칼날로 인해 왜곡될 수 있다.- '여왕의 시대' 중에서 ..</description>
      <category>Etc</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/601</guid>
      <comments>https://marga.tistory.com/601#entry601comment</comments>
      <pubDate>Mon, 9 Dec 2013 14:12:00 +0900</pubDate>
    </item>
    <item>
      <title>프로그램이 재미가 없는가?</title>
      <link>https://marga.tistory.com/597</link>
      <description>프로그램이 재미가 없는가?회사에서 하는 일이 너무 단순해서 밤을 지새울 정도의 흥미가 없는가?그런 사람에게는 프로젝트 오일러(http://projecteuler.net/)를 추천한다. 자기가 가장 좋앟는 프로그래밍 언어를 이용해서 풀 수 있는 문제가 가득하고, 전 세계의 프로그래머들과 의견을 나누거나, 선의의 경쟁도 할 수 있다.프로젝트 오일러와 비슷한 성격의 프로그래밍 사이트로는 코드쉐프(http://www.codechef.com/)라는 곳도 있다.&amp;..</description>
      <category>Information</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/597</guid>
      <comments>https://marga.tistory.com/597#entry597comment</comments>
      <pubDate>Fri, 17 May 2013 15:44:13 +0900</pubDate>
    </item>
    <item>
      <title>오픈코스웨어 사이트 모음</title>
      <link>https://marga.tistory.com/595</link>
      <description>오픈코스웨어(OCW : Open Course Ware)&amp;nbsp;
대학에서 실제로 진행되는 강의를 온라인을 통해 청강 할 수 있게 만든 일종의 지식나눔 프로그램.미국의 MIT나 하버드 등 명문 대학들이 먼저 시작했고, 대한민국에서도 많은 대학들이 오픈코스웨어를 실시하고 있습니다.국내 주요 오픈코스웨어 사이트&amp;nbsp;
▶ KOCW(Korea Open Course Ware): www.kocw.net&amp;nbsp; &amp;nbsp; 우리나라의 한국교육학술정보원에서 ..</description>
      <category>Information</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/595</guid>
      <comments>https://marga.tistory.com/595#entry595comment</comments>
      <pubDate>Mon, 4 Mar 2013 13:34:19 +0900</pubDate>
    </item>
    <item>
      <title>한번에 보는 NFC 역사</title>
      <link>https://marga.tistory.com/594</link>
      <description>한국 IDG에서 퍼온 기본내용(원본링크)에서 이미지 자료와 링크 자료들을&amp;nbsp;따로 찾아서 정리한 자료&amp;nbsp;입니다.
제목이 '한번에 보는 NFC역사' 인데, 그닥 한번에 보이지는 않네요..
뭐, 어쨌든 가볍게 참고하기엔 괜찮은 듯..&amp;nbsp;- by&amp;nbsp;marga.







NFC&amp;nbsp;(Near Field Communication)&amp;nbsp;

NFC는 단거리 무선통신 기술로 소매 거래 및 기타 디지털 거래를 위한 대금 지불 등..</description>
      <category>Information</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/594</guid>
      <comments>https://marga.tistory.com/594#entry594comment</comments>
      <pubDate>Wed, 16 Jan 2013 18:43:39 +0900</pubDate>
    </item>
    <item>
      <title>이클립스 Workspace 환경설정 복사 (Eclipse workspace setting copy)</title>
      <link>https://marga.tistory.com/592</link>
      <description>이클립스 사용시 프로그램 로딩 등의 속도 개선을 위해서는 Workspace를 프로젝트별로 구분하여 가볍게 유지하는 것이 좋다.

하지만, 문제는 Workspace를 새로 추가하면&amp;nbsp;편의를 위해 구성해 두었던 Workspace설정을 다시 해야 한다는 것이다.

다시 설정하는 번거로움 없이 기존 설정을 그대로 사용하려면, 기존 Workspace의 .plugins 폴더를 복사하면 된다.

workspace &amp;gt; .metadata &amp;gt; .plug..</description>
      <category>Information</category>
      <category>Eclipse</category>
      <category>workspace</category>
      <category>이클립스</category>
      <category>환경설정 복사</category>
      <author>marga</author>
      <guid isPermaLink="true">https://marga.tistory.com/592</guid>
      <comments>https://marga.tistory.com/592#entry592comment</comments>
      <pubDate>Mon, 10 Dec 2012 10:33:42 +0900</pubDate>
    </item>
  </channel>
</rss>