<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>tnt_lang</title>
		<link rel="alternate" type="text/html" hreflang="ko" href="https://gooper.com/tnt_lang"/>
	<link rel="self" type="application/atom+xml" href="https://gooper.com/tnt_lang/atom"/>
	<updated>2026-04-11T19:42:39+09:00</updated>
	<id>https://gooper.com/tnt_lang/atom</id>
	<generator>Rhymix</generator>
		<entry>
		<title>JAVA - 한글 인코딩 변환 체크 한방에 끝내기</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4218"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4218#comment"/>		<id>https://gooper.com/tnt_lang/4218</id>
		<published>2014-06-07T23:21:01+09:00</published>
		<updated>2014-06-07T23:21:01+09:00</updated>
		<author>
			<name>총관리자</name>
		</author>
		<summary type="text">String word = &quot;무궁화 꽃이 피었습니다.&quot;; System.out.println(&quot;utf-8 -&gt; euc-kr : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;euc-kr&quot;)); System.out.println(&quot;utf-8 -&gt; ksc5601 : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;ksc5601&quot;)); System.out.println(&quot;utf-8 -&gt; x-windows-949 : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;x-windows-949&quot;)); System.out.println(&quot;utf-8 -&gt; iso-8859-1 : &quot; + new String(word.getBytes(&quot;utf-8...</summary>
		<category term="4120" label="jsp/java" />		</entry><entry>
		<title>브라우저에서 JavaScript 실행</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4217"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4217#comment"/>		<id>https://gooper.com/tnt_lang/4217</id>
		<published>2013-04-11T14:43:32+09:00</published>
		<updated>2013-04-11T14:43:32+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">Internet Explorer에서 JavaScript를 실행하려면 다음과 같이 하십시오. 브라우저에서 도구를 누른 후 인터넷 옵션을 누르십시오. 인터넷 옵션 대화 상자에서 보안 탭을 누르십시오. 사용자 지정 수준을 누르십시오. 보안 설정 대화 상자의 스크립팅 아래에 있는 Active 스크립팅에서 사용을 누르십시오. 확인을 누르십시오. 확인 대화 상자에서 예를 누르십시오. 확인을 눌러 설정을 저장하십시오. Mozilla Firefox에서 JavaScript...</summary>
		<category term="4121" label="html/script" />		</entry><entry>
		<title>clshoesfashionc4u</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4216"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4216#comment"/>		<id>https://gooper.com/tnt_lang/4216</id>
		<published>2013-03-15T11:27:49+09:00</published>
		<updated>2013-03-15T11:27:49+09:00</updated>
		<author>
			<name>nacyrobert</name>
		</author>
		<summary type="text">Christian Louboutin boots make it easy for you to walk comfortably. In today&#039;s world the women folk would undergo various kinds of pedicures in order to make their feet look beautiful. On the find it website, they are ready to pay a huge amount of money for just painting their nails. Women are considered to have an obsession with footwear. Shoes are a very important part of a women&#039;s closet. They t...</summary>
		<category term="4120" label="jsp/java" />		</entry><entry>
		<title>안드로이드 로그인 세션유지에 관한 연구</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4215"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4215#comment"/>		<id>https://gooper.com/tnt_lang/4215</id>
		<published>2011-02-22T11:42:36+09:00</published>
		<updated>2013-03-26T21:52:38+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">안드로이드 개발노트/네트워크 2011/01/16 00:08 http://mudchobo.tistory.com/479 - HttpClient() 를 이용해서 tworld 로그인하기 http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/ - How-to: Android as a RESTful Client http://www.wiseant.net/95 - org.apache.http.client.ClientProtocolException on Android http://www.mail-archive.com/android-beginners@googlegroups.com/m...</summary>
		<category term="4127" label="기타" />		</entry><entry>
		<title>&quot;지금 보고 있는 웹페이지 창을 닫으려고 합니다...&quot; 안나타나게 하기</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4213"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4213#comment"/>		<id>https://gooper.com/tnt_lang/4213</id>
		<published>2010-07-30T14:34:45+09:00</published>
		<updated>2013-03-26T21:52:37+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">아래의 스크립트가 들어있는 곳과 같은곳에 blink.html이 있어야 하며 내용은 없어도됨 안나타게 하려면 var baseUrl = &quot;/&quot;; if(navigator.appVersion.indexOf(&quot;MSIE 7.0&quot;) &gt;= 0 ){ //익스플로러 체크 window.open(baseUrl + &quot;blink.html&quot;,&quot;_self&quot;).close(); }else if(navigator.appVersion.indexOf(&quot;MSIE 8.0&quot;) &gt;= 0){ //보안 alert! 방지 window.open(baseUrl + &quot;blink.html&quot;,&quot;_self&quot;).close(); }else{ self.close(); } 기타) ifr...</summary>
		<category term="4121" label="html/script" />		</entry><entry>
		<title>Allowed memory Error 처리</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4212"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4212#comment"/>		<id>https://gooper.com/tnt_lang/4212</id>
		<published>2010-07-13T09:49:47+09:00</published>
		<updated>2013-03-26T21:52:36+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">Fatal error: Allowed memory size of 숫자 bytes exhausted (tried to allocate 숫자 bytes) in 경로 on line 숫자 일경우 php.ini에서 memory_limit 크기를 수정하거나 에러나는 파일에 아래의 내용을 추가한다. &lt;? @ini_set(&quot;memory_limit&quot;, &quot;512M&quot;); or ini_set(&#039;memory_limit&#039;, -1); ?&gt; memory_limit는 한 스크립트가 할당받을 수 있는 메모리의 최대 크기를 지정하는것인데 하나의 스크립트가 버그등으로 시스템 메모리를 잡...</summary>
		<category term="4122" label="php/asp" />		</entry><entry>
		<title>경고메세지 없이 부모창 새로고침 하는법</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4211"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4211#comment"/>		<id>https://gooper.com/tnt_lang/4211</id>
		<published>2010-01-14T10:27:36+09:00</published>
		<updated>2013-03-26T21:52:27+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">1. opener.location.reload()가 새로 고침 메세재를 발생시킬 경우 아래와 같이함 2. window.opener.document.location.href=window.opener.document.URL</summary>
		<category term="4121" label="html/script" />		</entry><entry>
		<title>div display, visibility 속성구분</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4210"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4210#comment"/>		<id>https://gooper.com/tnt_lang/4210</id>
		<published>2009-01-27T01:51:26+09:00</published>
		<updated>2013-03-26T21:52:29+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">div 태그로 만든 Layer를 안보이게 하는 두가지 방법 1. display:none &lt;-&gt; block 아예 사라지게 하는것. 보이지도 않고 해당 공간도 존재하지 않게 됨 2. visibility:hidden &lt;-&gt; visible 보이지만 않고 해당 공간은 존재. width와 height값을 주었다면 그만큼 공간은 존재하게 됨</summary>
		<category term="4121" label="html/script" />		</entry><entry>
		<title>PHP로 문서의 HTML DOM을 손쉽게 가져오자~</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4208"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4208#comment"/>		<id>https://gooper.com/tnt_lang/4208</id>
		<published>2008-08-14T10:50:45+09:00</published>
		<updated>2013-03-26T21:42:16+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">http://simplehtmldom.sourceforge.net/ Easy Screen Scraping in PHP with the Simple HTML DOM Library PHP를 이용해서 특정 웹문서의 HTML DOM을 손쉽게 가져올수 있는 라이브러리입니다. 온라인 document : http://simplehtmldom.sourceforge.net/manual.htm 문서는 다음과 같은 방법으로 가져옵니다. 직접 HTML string을 이용한 방법과 URL로의 접근, 그리고 local 문서로의 접근 이렇게 3가지의 방법이 있습니다. // Create a...</summary>
		<category term="4122" label="php/asp" />		</entry><entry>
		<title>옥션처럼 실시간으로 남은시간 구하기</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4207"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4207#comment"/>		<id>https://gooper.com/tnt_lang/4207</id>
		<published>2008-08-11T16:44:34+09:00</published>
		<updated>2013-03-26T21:52:29+09:00</updated>
		<author>
			<name>구퍼</name>
		</author>
		<summary type="text">아래소스에서 mktime(hour, minute, second, month,day, year) 에 값을 설정해야 함 &lt;? // php 코드 ############### 남은기간을 구하는 부분임다. ################# // $adate2[0] : 데이타 베이스의 timestamp형식으로 되어있는 값을 가지고 옵니다. $date1=mktime(0,0,0,2,20,2005); //end타임의 timestamp값 $date2=mktime(23,59,55,2,19,2005); $restTime = $date1 - $date2; ##############################################...</summary>
		<category term="4122" label="php/asp" />		</entry><entry>
		<title>정보를 다시 보내지 않으면....&lt;익스플로러 MsgBox방지법&gt;- mothod:post</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4178"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4178#comment"/>		<id>https://gooper.com/tnt_lang/4178</id>
		<published>2007-10-13T10:50:26+09:00</published>
		<updated>2013-03-26T21:42:19+09:00</updated>
		<author>
			<name>하늘과컴</name>
		</author>
		<summary type="text">post 방식으로 method전송시 Reload()함수를 사용하면 정보를 다시 보내지 않으면..어쩌고..메세지박스가 뜬다. 이럴때는 opener.Reload() 함수를 사용하지 말고 window.opener.document.location.href = window.opener.document.URL; 처럼 사용한다.</summary>
		<category term="4121" label="html/script" />		</entry><entry>
		<title>[struts]폼빈에 배열을 사용하기</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4177"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4177#comment"/>		<id>https://gooper.com/tnt_lang/4177</id>
		<published>2006-05-20T11:10:54+09:00</published>
		<updated>2013-03-05T20:15:33+09:00</updated>
		<author>
			<name>박상현</name>
		</author>
		<summary type="text">폼빈에 배열을 사용하기 public class Select extends ActionForm { String[] mpart = {}; public String[] getMpart() { return mpart; } public void setMpart(String[] mpart) { this.mpart = mpart; } } * jsp 에서 보내는 방식(한가지 선택) 1. List 방식: 드래그 지원 &lt;html:select multiple=&quot;true&quot; property=&quot;mpart&quot; size=&quot;5&quot;&gt; &lt;html:option value=&quot;1&quot;&gt;Choice 1&lt;/html:option&gt; &lt;html:option value=&quot;2&quot;&gt;Choice 2&lt;/html:option...</summary>
		<category term="4120" label="jsp/java" />		</entry><entry>
		<title>윈도업데이트 이후 실행되지 않았던 activeX 컨트롤 실행</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4176"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4176#comment"/>		<id>https://gooper.com/tnt_lang/4176</id>
		<published>2005-11-16T15:19:30+09:00</published>
		<updated>2013-03-05T20:15:33+09:00</updated>
		<author>
			<name>박상현</name>
		</author>
		<summary type="text">http://phpschool.com/bbs2/inc_view.html?id=12638&amp;code=tnt2정확한 자료는 아닙니다. 정식 인증서를 발급받지 않고 테스트용 인증서로 작업하던 activeX 컨트롤 중 몇 가지가... 설치는 되어도 실행이 안되는 경우가 있더군요. ( 원래 실행되던 컨트롤이었는데... 최근 OS update한후 실행이 안되더군요. ) 인터넷 검색하다가 찾게된 정보입니다. 해당하는 CLSID에 아래 레지스트리를 추가해 주면 되는군요... 모두 알고 계시는 ...</summary>
		<category term="4123" label="c/c++/c#" />		</entry><entry>
		<title>클래스 패스와 관련한 문제는 요 jsp 하나로.. 해결 끝이네요..</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4175"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4175#comment"/>		<id>https://gooper.com/tnt_lang/4175</id>
		<published>2005-11-15T18:53:05+09:00</published>
		<updated>2013-03-26T21:52:32+09:00</updated>
		<author>
			<name>하늘과컴</name>
		</author>
		<summary type="text">http://javaservice.net/~java/bbs/read.cgi?m=appserver&amp;b=weblogic&amp;c=r_p&amp;n=1115347879&amp;k=소스 위치&amp;d=tb파일명은 jarcheck.jsp로 하세요.. &lt;%@ page import=&quot;java.util.*&quot;%&gt; &lt;% String reqName = null; java.net.URL classUrl = null; reqName = request.getParameter(&quot;reqName&quot;); if (reqName == null || reqName.trim().length() == 0) { reqName = &quot;javax.servlet.http.HttpServlet&quot;; } %&gt; &lt;html&gt; &lt;body onLoad=&quot;document.for...</summary>
		<category term="4120" label="jsp/java" />		</entry><entry>
		<title>XMLHTTP설명</title>
		<link rel="alternate" type="text/html" href="https://gooper.com/tnt_lang/4174"/>
	<link rel="replies" type="text/html" href="https://gooper.com/tnt_lang/4174#comment"/>		<id>https://gooper.com/tnt_lang/4174</id>
		<published>2005-11-11T15:27:11+09:00</published>
		<updated>2013-03-26T21:42:20+09:00</updated>
		<author>
			<name>박상현</name>
		</author>
		<summary type="text">As deployment of XML data and web services becomes more widespread, you may occasionally find it convenient to connect an HTML presentation directly to XML data for interim updates without reloading the page. Thanks to the little-known XMLHttpRequest object, an increasing range of web clients can retrieve and submit XML data directly, all in the background. To convert retrieved XML data into render...</summary>
		<category term="4121" label="html/script" />		</entry></feed>
